<?php
namespace ContainerHgIU7TF;
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 SolidInvoice_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.invoice' => 'get_Container_Private_StateMachine_InvoiceService',
'.container.private.state_machine.quote' => 'get_Container_Private_StateMachine_QuoteService',
'.container.private.state_machine.recurring_invoice' => 'get_Container_Private_StateMachine_RecurringInvoiceService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'.zenstruck_foundry.configuration' => 'get_ZenstruckFoundry_ConfigurationService',
'.zenstruck_foundry.global_state_registry' => 'get_ZenstruckFoundry_GlobalStateRegistryService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Faker\\Generator' => 'getGeneratorService',
'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup' => 'getMongodbDatabaseBackupService',
'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup' => 'getMysqlDatabaseBackupService',
'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup' => 'getSqliteDatabaseBackupService',
'Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection' => 'getDatabaseToolCollectionService',
'Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory' => 'getFixturesLoaderFactoryService',
'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService',
'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService',
'SolidInvoice\\ClientBundle\\Action\\Add' => 'getAddService',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address' => 'getAddressService',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList' => 'getAddressListService',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete' => 'getDeleteService',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit' => 'getEditService',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact' => 'getContactService',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add' => 'getAdd2Service',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete' => 'getDelete2Service',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit' => 'getEdit2Service',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit' => 'getCreditService',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete' => 'getDelete3Service',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info' => 'getInfoService',
'SolidInvoice\\ClientBundle\\Action\\Edit' => 'getEdit3Service',
'SolidInvoice\\ClientBundle\\Action\\Grid\\Archive' => 'getArchiveService',
'SolidInvoice\\ClientBundle\\Action\\Grid\\Delete' => 'getDelete4Service',
'SolidInvoice\\ClientBundle\\Action\\Grid\\Restore' => 'getRestoreService',
'SolidInvoice\\ClientBundle\\Action\\Index' => 'getIndexService',
'SolidInvoice\\ClientBundle\\Action\\View' => 'getViewService',
'SolidInvoice\\CoreBundle\\Action\\CreateCompany' => 'getCreateCompanyService',
'SolidInvoice\\CoreBundle\\Action\\SelectCompany' => 'getSelectCompanyService',
'SolidInvoice\\CoreBundle\\Action\\ViewBilling' => 'getViewBillingService',
'SolidInvoice\\DataGridBundle\\Action\\Data' => 'getDataService',
'SolidInvoice\\InstallBundle\\Action\\Config' => 'getConfigService',
'SolidInvoice\\InstallBundle\\Action\\Finish' => 'getFinishService',
'SolidInvoice\\InstallBundle\\Action\\Install' => 'getInstallService',
'SolidInvoice\\InstallBundle\\Action\\Setup' => 'getSetupService',
'SolidInvoice\\InstallBundle\\Action\\SystemRequirements' => 'getSystemRequirementsService',
'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice' => 'getCloneInvoiceService',
'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice' => 'getCloneRecurringInvoiceService',
'SolidInvoice\\InvoiceBundle\\Action\\Create' => 'getCreateService',
'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring' => 'getCreateRecurringService',
'SolidInvoice\\InvoiceBundle\\Action\\Edit' => 'getEdit4Service',
'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring' => 'getEditRecurringService',
'SolidInvoice\\InvoiceBundle\\Action\\Fields' => 'getFieldsService',
'SolidInvoice\\InvoiceBundle\\Action\\Grid\\Archive' => 'getArchive2Service',
'SolidInvoice\\InvoiceBundle\\Action\\Grid\\Delete' => 'getDelete5Service',
'SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringArchive' => 'getRecurringArchiveService',
'SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringDelete' => 'getRecurringDeleteService',
'SolidInvoice\\InvoiceBundle\\Action\\Index' => 'getIndex2Service',
'SolidInvoice\\InvoiceBundle\\Action\\RecurringIndex' => 'getRecurringIndexService',
'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition' => 'getRecurringTransitionService',
'SolidInvoice\\InvoiceBundle\\Action\\Transition' => 'getTransitionService',
'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send' => 'getSendService',
'SolidInvoice\\InvoiceBundle\\Action\\View' => 'getView2Service',
'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring' => 'getViewRecurringService',
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\MethodList' => 'getMethodListService',
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings' => 'getSettingsService',
'SolidInvoice\\PaymentBundle\\Action\\Done' => 'getDoneService',
'SolidInvoice\\PaymentBundle\\Action\\Index' => 'getIndex3Service',
'SolidInvoice\\PaymentBundle\\Action\\Prepare' => 'getPrepareService',
'SolidInvoice\\PaymentBundle\\Action\\Settings' => 'getSettings2Service',
'SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction' => 'getStatusActionService',
'SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction' => 'getPaymentDetailsStatusActionService',
'SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension' => 'getUpdatePaymentDetailsExtensionService',
'SolidInvoice\\QuoteBundle\\Action\\CloneQuote' => 'getCloneQuoteService',
'SolidInvoice\\QuoteBundle\\Action\\Create' => 'getCreate2Service',
'SolidInvoice\\QuoteBundle\\Action\\Edit' => 'getEdit5Service',
'SolidInvoice\\QuoteBundle\\Action\\Fields' => 'getFields2Service',
'SolidInvoice\\QuoteBundle\\Action\\Grid\\Archive' => 'getArchive3Service',
'SolidInvoice\\QuoteBundle\\Action\\Grid\\Delete' => 'getDelete6Service',
'SolidInvoice\\QuoteBundle\\Action\\Index' => 'getIndex4Service',
'SolidInvoice\\QuoteBundle\\Action\\Transition' => 'getTransition2Service',
'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send' => 'getSend2Service',
'SolidInvoice\\QuoteBundle\\Action\\View' => 'getView3Service',
'SolidInvoice\\SettingsBundle\\Action\\Index' => 'getIndex5Service',
'SolidInvoice\\SettingsBundle\\SystemConfig' => 'getSystemConfigService',
'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings' => 'getSettings3Service',
'SolidInvoice\\TaxBundle\\Action\\Add' => 'getAdd3Service',
'SolidInvoice\\TaxBundle\\Action\\Edit' => 'getEdit6Service',
'SolidInvoice\\TaxBundle\\Action\\Grid\\Delete' => 'getDelete7Service',
'SolidInvoice\\TaxBundle\\Action\\Index' => 'getIndex6Service',
'SolidInvoice\\TaxBundle\\Action\\Validate' => 'getValidateService',
'SolidInvoice\\UserBundle\\Action\\AcceptInvitation' => 'getAcceptInvitationService',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiCreate' => 'getApiCreateService',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiList' => 'getApiListService',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke' => 'getApiRevokeService',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory' => 'getApiTokenHistoryService',
'SolidInvoice\\UserBundle\\Action\\ApiIndex' => 'getApiIndexService',
'SolidInvoice\\UserBundle\\Action\\EditProfile' => 'getEditProfileService',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Check' => 'getCheckService',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Request' => 'getRequestService',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset' => 'getResetService',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send' => 'getSend3Service',
'SolidInvoice\\UserBundle\\Action\\Grid\\Delete' => 'getDelete8Service',
'SolidInvoice\\UserBundle\\Action\\Grid\\DeleteInvitations' => 'getDeleteInvitationsService',
'SolidInvoice\\UserBundle\\Action\\InviteUser' => 'getInviteUserService',
'SolidInvoice\\UserBundle\\Action\\Profile' => 'getProfileService',
'SolidInvoice\\UserBundle\\Action\\Register' => 'getRegisterService',
'SolidInvoice\\UserBundle\\Action\\ResendUserInvite' => 'getResendUserInviteService',
'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword' => 'getChangePasswordService',
'SolidInvoice\\UserBundle\\Action\\Security\\Login' => 'getLoginService',
'SolidInvoice\\UserBundle\\Action\\Users' => 'getUsersService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.cache' => 'getDataCollector_CacheService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
'http_kernel' => 'getHttpKernelService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
'payum' => 'getPayumService',
'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService',
'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService',
'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService',
'payum.dynamic_gateways.config_storage' => 'getPayum_DynamicGateways_ConfigStorageService',
'payum.dynamic_registry' => 'getPayum_DynamicRegistryService',
'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService',
'payum.extension.logger' => 'getPayum_Extension_LoggerService',
'payum.extension.storage.solidinvoice_paymentbundle_entity_payment' => 'getPayum_Extension_Storage_SolidinvoicePaymentbundleEntityPaymentService',
'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService',
'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService',
'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService',
'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService',
'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService',
'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService',
'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService',
'payum.security.token_storage' => 'getPayum_Security_TokenStorageService',
'payum.static_registry' => 'getPayum_StaticRegistryService',
'payum.storage.solidinvoice_paymentbundle_entity_payment' => 'getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentService',
'payum.storage.solidinvoice_paymentbundle_entity_paymentmethod' => 'getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentmethodService',
'payum.storage.solidinvoice_paymentbundle_entity_securitytoken' => 'getPayum_Storage_SolidinvoicePaymentbundleEntitySecuritytokenService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'translator' => 'getTranslatorService',
'ux.live_component.batch_action_controller' => 'getUx_LiveComponent_BatchActionControllerService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'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.invoice' => 'getStateMachine_InvoiceService',
'state_machine.recurring_invoice' => 'getStateMachine_RecurringInvoiceService',
'state_machine.quote' => 'getStateMachine_QuoteService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
'Payum\\Core\\Payum' => 'payum',
'api_platform.action.delete_item' => 'api_platform.action.placeholder',
'api_platform.action.get_collection' => 'api_platform.action.placeholder',
'api_platform.action.get_item' => 'api_platform.action.placeholder',
'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
'api_platform.action.patch_item' => 'api_platform.action.placeholder',
'api_platform.action.post_collection' => 'api_platform.action.placeholder',
'api_platform.action.put_item' => 'api_platform.action.placeholder',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'mailer' => 'swiftmailer.mailer.default',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/runtime/RunnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Translation/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/contracts/Service/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/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/contracts/Translation/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.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/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.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/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.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-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/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/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/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/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/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.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/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/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.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/sentry/sentry/src/Monolog/CompatibilityProcessingHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Monolog/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/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/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Profiler/PayumCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.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/api-platform/core/src/Api/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.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';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/CallableProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Company/CompanySelector.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/FieldRenderer.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Listener/AjaxResponseListener.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Listener/CompanyEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Listener/SessionRequestListener.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Pdf/Generator.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Repository/GridRepository.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/GridInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Grid.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Source/SourceInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Source/ORMSource.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Filter/ChainFilter.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Filter/SortFilter.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Filter/PaginateFilter.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Filter/SearchFilter.php';
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Installer/Database/Migration.php';
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Listener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Listener/UpgradeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/moneyphp/money/src/MoneyFormatter.php';
include_once \dirname(__DIR__, 4).'/src/MoneyBundle/Formatter/MoneyFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/src/MoneyBundle/Formatter/MoneyFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/SettingsBundle/Repository/SettingsRepository.php';
include_once \dirname(__DIR__, 4).'/src/SettingsBundle/SystemConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/UserRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/UserRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/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/solidworx/toggler/src/ToggleInterface.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).'/vendor/solidworx/toggler/src/Symfony/Toggle.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Toggle.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Storage/StorageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.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/StreamFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/EventListener/TwigComponentLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/LiveComponentSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.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/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV6.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/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/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/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Serializer/Normalizer/AdditionalContactDetailsNormalizer.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/api-platform/core/src/Serializer/ContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Serializer/Normalizer/BigIntegerNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Serializer/Normalizer/CreditNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Serializer/Normalizer/DiscountNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Api/BillingUserNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/EntrypointNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.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/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.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/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/BackedEnumNormalizer.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/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/CollectionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hal/Serializer/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/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.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/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.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/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/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/DataCollector/TwigComponentDataCollector.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/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.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/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.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/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/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/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/Extension/BillingExtension.php';
include_once \dirname(__DIR__, 4).'/src/MoneyBundle/Calculator.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/Extension/FileExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/Extension/GlobalExtension.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/Extension/StatusExtension.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/Twig/Extension/WidgetExtension.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/WidgetFactory.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/Widgets/WidgetInterface.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/Widgets/RecentClientsWidget.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/Widgets/RecentInvoicesWidget.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/Widgets/RecentPaymentsWidget.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/Widgets/RecentQuotesWidget.php';
include_once \dirname(__DIR__, 4).'/src/DashboardBundle/Widgets/StatsWidget.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Twig/Extension/GridExtension.php';
include_once \dirname(__DIR__, 4).'/src/MoneyBundle/Twig/Extension/MoneyFormatterExtension.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Twig/PaymentExtension.php';
include_once \dirname(__DIR__, 4).'/src/SettingsBundle/Twig/Extension/SettingsExtension.php';
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Twig/Extension/TaxExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/inky-extra/InkyExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Twig/Extension/ToggleExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/LiveComponentExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.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/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.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 __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());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
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.main'] ?? $this->getMonolog_Handler_MainService()));
$a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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 = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService())));
$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.''.'/SolidInvoice_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(($this->services['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
$instance->add(new \Symfony\UX\TwigComponent\DataCollector\TwigComponentDataCollector(($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService()), $d));
$instance->add($e);
$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($f);
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(($this->services['payum.profiler.payum_collector'] ?? ($this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector())));
$instance->add($g);
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);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.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()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$c = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = ($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$f = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$g = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$h = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
$i = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
$j = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
$k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$l = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
$m = new \ApiPlatform\Serializer\ItemNormalizer($a, $h, $i, $j, $g, $k, $l, ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), false, NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
}, 1), $b, $c);
$n = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
$o = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $g, $d)], [0 => $n])));
$p = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
$q = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
$r = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
$s = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($b, $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $e, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($p, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $q), NULL, $r, NULL, false, 'oauth2', 'application', '', '', [], $this->parameters['api_platform.swagger.api_keys'], $q, true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, false));
$t = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($l);
$u = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($l, $k, $g, $d, $t, NULL);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($g), 1 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 2 => new \SolidInvoice\ApiBundle\Serializer\Normalizer\AdditionalContactDetailsNormalizer(($this->services['doctrine'] ?? $this->getDoctrineService()), $m), 3 => new \SolidInvoice\ApiBundle\Serializer\Normalizer\BigIntegerNormalizer(), 4 => new \SolidInvoice\ApiBundle\Serializer\Normalizer\CreditNormalizer($m), 5 => new \SolidInvoice\ApiBundle\Serializer\Normalizer\DiscountNormalizer(), 6 => new \SolidInvoice\InvoiceBundle\Api\BillingUserNormalizer(($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService())), 7 => $o, 8 => $s, 9 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $k), 10 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $k), 11 => $s, 12 => $o, 13 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($b, $a, $h, $j, NULL, $p, NULL, $k), 14 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($b, $i, $p), 15 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($p, true), 16 => new \ApiPlatform\Hal\Serializer\EntrypointNormalizer($b, $i, $p), 17 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 18 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 20 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 21 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($b, $a, $h, $i, $j, $f, $g, $k, $l, [], new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
}, 1), $c), 22 => new \ApiPlatform\Hal\Serializer\ItemNormalizer($a, $h, $i, $j, $g, $k, $l, NULL, false, [], new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
}, 1), $b, $c), 23 => $m, 24 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), 26 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($l, $k, $d, $t, NULL)), 27 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 28 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 29 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 30 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 31 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 32 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 33 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($f, $j, $i, $b), 'page', 'pagination', $b, $g), $b, $j, $r), 34 => new \ApiPlatform\Hal\Serializer\CollectionNormalizer($j, 'page', $b), 35 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 36 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($u, $i, $f), 37 => new \ApiPlatform\Hal\Serializer\ObjectNormalizer($u, $i), 38 => $u], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $n, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonhal'), 6 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
}
/**
* 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.invoice' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_InvoiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.invoice'])) {
return $this->services['.container.private.state_machine.invoice'];
}
return $this->services['.container.private.state_machine.invoice'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'draft', 2 => 'pending', 3 => 'active', 4 => 'overdue', 5 => 'cancelled', 6 => 'archived', 7 => 'paid'], [0 => ($this->privates['.state_machine.invoice.transition.0'] ?? ($this->privates['.state_machine.invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new', 'new', 'draft'))), 1 => ($this->privates['.state_machine.invoice.transition.1'] ?? ($this->privates['.state_machine.invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('accept', 'new', 'pending'))), 2 => ($this->privates['.state_machine.invoice.transition.2'] ?? ($this->privates['.state_machine.invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('accept', 'draft', 'pending'))), 3 => ($this->privates['.state_machine.invoice.transition.3'] ?? ($this->privates['.state_machine.invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('accept', 'overdue', 'pending'))), 4 => ($this->privates['.state_machine.invoice.transition.4'] ?? ($this->privates['.state_machine.invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'draft', 'cancelled'))), 5 => ($this->privates['.state_machine.invoice.transition.5'] ?? ($this->privates['.state_machine.invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', 'pending', 'cancelled'))), 6 => ($this->privates['.state_machine.invoice.transition.6'] ?? ($this->privates['.state_machine.invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('cancel', 'overdue', 'cancelled'))), 7 => ($this->privates['.state_machine.invoice.transition.7'] ?? ($this->privates['.state_machine.invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('overdue', 'pending', 'overdue'))), 8 => ($this->privates['.state_machine.invoice.transition.8'] ?? ($this->privates['.state_machine.invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('pay', 'pending', 'paid'))), 9 => ($this->privates['.state_machine.invoice.transition.9'] ?? ($this->privates['.state_machine.invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('pay', 'overdue', 'paid'))), 10 => ($this->privates['.state_machine.invoice.transition.10'] ?? ($this->privates['.state_machine.invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen', 'cancelled', 'draft'))), 11 => ($this->privates['.state_machine.invoice.transition.11'] ?? ($this->privates['.state_machine.invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('archive', 'new', 'archived'))), 12 => ($this->privates['.state_machine.invoice.transition.12'] ?? ($this->privates['.state_machine.invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('archive', 'draft', 'archived'))), 13 => ($this->privates['.state_machine.invoice.transition.13'] ?? ($this->privates['.state_machine.invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('archive', 'cancelled', 'archived'))), 14 => ($this->privates['.state_machine.invoice.transition.14'] ?? ($this->privates['.state_machine.invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('archive', 'paid', 'archived'))), 15 => ($this->privates['.state_machine.invoice.transition.15'] ?? ($this->privates['.state_machine.invoice.transition.15'] = new \Symfony\Component\Workflow\Transition('edit', 'cancelled', 'draft'))), 16 => ($this->privates['.state_machine.invoice.transition.16'] ?? ($this->privates['.state_machine.invoice.transition.16'] = new \Symfony\Component\Workflow\Transition('edit', 'draft', 'draft'))), 17 => ($this->privates['.state_machine.invoice.transition.17'] ?? ($this->privates['.state_machine.invoice.transition.17'] = new \Symfony\Component\Workflow\Transition('edit', 'pending', 'draft'))), 18 => ($this->privates['.state_machine.invoice.transition.18'] ?? ($this->privates['.state_machine.invoice.transition.18'] = new \Symfony\Component\Workflow\Transition('edit', 'overdue', 'draft')))], [], ($this->privates['state_machine.invoice.metadata_store'] ?? $this->getStateMachine_Invoice_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'invoice', NULL);
}
/**
* Gets the public '.container.private.state_machine.quote' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_QuoteService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.quote'])) {
return $this->services['.container.private.state_machine.quote'];
}
return $this->services['.container.private.state_machine.quote'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'draft', 2 => 'pending', 3 => 'cancelled', 4 => 'archived', 5 => 'accepted', 6 => 'declined'], [0 => ($this->privates['.state_machine.quote.transition.0'] ?? ($this->privates['.state_machine.quote.transition.0'] = new \Symfony\Component\Workflow\Transition('new', 'new', 'draft'))), 1 => ($this->privates['.state_machine.quote.transition.1'] ?? ($this->privates['.state_machine.quote.transition.1'] = new \Symfony\Component\Workflow\Transition('new', 'cancelled', 'draft'))), 2 => ($this->privates['.state_machine.quote.transition.2'] ?? ($this->privates['.state_machine.quote.transition.2'] = new \Symfony\Component\Workflow\Transition('send', 'new', 'pending'))), 3 => ($this->privates['.state_machine.quote.transition.3'] ?? ($this->privates['.state_machine.quote.transition.3'] = new \Symfony\Component\Workflow\Transition('send', 'draft', 'pending'))), 4 => ($this->privates['.state_machine.quote.transition.4'] ?? ($this->privates['.state_machine.quote.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'draft', 'cancelled'))), 5 => ($this->privates['.state_machine.quote.transition.5'] ?? ($this->privates['.state_machine.quote.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', 'pending', 'cancelled'))), 6 => ($this->privates['.state_machine.quote.transition.6'] ?? ($this->privates['.state_machine.quote.transition.6'] = new \Symfony\Component\Workflow\Transition('decline', 'new', 'declined'))), 7 => ($this->privates['.state_machine.quote.transition.7'] ?? ($this->privates['.state_machine.quote.transition.7'] = new \Symfony\Component\Workflow\Transition('decline', 'draft', 'declined'))), 8 => ($this->privates['.state_machine.quote.transition.8'] ?? ($this->privates['.state_machine.quote.transition.8'] = new \Symfony\Component\Workflow\Transition('decline', 'pending', 'declined'))), 9 => ($this->privates['.state_machine.quote.transition.9'] ?? ($this->privates['.state_machine.quote.transition.9'] = new \Symfony\Component\Workflow\Transition('accept', 'pending', 'accepted'))), 10 => ($this->privates['.state_machine.quote.transition.10'] ?? ($this->privates['.state_machine.quote.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen', 'declined', 'draft'))), 11 => ($this->privates['.state_machine.quote.transition.11'] ?? ($this->privates['.state_machine.quote.transition.11'] = new \Symfony\Component\Workflow\Transition('reopen', 'cancelled', 'draft'))), 12 => ($this->privates['.state_machine.quote.transition.12'] ?? ($this->privates['.state_machine.quote.transition.12'] = new \Symfony\Component\Workflow\Transition('archive', 'new', 'archived'))), 13 => ($this->privates['.state_machine.quote.transition.13'] ?? ($this->privates['.state_machine.quote.transition.13'] = new \Symfony\Component\Workflow\Transition('archive', 'draft', 'archived'))), 14 => ($this->privates['.state_machine.quote.transition.14'] ?? ($this->privates['.state_machine.quote.transition.14'] = new \Symfony\Component\Workflow\Transition('archive', 'cancelled', 'archived'))), 15 => ($this->privates['.state_machine.quote.transition.15'] ?? ($this->privates['.state_machine.quote.transition.15'] = new \Symfony\Component\Workflow\Transition('archive', 'accepted', 'archived'))), 16 => ($this->privates['.state_machine.quote.transition.16'] ?? ($this->privates['.state_machine.quote.transition.16'] = new \Symfony\Component\Workflow\Transition('archive', 'declined', 'archived'))), 17 => ($this->privates['.state_machine.quote.transition.17'] ?? ($this->privates['.state_machine.quote.transition.17'] = new \Symfony\Component\Workflow\Transition('archive', 'pending', 'archived')))], [], ($this->privates['state_machine.quote.metadata_store'] ?? $this->getStateMachine_Quote_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'quote', NULL);
}
/**
* Gets the public '.container.private.state_machine.recurring_invoice' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_RecurringInvoiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.recurring_invoice'])) {
return $this->services['.container.private.state_machine.recurring_invoice'];
}
return $this->services['.container.private.state_machine.recurring_invoice'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'draft', 2 => 'active', 3 => 'paused', 4 => 'complete', 5 => 'cancelled', 6 => 'archived'], [0 => ($this->privates['.state_machine.recurring_invoice.transition.0'] ?? ($this->privates['.state_machine.recurring_invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new', 'new', 'draft'))), 1 => ($this->privates['.state_machine.recurring_invoice.transition.1'] ?? ($this->privates['.state_machine.recurring_invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('activate', 'new', 'active'))), 2 => ($this->privates['.state_machine.recurring_invoice.transition.2'] ?? ($this->privates['.state_machine.recurring_invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('activate', 'draft', 'active'))), 3 => ($this->privates['.state_machine.recurring_invoice.transition.3'] ?? ($this->privates['.state_machine.recurring_invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', 'draft', 'cancelled'))), 4 => ($this->privates['.state_machine.recurring_invoice.transition.4'] ?? ($this->privates['.state_machine.recurring_invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'active', 'cancelled'))), 5 => ($this->privates['.state_machine.recurring_invoice.transition.5'] ?? ($this->privates['.state_machine.recurring_invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('complete', 'active', 'complete'))), 6 => ($this->privates['.state_machine.recurring_invoice.transition.6'] ?? ($this->privates['.state_machine.recurring_invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('archive', 'new', 'archived'))), 7 => ($this->privates['.state_machine.recurring_invoice.transition.7'] ?? ($this->privates['.state_machine.recurring_invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('archive', 'draft', 'archived'))), 8 => ($this->privates['.state_machine.recurring_invoice.transition.8'] ?? ($this->privates['.state_machine.recurring_invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('archive', 'cancelled', 'archived'))), 9 => ($this->privates['.state_machine.recurring_invoice.transition.9'] ?? ($this->privates['.state_machine.recurring_invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('archive', 'active', 'archived'))), 10 => ($this->privates['.state_machine.recurring_invoice.transition.10'] ?? ($this->privates['.state_machine.recurring_invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('archive', 'paused', 'archived'))), 11 => ($this->privates['.state_machine.recurring_invoice.transition.11'] ?? ($this->privates['.state_machine.recurring_invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('edit', 'cancelled', 'draft'))), 12 => ($this->privates['.state_machine.recurring_invoice.transition.12'] ?? ($this->privates['.state_machine.recurring_invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('edit', 'draft', 'draft'))), 13 => ($this->privates['.state_machine.recurring_invoice.transition.13'] ?? ($this->privates['.state_machine.recurring_invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('edit', 'active', 'draft'))), 14 => ($this->privates['.state_machine.recurring_invoice.transition.14'] ?? ($this->privates['.state_machine.recurring_invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('edit', 'paused', 'draft')))], [], ($this->privates['state_machine.recurring_invoice.metadata_store'] ?? $this->getStateMachine_RecurringInvoice_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'recurring_invoice', NULL);
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$d = ($this->services['translator'] ?? $this->getTranslatorService());
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = new \Symfony\Component\Workflow\Registry();
$g->addWorkflow(($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('SolidInvoice\\InvoiceBundle\\Entity\\Invoice'));
$g->addWorkflow(($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice'));
$g->addWorkflow(($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('SolidInvoice\\QuoteBundle\\Entity\\Quote'));
$h = new \Knp\Menu\Util\MenuManipulator();
$i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$j = new \SolidInvoice\MoneyBundle\Calculator();
$k = ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService());
$l = new \SolidInvoice\DashboardBundle\WidgetFactory();
$m = ($this->services['doctrine'] ?? $this->getDoctrineService());
$l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentClientsWidget($m), 'left_column', 100);
$l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentInvoicesWidget($m), 'right_column', 90);
$l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentPaymentsWidget($m), 'left_column', 90);
$l->add(new \SolidInvoice\DashboardBundle\Widgets\RecentQuotesWidget($m), 'right_column', 100);
$l->add(new \SolidInvoice\DashboardBundle\Widgets\StatsWidget($m), 'top', 100);
$n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$n->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$o = new \Symfony\Bridge\Twig\AppVariable();
$o->setEnvironment('dev');
$o->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$o->setTokenStorage($b);
}
if ($this->has('request_stack')) {
$o->setRequestStack($a);
}
$p = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($a, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $b)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
$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($c, 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($a, $f)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($g));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', false],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService', false],
'solidinvoice' => ['privates', 'SolidInvoice\\MenuBundle\\Renderer', 'getRendererService', false],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', false],
], [
'list' => '?',
'solidinvoice' => '?',
'twig' => '?',
]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? ($this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider([])));
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
yield 2 => ($this->privates['SolidInvoice\\MenuBundle\\Provider'] ?? $this->getProviderService());
}, 3)), $h, $i), $i, $h));
$instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\BillingExtension(($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] ?? $this->getFieldRendererService()), $j));
$instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\FileExtension(\dirname(__DIR__, 4)));
$instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\GlobalExtension($j, ($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), $k, $a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()), $this->getEnv('installed')));
$instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\SerializerExtension(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())));
$instance->addExtension(new \SolidInvoice\CoreBundle\Twig\Extension\StatusExtension());
$instance->addExtension(new \SolidInvoice\DashboardBundle\Twig\Extension\WidgetExtension($l));
$instance->addExtension(new \SolidInvoice\DataGridBundle\Twig\Extension\GridExtension(($this->privates['SolidInvoice\\DataGridBundle\\Repository\\GridRepository'] ?? $this->getGridRepositoryService())));
$instance->addExtension(new \SolidInvoice\MoneyBundle\Twig\Extension\MoneyFormatterExtension(($this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] ?? $this->getMoneyFormatterService()), $k));
$instance->addExtension(new \SolidInvoice\PaymentBundle\Twig\PaymentExtension($m));
$instance->addExtension(new \SolidInvoice\SettingsBundle\Twig\Extension\SettingsExtension($k));
$instance->addExtension(new \SolidInvoice\TaxBundle\Twig\Extension\TaxExtension($m));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
$instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
$instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
$instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
$instance->addExtension(new \SolidWorx\Toggler\Twig\Extension\ToggleExtension(($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] ?? $this->getToggleService())));
$instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
$instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
$instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
$instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates', 'ux.twig_component.component_renderer', 'getUx_TwigComponent_ComponentRendererService', false],
], [
'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
]))->withContext('ux.twig_component.twig.component_extension', $this)));
$instance->addExtension(new \Symfony\UX\LiveComponent\Twig\LiveComponentExtension());
$instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension(($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService())));
$instance->addGlobal('app', $o);
$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],
'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates', 'twig.runtime.markdown', 'getTwig_Runtime_MarkdownService', false],
'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => ['privates', 'ux.live_component.twig.component_runtime', 'getUx_LiveComponent_Twig_ComponentRuntimeService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => '?',
])));
$instance->registerUndefinedFilterCallback([0 => $p, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $p, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $p, 1 => 'suggestTag']);
(new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(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 '.zenstruck_foundry.configuration' shared service.
*
* @return \Zenstruck\Foundry\Configuration
*/
protected function get_ZenstruckFoundry_ConfigurationService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/StoryManager.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/ModelFactoryManager.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Instantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
$this->services['.zenstruck_foundry.configuration'] = $instance = new \Zenstruck\Foundry\Configuration([], [], 'schema', []);
$instance->setManagerRegistry(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()));
$instance->setStoryManager(new \Zenstruck\Foundry\StoryManager(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)));
$instance->setModelFactoryManager(new \Zenstruck\Foundry\ModelFactoryManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\ClientFactory()));
yield 1 => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\CreditFactory()));
yield 2 => ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] = new \SolidInvoice\CoreBundle\Test\Factory\CompanyFactory()));
yield 3 => ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] ?? ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] = new \SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory()));
yield 4 => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory()));
yield 5 => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory()));
yield 6 => ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] ?? ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] = new \SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory()));
}, 7)));
$instance->setInstantiator(new \Zenstruck\Foundry\Instantiator());
$instance->setFaker(\Faker\Factory::create());
return $instance;
}
/**
* Gets the public '.zenstruck_foundry.global_state_registry' shared service.
*
* @return \Zenstruck\Foundry\Test\GlobalStateRegistry
*/
protected function get_ZenstruckFoundry_GlobalStateRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Test/GlobalStateRegistry.php';
return $this->services['.zenstruck_foundry.global_state_registry'] = new \Zenstruck\Foundry\Test\GlobalStateRegistry();
}
/**
* 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 'Faker\Generator' shared service.
*
* @return \Faker\Generator
*/
protected function getGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
$this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
$instance->seed(1);
$instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
return $instance;
}
/**
* Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup' shared service.
*
* @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup
*/
protected function getMongodbDatabaseBackupService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MongodbDatabaseBackup.php';
return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
}
/**
* Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup' shared service.
*
* @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup
*/
protected function getMysqlDatabaseBackupService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MysqlDatabaseBackup.php';
return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
}
/**
* Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup' shared service.
*
* @return \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup
*/
protected function getSqliteDatabaseBackupService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/SqliteDatabaseBackup.php';
return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
}
/**
* Gets the public 'Liip\TestFixturesBundle\Services\DatabaseToolCollection' shared service.
*
* @return \Liip\TestFixturesBundle\Services\DatabaseToolCollection
*/
protected function getDatabaseToolCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseToolCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/AbstractDatabaseTool.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMDatabaseTool.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMSqliteDatabaseTool.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/MongoDBDatabaseTool.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/PHPCRDatabaseTool.php';
$this->services['Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection'] = $instance = new \Liip\TestFixturesBundle\Services\DatabaseToolCollection($this, NULL);
$a = ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService());
$instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool($this, $a));
$instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool($this, $a));
$instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool($this, $a));
$instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\PHPCRDatabaseTool($this, $a));
return $instance;
}
/**
* Gets the public 'Liip\TestFixturesBundle\Services\FixturesLoaderFactory' shared service.
*
* @return \Liip\TestFixturesBundle\Services\FixturesLoaderFactory
*/
protected function getFixturesLoaderFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/Services/FixturesLoaderFactory.php';
return $this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] = new \Liip\TestFixturesBundle\Services\FixturesLoaderFactory($this, ($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()));
}
/**
* Gets the public 'Payum\Bundle\PayumBundle\Controller\AuthorizeController' shared autowired service.
*
* @return \Payum\Bundle\PayumBundle\Controller\AuthorizeController
*/
protected function getAuthorizeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/AuthorizeController.php';
$this->services['Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\AuthorizeController(($this->services['payum'] ?? $this->getPayumService()));
$instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController', $this));
return $instance;
}
/**
* Gets the public 'Payum\Bundle\PayumBundle\Controller\CancelController' shared autowired service.
*
* @return \Payum\Bundle\PayumBundle\Controller\CancelController
*/
protected function getCancelControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/CancelController.php';
$this->services['Payum\\Bundle\\PayumBundle\\Controller\\CancelController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\CancelController(($this->services['payum'] ?? $this->getPayumService()));
$instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\CancelController', $this));
return $instance;
}
/**
* Gets the public 'Payum\Bundle\PayumBundle\Controller\CaptureController' shared autowired service.
*
* @return \Payum\Bundle\PayumBundle\Controller\CaptureController
*/
protected function getCaptureControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/CaptureController.php';
$this->services['Payum\\Bundle\\PayumBundle\\Controller\\CaptureController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\CaptureController(($this->services['payum'] ?? $this->getPayumService()));
$instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\CaptureController', $this));
return $instance;
}
/**
* Gets the public 'Payum\Bundle\PayumBundle\Controller\NotifyController' shared autowired service.
*
* @return \Payum\Bundle\PayumBundle\Controller\NotifyController
*/
protected function getNotifyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/NotifyController.php';
$this->services['Payum\\Bundle\\PayumBundle\\Controller\\NotifyController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\NotifyController(($this->services['payum'] ?? $this->getPayumService()));
$instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\NotifyController', $this));
return $instance;
}
/**
* Gets the public 'Payum\Bundle\PayumBundle\Controller\PayoutController' shared autowired service.
*
* @return \Payum\Bundle\PayumBundle\Controller\PayoutController
*/
protected function getPayoutControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayoutController.php';
$this->services['Payum\\Bundle\\PayumBundle\\Controller\\PayoutController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\PayoutController(($this->services['payum'] ?? $this->getPayumService()));
$instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\PayoutController', $this));
return $instance;
}
/**
* Gets the public 'Payum\Bundle\PayumBundle\Controller\RefundController' shared autowired service.
*
* @return \Payum\Bundle\PayumBundle\Controller\RefundController
*/
protected function getRefundControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/RefundController.php';
$this->services['Payum\\Bundle\\PayumBundle\\Controller\\RefundController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\RefundController(($this->services['payum'] ?? $this->getPayumService()));
$instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\RefundController', $this));
return $instance;
}
/**
* Gets the public 'Payum\Bundle\PayumBundle\Controller\SyncController' shared autowired service.
*
* @return \Payum\Bundle\PayumBundle\Controller\SyncController
*/
protected function getSyncControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Traits/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/PayumController.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Controller/SyncController.php';
$this->services['Payum\\Bundle\\PayumBundle\\Controller\\SyncController'] = $instance = new \Payum\Bundle\PayumBundle\Controller\SyncController(($this->services['payum'] ?? $this->getPayumService()));
$instance->setContainer(($this->privates['.service_locator.R9EZor7'] ?? $this->get_ServiceLocator_R9EZor7Service())->withContext('Payum\\Bundle\\PayumBundle\\Controller\\SyncController', $this));
return $instance;
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Add' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Add
*/
protected function getAddService()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Add.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Add'] = new \SolidInvoice\ClientBundle\Action\Add(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Address
*/
protected function getAddressService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SerializeTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Address.php';
$this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address();
$instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address\AddressList' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Address\AddressList
*/
protected function getAddressListService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SerializeTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Address/AddressList.php';
$this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address\AddressList();
$instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address\Delete' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Address\Delete
*/
protected function getDeleteService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Address/Delete.php';
$this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address\Delete();
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Address\Edit' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Address\Edit
*/
protected function getEditService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SaveableTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Address/Edit.php';
$this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Address\Edit(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Contact
*/
protected function getContactService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SerializeTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Contact.php';
$this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Contact();
$instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact\Add' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Contact\Add
*/
protected function getAdd2Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Contact/Add.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add'] = new \SolidInvoice\ClientBundle\Action\Ajax\Contact\Add(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact\Delete' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Contact\Delete
*/
protected function getDelete2Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Contact/Delete.php';
$this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete'] = $instance = new \SolidInvoice\ClientBundle\Action\Ajax\Contact\Delete();
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Contact\Edit' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Contact\Edit
*/
protected function getEdit2Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Contact/Edit.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit'] = new \SolidInvoice\ClientBundle\Action\Ajax\Contact\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Credit' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Credit
*/
protected function getCreditService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Credit.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit'] = new \SolidInvoice\ClientBundle\Action\Ajax\Credit(($this->privates['SolidInvoice\\ClientBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Delete' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Delete
*/
protected function getDelete3Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Delete.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete'] = new \SolidInvoice\ClientBundle\Action\Ajax\Delete(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Ajax\Info' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Ajax\Info
*/
protected function getInfoService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Info.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Ajax\\Info'] = new \SolidInvoice\ClientBundle\Action\Ajax\Info(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] ?? $this->getMoneyFormatterService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Edit' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Edit
*/
protected function getEdit3Service()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Edit.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Edit'] = new \SolidInvoice\ClientBundle\Action\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Grid\Archive' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Grid\Archive
*/
protected function getArchiveService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Grid/Archive.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Grid\\Archive'] = new \SolidInvoice\ClientBundle\Action\Grid\Archive(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Grid\Delete' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Grid\Delete
*/
protected function getDelete4Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Grid/Delete.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\ClientBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Grid\Restore' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Grid\Restore
*/
protected function getRestoreService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Grid/Restore.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Grid\\Restore'] = new \SolidInvoice\ClientBundle\Action\Grid\Restore(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\Index' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\Index
*/
protected function getIndexService()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/Index.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\Index'] = new \SolidInvoice\ClientBundle\Action\Index();
}
/**
* Gets the public 'SolidInvoice\ClientBundle\Action\View' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Action\View
*/
protected function getViewService()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Action/View.php';
return $this->services['SolidInvoice\\ClientBundle\\Action\\View'] = new \SolidInvoice\ClientBundle\Action\View(($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\CoreBundle\Action\CreateCompany' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Action\CreateCompany
*/
protected function getCreateCompanyService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Action/CreateCompany.php';
return $this->services['SolidInvoice\\CoreBundle\\Action\\CreateCompany'] = new \SolidInvoice\CoreBundle\Action\CreateCompany();
}
/**
* Gets the public 'SolidInvoice\CoreBundle\Action\SelectCompany' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Action\SelectCompany
*/
protected function getSelectCompanyService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Action/SelectCompany.php';
return $this->services['SolidInvoice\\CoreBundle\\Action\\SelectCompany'] = new \SolidInvoice\CoreBundle\Action\SelectCompany(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\CoreBundle\Action\ViewBilling' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Action\ViewBilling
*/
protected function getViewBillingService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Action/ViewBilling.php';
return $this->services['SolidInvoice\\CoreBundle\\Action\\ViewBilling'] = new \SolidInvoice\CoreBundle\Action\ViewBilling(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\DataGridBundle\Action\Data' shared autowired service.
*
* @return \SolidInvoice\DataGridBundle\Action\Data
*/
protected function getDataService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SerializeTrait.php';
include_once \dirname(__DIR__, 4).'/src/DataGridBundle/Action/Data.php';
$this->services['SolidInvoice\\DataGridBundle\\Action\\Data'] = $instance = new \SolidInvoice\DataGridBundle\Action\Data(($this->privates['SolidInvoice\\DataGridBundle\\Repository\\GridRepository'] ?? $this->getGridRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\InstallBundle\Action\Config' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Action\Config
*/
protected function getConfigService()
{
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Action/Config.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/ConfigWriter.php';
return $this->services['SolidInvoice\\InstallBundle\\Action\\Config'] = new \SolidInvoice\InstallBundle\Action\Config(($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] ?? ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] = new \SolidInvoice\CoreBundle\ConfigWriter(\dirname(__DIR__, 4)))), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
}
/**
* Gets the public 'SolidInvoice\InstallBundle\Action\Finish' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Action\Finish
*/
protected function getFinishService()
{
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Action/Finish.php';
return $this->services['SolidInvoice\\InstallBundle\\Action\\Finish'] = new \SolidInvoice\InstallBundle\Action\Finish(\dirname(__DIR__, 4));
}
/**
* Gets the public 'SolidInvoice\InstallBundle\Action\Install' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Action\Install
*/
protected function getInstallService()
{
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Action/Install.php';
return $this->services['SolidInvoice\\InstallBundle\\Action\\Install'] = new \SolidInvoice\InstallBundle\Action\Install();
}
/**
* Gets the public 'SolidInvoice\InstallBundle\Action\Setup' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Action\Setup
*/
protected function getSetupService()
{
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Action/Setup.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/ConfigWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/mpociot/vat-calculator/src/VatCalculator.php';
return $this->services['SolidInvoice\\InstallBundle\\Action\\Setup'] = new \SolidInvoice\InstallBundle\Action\Setup(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] ?? ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] = new \SolidInvoice\CoreBundle\ConfigWriter(\dirname(__DIR__, 4)))), ($this->privates['Mpociot\\VatCalculator\\VatCalculator'] ?? ($this->privates['Mpociot\\VatCalculator\\VatCalculator'] = new \Mpociot\VatCalculator\VatCalculator())), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\InstallBundle\Action\SystemRequirements' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Action\SystemRequirements
*/
protected function getSystemRequirementsService()
{
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Action/SystemRequirements.php';
return $this->services['SolidInvoice\\InstallBundle\\Action\\SystemRequirements'] = new \SolidInvoice\InstallBundle\Action\SystemRequirements();
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\CloneInvoice' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\CloneInvoice
*/
protected function getCloneInvoiceService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/CloneInvoice.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice'] = new \SolidInvoice\InvoiceBundle\Action\CloneInvoice(($this->services['router'] ?? $this->getRouterService()), ($this->privates['SolidInvoice\\InvoiceBundle\\Cloner\\InvoiceCloner'] ?? $this->getInvoiceClonerService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\CloneRecurringInvoice' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\CloneRecurringInvoice
*/
protected function getCloneRecurringInvoiceService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/CloneRecurringInvoice.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice'] = new \SolidInvoice\InvoiceBundle\Action\CloneRecurringInvoice(($this->services['router'] ?? $this->getRouterService()), ($this->privates['SolidInvoice\\InvoiceBundle\\Cloner\\InvoiceCloner'] ?? $this->getInvoiceClonerService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Create' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Create
*/
protected function getCreateService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Create.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Create'] = new \SolidInvoice\InvoiceBundle\Action\Create(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\CreateRecurring' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\CreateRecurring
*/
protected function getCreateRecurringService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/CreateRecurring.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring'] = new \SolidInvoice\InvoiceBundle\Action\CreateRecurring(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Edit' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Edit
*/
protected function getEdit4Service()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Edit.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Edit'] = new \SolidInvoice\InvoiceBundle\Action\Edit(($this->services['router'] ?? $this->getRouterService()), ($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\EditRecurring' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\EditRecurring
*/
protected function getEditRecurringService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/EditRecurring.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\EditRecurring'] = new \SolidInvoice\InvoiceBundle\Action\EditRecurring(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Fields' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Fields
*/
protected function getFieldsService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Fields.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Fields'] = new \SolidInvoice\InvoiceBundle\Action\Fields(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] ?? $this->getFieldRendererService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\Archive' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Grid\Archive
*/
protected function getArchive2Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Grid/Archive.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\Archive'] = new \SolidInvoice\InvoiceBundle\Action\Grid\Archive(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\Delete' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Grid\Delete
*/
protected function getDelete5Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Grid/Delete.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\InvoiceBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\RecurringArchive' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Grid\RecurringArchive
*/
protected function getRecurringArchiveService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Grid/RecurringArchive.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringArchive'] = new \SolidInvoice\InvoiceBundle\Action\Grid\RecurringArchive(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository'] ?? $this->getRecurringInvoiceRepositoryService()), ($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Grid\RecurringDelete' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Grid\RecurringDelete
*/
protected function getRecurringDeleteService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Grid/RecurringDelete.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Grid\\RecurringDelete'] = new \SolidInvoice\InvoiceBundle\Action\Grid\RecurringDelete(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository'] ?? $this->getRecurringInvoiceRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Index' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Index
*/
protected function getIndex2Service()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Index.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\Index'] = new \SolidInvoice\InvoiceBundle\Action\Index(($this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService()), ($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\RecurringIndex' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\RecurringIndex
*/
protected function getRecurringIndexService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/RecurringIndex.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\RecurringIndex'] = new \SolidInvoice\InvoiceBundle\Action\RecurringIndex();
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\RecurringTransition' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\RecurringTransition
*/
protected function getRecurringTransitionService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SaveableTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/RecurringTransition.php';
$this->services['SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition'] = $instance = new \SolidInvoice\InvoiceBundle\Action\RecurringTransition(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService()));
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Transition' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Transition
*/
protected function getTransitionService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SaveableTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Transition.php';
$this->services['SolidInvoice\\InvoiceBundle\\Action\\Transition'] = $instance = new \SolidInvoice\InvoiceBundle\Action\Transition(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()));
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\Transition\Send' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\Transition\Send
*/
protected function getSendService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SaveableTrait.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/Transition/Send.php';
$this->services['SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send'] = $instance = new \SolidInvoice\InvoiceBundle\Action\Transition\Send(($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\View' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\View
*/
protected function getView2Service()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/View.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\View'] = new \SolidInvoice\InvoiceBundle\Action\View(($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'SolidInvoice\InvoiceBundle\Action\ViewRecurring' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Action\ViewRecurring
*/
protected function getViewRecurringService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Action/ViewRecurring.php';
return $this->services['SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring'] = new \SolidInvoice\InvoiceBundle\Action\ViewRecurring();
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\Action\Ajax\MethodList' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Action\Ajax\MethodList
*/
protected function getMethodListService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Action/Ajax/MethodList.php';
return $this->services['SolidInvoice\\PaymentBundle\\Action\\Ajax\\MethodList'] = new \SolidInvoice\PaymentBundle\Action\Ajax\MethodList(($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), ($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository'] ?? $this->getPaymentMethodRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\Action\Ajax\Settings' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Action\Ajax\Settings
*/
protected function getSettingsService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Action/Ajax/Settings.php';
return $this->services['SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings'] = new \SolidInvoice\PaymentBundle\Action\Ajax\Settings(($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), ($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\Action\Done' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Action\Done
*/
protected function getDoneService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SaveableTrait.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Action/Done.php';
$this->services['SolidInvoice\\PaymentBundle\\Action\\Done'] = $instance = new \SolidInvoice\PaymentBundle\Action\Done(($this->services['payum'] ?? $this->getPayumService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\Action\Index' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Action\Index
*/
protected function getIndex3Service()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Action/Index.php';
return $this->services['SolidInvoice\\PaymentBundle\\Action\\Index'] = new \SolidInvoice\PaymentBundle\Action\Index();
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\Action\Prepare' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Action\Prepare
*/
protected function getPrepareService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SaveableTrait.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Action/Prepare.php';
$this->services['SolidInvoice\\PaymentBundle\\Action\\Prepare'] = $instance = new \SolidInvoice\PaymentBundle\Action\Prepare(($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService()), ($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository'] ?? $this->getPaymentMethodRepositoryService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['payum'] ?? $this->getPayumService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\Action\Settings' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Action\Settings
*/
protected function getSettings2Service()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Action/Settings.php';
return $this->services['SolidInvoice\\PaymentBundle\\Action\\Settings'] = new \SolidInvoice\PaymentBundle\Action\Settings();
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\PaymentAction\Offline\StatusAction' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\PaymentAction\Offline\StatusAction
*/
protected function getStatusActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/GatewayAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/GatewayAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/PaymentAction/Offline/StatusAction.php';
return $this->services['SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction'] = new \SolidInvoice\PaymentBundle\PaymentAction\Offline\StatusAction();
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\PaymentDetailsStatusAction' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\PaymentDetailsStatusAction
*/
protected function getPaymentDetailsStatusActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/GatewayAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/GatewayAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/PaymentAction/PaypalExpress/PaymentDetailsStatusAction.php';
return $this->services['SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction'] = new \SolidInvoice\PaymentBundle\PaymentAction\PaypalExpress\PaymentDetailsStatusAction();
}
/**
* Gets the public 'SolidInvoice\PaymentBundle\Payum\Extension\UpdatePaymentDetailsExtension' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Payum\Extension\UpdatePaymentDetailsExtension
*/
protected function getUpdatePaymentDetailsExtensionService()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Payum/Extension/UpdatePaymentDetailsExtension.php';
return $this->services['SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension'] = new \SolidInvoice\PaymentBundle\Payum\Extension\UpdatePaymentDetailsExtension(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\CloneQuote' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\CloneQuote
*/
protected function getCloneQuoteService()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/CloneQuote.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Cloner/QuoteCloner.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\CloneQuote'] = new \SolidInvoice\QuoteBundle\Action\CloneQuote(new \SolidInvoice\QuoteBundle\Cloner\QuoteCloner(($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService())), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Create' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Create
*/
protected function getCreate2Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Create.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Create'] = new \SolidInvoice\QuoteBundle\Action\Create(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Edit' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Edit
*/
protected function getEdit5Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Edit.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Edit'] = new \SolidInvoice\QuoteBundle\Action\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Fields' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Fields
*/
protected function getFields2Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Fields.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Fields'] = new \SolidInvoice\QuoteBundle\Action\Fields(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] ?? $this->getFieldRendererService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Grid\Archive' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Grid\Archive
*/
protected function getArchive3Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Grid/Archive.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Grid\\Archive'] = new \SolidInvoice\QuoteBundle\Action\Grid\Archive(($this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] ?? $this->getQuoteRepositoryService()), ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Grid\Delete' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Grid\Delete
*/
protected function getDelete6Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Grid/Delete.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\QuoteBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] ?? $this->getQuoteRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Index' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Index
*/
protected function getIndex4Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Index.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Index'] = new \SolidInvoice\QuoteBundle\Action\Index(($this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] ?? $this->getQuoteRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Transition' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Transition
*/
protected function getTransition2Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Transition.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Transition'] = new \SolidInvoice\QuoteBundle\Action\Transition(($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\Transition\Send' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\Transition\Send
*/
protected function getSend2Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/Transition/Send.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\Transition\\Send'] = new \SolidInvoice\QuoteBundle\Action\Transition\Send(($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'] ?? $this->getQuoteMailerService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\QuoteBundle\Action\View' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Action\View
*/
protected function getView3Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Action/View.php';
return $this->services['SolidInvoice\\QuoteBundle\\Action\\View'] = new \SolidInvoice\QuoteBundle\Action\View(($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'SolidInvoice\SettingsBundle\Action\Index' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\Action\Index
*/
protected function getIndex5Service()
{
include_once \dirname(__DIR__, 4).'/src/SettingsBundle/Action/Index.php';
return $this->services['SolidInvoice\\SettingsBundle\\Action\\Index'] = new \SolidInvoice\SettingsBundle\Action\Index();
}
/**
* Gets the public 'SolidInvoice\SettingsBundle\SystemConfig' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\SystemConfig
*/
protected function getSystemConfigService()
{
return $this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] = new \SolidInvoice\SettingsBundle\SystemConfig($this->getEnv('installed'), ($this->privates['SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository'] ?? $this->getSettingsRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\SettingsBundle\Twig\Components\Settings' autowired service.
*
* @return \SolidInvoice\SettingsBundle\Twig\Components\Settings
*/
protected function getSettings3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/DefaultActionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/ComponentWithFormTrait.php';
include_once \dirname(__DIR__, 4).'/src/SettingsBundle/Twig/Components/Settings.php';
$this->factories['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings'] = function () {
$instance = new \SolidInvoice\SettingsBundle\Twig\Components\Settings(($this->privates['SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository'] ?? $this->getSettingsRepositoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
$instance->setContainer(($this->privates['.service_locator.dwKQLWi.SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings'] ?? $this->getSettings4Service()));
return $instance;
};
return $this->factories['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings']();
}
/**
* Gets the public 'SolidInvoice\TaxBundle\Action\Add' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Action\Add
*/
protected function getAdd3Service()
{
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Action/Add.php';
return $this->services['SolidInvoice\\TaxBundle\\Action\\Add'] = new \SolidInvoice\TaxBundle\Action\Add(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\TaxBundle\Action\Edit' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Action\Edit
*/
protected function getEdit6Service()
{
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Action/Edit.php';
return $this->services['SolidInvoice\\TaxBundle\\Action\\Edit'] = new \SolidInvoice\TaxBundle\Action\Edit(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()));
}
/**
* Gets the public 'SolidInvoice\TaxBundle\Action\Grid\Delete' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Action\Grid\Delete
*/
protected function getDelete7Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Action/Grid/Delete.php';
return $this->services['SolidInvoice\\TaxBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\TaxBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\TaxBundle\\Repository\\TaxRepository'] ?? $this->getTaxRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\TaxBundle\Action\Index' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Action\Index
*/
protected function getIndex6Service()
{
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Action/Index.php';
return $this->services['SolidInvoice\\TaxBundle\\Action\\Index'] = new \SolidInvoice\TaxBundle\Action\Index();
}
/**
* Gets the public 'SolidInvoice\TaxBundle\Action\Validate' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Action\Validate
*/
protected function getValidateService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Action/Validate.php';
include_once \dirname(__DIR__, 4).'/vendor/mpociot/vat-calculator/src/VatCalculator.php';
return $this->services['SolidInvoice\\TaxBundle\\Action\\Validate'] = new \SolidInvoice\TaxBundle\Action\Validate(($this->privates['Mpociot\\VatCalculator\\VatCalculator'] ?? ($this->privates['Mpociot\\VatCalculator\\VatCalculator'] = new \Mpociot\VatCalculator\VatCalculator())));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\AcceptInvitation' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\AcceptInvitation
*/
protected function getAcceptInvitationService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/AcceptInvitation.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\AcceptInvitation'] = new \SolidInvoice\UserBundle\Action\AcceptInvitation(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()), ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiCreate' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Ajax\ApiCreate
*/
protected function getApiCreateService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Ajax/ApiCreate.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiCreate'] = new \SolidInvoice\UserBundle\Action\Ajax\ApiCreate(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiList' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Ajax\ApiList
*/
protected function getApiListService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SerializeTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Ajax/ApiList.php';
$this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiList'] = $instance = new \SolidInvoice\UserBundle\Action\Ajax\ApiList(($this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository'] ?? $this->getApiTokenRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setSerializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiRevoke' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Ajax\ApiRevoke
*/
protected function getApiRevokeService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Ajax/ApiRevoke.php';
$this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke'] = $instance = new \SolidInvoice\UserBundle\Action\Ajax\ApiRevoke();
$instance->setDoctrine(($this->services['doctrine'] ?? $this->getDoctrineService()));
return $instance;
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Ajax\ApiTokenHistory' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Ajax\ApiTokenHistory
*/
protected function getApiTokenHistoryService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Ajax/ApiTokenHistory.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory'] = new \SolidInvoice\UserBundle\Action\Ajax\ApiTokenHistory(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\ApiIndex' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\ApiIndex
*/
protected function getApiIndexService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/ApiIndex.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\ApiIndex'] = new \SolidInvoice\UserBundle\Action\ApiIndex();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\EditProfile' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\EditProfile
*/
protected function getEditProfileService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/EditProfile.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\EditProfile'] = new \SolidInvoice\UserBundle\Action\EditProfile();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Check' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\ForgotPassword\Check
*/
protected function getCheckService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/ForgotPassword/Check.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Check'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Check();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Request' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\ForgotPassword\Request
*/
protected function getRequestService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/ForgotPassword/Request.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Request'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Request();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Reset' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\ForgotPassword\Reset
*/
protected function getResetService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/ForgotPassword/Reset.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Reset();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\ForgotPassword\Send' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\ForgotPassword\Send
*/
protected function getSend3Service()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/ForgotPassword/Send.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send'] = new \SolidInvoice\UserBundle\Action\ForgotPassword\Send();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Grid\Delete' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Grid\Delete
*/
protected function getDelete8Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Grid/Delete.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Grid\\Delete'] = new \SolidInvoice\UserBundle\Action\Grid\Delete(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['SolidInvoice\\CoreBundle\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Grid\DeleteInvitations' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Grid\DeleteInvitations
*/
protected function getDeleteInvitationsService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Response/AjaxResponse.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Grid/DeleteInvitations.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Grid\\DeleteInvitations'] = new \SolidInvoice\UserBundle\Action\Grid\DeleteInvitations(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\InviteUser' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\InviteUser
*/
protected function getInviteUserService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/InviteUser.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\InviteUser'] = new \SolidInvoice\UserBundle\Action\InviteUser(($this->privates['solidworx.form_handler'] ?? $this->getSolidworx_FormHandlerService()), ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Profile' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Profile
*/
protected function getProfileService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Profile.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Profile'] = new \SolidInvoice\UserBundle\Action\Profile();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Register' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Register
*/
protected function getRegisterService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Register.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Register'] = new \SolidInvoice\UserBundle\Action\Register(($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\ResendUserInvite' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\ResendUserInvite
*/
protected function getResendUserInviteService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/ResendUserInvite.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\ResendUserInvite'] = new \SolidInvoice\UserBundle\Action\ResendUserInvite(($this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'] ?? $this->getUserInvitationService()), ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Security\ChangePassword' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Security\ChangePassword
*/
protected function getChangePasswordService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Security/ChangePassword.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword'] = new \SolidInvoice\UserBundle\Action\Security\ChangePassword();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Security\Login' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Security\Login
*/
protected function getLoginService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Security/Login.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Security\\Login'] = new \SolidInvoice\UserBundle\Action\Security\Login();
}
/**
* Gets the public 'SolidInvoice\UserBundle\Action\Users' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Action\Users
*/
protected function getUsersService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Action/Users.php';
return $this->services['SolidInvoice\\UserBundle\\Action\\Users'] = new \SolidInvoice\UserBundle\Action\Users();
}
/**
* 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 'api_platform.action.documentation' shared service.
*
* @return \ApiPlatform\Documentation\Action\DocumentationAction
*/
protected function getApiPlatform_Action_DocumentationService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'Dashiro Invoice - eFactura', 'SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".' \'headers\' => ['."\n".' \'X-API-TOKEN\' => \'${apiToken}\','."\n".' ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`', '1.0.2', NULL, $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.next'] ?? $this->getApiPlatform_Openapi_Factory_NextService()));
}
/**
* Gets the public 'api_platform.action.entrypoint' shared service.
*
* @return \ApiPlatform\Action\EntrypointAction
*/
protected function getApiPlatform_Action_EntrypointService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
}
/**
* Gets the public 'api_platform.action.exception' shared service.
*
* @return \ApiPlatform\Action\ExceptionAction
*/
protected function getApiPlatform_Action_ExceptionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
}
/**
* Gets the public 'api_platform.action.not_exposed' shared service.
*
* @return \ApiPlatform\Action\NotExposedAction
*/
protected function getApiPlatform_Action_NotExposedService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
}
/**
* Gets the public 'api_platform.action.not_found' shared service.
*
* @return \ApiPlatform\Action\NotFoundAction
*/
protected function getApiPlatform_Action_NotFoundService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
}
/**
* Gets the public 'api_platform.action.placeholder' shared service.
*
* @return \ApiPlatform\Action\PlaceholderAction
*/
protected function getApiPlatform_Action_PlaceholderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
}
/**
* Gets the public 'api_platform.jsonld.action.context' shared service.
*
* @return \ApiPlatform\JsonLd\Action\ContextAction
*/
protected function getApiPlatform_Jsonld_Action_ContextService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
}
/**
* Gets the public 'api_platform.swagger.action.ui' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
*/
protected function getApiPlatform_Swagger_Action_UiService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), 'Dashiro Invoice - eFactura', 'SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".' \'headers\' => ['."\n".' \'X-API-TOKEN\' => \'${apiToken}\','."\n".' ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`', '1.0.2', $this->parameters['api_platform.formats'], false, '', '', 'oauth2', 'application', '', '', [], false, true, true, false, false, false, $this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
}
/**
* Gets the public 'api_platform.swagger_ui.action' shared service.
*
* @return \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiAction
*/
protected function getApiPlatform_SwaggerUi_ActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.next'] ?? $this->getApiPlatform_Openapi_Factory_NextService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(true, false, true, false, false, false, NULL, []), $this->parameters['api_platform.formats'], '', '', false);
}
/**
* Gets the public 'bazinga.jstranslation.controller' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
*/
protected function getBazinga_Jstranslation_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true, 'en', 'messages', '86400');
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the public 'bazinga.jstranslation.dump_command' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
*/
protected function getBazinga_Jstranslation_DumpCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
$this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), \dirname(__DIR__, 4));
$instance->setName('bazinga:js-translation:dump');
return $instance;
}
/**
* Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
*/
protected function getBazinga_Jstranslation_TranslationDumperService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'en', 'messages', [], []);
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the public 'bazinga.jstranslation.translation_finder' shared service.
*
* @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
*/
protected function getBazinga_Jstranslation_TranslationFinderService()
{
include_once \dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], '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')], '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')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], '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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], '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/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/src/ClientBundle/Resources/translations/email.en.yml'), 6 => (\dirname(__DIR__, 4).'/src/ClientBundle/Resources/translations/messages.en.yml'), 7 => (\dirname(__DIR__, 4).'/src/CoreBundle/Resources/translations/messages.en.yml'), 8 => (\dirname(__DIR__, 4).'/src/DashboardBundle/Resources/translations/messages.en.yml'), 9 => (\dirname(__DIR__, 4).'/src/InstallBundle/Resources/translations/messages.en.yml'), 10 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/email.en.yml'), 11 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/email.en.yml'), 13 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/messages.en.yml'), 14 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/email.en.yml'), 15 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/messages.en.yml'), 16 => (\dirname(__DIR__, 4).'/src/SettingsBundle/Resources/translations/messages.en.yml'), 17 => (\dirname(__DIR__, 4).'/src/TaxBundle/Resources/translations/messages.en.yml'), 18 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/email.en.yml'), 19 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/messages.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')], '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')], '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')], '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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], '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')], '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')], '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')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], '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/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml')], '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')], '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')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], '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).'/src/ClientBundle/Resources/translations/email.ro.yml'), 4 => (\dirname(__DIR__, 4).'/src/ClientBundle/Resources/translations/messages.ro.yml'), 5 => (\dirname(__DIR__, 4).'/src/CoreBundle/Resources/translations/messages.ro.yml'), 6 => (\dirname(__DIR__, 4).'/src/DashboardBundle/Resources/translations/messages.ro.yml'), 7 => (\dirname(__DIR__, 4).'/src/InstallBundle/Resources/translations/messages.ro.yml'), 8 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/email.ro.yml'), 9 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/messages.ro.yml'), 10 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/email.ro.yml'), 11 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/messages.ro.yml'), 12 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/email.ro.yml'), 13 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/messages.ro.yml'), 14 => (\dirname(__DIR__, 4).'/src/SettingsBundle/Resources/translations/messages.ro.yml'), 15 => (\dirname(__DIR__, 4).'/src/TaxBundle/Resources/translations/messages.ro.yml'), 16 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/messages.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], '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')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], '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')], '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')], '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')], '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')]]);
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SX4EVAMU39', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = 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(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $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()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService())]);
}
/**
* 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.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), 'api_platform.cache.metadata.resource_collection' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService())]);
}
/**
* 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(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uBd4WhGjum', 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.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), 'api_platform.cache.metadata.resource_collection' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService())]);
}
/**
* 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(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3FY8JpuFCa', 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['api_platform.cache_warmer.cache_pool_clearer'] ?? $this->getApiPlatform_CacheWarmer_CachePoolClearerService());
yield 2 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 3 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 4 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 5 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 6 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 7 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 8 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 9 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
yield 10 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__, 4).'/public/static/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
yield 11 => ($this->privates['ux.live_component.twig.cache_warmer'] ?? $this->getUx_LiveComponent_Twig_CacheWarmerService());
}, 12), true, ($this->targetDir.''.'/SolidInvoice_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_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],
'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],
'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],
'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
'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.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],
'bazinga.jstranslation.dump_command' => ['services', 'bazinga.jstranslation.dump_command', 'getBazinga_Jstranslation_DumpCommandService', 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],
'fos_js_routing.dump_command' => ['privates', 'fos_js_routing.dump_command', 'getFosJsRouting_DumpCommandService', false],
'fos_js_routing.router_debug_exposed_command' => ['privates', 'fos_js_routing.router_debug_exposed_command', 'getFosJsRouting_RouterDebugExposedCommandService', false],
'payum.command.create_capture_token' => ['privates', 'payum.command.create_capture_token', 'getPayum_Command_CreateCaptureTokenService', false],
'payum.command.create_notify_token' => ['privates', 'payum.command.create_notify_token', 'getPayum_Command_CreateNotifyTokenService', false],
'payum.command.debug_gateway' => ['privates', 'payum.command.debug_gateway', 'getPayum_Command_DebugGatewayService', false],
'payum.command.status' => ['privates', '.payum.command.status.lazy', 'get_Payum_Command_Status_LazyService', false],
'api_platform.json_schema.json_schema_generate_command' => ['privates', 'api_platform.json_schema.json_schema_generate_command', 'getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService', false],
'api_platform.openapi.command' => ['privates', 'api_platform.openapi.command', 'getApiPlatform_Openapi_CommandService', false],
'api_platform.swagger.command.swagger_command' => ['privates', 'api_platform.swagger.command.swagger_command', 'getApiPlatform_Swagger_Command_SwaggerCommandService', false],
'debug.api_platform.debug_resource.command' => ['privates', 'debug.api_platform.debug_resource.command', 'getDebug_ApiPlatform_DebugResource_CommandService', false],
'api_platform.upgrade_resource.command' => ['privates', 'api_platform.upgrade_resource.command', 'getApiPlatform_UpgradeResource_CommandService', false],
'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand' => ['privates', 'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand', 'getYamlFormatCommandService', false],
'SolidInvoice\\CronBundle\\Command\\CronRunCommand' => ['privates', '.SolidInvoice\\CronBundle\\Command\\CronRunCommand.lazy', 'getCronRunCommand_LazyService', false],
'SolidInvoice\\InstallBundle\\Command\\InstallCommand' => ['privates', '.SolidInvoice\\InstallBundle\\Command\\InstallCommand.lazy', 'getInstallCommand_LazyService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['privates', '.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy', 'get_HautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommand_LazyService', false],
'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand' => ['privates', 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand', 'getToggleGetCommandService', false],
'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand' => ['privates', 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand', 'getToggleListCommandService', false],
'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand' => ['privates', 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand', 'getToggleSetCommandService', false],
'Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand' => ['privates', '.Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand.lazy', 'getScheduleListCommand_LazyService', false],
'Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand' => ['privates', '.Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand.lazy', 'getScheduleRunCommand_LazyService', false],
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
'ux.twig_component.command.debug' => ['privates', '.ux.twig_component.command.debug.lazy', 'get_Ux_TwigComponent_Command_Debug_LazyService', false],
'maker.auto_command.make_data_provider' => ['privates', '.maker.auto_command.make_data_provider.lazy', 'get_Maker_AutoCommand_MakeDataProvider_LazyService', false],
'maker.auto_command.make_data_persister' => ['privates', '.maker.auto_command.make_data_persister.lazy', 'get_Maker_AutoCommand_MakeDataPersister_LazyService', false],
'maker.auto_command.make_state_processor' => ['privates', '.maker.auto_command.make_state_processor.lazy', 'get_Maker_AutoCommand_MakeStateProcessor_LazyService', false],
'maker.auto_command.make_state_provider' => ['privates', '.maker.auto_command.make_state_provider.lazy', 'get_Maker_AutoCommand_MakeStateProvider_LazyService', 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_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_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],
'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
'maker.auto_command.make_factory' => ['privates', '.maker.auto_command.make_factory.lazy', 'get_Maker_AutoCommand_MakeFactory_LazyService', false],
'maker.auto_command.make_story' => ['privates', '.maker.auto_command.make_story.lazy', 'get_Maker_AutoCommand_MakeStory_LazyService', false],
], [
'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.messenger_consume_messages' => '?',
'console.command.messenger_setup_transports' => '?',
'console.command.messenger_debug' => '?',
'console.command.messenger_stop_workers' => '?',
'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' => '?',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
'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.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
'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',
'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
'payum.command.create_capture_token' => 'Payum\\Bundle\\PayumBundle\\Command\\CreateCaptureTokenCommand',
'payum.command.create_notify_token' => 'Payum\\Bundle\\PayumBundle\\Command\\CreateNotifyTokenCommand',
'payum.command.debug_gateway' => 'Payum\\Bundle\\PayumBundle\\Command\\DebugGatewayCommand',
'payum.command.status' => '?',
'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
'debug.api_platform.debug_resource.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\DebugResourceCommand',
'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand' => 'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand',
'SolidInvoice\\CronBundle\\Command\\CronRunCommand' => '?',
'SolidInvoice\\InstallBundle\\Command\\InstallCommand' => '?',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => '?',
'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand',
'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand',
'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand',
'Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand' => '?',
'Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand' => '?',
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
'ux.twig_component.command.debug' => '?',
'maker.auto_command.make_data_provider' => '?',
'maker.auto_command.make_data_persister' => '?',
'maker.auto_command.make_state_processor' => '?',
'maker.auto_command.make_state_provider' => '?',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_twig_component' => '?',
'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' => '?',
'maker.auto_command.make_security_form_login' => '?',
'maker.auto_command.make_factory' => '?',
'maker.auto_command.make_story' => '?',
]), ['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', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', '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:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'debug:swiftmailer' => 'swiftmailer.command.debug', 'swiftmailer:email:send' => 'swiftmailer.command.new_email', 'swiftmailer:spool:send' => 'swiftmailer.command.send_email', '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: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', 'bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_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', 'fos:js-routing:dump' => 'fos_js_routing.dump_command', 'fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command', 'payum:security:create-capture-token' => 'payum.command.create_capture_token', 'payum:security:create-notify-token' => 'payum.command.create_notify_token', 'debug:payum:gateway' => 'payum.command.debug_gateway', 'payum:gateway:debug' => 'payum.command.debug_gateway', 'payum:status' => 'payum.command.status', 'api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command', 'api:openapi:export' => 'api_platform.openapi.command', 'api:swagger:export' => 'api_platform.swagger.command.swagger_command', 'debug:api-resource' => 'debug.api_platform.debug_resource.command', 'api:upgrade-resource' => 'api_platform.upgrade_resource.command', 'yaml:format' => 'SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand', 'cron:run' => 'SolidInvoice\\CronBundle\\Command\\CronRunCommand', 'app:install' => 'SolidInvoice\\InstallBundle\\Command\\InstallCommand', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command', 'toggler:get' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand', 'toggler:list' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand', 'toggler:set' => 'SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand', 'schedule:list' => 'Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand', 'schedule:run' => 'Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand', 'sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'debug:twig-component' => 'ux.twig_component.command.debug', 'make:data-provider' => 'maker.auto_command.make_data_provider', 'make:data-persister' => 'maker.auto_command.make_data_persister', 'make:state-processor' => 'maker.auto_command.make_state_processor', 'make:state-provider' => 'maker.auto_command.make_state_provider', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', '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', 'make:security:form-login' => 'maker.auto_command.make_security_form_login', 'make:factory' => 'maker.auto_command.make_factory', 'make:story' => 'maker.auto_command.make_story']);
}
/**
* 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 'data_collector.cache' shared service.
*
* @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
*/
protected function getDataCollector_CacheService()
{
$this->services['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$instance->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$instance->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$instance->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
$instance->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
$instance->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
$instance->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
$instance->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
$instance->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$instance->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$instance->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$instance->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$instance->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
$instance->addInstance('api_platform.cache.route_name_resolver.traceable', ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()));
$instance->addInstance('api_platform.cache.metadata.resource.traceable', ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()));
$instance->addInstance('api_platform.cache.metadata.resource.legacy.traceable', ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()));
$instance->addInstance('api_platform.cache.metadata.property.legacy.traceable', ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()));
$instance->addInstance('api_platform.cache.subresource_operation_factory.traceable', ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()));
$instance->addInstance('api_platform.cache.metadata.property.traceable', ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()));
$instance->addInstance('api_platform.cache.metadata.resource_collection.traceable', ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()));
$instance->addInstance('api_platform.cache.identifiers_extractor.traceable', ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()));
return $instance;
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
$a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
if (isset($this->services['data_collector.dump'])) {
return $this->services['data_collector.dump'];
}
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$c->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$d->setConnectionName('default');
$b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d, 2 => new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['dbname' => $this->getEnv('database_name'), 'host' => $this->getEnv('database_host'), 'port' => $this->getEnv('int:database_port'), 'user' => $this->getEnv('database_user'), 'password' => $this->getEnv('database_password'), 'charset' => 'UTF8', 'driver' => $this->getEnv('database_driver'), 'driverOptions' => [], 'serverVersion' => $this->getEnv('database_version'), 'defaultTableOptions' => []], $b, $a, []);
}
/**
* 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/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Payum\\Core\\Model');
$b->addDriver($c, 'SolidInvoice\\ClientBundle\\Entity');
$b->addDriver($c, 'SolidInvoice\\CoreBundle\\Entity');
$b->addDriver($c, 'SolidInvoice\\InvoiceBundle\\Entity');
$b->addDriver($c, 'SolidInvoice\\PaymentBundle\\Entity');
$b->addDriver($c, 'SolidInvoice\\QuoteBundle\\Entity');
$b->addDriver($c, 'SolidInvoice\\SettingsBundle\\Entity');
$b->addDriver($c, 'SolidInvoice\\TaxBundle\\Entity');
$b->addDriver($c, 'SolidInvoice\\UserBundle\\Entity');
$a->setEntityNamespaces(['payum' => 'Payum\\Core\\Model', 'SolidInvoiceClientBundle' => 'SolidInvoice\\ClientBundle\\Entity', 'SolidInvoiceCoreBundle' => 'SolidInvoice\\CoreBundle\\Entity', 'SolidInvoiceInvoiceBundle' => 'SolidInvoice\\InvoiceBundle\\Entity', 'SolidInvoicePaymentBundle' => 'SolidInvoice\\PaymentBundle\\Entity', 'SolidInvoiceQuoteBundle' => 'SolidInvoice\\QuoteBundle\\Entity', 'SolidInvoiceSettingsBundle' => 'SolidInvoice\\SettingsBundle\\Entity', 'SolidInvoiceTaxBundle' => 'SolidInvoice\\TaxBundle\\Entity', 'SolidInvoiceUserBundle' => 'SolidInvoice\\UserBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, 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' => '?',
])));
$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(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'SolidInvoice\\ClientBundle\\Repository\\ClientRepository' => ['privates', 'SolidInvoice\\ClientBundle\\Repository\\ClientRepository', 'getClientRepositoryService', false],
'SolidInvoice\\ClientBundle\\Repository\\ContactRepository' => ['privates', 'SolidInvoice\\ClientBundle\\Repository\\ContactRepository', 'getContactRepositoryService', false],
'SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository' => ['privates', 'SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository', 'getContactTypeRepositoryService', false],
'SolidInvoice\\ClientBundle\\Repository\\CreditRepository' => ['privates', 'SolidInvoice\\ClientBundle\\Repository\\CreditRepository', 'getCreditRepositoryService', false],
'SolidInvoice\\CoreBundle\\Repository\\CompanyRepository' => ['privates', 'SolidInvoice\\CoreBundle\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'SolidInvoice\\CoreBundle\\Repository\\VersionRepository' => ['privates', 'SolidInvoice\\CoreBundle\\Repository\\VersionRepository', 'getVersionRepositoryService', false],
'SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository' => ['privates', 'SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository', 'getInvoiceRepositoryService', false],
'SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository' => ['privates', 'SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository', 'getItemRepositoryService', false],
'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository' => ['privates', 'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository', 'getRecurringInvoiceContactRepositoryService', false],
'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository' => ['privates', 'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository', 'getRecurringInvoiceRepositoryService', false],
'SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository' => ['privates', 'SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository', 'getPaymentMethodRepositoryService', false],
'SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository' => ['privates', 'SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository', 'getPaymentRepositoryService', false],
'SolidInvoice\\QuoteBundle\\Repository\\ItemRepository' => ['privates', 'SolidInvoice\\QuoteBundle\\Repository\\ItemRepository', 'getItemRepository2Service', false],
'SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository' => ['privates', 'SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository', 'getQuoteRepositoryService', false],
'SolidInvoice\\SettingsBundle\\Repository\\SectionRepository' => ['privates', 'SolidInvoice\\SettingsBundle\\Repository\\SectionRepository', 'getSectionRepositoryService', false],
'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository' => ['privates', 'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository', 'getSettingsRepositoryService', false],
'SolidInvoice\\TaxBundle\\Repository\\TaxRepository' => ['privates', 'SolidInvoice\\TaxBundle\\Repository\\TaxRepository', 'getTaxRepositoryService', false],
'SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository' => ['privates', 'SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository', 'getApiTokenHistoryRepositoryService', false],
'SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository' => ['privates', 'SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository', 'getApiTokenRepositoryService', false],
'SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository' => ['privates', 'SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository', 'getUserInvitationRepositoryService', false],
'SolidInvoice\\UserBundle\\Repository\\UserRepository' => ['privates', 'SolidInvoice\\UserBundle\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'SolidInvoice\\ClientBundle\\Repository\\ClientRepository' => '?',
'SolidInvoice\\ClientBundle\\Repository\\ContactRepository' => '?',
'SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository' => '?',
'SolidInvoice\\ClientBundle\\Repository\\CreditRepository' => '?',
'SolidInvoice\\CoreBundle\\Repository\\CompanyRepository' => '?',
'SolidInvoice\\CoreBundle\\Repository\\VersionRepository' => '?',
'SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository' => '?',
'SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository' => '?',
'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository' => '?',
'SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository' => '?',
'SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository' => '?',
'SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository' => '?',
'SolidInvoice\\QuoteBundle\\Repository\\ItemRepository' => '?',
'SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository' => '?',
'SolidInvoice\\SettingsBundle\\Repository\\SectionRepository' => '?',
'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository' => '?',
'SolidInvoice\\TaxBundle\\Repository\\TaxRepository' => '?',
'SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository' => '?',
'SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository' => '?',
'SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository' => '?',
'SolidInvoice\\UserBundle\\Repository\\UserRepository' => '?',
])));
$a->addCustomHydrationMode('money', 'SolidInvoice\\MoneyBundle\\Doctrine\\Hydrator\\MoneyHydrator');
$a->addFilter('company', 'SolidInvoice\\CoreBundle\\Doctrine\\Filter\\CompanyFilter');
$a->addFilter('archivable', 'SolidInvoice\\CoreBundle\\Doctrine\\Filter\\ArchivableFilter');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'company', 1 => 'archivable'], []))->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(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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.invoice.leave', [0 => function () {
return ($this->privates['.state_machine.invoice.listener.audit_trail'] ?? $this->get_StateMachine_Invoice_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.invoice.transition', [0 => function () {
return ($this->privates['.state_machine.invoice.listener.audit_trail'] ?? $this->get_StateMachine_Invoice_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.invoice.enter', [0 => function () {
return ($this->privates['.state_machine.invoice.listener.audit_trail'] ?? $this->get_StateMachine_Invoice_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.recurring_invoice.leave', [0 => function () {
return ($this->privates['.state_machine.recurring_invoice.listener.audit_trail'] ?? $this->get_StateMachine_RecurringInvoice_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.recurring_invoice.transition', [0 => function () {
return ($this->privates['.state_machine.recurring_invoice.listener.audit_trail'] ?? $this->get_StateMachine_RecurringInvoice_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.recurring_invoice.enter', [0 => function () {
return ($this->privates['.state_machine.recurring_invoice.listener.audit_trail'] ?? $this->get_StateMachine_RecurringInvoice_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('workflow.quote.leave', [0 => function () {
return ($this->privates['.state_machine.quote.listener.audit_trail'] ?? $this->get_StateMachine_Quote_Listener_AuditTrailService());
}, 1 => 'onLeave'], 0);
$instance->addListener('workflow.quote.transition', [0 => function () {
return ($this->privates['.state_machine.quote.listener.audit_trail'] ?? $this->get_StateMachine_Quote_Listener_AuditTrailService());
}, 1 => 'onTransition'], 0);
$instance->addListener('workflow.quote.enter', [0 => function () {
return ($this->privates['.state_machine.quote.listener.audit_trail'] ?? $this->get_StateMachine_Quote_Listener_AuditTrailService());
}, 1 => 'onEnter'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['payum.listener.reply_to_http_response'] ?? $this->getPayum_Listener_ReplyToHttpResponseService());
}, 1 => 'onKernelException'], 128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
}, 1 => 'onKernelView'], 32);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
}, 1 => 'onKernelRequest'], 4);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
}, 1 => 'onKernelResponse'], -1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
}, 1 => 'onKernelView'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurity'], 3);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostDenormalize'], 1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostValidation'], 63);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
}, 1 => 'onKernelRequest'], 28);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
}, 1 => 'onKernelRequest'], 4);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.write'] ?? $this->getApiPlatform_Listener_View_WriteService());
}, 1 => 'onKernelView'], 32);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
}, 1 => 'onKernelRequest'], 2);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
}, 1 => 'onKernelView'], 16);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
}, 1 => 'onKernelView'], 8);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
}, 1 => 'onKernelException'], -96);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
}, 1 => 'handleConsoleCommandEvent'], 128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
}, 1 => 'handleConsoleTerminateEvent'], -64);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
}, 1 => 'handleConsoleErrorEvent'], -64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelControllerEvent'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 3);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 4);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelTerminateEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 2);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
}, 1 => 'handleConsoleCommandEvent'], 118);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
}, 1 => 'handleConsoleTerminateEvent'], -54);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
}, 1 => 'handleWorkerMessageFailedEvent'], 50);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
}, 1 => 'handleWorkerMessageHandledEvent'], 50);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleKernelRequestEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 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('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageFailed'], 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.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('form_handler.success', [0 => function () {
return ($this->privates['solidworx.form_handler.success'] ?? $this->getSolidworx_FormHandler_SuccessService());
}, 1 => 'onFormSuccess'], 128);
$instance->addListener('form_handler.fail', [0 => function () {
return ($this->privates['solidworx.form_handler.fail'] ?? ($this->privates['solidworx.form_handler.fail'] = new \SolidWorx\FormHandler\Event\Listener\FormFailListener()));
}, 1 => 'onFormFail'], 128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['solidworx.form_handler.form_request'] ?? ($this->privates['solidworx.form_handler.form_request'] = new \SolidWorx\FormHandler\Event\Listener\FormHandlerResponseListener()));
}, 1 => 'onKernelView'], 128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'] ?? $this->getInvoiceCreateListenerService());
}, 1 => 'setInvoiceStatus'], 33);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'] ?? $this->getQuoteCreateListenerService());
}, 1 => 'setQuoteStatus'], 33);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\AjaxResponseListener'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Listener\\AjaxResponseListener'] = new \SolidInvoice\CoreBundle\Listener\AjaxResponseListener()));
}, 1 => 'onController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'] ?? $this->getCompanyEventSubscriberService());
}, 1 => 'onKernelRequest'], 30);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\EmailFromListener'] ?? $this->getEmailFromListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\SessionRequestListener'] ?? $this->getSessionRequestListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'] ?? $this->getTemplateListenerService());
}, 1 => 'onKernelView'], 128);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeScheduleEvent', [0 => function () {
return ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] ?? ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] = new \SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber()));
}, 1 => 'beforeSchedule'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterScheduleEvent', [0 => function () {
return ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] ?? ($this->privates['SolidInvoice\\CronBundle\\EventSubscriber\\CronScheduleEventSubscriber'] = new \SolidInvoice\CronBundle\EventSubscriber\CronScheduleEventSubscriber()));
}, 1 => 'afterSchedule'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'] ?? $this->getRequestListener2Service());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['SolidInvoice\\InstallBundle\\Listener\\UpgradeListener'] ?? $this->getUpgradeListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('invoice.post_cancel', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoiceCancelListener'] ?? $this->getInvoiceCancelListenerService());
}, 1 => 'onInvoiceCancelled'], 0);
$instance->addListener('workflow.invoice.entered.paid', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoicePaidListener'] ?? $this->getInvoicePaidListenerService());
}, 1 => 'onInvoicePaid'], 0);
$instance->addListener('invoice.post_accept', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'] ?? $this->getInvoiceMailerListenerService());
}, 1 => 'onInvoiceAccepted'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'] ?? $this->getInvoicePdfListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceReceiverListener'] ?? $this->getInvoiceReceiverListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceSubjectListener'] ?? $this->getInvoiceSubjectListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('workflow.invoice.entered', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriberService());
}, 1 => 'onWorkflowTransitionApplied'], 0);
$instance->addListener('workflow.recurring_invoice.enter', [0 => function () {
return ($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriberService());
}, 1 => 'onWorkflowTransitionApplied'], 0);
$instance->addListener('payment.complete', [0 => function () {
return ($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'] ?? $this->getPaymentCompleteListenerService());
}, 1 => 'onPaymentComplete'], 0);
$instance->addListener('payment.complete', [0 => function () {
return ($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'] ?? $this->getPaymentReceivedListenerService());
}, 1 => 'onPaymentCapture'], 0);
$instance->addListener('quote.post_send', [0 => function () {
return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'] ?? $this->getQuoteMailerListenerService());
}, 1 => 'onQuoteSend'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'] ?? $this->getQuotePdfListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteReceiverListener'] ?? $this->getQuoteReceiverListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteSubjectListener'] ?? $this->getQuoteSubjectListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('workflow.quote.entered.accepted', [0 => function () {
return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriber2Service());
}, 1 => 'onQuoteAccepted'], 0);
$instance->addListener('workflow.quote.entered', [0 => function () {
return ($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'] ?? $this->getWorkFlowSubscriber2Service());
}, 1 => 'onWorkflowTransitionApplied'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
}, 1 => 'onLogin'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleBuilderSubscriber'] ?? $this->getScheduleBuilderSubscriberService());
}, 1 => 'build'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\TaskConfigurationSubscriber([])));
}, 1 => 'configureTasks'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleExtensionSubscriber'] ?? $this->getScheduleExtensionSubscriberService());
}, 1 => 'addExtensions'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\SelfSchedulingCommandSubscriber'] ?? $this->getSelfSchedulingCommandSubscriberService());
}, 1 => 'build'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
}, 1 => 'beforeSchedule'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
}, 1 => 'afterSchedule'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeTaskEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
}, 1 => 'beforeTask'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterTaskEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->getScheduleLoggerSubscriberService());
}, 1 => 'afterTask'], 0);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [0 => function () {
return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
}, 1 => 'onPreCreateForRender'], 255);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [0 => function () {
return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
}, 1 => 'onPostCreateForRender'], -255);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreMountEvent', [0 => function () {
return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
}, 1 => 'onPreMount'], 255);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostMountEvent', [0 => function () {
return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
}, 1 => 'onPostMount'], -255);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
}, 1 => 'onPreRender'], 255);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [0 => function () {
return ($this->privates['ux.twig_component.component_logger_listener'] ?? $this->getUx_TwigComponent_ComponentLoggerListenerService());
}, 1 => 'onPostRender'], -255);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreMountEvent', [0 => function () {
return ($this->privates['ux.live_component.event_listener.data_model_props_subscriber'] ?? $this->getUx_LiveComponent_EventListener_DataModelPropsSubscriberService());
}, 1 => 'onPreMount'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
}, 1 => 'onKernelController'], 10);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
}, 1 => 'onKernelException'], 20);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [0 => function () {
return ($this->privates['ux.live_component.intercept_child_component_render_subscriber'] ?? $this->getUx_LiveComponent_InterceptChildComponentRenderSubscriberService());
}, 1 => 'preComponentCreated'], 0);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [0 => function () {
return ($this->privates['ux.live_component.reset_deterministic_id_subscriber'] ?? $this->getUx_LiveComponent_ResetDeterministicIdSubscriberService());
}, 1 => 'onPostRender'], 0);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
return ($this->privates['ux.live_component.add_attributes_subscriber'] ?? $this->getUx_LiveComponent_AddAttributesSubscriberService());
}, 1 => 'onPreRender'], 0);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreMountEvent', [0 => function () {
return ($this->privates['ux.live_component.query_string_initializer_subscriber'] ?? $this->getUx_LiveComponent_QueryStringInitializerSubscriberService());
}, 1 => 'onPreMount'], 0);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostMountEvent', [0 => function () {
return ($this->privates['ux.live_component.defer_live_component_subscriber'] ?? $this->getUx_LiveComponent_DeferLiveComponentSubscriberService());
}, 1 => 'onPostMount'], 0);
$instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
return ($this->privates['ux.live_component.defer_live_component_subscriber'] ?? $this->getUx_LiveComponent_DeferLiveComponentSubscriberService());
}, 1 => 'onPreRender'], 0);
$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 'fidry_alice_data_fixtures.loader.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
*/
protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
*/
protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
*/
protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'fos_js_routing.controller' shared service.
*
* @return \FOS\JsRoutingBundle\Controller\Controller
*/
protected function getFosJsRouting_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
}
/**
* Gets the public 'fos_js_routing.extractor' shared service.
*
* @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
*/
protected function getFosJsRouting_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.'', $this->parameters['kernel.bundles']);
}
/**
* Gets the public 'fos_js_routing.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function getFosJsRouting_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), 1 => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), 2 => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
}
/**
* Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
*
* @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
*/
protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
$this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
$instance->setName('hautelook:fixtures:load');
$instance->setDescription('Load data fixtures to your database.');
return $instance;
}
/**
* Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_AppendLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.loader' shared service.
*
* @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
*/
protected function getHautelookAlice_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'hautelook_alice.locator' shared service.
*
* @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
*/
protected function getHautelookAlice_LocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']));
}
/**
* Gets the public 'hautelook_alice.resolver.bundle' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
*/
protected function getHautelookAlice_Resolver_BundleService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel', 1))));
}
/**
* Gets the public 'hautelook_alice.resolver.file' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
*/
protected function getHautelookAlice_Resolver_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* 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'];
}
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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.api_platform.argument_resolver.payload'] ?? $this->getDebug_ApiPlatform_ArgumentResolver_PayloadService());
yield 5 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 6 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 7 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 8 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 9)), $b));
}
/**
* Gets the public 'knp_menu.factory' shared service.
*
* @return \Knp\Menu\MenuFactory
*/
protected function getKnpMenu_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
$this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
$instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
return $instance;
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
}, 1));
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
}, 7)));
}
/**
* Gets the public 'nelmio_alice.data_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleDataLoader
*/
protected function getNelmioAlice_DataLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
$a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), 2 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), 3 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), 4 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
$b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
$c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([0 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), 1 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), 2 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), 3 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), 4 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), 5 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), 6 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), 7 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), 8 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), 9 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
$d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
$e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
$f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
$g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
$h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([0 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), 1 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), 2 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), 3 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), 4 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), 5 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), 6 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), 7 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), 8 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), 9 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL, 150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
$i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
$j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
$j->setContainer($this);
return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), 2 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), 3 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([0 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), 1 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), 2 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([0 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), 1 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), 2 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), 3 => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), 4 => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([0 => new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), 1 => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), 2 => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), 3 => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h, $i)))));
}
/**
* Gets the public 'nelmio_alice.file_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFileLoader
*/
protected function getNelmioAlice_FileLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* Gets the public 'nelmio_alice.files_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFilesLoader
*/
protected function getNelmioAlice_FilesLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* Gets the public 'payum' shared service.
*
* @return \Payum\Core\Payum
*/
protected function getPayumService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['payum'] = $this->createProxy('Payum_ee9a06b', function () {
return \Payum_ee9a06b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getPayumService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/PayumBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/HttpRequestVerifierBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/TokenFactoryBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/CoreGatewayFactoryBuilder.php';
$a = new \Payum\Core\PayumBuilder();
$b = new \Payum\Core\Bridge\Symfony\Builder\CoreGatewayFactoryBuilder();
$b->setContainer($this);
$a->setMainRegistry(($this->services['payum.static_registry'] ?? $this->getPayum_StaticRegistryService()));
$a->setHttpRequestVerifier(new \Payum\Core\Bridge\Symfony\Builder\HttpRequestVerifierBuilder());
$a->setTokenFactory(new \Payum\Core\Bridge\Symfony\Builder\TokenFactoryBuilder(($this->services['router'] ?? $this->getRouterService())));
$a->setTokenStorage(($this->services['payum.security.token_storage'] ?? $this->getPayum_Security_TokenStorageService()));
$a->setGenericTokenFactoryPaths(['capture' => 'payum_capture_do', 'notify' => 'payum_notify_do', 'authorize' => 'payum_authorize_do', 'refund' => 'payum_refund_do', 'cancel' => 'payum_cancel_do', 'payout' => 'payum_payout_do']);
$a->setCoreGatewayFactory($b);
$a->addCoreGatewayFactoryConfig(['payum.template.layout' => '@PayumCore\\layout.html.twig', 'payum.template.obtain_credit_card' => '@PayumSymfonyBridge\\obtainCreditCard.html.twig', 'payum.paths' => ['PayumSymfonyBridge' => (\dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Resources/views')], 'payum.action.get_http_request' => ($this->services['payum.action.get_http_request'] ?? $this->getPayum_Action_GetHttpRequestService()), 'payum.action.obtain_credit_card' => ($this->services['payum.action.obtain_credit_card_builder'] ?? $this->getPayum_Action_ObtainCreditCardBuilderService())]);
$a->setGatewayConfigStorage(($this->services['payum.dynamic_gateways.config_storage'] ?? $this->getPayum_DynamicGateways_ConfigStorageService()));
$a->addCoreGatewayFactoryConfig(['twig.env' => ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())]);
$a->addCoreGatewayFactoryConfig(['payum.extension.psr_logger' => '@payum.extension.logger', 'payum.extension.log_executed_actions' => '@payum.extension.log_executed_actions', 'payum.extension.profile_collector' => '@payum.profiler.payum_collector', 'payum.prepend_extensions' => [0 => 'payum.extension.profile_collector'], 'payum.extension.payum.extension.storage.solidinvoice_paymentbundle_entity_payment' => '@payum.extension.storage.solidinvoice_paymentbundle_entity_payment', 'payum.extension.SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension' => '@SolidInvoice\\PaymentBundle\\Payum\\Extension\\UpdatePaymentDetailsExtension']);
$a->addGatewayFactoryConfig('offline', ['payum.action.SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction' => '@SolidInvoice\\PaymentBundle\\PaymentAction\\Offline\\StatusAction']);
$a->addGatewayFactoryConfig('paypal_express_checkout', ['payum.action.SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction' => '@SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction', 'payum.prepend_actions' => [0 => 'payum.action.SolidInvoice\\PaymentBundle\\PaymentAction\\PaypalExpress\\PaymentDetailsStatusAction']]);
return $a->getPayum();
}
/**
* Gets the public 'payum.action.get_http_request' shared service.
*
* @return \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction
*/
protected function getPayum_Action_GetHttpRequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Action/GetHttpRequestAction.php';
$this->services['payum.action.get_http_request'] = $instance = new \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction();
$instance->setHttpRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
return $instance;
}
/**
* Gets the public 'payum.action.obtain_credit_card_builder' shared service.
*
* @return \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder
*/
protected function getPayum_Action_ObtainCreditCardBuilderService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/ObtainCreditCardActionBuilder.php';
$a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->services['payum.action.obtain_credit_card_builder'])) {
return $this->services['payum.action.obtain_credit_card_builder'];
}
return $this->services['payum.action.obtain_credit_card_builder'] = new \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'payum.converter.reply_to_http_response' shared service.
*
* @return \Payum\Core\Bridge\Symfony\ReplyToSymfonyResponseConverter
*/
protected function getPayum_Converter_ReplyToHttpResponseService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ReplyToSymfonyResponseConverter.php';
return $this->services['payum.converter.reply_to_http_response'] = new \Payum\Core\Bridge\Symfony\ReplyToSymfonyResponseConverter();
}
/**
* Gets the public 'payum.dynamic_gateways.config_storage' shared service.
*
* @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
*/
protected function getPayum_DynamicGateways_ConfigStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['payum.dynamic_gateways.config_storage'])) {
return $this->services['payum.dynamic_gateways.config_storage'];
}
return $this->services['payum.dynamic_gateways.config_storage'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage($a, 'SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod');
}
/**
* Gets the public 'payum.dynamic_registry' shared service.
*
* @return \Payum\Core\Registry\DynamicRegistry
*/
protected function getPayum_DynamicRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Registry/DynamicRegistry.php';
return $this->services['payum.dynamic_registry'] = new \Payum\Core\Registry\DynamicRegistry(($this->services['payum.dynamic_gateways.config_storage'] ?? $this->getPayum_DynamicGateways_ConfigStorageService()), ($this->services['payum.static_registry'] ?? $this->getPayum_StaticRegistryService()));
}
/**
* Gets the public 'payum.extension.log_executed_actions' shared service.
*
* @return \Payum\Core\Bridge\Psr\Log\LogExecutedActionsExtension
*/
protected function getPayum_Extension_LogExecutedActionsService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Psr/Log/LogExecutedActionsExtension.php';
return $this->services['payum.extension.log_executed_actions'] = new \Payum\Core\Bridge\Psr\Log\LogExecutedActionsExtension(($this->privates['monolog.logger.payum'] ?? $this->getMonolog_Logger_PayumService()));
}
/**
* Gets the public 'payum.extension.logger' shared service.
*
* @return \Payum\Core\Bridge\Psr\Log\LoggerExtension
*/
protected function getPayum_Extension_LoggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Psr/Log/LoggerExtension.php';
return $this->services['payum.extension.logger'] = new \Payum\Core\Bridge\Psr\Log\LoggerExtension(($this->privates['monolog.logger.payum'] ?? $this->getMonolog_Logger_PayumService()));
}
/**
* Gets the public 'payum.extension.storage.solidinvoice_paymentbundle_entity_payment' shared service.
*
* @return \Payum\Core\Extension\StorageExtension
*/
protected function getPayum_Extension_Storage_SolidinvoicePaymentbundleEntityPaymentService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Extension/StorageExtension.php';
return $this->services['payum.extension.storage.solidinvoice_paymentbundle_entity_payment'] = new \Payum\Core\Extension\StorageExtension(($this->services['payum.storage.solidinvoice_paymentbundle_entity_payment'] ?? $this->getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentService()));
}
/**
* Gets the public 'payum.form.extension.gateway_factories_choice' shared service.
*
* @return \Payum\Bundle\PayumBundle\Form\Extension\GatewayFactoriesChoiceTypeExtension
*/
protected function getPayum_Form_Extension_GatewayFactoriesChoiceService()
{
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/payum/payum-bundle/Form/Extension/GatewayFactoriesChoiceTypeExtension.php';
$a = ($this->services['payum'] ?? $this->getPayumService());
if (isset($this->services['payum.form.extension.gateway_factories_choice'])) {
return $this->services['payum.form.extension.gateway_factories_choice'];
}
return $this->services['payum.form.extension.gateway_factories_choice'] = new \Payum\Bundle\PayumBundle\Form\Extension\GatewayFactoriesChoiceTypeExtension($a);
}
/**
* Gets the public 'payum.form.type.credit_card' shared service.
*
* @return \Payum\Core\Bridge\Symfony\Form\Type\CreditCardType
*/
protected function getPayum_Form_Type_CreditCardService()
{
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/payum/core/Payum/Core/Bridge/Symfony/Form/Type/CreditCardType.php';
return $this->services['payum.form.type.credit_card'] = new \Payum\Core\Bridge\Symfony\Form\Type\CreditCardType();
}
/**
* Gets the public 'payum.form.type.credit_card_expiration_date' shared service.
*
* @return \Payum\Core\Bridge\Symfony\Form\Type\CreditCardExpirationDateType
*/
protected function getPayum_Form_Type_CreditCardExpirationDateService()
{
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/payum/core/Payum/Core/Bridge/Symfony/Form/Type/CreditCardExpirationDateType.php';
return $this->services['payum.form.type.credit_card_expiration_date'] = new \Payum\Core\Bridge\Symfony\Form\Type\CreditCardExpirationDateType();
}
/**
* Gets the public 'payum.form.type.gateway_config' shared service.
*
* @return \Payum\Core\Bridge\Symfony\Form\Type\GatewayConfigType
*/
protected function getPayum_Form_Type_GatewayConfigService()
{
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/payum/core/Payum/Core/Bridge/Symfony/Form/Type/GatewayConfigType.php';
$a = ($this->services['payum'] ?? $this->getPayumService());
if (isset($this->services['payum.form.type.gateway_config'])) {
return $this->services['payum.form.type.gateway_config'];
}
return $this->services['payum.form.type.gateway_config'] = new \Payum\Core\Bridge\Symfony\Form\Type\GatewayConfigType($a);
}
/**
* Gets the public 'payum.form.type.gateway_factories_choice' shared service.
*
* @return \Payum\Core\Bridge\Symfony\Form\Type\GatewayFactoriesChoiceType
*/
protected function getPayum_Form_Type_GatewayFactoriesChoiceService()
{
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/payum/core/Payum/Core/Bridge/Symfony/Form/Type/GatewayFactoriesChoiceType.php';
return $this->services['payum.form.type.gateway_factories_choice'] = new \Payum\Core\Bridge\Symfony\Form\Type\GatewayFactoriesChoiceType([]);
}
/**
* Gets the public 'payum.listener.reply_to_http_response' shared service.
*
* @return \Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener
*/
protected function getPayum_Listener_ReplyToHttpResponseService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/EventListener/ReplyToHttpResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ReplyToSymfonyResponseConverter.php';
return $this->services['payum.listener.reply_to_http_response'] = new \Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener(($this->services['payum.converter.reply_to_http_response'] ?? ($this->services['payum.converter.reply_to_http_response'] = new \Payum\Core\Bridge\Symfony\ReplyToSymfonyResponseConverter())));
}
/**
* Gets the public 'payum.profiler.payum_collector' shared service.
*
* @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
*/
protected function getPayum_Profiler_PayumCollectorService()
{
return $this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector();
}
/**
* Gets the public 'payum.security.token_storage' shared service.
*
* @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
*/
protected function getPayum_Security_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['payum.security.token_storage'])) {
return $this->services['payum.security.token_storage'];
}
return $this->services['payum.security.token_storage'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage($a, 'SolidInvoice\\PaymentBundle\\Entity\\SecurityToken');
}
/**
* Gets the public 'payum.static_registry' shared service.
*
* @return \Payum\Core\Bridge\Symfony\ContainerAwareRegistry
*/
protected function getPayum_StaticRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Registry/AbstractRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ContainerAwareRegistry.php';
$this->services['payum.static_registry'] = $instance = new \Payum\Core\Bridge\Symfony\ContainerAwareRegistry([], ['SolidInvoice\\PaymentBundle\\Entity\\Payment' => 'payum.storage.solidinvoice_paymentbundle_entity_payment'], []);
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'payum.storage.solidinvoice_paymentbundle_entity_payment' shared service.
*
* @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
*/
protected function getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
return $this->services['payum.storage.solidinvoice_paymentbundle_entity_payment'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'SolidInvoice\\PaymentBundle\\Entity\\Payment');
}
/**
* Gets the public 'payum.storage.solidinvoice_paymentbundle_entity_paymentmethod' shared service.
*
* @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
*/
protected function getPayum_Storage_SolidinvoicePaymentbundleEntityPaymentmethodService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
return $this->services['payum.storage.solidinvoice_paymentbundle_entity_paymentmethod'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod');
}
/**
* Gets the public 'payum.storage.solidinvoice_paymentbundle_entity_securitytoken' shared service.
*
* @return \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage
*/
protected function getPayum_Storage_SolidinvoicePaymentbundleEntitySecuritytokenService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Payum/Storage/DoctrineStorage.php';
return $this->services['payum.storage.solidinvoice_paymentbundle_entity_securitytoken'] = new \SolidInvoice\PaymentBundle\Payum\Storage\DoctrineStorage(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'SolidInvoice\\PaymentBundle\\Entity\\SecurityToken');
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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, $this->getEnv('locale'));
$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/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/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/api-platform/core/src/Symfony/Routing/ApiLoader.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';
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';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->services['routing.loader'])) {
return $this->services['routing.loader'];
}
$b = new \Symfony\Component\Config\Loader\LoaderResolver();
$c = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)))));
$d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'SolidInvoice\\Kernel',
]), 'dev'));
$b->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this, $this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], NULL, false, true, true, false, false, NULL));
$b->addLoader(($this->privates['SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader'] ?? $this->getGridRouteLoaderService()));
$b->addLoader($d);
$b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c, $d));
$b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c, $d));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator.traceable'])) {
yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
}
if (isset($this->privates['cache.serializer.traceable'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
}
if (isset($this->privates['cache.annotations.traceable'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
}
if (isset($this->privates['cache.property_info.traceable'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
}
if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
}
if (isset($this->privates['.sentry.traceable.http_client'])) {
yield 'http_client' => ($this->privates['.sentry.traceable.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 (false) {
yield 'messenger.transport.in_memory.factory' => 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->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.traceable'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
}
if (isset($this->privates['debug.security.firewall'])) {
yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->privates['monolog.handler.sentry_main'])) {
yield 'monolog.handler.sentry_main' => ($this->privates['monolog.handler.sentry_main'] ?? null);
}
if (isset($this->privates['monolog.handler.sentry'])) {
yield 'monolog.handler.sentry' => ($this->privates['monolog.handler.sentry'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->privates['swiftmailer.email_sender.listener'])) {
yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['doctrine.debug_data_holder'])) {
yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->privates['webpack_encore.tag_renderer'])) {
yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
}
if (isset($this->privates['cache.webpack_encore.traceable'])) {
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
}
if (isset($this->privates['api_platform.cache.route_name_resolver.traceable'])) {
yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.resource.traceable'])) {
yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.resource.legacy.traceable'])) {
yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.property.legacy.traceable'])) {
yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? null);
}
if (isset($this->privates['api_platform.cache.subresource_operation_factory.traceable'])) {
yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.property.traceable'])) {
yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.resource_collection.traceable'])) {
yield 'api_platform.cache.metadata.resource_collection' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? null);
}
if (isset($this->privates['api_platform.cache.identifiers_extractor.traceable'])) {
yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? null);
}
if (isset($this->privates['ux.live_component.metadata_factory'])) {
yield 'ux.live_component.metadata_factory' => ($this->privates['ux.live_component.metadata_factory'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['.sentry.traceable.http_client'])) {
yield '.sentry.traceable.http_client' => ($this->privates['.sentry.traceable.http_client'] ?? null);
}
}, function () {
return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.sentry.traceable.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) (false) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.sentry_main'])) + (int) (isset($this->privates['monolog.handler.sentry'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore.traceable'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy.traceable'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.traceable'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource_collection.traceable'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor.traceable'])) + (int) (isset($this->privates['ux.live_component.metadata_factory'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.sentry.traceable.http_client']));
}), ['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'], 'cache.messenger.restart_workers_signal' => [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'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.sentry_main' => [0 => 'reset'], 'monolog.handler.sentry' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'swiftmailer.email_sender.listener' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'webpack_encore.tag_renderer' => [0 => 'reset'], 'cache.webpack_encore' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [0 => 'reset'], 'api_platform.cache.route_name_resolver' => [0 => 'reset'], 'api_platform.cache.metadata.resource' => [0 => 'reset'], 'api_platform.cache.metadata.resource.legacy' => [0 => 'reset'], 'api_platform.cache.metadata.property.legacy' => [0 => 'reset'], 'api_platform.cache.subresource_operation_factory' => [0 => 'reset'], 'api_platform.cache.metadata.property' => [0 => 'reset'], 'api_platform.cache.metadata.resource_collection' => [0 => 'reset'], 'api_platform.cache.identifiers_extractor' => [0 => 'reset'], 'ux.live_component.metadata_factory' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset'], '.sentry.traceable.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'swiftmailer.mailer.default' shared service.
*
* @return \Swift_Mailer
*/
protected function getSwiftmailer_Mailer_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
}
/**
* Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
*
* @return \Swift_Plugins_MessageLogger
*/
protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
}
/**
* Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
*
* @return \Swift_Transport
*/
protected function getSwiftmailer_Mailer_Default_Transport_RealService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => $this->getEnv('mailer_transport'), 'url' => NULL, 'username' => $this->getEnv('mailer_user'), 'password' => $this->getEnv('mailer_password'), 'host' => $this->getEnv('mailer_host'), 'port' => $this->getEnv('mailer_port'), 'timeout' => 30, 'source_ip' => NULL, 'local_domain' => NULL, 'encryption' => $this->getEnv('mailer_encryption'), 'auth_mode' => NULL, 'command' => '/usr/sbin/sendmail -t -i', 'stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
}
/**
* Gets the public 'swiftmailer.transport' shared service.
*
* @return \Swift_Transport_SpoolTransport
*/
protected function getSwiftmailer_TransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
$this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
$instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->parameters['swiftmailer.mailer.default.delivery_addresses'], []));
$instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'ux.live_component.batch_action_controller' shared service.
*
* @return \Symfony\UX\LiveComponent\Controller\BatchActionController
*/
protected function getUx_LiveComponent_BatchActionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Controller/BatchActionController.php';
return $this->services['ux.live_component.batch_action_controller'] = new \Symfony\UX\LiveComponent\Controller\BatchActionController(($this->services['http_kernel'] ?? $this->getHttpKernelService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public '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 '.SolidInvoice\CronBundle\Command\CronRunCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getCronRunCommand_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['.SolidInvoice\\CronBundle\\Command\\CronRunCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:run', [], 'Run scheduled tasks', false, function (): \SolidInvoice\CronBundle\Command\CronRunCommand {
return ($this->privates['SolidInvoice\\CronBundle\\Command\\CronRunCommand'] ?? $this->getCronRunCommandService());
});
}
/**
* Gets the private '.SolidInvoice\InstallBundle\Command\InstallCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getInstallCommand_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['.SolidInvoice\\InstallBundle\\Command\\InstallCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:install', [], 'Installs the application', false, function (): \SolidInvoice\InstallBundle\Command\InstallCommand {
return ($this->privates['SolidInvoice\\InstallBundle\\Command\\InstallCommand'] ?? $this->getInstallCommandService());
});
}
/**
* Gets the private '.Zenstruck\ScheduleBundle\Command\ScheduleListCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getScheduleListCommand_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['.Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('schedule:list', [], 'List configured scheduled tasks', false, function (): \Zenstruck\ScheduleBundle\Command\ScheduleListCommand {
return ($this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand'] ?? $this->getScheduleListCommandService());
});
}
/**
* Gets the private '.Zenstruck\ScheduleBundle\Command\ScheduleRunCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getScheduleRunCommand_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['.Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('schedule:run', [], 'Runs scheduled tasks that are due', false, function (): \Zenstruck\ScheduleBundle\Command\ScheduleRunCommand {
return ($this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand'] ?? $this->getScheduleRunCommandService());
});
}
/**
* 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.messenger_consume_messages.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerConsumeMessages_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.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages', false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
});
}
/**
* Gets the private '.console.command.messenger_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerDebug_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.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
});
}
/**
* Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerSetupTransports_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.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport', false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
});
}
/**
* Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerStopWorkers_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.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message', false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
});
}
/**
* 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([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$b->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.xUrKPVU": 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", "api_platform.route_loader", "SolidInvoice\\CoreBundle\\Routing\\Loader\\AjaxRouteLoader", "SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader".');
}
/**
* Gets the private '.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_HautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommand_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['.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('hautelook:fixtures:load', [], 'Load data fixtures to your database.', false, function (): \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand {
return ($this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] ?? $this->getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService());
});
}
/**
* 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_data_persister.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDataPersister_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_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
});
}
/**
* Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDataProvider_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_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
});
}
/**
* 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_factory.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFactory_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_factory.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:factory', [], 'Creates a Foundry model factory for a Doctrine entity class or a regular object', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_factory'] ?? $this->getMaker_AutoCommand_MakeFactoryService());
});
}
/**
* 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_security_form_login.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSecurityFormLogin_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_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
});
}
/**
* 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_state_processor.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStateProcessor_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_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
});
}
/**
* Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStateProvider_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_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
});
}
/**
* 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_story.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStory_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_story.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:story', [], 'Creates a Foundry story', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_story'] ?? $this->getMaker_AutoCommand_MakeStoryService());
});
}
/**
* 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_component.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigComponent_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_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
});
}
/**
* 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 with its runtime 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 '.messenger.handler_descriptor.tGvt0LH' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
$a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
}
return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
}
/**
* Gets the private '.messenger.handler_descriptor.trboVk1' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_TrboVk1Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Message/Handler/CreateInvoiceFromRecurringHandler.php';
$a = ($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] ?? $this->getInvoiceManagerService());
if (isset($this->privates['.messenger.handler_descriptor.trboVk1'])) {
return $this->privates['.messenger.handler_descriptor.trboVk1'];
}
$b = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
if (isset($this->privates['.messenger.handler_descriptor.trboVk1'])) {
return $this->privates['.messenger.handler_descriptor.trboVk1'];
}
return $this->privates['.messenger.handler_descriptor.trboVk1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \SolidInvoice\InvoiceBundle\Message\Handler\CreateInvoiceFromRecurringHandler($a, $b), ['from_transport' => 'sync']);
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_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['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.payum.command.status.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Payum_Command_Status_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['.payum.command.status.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('payum:status', [], 'Allows to get a payment status.', false, function (): \Payum\Bundle\PayumBundle\Command\StatusCommand {
return ($this->privates['payum.command.status'] ?? $this->getPayum_Command_StatusService());
});
}
/**
* 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 '.sentry.traceable.http_client' shared service.
*
* @return \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient
*/
protected function get_Sentry_Traceable_HttpClientService()
{
return $this->privates['.sentry.traceable.http_client'] = new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private '.service_locator.1ykXtgh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1ykXtghService()
{
return $this->privates['.service_locator.1ykXtgh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'client' => ['privates', 'SolidInvoice\\ClientBundle\\Entity\\Client', 'getClientService', false],
], [
'client' => 'SolidInvoice\\ClientBundle\\Entity\\Client',
]);
}
/**
* Gets the private '.service_locator.2Z2R_LJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2Z2RLJService()
{
return $this->privates['.service_locator.2Z2R_LJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', false],
'security.firewall.map.context.api_doc' => ['privates', 'security.firewall.map.context.api_doc', 'getSecurity_Firewall_Map_Context_ApiDocService', false],
'security.firewall.map.context.api_login' => ['privates', 'security.firewall.map.context.api_login', 'getSecurity_Firewall_Map_Context_ApiLoginService', false],
'security.firewall.map.context.assets' => ['privates', 'security.firewall.map.context.assets', 'getSecurity_Firewall_Map_Context_AssetsService', false],
'security.firewall.map.context.installation' => ['privates', 'security.firewall.map.context.installation', 'getSecurity_Firewall_Map_Context_InstallationService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.api_doc' => '?',
'security.firewall.map.context.api_login' => '?',
'security.firewall.map.context.assets' => '?',
'security.firewall.map.context.installation' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.7MGnYtq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7MGnYtqService()
{
return $this->privates['.service_locator.7MGnYtq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quote' => ['privates', 'SolidInvoice\\QuoteBundle\\Entity\\Quote', 'getQuoteService', false],
], [
'quote' => 'SolidInvoice\\QuoteBundle\\Entity\\Quote',
]);
}
/**
* Gets the private '.service_locator.ADV0t3J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ADV0t3JService()
{
return $this->privates['.service_locator.ADV0t3J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'address' => ['privates', 'SolidInvoice\\ClientBundle\\Entity\\Address', 'getAddress2Service', false],
], [
'address' => 'SolidInvoice\\ClientBundle\\Entity\\Address',
]);
}
/**
* Gets the private '.service_locator.FV84lVo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FV84lVoService()
{
return $this->privates['.service_locator.FV84lVo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paymentMethod' => ['privates', 'SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod', 'getPaymentMethodService', false],
], [
'paymentMethod' => 'SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod',
]);
}
/**
* Gets the private '.service_locator.JMRFfho' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JMRFfhoService()
{
return $this->privates['.service_locator.JMRFfho'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'migration' => ['privates', 'SolidInvoice\\InstallBundle\\Installer\\Database\\Migration', 'getMigrationService', false],
], [
'doctrine' => '?',
'migration' => 'SolidInvoice\\InstallBundle\\Installer\\Database\\Migration',
]);
}
/**
* Gets the private '.service_locator.K5VZBLJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K5VZBLJService()
{
return $this->privates['.service_locator.K5VZBLJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'formHandler' => ['privates', 'solidworx.form_handler', 'getSolidworx_FormHandlerService', false],
'toggle' => ['privates', 'SolidWorx\\Toggler\\Symfony\\Toggle', 'getToggleService', false],
], [
'formHandler' => '?',
'toggle' => '?',
]);
}
/**
* Gets the private '.service_locator.NGT89Ar' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NGT89ArService()
{
return $this->privates['.service_locator.NGT89Ar'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'router' => ['services', 'router', 'getRouterService', false],
'userRepository' => ['privates', 'SolidInvoice\\UserBundle\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'mailer' => '?',
'router' => '?',
'userRepository' => 'SolidInvoice\\UserBundle\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.PDWO.K2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PDWO_K2Service()
{
return $this->privates['.service_locator.PDWO.K2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'invoice' => ['privates', 'SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice', 'getRecurringInvoiceService', false],
], [
'invoice' => 'SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice',
]);
}
/**
* Gets the private '.service_locator.QxRfO9I' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QxRfO9IService()
{
return $this->privates['.service_locator.QxRfO9I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'client' => ['privates', 'SolidInvoice\\ClientBundle\\Entity\\Client', 'getClientService', false],
], [
'client' => 'SolidInvoice\\ClientBundle\\Entity\\Client',
]);
}
/**
* Gets the private '.service_locator.R9EZor7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R9EZor7Service()
{
return $this->privates['.service_locator.R9EZor7'] = 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],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'payum' => ['services', 'payum', 'getPayumService', 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' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'payum' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.TmpdgUk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TmpdgUkService()
{
return $this->privates['.service_locator.TmpdgUk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tax' => ['privates', 'SolidInvoice\\TaxBundle\\Entity\\Tax', 'getTaxService', false],
], [
'tax' => 'SolidInvoice\\TaxBundle\\Entity\\Tax',
]);
}
/**
* Gets the private '.service_locator.UkdXMtE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UkdXMtEService()
{
return $this->privates['.service_locator.UkdXMtE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address::__invoke' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList::__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete::__invoke' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit::__invoke' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact::__invoke' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add::__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete::__invoke' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit::__invoke' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::get' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::put' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete::__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info::__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Edit::__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\View::__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\CoreBundle\\Action\\CreateCompany::__invoke' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\InstallBundle\\Action\\Install::__invoke' => ['privates', '.service_locator.JMRFfho', 'get_ServiceLocator_JMRFfhoService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice::__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice::__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\Create::__invoke' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring::__invoke' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Edit::__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring::__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition::__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\Transition::__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send::__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\View::__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring::__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings::__invoke' => ['privates', '.service_locator.FV84lVo', 'get_ServiceLocator_FV84lVoService', false],
'SolidInvoice\\PaymentBundle\\Action\\Prepare::__invoke' => ['privates', '.service_locator.nE6qfOy', 'get_ServiceLocator_NE6qfOyService', false],
'SolidInvoice\\QuoteBundle\\Action\\CloneQuote::__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Create::__invoke' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\QuoteBundle\\Action\\Edit::__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Transition::__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send::__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\View::__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings::save' => ['privates', '.service_locator.VH7wQ4Q', 'get_ServiceLocator_VH7wQ4QService', false],
'SolidInvoice\\TaxBundle\\Action\\Edit::__invoke' => ['privates', '.service_locator.TmpdgUk', 'get_ServiceLocator_TmpdgUkService', false],
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke::__invoke' => ['privates', '.service_locator.w3f1BQA', 'get_ServiceLocator_W3f1BQAService', false],
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory::__invoke' => ['privates', '.service_locator.w3f1BQA', 'get_ServiceLocator_W3f1BQAService', false],
'SolidInvoice\\UserBundle\\Action\\EditProfile::__invoke' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset::__invoke' => ['privates', '.service_locator.VWPeRj7', 'get_ServiceLocator_VWPeRj7Service', false],
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send::__invoke' => ['privates', '.service_locator.NGT89Ar', 'get_ServiceLocator_NGT89ArService', false],
'SolidInvoice\\UserBundle\\Action\\Profile::__invoke' => ['privates', '.service_locator.vnhvhgO', 'get_ServiceLocator_VnhvhgOService', false],
'SolidInvoice\\UserBundle\\Action\\Register::__invoke' => ['privates', '.service_locator.K5VZBLJ', 'get_ServiceLocator_K5VZBLJService', false],
'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword::__invoke' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\UserBundle\\Action\\Security\\Login::__invoke' => ['privates', '.service_locator.lRI1OiU', 'get_ServiceLocator_LRI1OiUService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address:__invoke' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList:__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete:__invoke' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit:__invoke' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit' => ['privates', '.service_locator.ADV0t3J', 'get_ServiceLocator_ADV0t3JService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact:__invoke' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add:__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete:__invoke' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit:__invoke' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit' => ['privates', '.service_locator.xmK5JMB', 'get_ServiceLocator_XmK5JMBService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:get' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:put' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete:__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info:__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Edit:__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\Edit' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\View:__invoke' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\ClientBundle\\Action\\View' => ['privates', '.service_locator.QxRfO9I', 'get_ServiceLocator_QxRfO9IService', false],
'SolidInvoice\\CoreBundle\\Action\\CreateCompany:__invoke' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\CoreBundle\\Action\\CreateCompany' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\InstallBundle\\Action\\Install:__invoke' => ['privates', '.service_locator.JMRFfho', 'get_ServiceLocator_JMRFfhoService', false],
'SolidInvoice\\InstallBundle\\Action\\Install' => ['privates', '.service_locator.JMRFfho', 'get_ServiceLocator_JMRFfhoService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice:__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice:__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\Create:__invoke' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Create' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring:__invoke' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Edit:__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Edit' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring:__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition:__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\Transition:__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Transition' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send:__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\View:__invoke' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\View' => ['privates', '.service_locator.jwvrFxE', 'get_ServiceLocator_JwvrFxEService', false],
'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring:__invoke' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring' => ['privates', '.service_locator.PDWO.K2', 'get_ServiceLocator_PDWO_K2Service', false],
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings:__invoke' => ['privates', '.service_locator.FV84lVo', 'get_ServiceLocator_FV84lVoService', false],
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings' => ['privates', '.service_locator.FV84lVo', 'get_ServiceLocator_FV84lVoService', false],
'SolidInvoice\\PaymentBundle\\Action\\Prepare:__invoke' => ['privates', '.service_locator.nE6qfOy', 'get_ServiceLocator_NE6qfOyService', false],
'SolidInvoice\\PaymentBundle\\Action\\Prepare' => ['privates', '.service_locator.nE6qfOy', 'get_ServiceLocator_NE6qfOyService', false],
'SolidInvoice\\QuoteBundle\\Action\\CloneQuote:__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\CloneQuote' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Create:__invoke' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\QuoteBundle\\Action\\Create' => ['privates', '.service_locator.1ykXtgh', 'get_ServiceLocator_1ykXtghService', false],
'SolidInvoice\\QuoteBundle\\Action\\Edit:__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Edit' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Transition:__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Transition' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send:__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\View:__invoke' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\QuoteBundle\\Action\\View' => ['privates', '.service_locator.7MGnYtq', 'get_ServiceLocator_7MGnYtqService', false],
'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings:save' => ['privates', '.service_locator.VH7wQ4Q', 'get_ServiceLocator_VH7wQ4QService', false],
'SolidInvoice\\TaxBundle\\Action\\Edit:__invoke' => ['privates', '.service_locator.TmpdgUk', 'get_ServiceLocator_TmpdgUkService', false],
'SolidInvoice\\TaxBundle\\Action\\Edit' => ['privates', '.service_locator.TmpdgUk', 'get_ServiceLocator_TmpdgUkService', false],
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke:__invoke' => ['privates', '.service_locator.w3f1BQA', 'get_ServiceLocator_W3f1BQAService', false],
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke' => ['privates', '.service_locator.w3f1BQA', 'get_ServiceLocator_W3f1BQAService', false],
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory:__invoke' => ['privates', '.service_locator.w3f1BQA', 'get_ServiceLocator_W3f1BQAService', false],
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory' => ['privates', '.service_locator.w3f1BQA', 'get_ServiceLocator_W3f1BQAService', false],
'SolidInvoice\\UserBundle\\Action\\EditProfile:__invoke' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\UserBundle\\Action\\EditProfile' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset:__invoke' => ['privates', '.service_locator.VWPeRj7', 'get_ServiceLocator_VWPeRj7Service', false],
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset' => ['privates', '.service_locator.VWPeRj7', 'get_ServiceLocator_VWPeRj7Service', false],
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send:__invoke' => ['privates', '.service_locator.NGT89Ar', 'get_ServiceLocator_NGT89ArService', false],
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send' => ['privates', '.service_locator.NGT89Ar', 'get_ServiceLocator_NGT89ArService', false],
'SolidInvoice\\UserBundle\\Action\\Profile:__invoke' => ['privates', '.service_locator.vnhvhgO', 'get_ServiceLocator_VnhvhgOService', false],
'SolidInvoice\\UserBundle\\Action\\Profile' => ['privates', '.service_locator.vnhvhgO', 'get_ServiceLocator_VnhvhgOService', false],
'SolidInvoice\\UserBundle\\Action\\Register:__invoke' => ['privates', '.service_locator.K5VZBLJ', 'get_ServiceLocator_K5VZBLJService', false],
'SolidInvoice\\UserBundle\\Action\\Register' => ['privates', '.service_locator.K5VZBLJ', 'get_ServiceLocator_K5VZBLJService', false],
'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword:__invoke' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword' => ['privates', '.service_locator.s8ZAfJk', 'get_ServiceLocator_S8ZAfJkService', false],
'SolidInvoice\\UserBundle\\Action\\Security\\Login:__invoke' => ['privates', '.service_locator.lRI1OiU', 'get_ServiceLocator_LRI1OiUService', false],
'SolidInvoice\\UserBundle\\Action\\Security\\Login' => ['privates', '.service_locator.lRI1OiU', 'get_ServiceLocator_LRI1OiUService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
], [
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::get' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit::put' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Edit::__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\View::__invoke' => '?',
'SolidInvoice\\CoreBundle\\Action\\CreateCompany::__invoke' => '?',
'SolidInvoice\\InstallBundle\\Action\\Install::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Create::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Edit::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Transition::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\View::__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring::__invoke' => '?',
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings::__invoke' => '?',
'SolidInvoice\\PaymentBundle\\Action\\Prepare::__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\CloneQuote::__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Create::__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Edit::__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Transition::__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send::__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\View::__invoke' => '?',
'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings::save' => '?',
'SolidInvoice\\TaxBundle\\Action\\Edit::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\EditProfile::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Profile::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Register::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword::__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Security\\Login::__invoke' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\AddressList' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Delete' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Address\\Edit' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Add' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Delete' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Contact\\Edit' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:get' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Credit:put' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Delete' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Ajax\\Info' => '?',
'SolidInvoice\\ClientBundle\\Action\\Edit:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\Edit' => '?',
'SolidInvoice\\ClientBundle\\Action\\View:__invoke' => '?',
'SolidInvoice\\ClientBundle\\Action\\View' => '?',
'SolidInvoice\\CoreBundle\\Action\\CreateCompany:__invoke' => '?',
'SolidInvoice\\CoreBundle\\Action\\CreateCompany' => '?',
'SolidInvoice\\InstallBundle\\Action\\Install:__invoke' => '?',
'SolidInvoice\\InstallBundle\\Action\\Install' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CloneInvoice' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CloneRecurringInvoice' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Create:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Create' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\CreateRecurring' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Edit:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Edit' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\EditRecurring' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\RecurringTransition' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Transition:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Transition' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\Transition\\Send' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\View:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\View' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring:__invoke' => '?',
'SolidInvoice\\InvoiceBundle\\Action\\ViewRecurring' => '?',
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings:__invoke' => '?',
'SolidInvoice\\PaymentBundle\\Action\\Ajax\\Settings' => '?',
'SolidInvoice\\PaymentBundle\\Action\\Prepare:__invoke' => '?',
'SolidInvoice\\PaymentBundle\\Action\\Prepare' => '?',
'SolidInvoice\\QuoteBundle\\Action\\CloneQuote:__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\CloneQuote' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Create:__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Create' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Edit:__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Edit' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Transition:__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Transition' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send:__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\Transition\\Send' => '?',
'SolidInvoice\\QuoteBundle\\Action\\View:__invoke' => '?',
'SolidInvoice\\QuoteBundle\\Action\\View' => '?',
'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings:save' => '?',
'SolidInvoice\\TaxBundle\\Action\\Edit:__invoke' => '?',
'SolidInvoice\\TaxBundle\\Action\\Edit' => '?',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiRevoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Ajax\\ApiTokenHistory' => '?',
'SolidInvoice\\UserBundle\\Action\\EditProfile:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\EditProfile' => '?',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Reset' => '?',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\ForgotPassword\\Send' => '?',
'SolidInvoice\\UserBundle\\Action\\Profile:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Profile' => '?',
'SolidInvoice\\UserBundle\\Action\\Register:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Register' => '?',
'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Security\\ChangePassword' => '?',
'SolidInvoice\\UserBundle\\Action\\Security\\Login:__invoke' => '?',
'SolidInvoice\\UserBundle\\Action\\Security\\Login' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.VH7wQ4Q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VH7wQ4QService()
{
return $this->privates['.service_locator.VH7wQ4Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'settingsRepository' => ['privates', 'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository', 'getSettingsRepositoryService', false],
], [
'settingsRepository' => 'SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository',
]);
}
/**
* Gets the private '.service_locator.VWPeRj7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VWPeRj7Service()
{
return $this->privates['.service_locator.VWPeRj7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'formHandler' => ['privates', 'solidworx.form_handler', 'getSolidworx_FormHandlerService', false],
'userRepository' => ['privates', 'SolidInvoice\\UserBundle\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'formHandler' => '?',
'userRepository' => 'SolidInvoice\\UserBundle\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator._dyOg._' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DyOg_Service()
{
return $this->privates['.service_locator._dyOg._'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.api' => ['privates', 'security.event_dispatcher.api', 'getSecurity_EventDispatcher_ApiService', false],
'security.event_dispatcher.api_doc' => ['privates', 'security.event_dispatcher.api_doc', 'getSecurity_EventDispatcher_ApiDocService', false],
'security.event_dispatcher.api_login' => ['privates', 'security.event_dispatcher.api_login', 'getSecurity_EventDispatcher_ApiLoginService', false],
'security.event_dispatcher.installation' => ['privates', 'security.event_dispatcher.installation', 'getSecurity_EventDispatcher_InstallationService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.api_doc' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.api_login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.installation' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.dwKQLWi.SolidInvoice\SettingsBundle\Twig\Components\Settings' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getSettings4Service()
{
return $this->privates['.service_locator.dwKQLWi.SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings'] = (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],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', 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' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]))->withContext('SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings', $this);
}
/**
* Gets the private '.service_locator.jwvrFxE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JwvrFxEService()
{
return $this->privates['.service_locator.jwvrFxE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'invoice' => ['privates', 'SolidInvoice\\InvoiceBundle\\Entity\\Invoice', 'getInvoiceService', false],
], [
'invoice' => 'SolidInvoice\\InvoiceBundle\\Entity\\Invoice',
]);
}
/**
* Gets the private '.service_locator.lRI1OiU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LRI1OiUService()
{
return $this->privates['.service_locator.lRI1OiU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'csrfTokenManager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
], [
'csrfTokenManager' => '?',
]);
}
/**
* Gets the private '.service_locator.nE6qfOy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NE6qfOyService()
{
return $this->privates['.service_locator.nE6qfOy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'invoice' => ['privates', 'SolidInvoice\\InvoiceBundle\\Entity\\Invoice', 'getInvoiceService', false],
], [
'invoice' => 'SolidInvoice\\InvoiceBundle\\Entity\\Invoice',
]);
}
/**
* Gets the private '.service_locator.s8ZAfJk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S8ZAfJkService()
{
return $this->privates['.service_locator.s8ZAfJk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'formHandler' => ['privates', 'solidworx.form_handler', 'getSolidworx_FormHandlerService', false],
], [
'formHandler' => '?',
]);
}
/**
* Gets the private '.service_locator.vnhvhgO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VnhvhgOService()
{
return $this->privates['.service_locator.vnhvhgO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'storage' => '?',
]);
}
/**
* Gets the private '.service_locator.w3f1BQA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_W3f1BQAService()
{
return $this->privates['.service_locator.w3f1BQA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'token' => ['privates', 'SolidInvoice\\UserBundle\\Entity\\ApiToken', 'getApiTokenService', false],
], [
'token' => 'SolidInvoice\\UserBundle\\Entity\\ApiToken',
]);
}
/**
* Gets the private '.service_locator.xUrKPVU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XUrKPVUService()
{
return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'loader' => ['privates', '.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.xUrKPVU": 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", "api_platform.route_loader", "SolidInvoice\\CoreBundle\\Routing\\Loader\\AjaxRouteLoader", "SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.xmK5JMB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XmK5JMBService()
{
return $this->privates['.service_locator.xmK5JMB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'contact' => ['privates', 'SolidInvoice\\ClientBundle\\Entity\\Contact', 'getContact2Service', false],
], [
'contact' => 'SolidInvoice\\ClientBundle\\Entity\\Contact',
]);
}
/**
* 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.invoice.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Invoice_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.invoice.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.quote.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_Quote_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.quote.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* Gets the private '.state_machine.recurring_invoice.listener.audit_trail' shared service.
*
* @return \Symfony\Component\Workflow\EventListener\AuditTrailListener
*/
protected function get_StateMachine_RecurringInvoice_Listener_AuditTrailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
return $this->privates['.state_machine.recurring_invoice.listener.audit_trail'] = new \Symfony\Component\Workflow\EventListener\AuditTrailListener(($this->privates['monolog.logger.workflow'] ?? $this->getMonolog_Logger_WorkflowService()));
}
/**
* 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 '.ux.twig_component.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Ux_TwigComponent_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['.ux.twig_component.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig-component', [], 'Display components and them usages for an application', false, function (): \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand {
return ($this->privates['ux.twig_component.command.debug'] ?? $this->getUx_TwigComponent_Command_DebugService());
});
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_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['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private '.zenstruck_foundry.chain_manager_registry' shared service.
*
* @return \Zenstruck\Foundry\ChainManagerRegistry
*/
protected function get_ZenstruckFoundry_ChainManagerRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/ChainManagerRegistry.php';
return $this->privates['.zenstruck_foundry.chain_manager_registry'] = new \Zenstruck\Foundry\ChainManagerRegistry([0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]);
}
/**
* Gets the private '.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser' shared service.
*
* @return \Zenstruck\Foundry\Bundle\Maker\Factory\DoctrineScalarFieldsDefaultPropertiesGuesser
*/
protected function get_ZenstruckFoundry_Maker_Factory_DoctrineScalarFieldsDefaultPropertiesGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDoctrineDefaultPropertiesGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DoctrineScalarFieldsDefaultPropertiesGuesser.php';
$a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
if (isset($this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'])) {
return $this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'];
}
return $this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\DoctrineScalarFieldsDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
}
/**
* Gets the private '.zenstruck_foundry.maker.factory.factory_class_map' shared service.
*
* @return \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryClassMap
*/
protected function get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/FactoryClassMap.php';
return $this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryClassMap(new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\ClientFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\ClientFactory()));
yield 1 => ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] ?? ($this->privates['SolidInvoice\\ClientBundle\\Test\\Factory\\CreditFactory'] = new \SolidInvoice\ClientBundle\Test\Factory\CreditFactory()));
yield 2 => ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Test\\Factory\\CompanyFactory'] = new \SolidInvoice\CoreBundle\Test\Factory\CompanyFactory()));
yield 3 => ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] ?? ($this->privates['SolidInvoice\\InvoiceBundle\\Test\\Factory\\InvoiceFactory'] = new \SolidInvoice\InvoiceBundle\Test\Factory\InvoiceFactory()));
yield 4 => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentFactory()));
yield 5 => ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] ?? ($this->privates['SolidInvoice\\PaymentBundle\\Test\\Factory\\PaymentMethodFactory'] = new \SolidInvoice\PaymentBundle\Test\Factory\PaymentMethodFactory()));
yield 6 => ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] ?? ($this->privates['SolidInvoice\\QuoteBundle\\Test\\Factory\\QuoteFactory'] = new \SolidInvoice\QuoteBundle\Test\Factory\QuoteFactory()));
}, 7));
}
/**
* Gets the private '.zenstruck_foundry.maker.factory.generator' shared service.
*
* @return \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryGenerator
*/
protected function get_ZenstruckFoundry_Maker_Factory_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/FactoryGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/NamespaceGuesser.php';
$a = ($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService());
return $this->privates['.zenstruck_foundry.maker.factory.generator'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryGenerator($a, ($this->services['kernel'] ?? $this->get('kernel', 1)), new RewindableGenerator(function () {
yield 0 => ($this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_OrmDefaultPropertiesGuesserService());
yield 1 => ($this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_OdmDefaultPropertiesGuesserService());
yield 2 => ($this->privates['.zenstruck_foundry.maker.factory.doctrine_scalar_fields_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_DoctrineScalarFieldsDefaultPropertiesGuesserService());
yield 3 => ($this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'] ?? $this->get_ZenstruckFoundry_Maker_Factory_ObjectDefaultPropertiesGuesserService());
}, 4), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), new \Zenstruck\Foundry\Bundle\Maker\Factory\NamespaceGuesser($a));
}
/**
* Gets the private '.zenstruck_foundry.maker.factory.object_default_properties_guesser' shared service.
*
* @return \Zenstruck\Foundry\Bundle\Maker\Factory\ObjectDefaultPropertiesGuesser
*/
protected function get_ZenstruckFoundry_Maker_Factory_ObjectDefaultPropertiesGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/ObjectDefaultPropertiesGuesser.php';
$a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
if (isset($this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'])) {
return $this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'];
}
return $this->privates['.zenstruck_foundry.maker.factory.object_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\ObjectDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
}
/**
* Gets the private '.zenstruck_foundry.maker.factory.odm_default_properties_guesser' shared service.
*
* @return \Zenstruck\Foundry\Bundle\Maker\Factory\ODMDefaultPropertiesGuesser
*/
protected function get_ZenstruckFoundry_Maker_Factory_OdmDefaultPropertiesGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDoctrineDefaultPropertiesGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/ODMDefaultPropertiesGuesser.php';
$a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
if (isset($this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'])) {
return $this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'];
}
return $this->privates['.zenstruck_foundry.maker.factory.odm_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\ODMDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
}
/**
* Gets the private '.zenstruck_foundry.maker.factory.orm_default_properties_guesser' shared service.
*
* @return \Zenstruck\Foundry\Bundle\Maker\Factory\ORMDefaultPropertiesGuesser
*/
protected function get_ZenstruckFoundry_Maker_Factory_OrmDefaultPropertiesGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/DefaultPropertiesGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDefaultPropertyGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/AbstractDoctrineDefaultPropertiesGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/ORMDefaultPropertiesGuesser.php';
$a = ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService());
if (isset($this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'])) {
return $this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'];
}
return $this->privates['.zenstruck_foundry.maker.factory.orm_default_properties_guesser'] = new \Zenstruck\Foundry\Bundle\Maker\Factory\ORMDefaultPropertiesGuesser(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService()), $a);
}
/**
* Gets the private 'ApiPlatform\Symfony\Messenger\Processor' shared service.
*
* @return \ApiPlatform\Symfony\Messenger\Processor
*/
protected function getProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Messenger/Processor.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['ApiPlatform\\Symfony\\Messenger\\Processor'])) {
return $this->privates['ApiPlatform\\Symfony\\Messenger\\Processor'];
}
return $this->privates['ApiPlatform\\Symfony\\Messenger\\Processor'] = new \ApiPlatform\Symfony\Messenger\Processor($a);
}
/**
* 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/src/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/src/Tools/Console/Command/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/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 'Gedmo\Timestampable\TimestampableListener' shared autowired service.
*
* @return \Gedmo\Timestampable\TimestampableListener
*/
protected function getTimestampableListenerService()
{
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\\Timestampable\\TimestampableListener'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
*
* @return \Sentry\SentryBundle\Command\SentryTestCommand
*/
protected function getSentryTestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
$this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
$instance->setName('sentry:test');
return $instance;
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\ConsoleListener
*/
protected function getConsoleListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), false);
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\LoginListener
*/
protected function getLoginListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\MessengerListener
*/
protected function getMessengerListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\SubRequestListener
*/
protected function getSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
*/
protected function getTracingConsoleListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [0 => 'messenger:consume']);
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingRequestListener
*/
protected function getTracingRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
*/
protected function getTracingSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\HubInterface
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
$a = new \Sentry\Options(['send_default_pii' => $this->getEnv('bool:SENTRY_SEND_DEFAULT_PII'), 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([0 => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], false), 'prefixes' => [0 => \dirname(__DIR__, 4), 1 => '.', 2 => '/usr/local/lib/php'], 'environment' => 'dev', 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [0 => $this->targetDir.'', 1 => (\dirname(__DIR__, 4).'/vendor'), 2 => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
$b = new \Sentry\ClientBuilder($a);
$c = new \Http\Discovery\Psr17Factory();
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('4.11.0');
$b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
$b->setSerializer(new \Sentry\Serializer\Serializer($a));
$b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
if ($this->has('Psr\\Log\\NullLogger')) {
$b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
}
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'SolidInvoice\ApiBundle\ApiTokenManager' shared autowired service.
*
* @return \SolidInvoice\ApiBundle\ApiTokenManager
*/
protected function getApiTokenManagerService()
{
include_once \dirname(__DIR__, 4).'/src/ApiBundle/ApiTokenManager.php';
return $this->privates['SolidInvoice\\ApiBundle\\ApiTokenManager'] = new \SolidInvoice\ApiBundle\ApiTokenManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener' shared autowired service.
*
* @return \SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener
*/
protected function getInvoiceCreateListenerService()
{
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Event/Listener/InvoiceCreateListener.php';
$a = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
if (isset($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'])) {
return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'];
}
return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\InvoiceCreateListener'] = new \SolidInvoice\ApiBundle\Event\Listener\InvoiceCreateListener($a);
}
/**
* Gets the private 'SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener' shared autowired service.
*
* @return \SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener
*/
protected function getQuoteCreateListenerService()
{
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Event/Listener/QuoteCreateListener.php';
$a = ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService());
if (isset($this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'])) {
return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'];
}
return $this->privates['SolidInvoice\\ApiBundle\\Event\\Listener\\QuoteCreateListener'] = new \SolidInvoice\ApiBundle\Event\Listener\QuoteCreateListener($a);
}
/**
* Gets the private 'SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator' shared autowired service.
*
* @return \SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator
*/
protected function getApiTokenAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Security/ApiTokenAuthenticator.php';
return $this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] = new \SolidInvoice\ApiBundle\Security\ApiTokenAuthenticator(($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
}
/**
* Gets the private 'SolidInvoice\ApiBundle\Security\Provider\ApiTokenUserProvider' shared autowired service.
*
* @return \SolidInvoice\ApiBundle\Security\Provider\ApiTokenUserProvider
*/
protected function getApiTokenUserProviderService()
{
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Security/Provider/ApiTokenUserProvider.php';
return $this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] = new \SolidInvoice\ApiBundle\Security\Provider\ApiTokenUserProvider(($this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository'] ?? $this->getApiTokenRepositoryService()), ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Entity\Address' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Entity\Address
*/
protected function getAddress2Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Entity/Address.php';
return $this->privates['SolidInvoice\\ClientBundle\\Entity\\Address'] = new \SolidInvoice\ClientBundle\Entity\Address();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Entity\Client' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Entity\Client
*/
protected function getClientService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/Archivable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Entity/Client.php';
return $this->privates['SolidInvoice\\ClientBundle\\Entity\\Client'] = new \SolidInvoice\ClientBundle\Entity\Client();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Entity\Contact' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Entity\Contact
*/
protected function getContact2Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Entity/Contact.php';
return $this->privates['SolidInvoice\\ClientBundle\\Entity\\Contact'] = new \SolidInvoice\ClientBundle\Entity\Contact();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Form\Type\AddressType' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Form\Type\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/ClientBundle/Form/Type/AddressType.php';
return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\AddressType'] = new \SolidInvoice\ClientBundle\Form\Type\AddressType();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Form\Type\ClientType' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Form\Type\ClientType
*/
protected function getClientTypeService()
{
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/ClientBundle/Form/Type/ClientType.php';
return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ClientType'] = new \SolidInvoice\ClientBundle\Form\Type\ClientType();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactCollectionType' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Form\Type\ContactCollectionType
*/
protected function getContactCollectionTypeService()
{
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/ClientBundle/Form/Type/ContactCollectionType.php';
return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactCollectionType();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType
*/
protected function getContactDetailCollectionTypeService()
{
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/ClientBundle/Form/Type/ContactDetailCollectionType.php';
return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactDetailCollectionType();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactDetailType' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Form\Type\ContactDetailType
*/
protected function getContactDetailTypeService()
{
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/ClientBundle/Form/Type/ContactDetailType.php';
return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactDetailType(($this->privates['SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository'] ?? $this->getContactTypeRepositoryService()));
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Form\Type\ContactType' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Form\Type\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/ClientBundle/Form/Type/ContactType.php';
return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\ContactType'] = new \SolidInvoice\ClientBundle\Form\Type\ContactType();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Form\Type\CreditType' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Form\Type\CreditType
*/
protected function getCreditTypeService()
{
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/ClientBundle/Form/Type/CreditType.php';
return $this->privates['SolidInvoice\\ClientBundle\\Form\\Type\\CreditType'] = new \SolidInvoice\ClientBundle\Form\Type\CreditType();
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Listener\ClientListener' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Listener\ClientListener
*/
protected function getClientListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Listener/ClientListener.php';
$a = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
if (isset($this->privates['SolidInvoice\\ClientBundle\\Listener\\ClientListener'])) {
return $this->privates['SolidInvoice\\ClientBundle\\Listener\\ClientListener'];
}
return $this->privates['SolidInvoice\\ClientBundle\\Listener\\ClientListener'] = new \SolidInvoice\ClientBundle\Listener\ClientListener($a, ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Repository\ClientRepository' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Repository\ClientRepository
*/
protected function getClientRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Repository/ClientRepository.php';
return $this->privates['SolidInvoice\\ClientBundle\\Repository\\ClientRepository'] = new \SolidInvoice\ClientBundle\Repository\ClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Repository\ContactRepository' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Repository\ContactRepository
*/
protected function getContactRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Repository/ContactRepository.php';
return $this->privates['SolidInvoice\\ClientBundle\\Repository\\ContactRepository'] = new \SolidInvoice\ClientBundle\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Repository\ContactTypeRepository' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Repository\ContactTypeRepository
*/
protected function getContactTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Repository/ContactTypeRepository.php';
return $this->privates['SolidInvoice\\ClientBundle\\Repository\\ContactTypeRepository'] = new \SolidInvoice\ClientBundle\Repository\ContactTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\ClientBundle\Repository\CreditRepository' shared autowired service.
*
* @return \SolidInvoice\ClientBundle\Repository\CreditRepository
*/
protected function getCreditRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Repository/CreditRepository.php';
return $this->privates['SolidInvoice\\ClientBundle\\Repository\\CreditRepository'] = new \SolidInvoice\ClientBundle\Repository\CreditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Billing\TotalCalculator' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Billing\TotalCalculator
*/
protected function getTotalCalculatorService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Billing/TotalCalculator.php';
return $this->privates['SolidInvoice\\CoreBundle\\Billing\\TotalCalculator'] = new \SolidInvoice\CoreBundle\Billing\TotalCalculator(($this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Command\YamlFormatCommand' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Command\YamlFormatCommand
*/
protected function getYamlFormatCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/YamlFormatCommand.php';
$this->privates['SolidInvoice\\CoreBundle\\Command\\YamlFormatCommand'] = $instance = new \SolidInvoice\CoreBundle\Command\YamlFormatCommand(\dirname(__DIR__, 4));
$instance->setName('yaml:format');
return $instance;
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Company\CompanySelector' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Company\CompanySelector
*/
protected function getCompanySelectorService()
{
return $this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] = new \SolidInvoice\CoreBundle\Company\CompanySelector(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener
*/
protected function getCompanyListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Doctrine/Listener/CompanyListener.php';
return $this->privates['SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener'] = new \SolidInvoice\CoreBundle\Doctrine\Listener\CompanyListener(($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener
*/
protected function getIdGeneratorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Doctrine/Listener/IdGeneratorListener.php';
return $this->privates['SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener'] = new \SolidInvoice\CoreBundle\Doctrine\Listener\IdGeneratorListener(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Form\FieldRenderer' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Form\FieldRenderer
*/
protected function getFieldRendererService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'])) {
return $this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'];
}
return $this->privates['SolidInvoice\\CoreBundle\\Form\\FieldRenderer'] = new \SolidInvoice\CoreBundle\Form\FieldRenderer($a);
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Form\Type\CompanyType' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Form\Type\CompanyType
*/
protected function getCompanyTypeService()
{
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/CoreBundle/Form/Type/CompanyType.php';
return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType'] = new \SolidInvoice\CoreBundle\Form\Type\CompanyType();
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Form\Type\DiscountType' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Form\Type\DiscountType
*/
protected function getDiscountTypeService()
{
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/CoreBundle/Form/Type/DiscountType.php';
return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType'] = new \SolidInvoice\CoreBundle\Form\Type\DiscountType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Form\Type\ImageUploadType' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Form\Type\ImageUploadType
*/
protected function getImageUploadTypeService()
{
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/CoreBundle/Form/Type/ImageUploadType.php';
return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType'] = new \SolidInvoice\CoreBundle\Form\Type\ImageUploadType();
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Form\Type\Select2Type' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Form\Type\Select2Type
*/
protected function getSelect2TypeService()
{
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/CoreBundle/Form/Type/Select2Type.php';
return $this->privates['SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type'] = new \SolidInvoice\CoreBundle\Form\Type\Select2Type();
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber
*/
protected function getCompanyEventSubscriberService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'])) {
return $this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'])) {
return $this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'];
}
return $this->privates['SolidInvoice\\CoreBundle\\Listener\\CompanyEventSubscriber'] = new \SolidInvoice\CoreBundle\Listener\CompanyEventSubscriber($a, ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()), $b);
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Listener\EmailFromListener' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Listener\EmailFromListener
*/
protected function getEmailFromListenerService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Listener/EmailFromListener.php';
return $this->privates['SolidInvoice\\CoreBundle\\Listener\\EmailFromListener'] = new \SolidInvoice\CoreBundle\Listener\EmailFromListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Listener\SessionRequestListener' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Listener\SessionRequestListener
*/
protected function getSessionRequestListenerService()
{
return $this->privates['SolidInvoice\\CoreBundle\\Listener\\SessionRequestListener'] = new \SolidInvoice\CoreBundle\Listener\SessionRequestListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this->getEnv('secret'));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Listener\TemplateListener' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Listener\TemplateListener
*/
protected function getTemplateListenerService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Listener/TemplateListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'])) {
return $this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'];
}
return $this->privates['SolidInvoice\\CoreBundle\\Listener\\TemplateListener'] = new \SolidInvoice\CoreBundle\Listener\TemplateListener($a);
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Pdf\Generator' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Pdf\Generator
*/
protected function getGenerator2Service()
{
return $this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] = new \SolidInvoice\CoreBundle\Pdf\Generator($this->targetDir.'', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Repository\CompanyRepository' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Repository\CompanyRepository
*/
protected function getCompanyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Repository/CompanyRepository.php';
return $this->privates['SolidInvoice\\CoreBundle\\Repository\\CompanyRepository'] = new \SolidInvoice\CoreBundle\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService()));
}
/**
* Gets the private 'SolidInvoice\CoreBundle\Repository\VersionRepository' shared autowired service.
*
* @return \SolidInvoice\CoreBundle\Repository\VersionRepository
*/
protected function getVersionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Repository/VersionRepository.php';
return $this->privates['SolidInvoice\\CoreBundle\\Repository\\VersionRepository'] = new \SolidInvoice\CoreBundle\Repository\VersionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\CronBundle\Command\CronRunCommand' shared autowired service.
*
* @return \SolidInvoice\CronBundle\Command\CronRunCommand
*/
protected function getCronRunCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CronBundle/Command/CronRunCommand.php';
$this->privates['SolidInvoice\\CronBundle\\Command\\CronRunCommand'] = $instance = new \SolidInvoice\CronBundle\Command\CronRunCommand();
$instance->setName('cron:run');
$instance->setDescription('Run scheduled tasks');
return $instance;
}
/**
* Gets the private 'SolidInvoice\CronBundle\Form\Type\CronType' shared autowired service.
*
* @return \SolidInvoice\CronBundle\Form\Type\CronType
*/
protected function getCronTypeService()
{
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/CronBundle/Form/Type/CronType.php';
return $this->privates['SolidInvoice\\CronBundle\\Form\\Type\\CronType'] = new \SolidInvoice\CronBundle\Form\Type\CronType();
}
/**
* Gets the private 'SolidInvoice\DataGridBundle\Repository\GridRepository' shared autowired service.
*
* @return \SolidInvoice\DataGridBundle\Repository\GridRepository
*/
protected function getGridRepositoryService()
{
$this->privates['SolidInvoice\\DataGridBundle\\Repository\\GridRepository'] = $instance = new \SolidInvoice\DataGridBundle\Repository\GridRepository();
$a = ($this->services['doctrine'] ?? $this->getDoctrineService());
$b = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$b->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$b->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$b->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'name', 1 => 'website', 2 => 'status']));
$c = ($this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] ?? $this->getMoneyFormatterService());
$d = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$d->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$d->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$d->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'name', 1 => 'website', 2 => 'status']));
$e = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$e->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$e->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$e->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'status', 1 => 'total', 2 => 'c.name']));
$f = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$f->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$f->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$f->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'status', 1 => 'total', 2 => 'c.name']));
$g = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$g->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$g->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$g->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'status', 1 => 'total', 2 => 'c.name']));
$h = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$h->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$h->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$h->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'status', 1 => 'total', 2 => 'c.name']));
$i = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$i->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$i->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$i->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'totalAmount', 1 => 'currencyCode', 2 => 'm.name', 3 => 'status', 4 => 'message', 5 => 'c.name']));
$j = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$j->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$j->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$j->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'totalAmount', 1 => 'currencyCode', 2 => 'm.name', 3 => 'status', 4 => 'message']));
$k = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$k->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$k->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$k->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'totalAmount', 1 => 'currencyCode', 2 => 'status', 3 => 'message']));
$l = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$l->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$l->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$l->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'status', 1 => 'total', 2 => 'c.name']));
$m = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$m->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$m->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$m->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'status', 1 => 'total', 2 => 'c.name']));
$n = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$n->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$n->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$n->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'rate', 1 => 'name', 2 => 'type']));
$o = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$o->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$o->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$o->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'username', 1 => 'email']));
$p = new \SolidInvoice\DataGridBundle\Filter\ChainFilter();
$p->addFilter(new \SolidInvoice\DataGridBundle\Filter\SortFilter());
$p->addFilter(new \SolidInvoice\DataGridBundle\Filter\PaginateFilter());
$p->addFilter(new \SolidInvoice\DataGridBundle\Filter\SearchFilter([0 => 'email']));
$instance->addGrid('active_client_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceClientBundle:Client', 'getGridQuery'), $b, ['title' => 'Active Clients', 'icon' => 'check', 'source' => ['repository' => 'SolidInvoiceClientBundle:Client', 'method' => 'getGridQuery'], 'properties' => ['route' => '_clients_view', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'name' => ['name' => 'name', 'label' => 'Name', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'website' => ['name' => 'website', 'label' => 'Website', 'editable' => false, 'cell' => 'uri', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'client_status', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'name', 1 => 'website', 2 => 'status']], 'line_actions' => ['view' => ['icon' => 'eye', 'label' => 'client.grid.actions.view', 'route' => '_clients_view', 'route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit', 'label' => 'client.grid.actions.edit', 'route' => '_clients_edit', 'route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Archive', 'icon' => 'archive', 'confirm' => 'Are you sure you want to archive the selected rows?', 'action' => 'client_grid_archive', 'className' => 'warning'], 'delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'client_grid_delete', 'className' => 'danger']], 'filters' => [], 'name' => 'active_client_grid'], $c));
$instance->addGrid('archive_client_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceClientBundle:Client', 'getArchivedGridQuery'), $d, ['title' => 'Archived Clients', 'icon' => 'archive', 'source' => ['repository' => 'SolidInvoiceClientBundle:Client', 'method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_clients_view', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'integer', 'formatter' => NULL], 'name' => ['name' => 'name', 'label' => 'Name', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'website' => ['name' => 'website', 'label' => 'Website', 'editable' => false, 'cell' => 'uri', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'client_status', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'name', 1 => 'website', 2 => 'status']], 'actions' => ['restore' => ['label' => 'Restore', 'icon' => 'archive', 'confirm' => 'Are you sure you want to restore the selected rows?', 'action' => 'client_grid_restore', 'className' => 'info'], 'delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'client_grid_delete', 'className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_client_grid'], $c));
$instance->addGrid('active_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceInvoiceBundle:Invoice', 'getGridQuery'), $e, ['title' => 'Active Invoices', 'icon' => 'check', 'source' => ['repository' => 'SolidInvoiceInvoiceBundle:Invoice', 'method' => 'getGridQuery'], 'properties' => ['route' => '_invoices_view', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'invoiceId', 'label' => 'ID', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'invoice_status', 'formatter' => NULL], 'client' => ['name' => 'client', 'label' => 'Client', 'editable' => false, 'cell' => 'client', 'formatter' => NULL], 'total' => ['name' => 'total', 'label' => 'Total', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'tax' => ['name' => 'tax', 'label' => 'Tax', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'discount' => ['name' => 'discount', 'label' => 'Discount', 'editable' => false, 'cell' => 'string', 'formatter' => 'discount'], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'status', 1 => 'total', 2 => 'c.name']], 'line_actions' => ['view' => ['icon' => 'eye', 'label' => 'invoice.grid.actions.view', 'route' => '_invoices_view', 'route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit', 'label' => 'invoice.grid.actions.edit', 'route' => '_invoices_edit', 'route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Archive', 'icon' => 'archive', 'confirm' => 'Are you sure you want to archive the selected rows?', 'action' => 'invoice_grid_archive', 'className' => 'warning'], 'delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'invoice_grid_delete', 'className' => 'danger']], 'filters' => [], 'name' => 'active_invoice_grid'], $c));
$instance->addGrid('archive_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceInvoiceBundle:Invoice', 'getArchivedGridQuery'), $f, ['title' => 'Archived Invoices', 'icon' => 'archive', 'source' => ['repository' => 'SolidInvoiceInvoiceBundle:Invoice', 'method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_invoices_view', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'integer', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'invoice_status', 'formatter' => NULL], 'client' => ['name' => 'client', 'label' => 'Client', 'editable' => false, 'cell' => 'client', 'formatter' => NULL], 'total' => ['name' => 'total', 'label' => 'Total', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'tax' => ['name' => 'tax', 'label' => 'Tax', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'discount' => ['name' => 'discount', 'label' => 'Discount', 'editable' => false, 'cell' => 'string', 'formatter' => 'discount'], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'status', 1 => 'total', 2 => 'c.name']], 'actions' => ['delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'invoice_grid_delete', 'className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_invoice_grid'], $c));
$instance->addGrid('recurring_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceInvoiceBundle:RecurringInvoice', 'getRecurringGridQuery'), $g, ['title' => 'Recurring Invoices', 'icon' => 'sync-alt', 'source' => ['repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice', 'method' => 'getRecurringGridQuery'], 'properties' => ['route' => '_invoices_view_recurring', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'integer', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'invoice_status', 'formatter' => NULL], 'client' => ['name' => 'client', 'label' => 'Client', 'editable' => false, 'cell' => 'client', 'formatter' => NULL], 'total' => ['name' => 'total', 'label' => 'Total', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'tax' => ['name' => 'tax', 'label' => 'Tax', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'discount' => ['name' => 'discount', 'label' => 'Discount', 'editable' => false, 'cell' => 'string', 'formatter' => 'discount'], 'dateStart' => ['name' => 'dateStart', 'label' => 'Start Date', 'editable' => false, 'cell' => 'recurringInvoiceStart', 'formatter' => NULL], 'dateEnd' => ['name' => 'dateEnd', 'label' => 'End Date', 'editable' => false, 'cell' => 'recurringInvoiceEnd', 'formatter' => NULL], 'frequency' => ['name' => 'frequency', 'label' => 'Frequency', 'editable' => false, 'cell' => 'recurringInvoiceFrequency', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'status', 1 => 'total', 2 => 'c.name']], 'line_actions' => ['view' => ['icon' => 'eye', 'label' => 'invoice.grid.actions.view', 'route' => '_invoices_view', 'route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit', 'label' => 'invoice.grid.actions.edit', 'route' => '_invoices_edit_recurring', 'route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Archive', 'icon' => 'archive', 'confirm' => 'Are you sure you want to archive the selected rows?', 'action' => 'invoice_grid_recurring_archive', 'className' => 'warning'], 'delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'invoice_grid_recurring_delete', 'className' => 'danger']], 'filters' => [], 'name' => 'recurring_invoice_grid'], $c));
$instance->addGrid('archive_recurring_invoice_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceInvoiceBundle:RecurringInvoice', 'getArchivedGridQuery'), $h, ['title' => 'Archived Recurring Invoices', 'icon' => 'archive', 'source' => ['repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice', 'method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_invoices_view_recurring', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'integer', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'invoice_status', 'formatter' => NULL], 'client' => ['name' => 'client', 'label' => 'Client', 'editable' => false, 'cell' => 'client', 'formatter' => NULL], 'total' => ['name' => 'total', 'label' => 'Total', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'tax' => ['name' => 'tax', 'label' => 'Tax', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'discount' => ['name' => 'discount', 'label' => 'Discount', 'editable' => false, 'cell' => 'string', 'formatter' => 'discount'], 'dateStart' => ['name' => 'dateStart', 'label' => 'Start Date', 'editable' => false, 'cell' => 'recurringInvoiceStart', 'formatter' => NULL], 'dateEnd' => ['name' => 'dateEnd', 'label' => 'End Date', 'editable' => false, 'cell' => 'recurringInvoiceEnd', 'formatter' => NULL], 'frequency' => ['name' => 'frequency', 'label' => 'Frequency', 'editable' => false, 'cell' => 'recurringInvoiceFrequency', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'status', 1 => 'total', 2 => 'c.name']], 'actions' => ['delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'invoice_grid_recurring_delete', 'className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_recurring_invoice_grid'], $c));
$instance->addGrid('payment_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoicePaymentBundle:Payment', 'getGridQuery'), $i, ['source' => ['repository' => 'SolidInvoicePaymentBundle:Payment', 'method' => 'getGridQuery'], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'invoice' => ['name' => 'invoice', 'label' => 'Invoice', 'editable' => false, 'cell' => 'invoice', 'formatter' => NULL], 'client' => ['name' => 'client', 'label' => 'Client', 'editable' => false, 'cell' => 'client', 'formatter' => NULL], 'total_amount' => ['name' => 'totalAmount', 'label' => 'Total', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'currency_code' => ['name' => 'currencyCode', 'label' => 'Currency', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'method' => ['name' => 'method', 'label' => 'Method', 'editable' => false, 'cell' => 'string', 'formatter' => 'object'], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'payment_status', 'formatter' => NULL], 'message' => ['name' => 'message', 'label' => 'Message', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'completed' => ['name' => 'completed', 'label' => 'Completed', 'editable' => false, 'cell' => 'date', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'totalAmount', 1 => 'currencyCode', 2 => 'm.name', 3 => 'status', 4 => 'message', 5 => 'c.name']], 'icon' => '', 'title' => '', 'properties' => ['sortable' => true, 'paginate' => true, 'route' => NULL, 'search' => true], 'actions' => [], 'line_actions' => [], 'filters' => [], 'name' => 'payment_grid'], $c));
$instance->addGrid('invoice_payment_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoicePaymentBundle:Payment', 'getGridQuery'), $j, ['source' => ['repository' => 'SolidInvoicePaymentBundle:Payment', 'method' => 'getGridQuery'], 'columns' => ['status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'payment_status', 'formatter' => NULL], 'method' => ['name' => 'method', 'label' => 'Method', 'editable' => false, 'cell' => 'string', 'formatter' => 'object'], 'completed' => ['name' => 'completed', 'label' => 'Completed', 'editable' => false, 'cell' => 'date', 'formatter' => NULL], 'total_amount' => ['name' => 'totalAmount', 'label' => 'Total', 'editable' => false, 'cell' => 'string', 'formatter' => 'money'], 'message' => ['name' => 'message', 'label' => 'Message', 'editable' => false, 'cell' => 'string', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'totalAmount', 1 => 'currencyCode', 2 => 'm.name', 3 => 'status', 4 => 'message']], 'icon' => '', 'title' => '', 'properties' => ['sortable' => true, 'paginate' => true, 'route' => NULL, 'search' => true], 'actions' => [], 'line_actions' => [], 'filters' => [], 'name' => 'invoice_payment_grid'], $c));
$instance->addGrid('client_payment_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoicePaymentBundle:Payment', 'getGridQuery'), $k, ['source' => ['repository' => 'SolidInvoicePaymentBundle:Payment', 'method' => 'getGridQuery'], 'columns' => ['invoice' => ['name' => 'invoice', 'label' => 'Invoice', 'editable' => false, 'cell' => 'invoice', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'payment_status', 'formatter' => NULL], 'method' => ['name' => 'method', 'label' => 'Method', 'editable' => false, 'cell' => 'string', 'formatter' => 'object'], 'completed' => ['name' => 'completed', 'label' => 'Completed', 'editable' => false, 'cell' => 'date', 'formatter' => NULL], 'total_amount' => ['name' => 'totalAmount', 'label' => 'Total', 'editable' => false, 'cell' => 'string', 'formatter' => 'money'], 'message' => ['name' => 'message', 'label' => 'Message', 'editable' => false, 'cell' => 'string', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'totalAmount', 1 => 'currencyCode', 2 => 'status', 3 => 'message']], 'icon' => '', 'title' => '', 'properties' => ['sortable' => true, 'paginate' => true, 'route' => NULL, 'search' => true], 'actions' => [], 'line_actions' => [], 'filters' => [], 'name' => 'client_payment_grid'], $c));
$instance->addGrid('active_quote_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceQuoteBundle:Quote', 'getGridQuery'), $l, ['title' => 'Oferte Active', 'icon' => 'check', 'source' => ['repository' => 'SolidInvoiceQuoteBundle:Quote', 'method' => 'getGridQuery'], 'properties' => ['route' => '_quotes_view', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'quoteId', 'label' => 'ID', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'quote_status', 'formatter' => NULL], 'client' => ['name' => 'client', 'label' => 'Client', 'editable' => false, 'cell' => 'client', 'formatter' => NULL], 'total' => ['name' => 'total', 'label' => 'Total', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'tax' => ['name' => 'tax', 'label' => 'Tax', 'editable' => false, 'cell' => 'money', 'formatter' => 'money'], 'discount' => ['name' => 'discount', 'label' => 'Discount', 'editable' => false, 'cell' => 'string', 'formatter' => 'discount'], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'status', 1 => 'total', 2 => 'c.name']], 'line_actions' => ['view' => ['icon' => 'eye', 'label' => 'quote.grid.actions.view', 'route' => '_quotes_view', 'route_params' => ['id' => 'id'], 'conditions' => []], 'edit' => ['icon' => 'edit', 'label' => 'quote.grid.actions.edit', 'route' => '_quotes_edit', 'route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['archive' => ['label' => 'Arhiveaza', 'icon' => 'archive', 'confirm' => 'Are you sure you want to archive the selected rows?', 'action' => 'quote_grid_archive', 'className' => 'warning'], 'delete' => ['label' => 'Sterge', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'quote_grid_delete', 'className' => 'danger']], 'filters' => [], 'name' => 'active_quote_grid'], $c));
$instance->addGrid('archive_quote_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceQuoteBundle:Quote', 'getArchivedGridQuery'), $m, ['title' => 'Oferte Arhivate', 'icon' => 'archive', 'source' => ['repository' => 'SolidInvoiceQuoteBundle:Quote', 'method' => 'getArchivedGridQuery'], 'properties' => ['route' => '_quotes_view', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'integer', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'quote_status', 'formatter' => NULL], 'client' => ['name' => 'client', 'label' => 'Client', 'editable' => false, 'cell' => 'client', 'formatter' => NULL], 'total' => ['name' => 'total', 'label' => 'Total', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'tax' => ['name' => 'tax', 'label' => 'Tax', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'discount' => ['name' => 'discount', 'label' => 'Discount', 'editable' => false, 'cell' => 'string', 'formatter' => 'discount'], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'status', 1 => 'total', 2 => 'c.name']], 'actions' => ['delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'quote_grid_delete', 'className' => 'danger']], 'line_actions' => [], 'filters' => [], 'name' => 'archive_quote_grid'], $c));
$instance->addGrid('tax_grid', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceTaxBundle:Tax', 'getGridQuery'), $n, ['source' => ['repository' => 'SolidInvoiceTaxBundle:Tax', 'method' => 'getGridQuery'], 'properties' => ['route' => '_tax_rates_edit', 'sortable' => true, 'paginate' => true, 'search' => true], 'columns' => ['id' => ['name' => 'id', 'label' => 'ID', 'editable' => false, 'cell' => 'integer', 'formatter' => NULL], 'name' => ['name' => 'name', 'label' => 'Name', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'rate' => ['name' => 'rate', 'label' => 'Rate', 'editable' => false, 'cell' => 'percent', 'formatter' => NULL], 'type' => ['name' => 'type', 'label' => 'Type', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'rate', 1 => 'name', 2 => 'type']], 'line_actions' => ['edit' => ['icon' => 'edit', 'label' => 'tax.grid.actions.edit', 'route' => '_tax_rates_edit', 'route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'tax_grid_delete', 'className' => 'danger']], 'icon' => '', 'title' => '', 'filters' => [], 'name' => 'tax_grid'], $c));
$instance->addGrid('users_list', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceUserBundle:User', 'getGridQuery'), $o, ['title' => 'Users', 'icon' => 'user', 'source' => ['repository' => 'SolidInvoiceUserBundle:User', 'method' => 'getGridQuery'], 'columns' => ['name' => ['name' => 'username', 'label' => 'Username', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'email' => ['name' => 'email', 'label' => 'email', 'editable' => false, 'cell' => 'email', 'formatter' => NULL], 'enabled' => ['name' => 'enabled', 'label' => 'Enabled', 'editable' => false, 'cell' => 'boolean', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'username', 1 => 'email']], 'actions' => ['delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to delete the selected rows?', 'action' => 'user_grid_delete', 'className' => 'danger']], 'properties' => ['sortable' => true, 'paginate' => true, 'route' => NULL, 'search' => true], 'line_actions' => [], 'filters' => [], 'name' => 'users_list'], $c));
$instance->addGrid('users_invitations', new \SolidInvoice\DataGridBundle\Grid(new \SolidInvoice\DataGridBundle\Source\ORMSource($a, 'SolidInvoiceUserBundle:UserInvitation', 'getGridQuery'), $p, ['title' => 'Invitations', 'icon' => 'envelope', 'source' => ['repository' => 'SolidInvoiceUserBundle:UserInvitation', 'method' => 'getGridQuery'], 'columns' => ['email' => ['name' => 'email', 'label' => 'Email', 'editable' => false, 'cell' => 'email', 'formatter' => NULL], 'status' => ['name' => 'status', 'label' => 'Status', 'editable' => false, 'cell' => 'string', 'formatter' => NULL], 'created' => ['name' => 'created', 'label' => 'Created', 'editable' => false, 'cell' => 'date', 'formatter' => NULL]], 'search' => ['fields' => [0 => 'email']], 'line_actions' => ['re_send' => ['icon' => 'envelope', 'label' => 'users.grid.invitation.actions.resend', 'route' => '_user_resend_invite', 'route_params' => ['id' => 'id'], 'conditions' => []]], 'actions' => ['delete' => ['label' => 'Delete', 'icon' => 'ban', 'confirm' => 'Are you sure you want to remove the selected invited users?', 'action' => 'user_grid_delete_invitations', 'className' => 'danger']], 'properties' => ['sortable' => true, 'paginate' => true, 'route' => NULL, 'search' => true], 'filters' => [], 'name' => 'users_invitations'], $c));
return $instance;
}
/**
* Gets the private 'SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader' shared autowired service.
*
* @return \SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader
*/
protected function getGridRouteLoaderService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['SolidInvoice\\DataGridBundle\\Routing\\Loader\\GridRouteLoader'] = $this->createProxy('GridRouteLoader_15786ea', function () {
return \GridRouteLoader_15786ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getGridRouteLoaderService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
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';
return new \SolidInvoice\DataGridBundle\Routing\Loader\GridRouteLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Command\InstallCommand' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Command\InstallCommand
*/
protected function getInstallCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Command/InstallCommand.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/ConfigWriter.php';
$this->privates['SolidInvoice\\InstallBundle\\Command\\InstallCommand'] = $instance = new \SolidInvoice\InstallBundle\Command\InstallCommand(($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] ?? ($this->privates['SolidInvoice\\CoreBundle\\ConfigWriter'] = new \SolidInvoice\CoreBundle\ConfigWriter(\dirname(__DIR__, 4)))), ($this->privates['SolidInvoice\\InstallBundle\\Installer\\Database\\Migration'] ?? $this->getMigrationService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), \dirname(__DIR__, 4), $this->getEnv('installed'));
$instance->setName('app:install');
$instance->setDescription('Installs the application');
return $instance;
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Form\Step\ConfigStepForm' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Form\Step\ConfigStepForm
*/
protected function getConfigStepFormService()
{
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/InstallBundle/Form/Step/ConfigStepForm.php';
return $this->privates['SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm'] = new \SolidInvoice\InstallBundle\Form\Step\ConfigStepForm();
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Form\Step\SystemInformationForm' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Form\Step\SystemInformationForm
*/
protected function getSystemInformationFormService()
{
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/InstallBundle/Form/Step/SystemInformationForm.php';
return $this->privates['SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm'] = new \SolidInvoice\InstallBundle\Form\Step\SystemInformationForm();
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType
*/
protected function getDatabaseConfigTypeService()
{
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/InstallBundle/Form/Type/DatabaseConfigType.php';
return $this->privates['SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType'] = new \SolidInvoice\InstallBundle\Form\Type\DatabaseConfigType();
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Installer\Database\Migration' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Installer\Database\Migration
*/
protected function getMigrationService()
{
return $this->privates['SolidInvoice\\InstallBundle\\Installer\\Database\\Migration'] = new \SolidInvoice\InstallBundle\Installer\Database\Migration(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()));
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Listener\ExceptionListener' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Listener\ExceptionListener
*/
protected function getExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/src/InstallBundle/Listener/ExceptionListener.php';
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'])) {
return $this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'];
}
return $this->privates['SolidInvoice\\InstallBundle\\Listener\\ExceptionListener'] = new \SolidInvoice\InstallBundle\Listener\ExceptionListener($this->getSession_FlashBagService(), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Listener\RequestListener' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Listener\RequestListener
*/
protected function getRequestListener2Service()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'])) {
return $this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'];
}
return $this->privates['SolidInvoice\\InstallBundle\\Listener\\RequestListener'] = new \SolidInvoice\InstallBundle\Listener\RequestListener($a, ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $this->getEnv('installed'), true);
}
/**
* Gets the private 'SolidInvoice\InstallBundle\Listener\UpgradeListener' shared autowired service.
*
* @return \SolidInvoice\InstallBundle\Listener\UpgradeListener
*/
protected function getUpgradeListenerService()
{
return $this->privates['SolidInvoice\\InstallBundle\\Listener\\UpgradeListener'] = new \SolidInvoice\InstallBundle\Listener\UpgradeListener($this->getEnv('installed'), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['SolidInvoice\\InstallBundle\\Installer\\Database\\Migration'] ?? $this->getMigrationService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Cloner\InvoiceCloner' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Cloner\InvoiceCloner
*/
protected function getInvoiceClonerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Cloner/InvoiceCloner.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Cloner\\InvoiceCloner'] = new \SolidInvoice\InvoiceBundle\Cloner\InvoiceCloner(($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] ?? $this->getInvoiceManagerService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Entity\Invoice' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Entity\Invoice
*/
protected function getInvoiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Entity/BaseInvoice.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/Archivable.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Traits/InvoiceStatusTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Entity/Invoice.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Entity\\Invoice'] = new \SolidInvoice\InvoiceBundle\Entity\Invoice();
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Entity\RecurringInvoice' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Entity\RecurringInvoice
*/
protected function getRecurringInvoiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Entity/BaseInvoice.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/Archivable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Entity/RecurringInvoice.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Entity\\RecurringInvoice'] = new \SolidInvoice\InvoiceBundle\Entity\RecurringInvoice();
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Form\Type\InvoiceType' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Form\Type\InvoiceType
*/
protected function getInvoiceTypeService()
{
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/InvoiceBundle/Form/Type/InvoiceType.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType'] = new \SolidInvoice\InvoiceBundle\Form\Type\InvoiceType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Form\Type\ItemType' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Form\Type\ItemType
*/
protected function getItemTypeService()
{
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/InvoiceBundle/Form/Type/ItemType.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType'] = new \SolidInvoice\InvoiceBundle\Form\Type\ItemType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType
*/
protected function getRecurringInvoiceTypeService()
{
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/InvoiceBundle/Form/Type/RecurringInvoiceType.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType'] = new \SolidInvoice\InvoiceBundle\Form\Type\RecurringInvoiceType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener
*/
protected function getInvoiceSaveListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/Doctrine/InvoiceSaveListener.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener'] = new \SolidInvoice\InvoiceBundle\Listener\Doctrine\InvoiceSaveListener(($this->privates['solidinvoice.payment.locator'] ?? $this->getSolidinvoice_Payment_LocatorService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener
*/
protected function getInvoiceCancelListenerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/InvoiceCancelListener.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoiceCancelListener'] = new \SolidInvoice\InvoiceBundle\Listener\InvoiceCancelListener(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener
*/
protected function getInvoicePaidListenerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/InvoicePaidListener.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\InvoicePaidListener'] = new \SolidInvoice\InvoiceBundle\Listener\InvoicePaidListener(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener
*/
protected function getInvoiceMailerListenerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/Mailer/InvoiceMailerListener.php';
$a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'])) {
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'];
}
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceMailerListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceMailerListener($a);
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener
*/
protected function getInvoicePdfListenerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/Mailer/InvoicePdfListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'])) {
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'];
}
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoicePdfListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoicePdfListener(($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), $a);
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener
*/
protected function getInvoiceReceiverListenerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/Mailer/InvoiceReceiverListener.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceReceiverListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceReceiverListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener
*/
protected function getInvoiceSubjectListenerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/Mailer/InvoiceSubjectListener.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\Mailer\\InvoiceSubjectListener'] = new \SolidInvoice\InvoiceBundle\Listener\Mailer\InvoiceSubjectListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber
*/
protected function getWorkFlowSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Listener/WorkFlowSubscriber.php';
$a = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'])) {
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'];
}
return $this->privates['SolidInvoice\\InvoiceBundle\\Listener\\WorkFlowSubscriber'] = new \SolidInvoice\InvoiceBundle\Listener\WorkFlowSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Manager\InvoiceManager' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Manager\InvoiceManager
*/
protected function getInvoiceManagerService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Manager/InvoiceManager.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'])) {
return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'];
}
$b = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'])) {
return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'];
}
$c = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
if (isset($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'])) {
return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'];
}
return $this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] = new \SolidInvoice\InvoiceBundle\Manager\InvoiceManager(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, $b, $c);
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Repository\InvoiceRepository' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Repository\InvoiceRepository
*/
protected function getInvoiceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Repository/InvoiceRepository.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\InvoiceRepository'] = new \SolidInvoice\InvoiceBundle\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Repository\ItemRepository' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Repository\ItemRepository
*/
protected function getItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Repository/ItemRepository.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\ItemRepository'] = new \SolidInvoice\InvoiceBundle\Repository\ItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository
*/
protected function getRecurringInvoiceContactRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Repository/RecurringInvoiceContactRepository.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceContactRepository'] = new \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository
*/
protected function getRecurringInvoiceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Repository/RecurringInvoiceRepository.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Repository\\RecurringInvoiceRepository'] = new \SolidInvoice\InvoiceBundle\Repository\RecurringInvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder' shared autowired service.
*
* @return \SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder
*/
protected function getScheduleBuilderService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Schedule/ScheduleBuilder.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Schedule/ScheduleBuilder.php';
return $this->privates['SolidInvoice\\InvoiceBundle\\Schedule\\ScheduleBuilder'] = new \SolidInvoice\InvoiceBundle\Schedule\ScheduleBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType' shared autowired service.
*
* @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType
*/
protected function getKeyTransportConfigTypeService()
{
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/MailerBundle/Form/Type/TransportConfig/KeyTransportConfigType.php';
return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\KeyTransportConfigType();
}
/**
* Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType' shared autowired service.
*
* @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType
*/
protected function getMailgunApiTransportConfigTypeService()
{
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/MailerBundle/Form/Type/TransportConfig/MailgunApiTransportConfigType.php';
return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\MailgunApiTransportConfigType();
}
/**
* Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType' shared autowired service.
*
* @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType
*/
protected function getSesTransportConfigTypeService()
{
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/MailerBundle/Form/Type/TransportConfig/SesTransportConfigType.php';
return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SesTransportConfigType();
}
/**
* Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType' shared autowired service.
*
* @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType
*/
protected function getSmtpTransportConfigTypeService()
{
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/MailerBundle/Form/Type/TransportConfig/SmtpTransportConfigType.php';
return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\SmtpTransportConfigType();
}
/**
* Gets the private 'SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType' shared autowired service.
*
* @return \SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType
*/
protected function getUsernamePasswordTransportConfigTypeService()
{
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/MailerBundle/Form/Type/TransportConfig/UsernamePasswordTransportConfigType.php';
return $this->privates['SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType'] = new \SolidInvoice\MailerBundle\Form\Type\TransportConfig\UsernamePasswordTransportConfigType();
}
/**
* Gets the private 'SolidInvoice\MenuBundle\Provider' shared autowired service.
*
* @return \SolidInvoice\MenuBundle\Provider
*/
protected function getProviderService()
{
include_once \dirname(__DIR__, 4).'/src/MenuBundle/Provider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/src/MenuBundle/Factory.php';
include_once \dirname(__DIR__, 4).'/src/MenuBundle/Builder/BuilderInterface.php';
include_once \dirname(__DIR__, 4).'/src/MenuBundle/Core/AuthenticatedMenu.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Menu/Builder.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Menu/Builder.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Menu/Builder.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Menu/Builder.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Menu/Builder.php';
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['SolidInvoice\\MenuBundle\\Provider'])) {
return $this->privates['SolidInvoice\\MenuBundle\\Provider'];
}
$this->privates['SolidInvoice\\MenuBundle\\Provider'] = $instance = new \SolidInvoice\MenuBundle\Provider(new \SolidInvoice\MenuBundle\Factory($a));
$b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
$c = new \SolidInvoice\CoreBundle\Menu\Builder($b);
$instance->addBuilder(new \SolidInvoice\ClientBundle\Menu\Builder($b), 'sidebar', 'sidebar', 0);
$instance->addBuilder($c, 'sidebar', 'systemMenu', -200);
$instance->addBuilder($c, 'sidebar', 'userMenu', -255);
$instance->addBuilder(new \SolidInvoice\InvoiceBundle\Menu\Builder($b), 'sidebar', 'sidebar', 0);
$instance->addBuilder(new \SolidInvoice\PaymentBundle\Menu\Builder($b), 'sidebar', 'mainMenu', -1);
$instance->addBuilder(new \SolidInvoice\QuoteBundle\Menu\Builder($b), 'sidebar', 'sidebar', 0);
return $instance;
}
/**
* Gets the private 'SolidInvoice\MenuBundle\Renderer' shared autowired service.
*
* @return \SolidInvoice\MenuBundle\Renderer
*/
protected function getRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
include_once \dirname(__DIR__, 4).'/src/MenuBundle/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/src/MenuBundle/Renderer.php';
$a = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
if (isset($this->privates['SolidInvoice\\MenuBundle\\Renderer'])) {
return $this->privates['SolidInvoice\\MenuBundle\\Renderer'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['SolidInvoice\\MenuBundle\\Renderer'])) {
return $this->privates['SolidInvoice\\MenuBundle\\Renderer'];
}
return $this->privates['SolidInvoice\\MenuBundle\\Renderer'] = new \SolidInvoice\MenuBundle\Renderer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension' shared autowired service.
*
* @return \SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension
*/
protected function getMoneyExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/src/MoneyBundle/Form/Extension/MoneyExtension.php';
return $this->privates['SolidInvoice\\MoneyBundle\\Form\\Extension\\MoneyExtension'] = new \SolidInvoice\MoneyBundle\Form\Extension\MoneyExtension(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\MoneyBundle\Form\Type\CurrencyType' shared autowired service.
*
* @return \SolidInvoice\MoneyBundle\Form\Type\CurrencyType
*/
protected function getCurrencyTypeService()
{
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/MoneyBundle/Form/Type/CurrencyType.php';
return $this->privates['SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType'] = new \SolidInvoice\MoneyBundle\Form\Type\CurrencyType($this->getEnv('locale'));
}
/**
* Gets the private 'SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType' shared autowired service.
*
* @return \SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType
*/
protected function getHiddenMoneyTypeService()
{
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/MoneyBundle/Form/Type/HiddenMoneyType.php';
return $this->privates['SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType'] = new \SolidInvoice\MoneyBundle\Form\Type\HiddenMoneyType();
}
/**
* Gets the private 'SolidInvoice\MoneyBundle\Formatter\MoneyFormatter' shared autowired service.
*
* @return \SolidInvoice\MoneyBundle\Formatter\MoneyFormatter
*/
protected function getMoneyFormatterService()
{
return $this->privates['SolidInvoice\\MoneyBundle\\Formatter\\MoneyFormatter'] = new \SolidInvoice\MoneyBundle\Formatter\MoneyFormatter($this->getEnv('locale'), ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\NotificationBundle\Form\Type\NotificationType' shared autowired service.
*
* @return \SolidInvoice\NotificationBundle\Form\Type\NotificationType
*/
protected function getNotificationTypeService()
{
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/NotificationBundle/Form/Type/NotificationType.php';
return $this->privates['SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType'] = new \SolidInvoice\NotificationBundle\Form\Type\NotificationType();
}
/**
* Gets the private 'SolidInvoice\NotificationBundle\Notification\NotificationManager' shared autowired service.
*
* @return \SolidInvoice\NotificationBundle\Notification\NotificationManager
*/
protected function getNotificationManagerService()
{
include_once \dirname(__DIR__, 4).'/src/NotificationBundle/Notification/NotificationManager.php';
include_once \dirname(__DIR__, 4).'/src/NotificationBundle/Notification/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/namshi/notificator/src/Namshi/Notificator/ManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/namshi/notificator/src/Namshi/Notificator/Manager.php';
include_once \dirname(__DIR__, 4).'/vendor/namshi/notificator/src/Namshi/Notificator/Notification/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/namshi/notificator/src/Namshi/Notificator/Notification/Handler/Email.php';
include_once \dirname(__DIR__, 4).'/vendor/namshi/notificator/src/Namshi/Notificator/Notification/Handler/SwiftMailer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'])) {
return $this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'];
}
$b = ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService());
$c = new \Namshi\Notificator\Manager([], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$c->addHandler(new \Namshi\Notificator\Notification\Handler\SwiftMailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService())));
return $this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] = new \SolidInvoice\NotificationBundle\Notification\NotificationManager(new \SolidInvoice\NotificationBundle\Notification\Factory($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b), $b, $c, ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Entity\PaymentMethod' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Entity\PaymentMethod
*/
protected function getPaymentMethodService()
{
include_once \dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Model/GatewayConfigInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Entity/PaymentMethod.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Entity\\PaymentMethod'] = new \SolidInvoice\PaymentBundle\Entity\PaymentMethod();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Factory\PaymentFactories' shared service.
*
* @return \SolidInvoice\PaymentBundle\Factory\PaymentFactories
*/
protected function getPaymentFactoriesService()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Factory/PaymentFactories.php';
$this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] = $instance = new \SolidInvoice\PaymentBundle\Factory\PaymentFactories();
$instance->setGatewayFactories(['credit' => 'offline', 'cash' => 'offline', 'bank_transfer' => 'offline', 'paypal_express_checkout' => 'paypal_express_checkout', 'paypal_pro_checkout' => 'paypal_pro_checkout', 'stripe_checkout' => 'stripe_checkout', 'stripe_js' => 'stripe_js', 'klarna_invoice' => 'klarna_invoice', 'klarna_checkout' => 'klarna_checkout', 'be2bill_offsite' => 'be2bill_offsite', 'be2bill_direct' => 'be2bill_direct', 'authorize_net_aim' => 'authorize_net_aim', 'payex' => 'payex']);
$instance->setGatewayForms(['paypal_express_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout', 'paypal_pro_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout', 'stripe_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout', 'stripe_js' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs', 'klarna_invoice' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice', 'klarna_checkout' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout', 'be2bill_offsite' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite', 'be2bill_direct' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect', 'authorize_net_aim' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim', 'payex' => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex']);
return $instance;
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim
*/
protected function getAuthorizeNetAimService()
{
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/PaymentBundle/Form/Methods/AuthorizeNetAim.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim'] = new \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetAim();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim
*/
protected function getAuthorizeNetSimService()
{
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/PaymentBundle/Form/Methods/AuthorizeNetSim.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim'] = new \SolidInvoice\PaymentBundle\Form\Methods\AuthorizeNetSim();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect
*/
protected function getBe2billDirectService()
{
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/PaymentBundle/Form/Methods/Be2billDirect.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect'] = new \SolidInvoice\PaymentBundle\Form\Methods\Be2billDirect();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite
*/
protected function getBe2billOffsiteService()
{
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/PaymentBundle/Form/Methods/Be2billOffsite.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite'] = new \SolidInvoice\PaymentBundle\Form\Methods\Be2billOffsite();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout
*/
protected function getKlarnaCheckoutService()
{
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/PaymentBundle/Form/Methods/KlarnaCheckout.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\KlarnaCheckout();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice
*/
protected function getKlarnaInvoiceService()
{
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/PaymentBundle/Form/Methods/KlarnaInvoice.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice'] = new \SolidInvoice\PaymentBundle\Form\Methods\KlarnaInvoice();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\Payex' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\Payex
*/
protected function getPayexService()
{
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/PaymentBundle/Form/Methods/Payex.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex'] = new \SolidInvoice\PaymentBundle\Form\Methods\Payex();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout
*/
protected function getPaypalExpressCheckoutService()
{
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/PaymentBundle/Form/Methods/PaypalExpressCheckout.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\PaypalExpressCheckout();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout
*/
protected function getPaypalProCheckoutService()
{
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/PaymentBundle/Form/Methods/PaypalProCheckout.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\PaypalProCheckout();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout
*/
protected function getStripeCheckoutService()
{
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/PaymentBundle/Form/Methods/StripeCheckout.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout'] = new \SolidInvoice\PaymentBundle\Form\Methods\StripeCheckout();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Methods\StripeJs' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Methods\StripeJs
*/
protected function getStripeJsService()
{
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/PaymentBundle/Form/Methods/StripeJs.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs'] = new \SolidInvoice\PaymentBundle\Form\Methods\StripeJs();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType
*/
protected function getPaymentMethodSettingsTypeService()
{
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/PaymentBundle/Form/Type/PaymentMethodSettingsType.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType'] = new \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodSettingsType();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType
*/
protected function getPaymentMethodTypeService()
{
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/PaymentBundle/Form/Type/PaymentMethodType.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType'] = new \SolidInvoice\PaymentBundle\Form\Type\PaymentMethodType();
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Form\Type\PaymentType' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Form\Type\PaymentType
*/
protected function getPaymentTypeService()
{
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/PaymentBundle/Form/Type/PaymentType.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType'] = new \SolidInvoice\PaymentBundle\Form\Type\PaymentType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener
*/
protected function getPaymentCompleteListenerService()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Listener/PaymentCompleteListener.php';
$a = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
if (isset($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'])) {
return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'])) {
return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'];
}
return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentCompleteListener'] = new \SolidInvoice\PaymentBundle\Listener\PaymentCompleteListener($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), $b);
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener
*/
protected function getPaymentReceivedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Listener/PaymentReceivedListener.php';
$a = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
if (isset($this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'])) {
return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'];
}
return $this->privates['SolidInvoice\\PaymentBundle\\Listener\\PaymentReceivedListener'] = new \SolidInvoice\PaymentBundle\Listener\PaymentReceivedListener($a);
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository
*/
protected function getPaymentMethodRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Repository/PaymentMethodRepository.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentMethodRepository'] = new \SolidInvoice\PaymentBundle\Repository\PaymentMethodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\PaymentBundle\Repository\PaymentRepository' shared autowired service.
*
* @return \SolidInvoice\PaymentBundle\Repository\PaymentRepository
*/
protected function getPaymentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Repository/PaymentRepository.php';
return $this->privates['SolidInvoice\\PaymentBundle\\Repository\\PaymentRepository'] = new \SolidInvoice\PaymentBundle\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Entity\Quote' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Entity\Quote
*/
protected function getQuoteService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/Archivable.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Traits/QuoteStatusTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Entity/Quote.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Entity\\Quote'] = new \SolidInvoice\QuoteBundle\Entity\Quote();
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Form\Type\ItemType' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Form\Type\ItemType
*/
protected function getItemType2Service()
{
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/QuoteBundle/Form/Type/ItemType.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType'] = new \SolidInvoice\QuoteBundle\Form\Type\ItemType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Form\Type\QuoteType' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Form\Type\QuoteType
*/
protected function getQuoteTypeService()
{
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/QuoteBundle/Form/Type/QuoteType.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType'] = new \SolidInvoice\QuoteBundle\Form\Type\QuoteType(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener
*/
protected function getQuoteSaveListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Listener/Doctrine/QuoteSaveListener.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener'] = new \SolidInvoice\QuoteBundle\Listener\Doctrine\QuoteSaveListener(($this->privates['solidinvoice.payment.locator'] ?? $this->getSolidinvoice_Payment_LocatorService()));
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener
*/
protected function getQuoteMailerListenerService()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Listener/Mailer/QuoteMailerListener.php';
$a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'];
}
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteMailerListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteMailerListener($a);
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener
*/
protected function getQuotePdfListenerService()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Listener/Mailer/QuotePdfListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'];
}
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuotePdfListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuotePdfListener(($this->privates['SolidInvoice\\CoreBundle\\Pdf\\Generator'] ?? $this->getGenerator2Service()), $a);
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener
*/
protected function getQuoteReceiverListenerService()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Listener/Mailer/QuoteReceiverListener.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteReceiverListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteReceiverListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener
*/
protected function getQuoteSubjectListenerService()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Listener/Mailer/QuoteSubjectListener.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\Mailer\\QuoteSubjectListener'] = new \SolidInvoice\QuoteBundle\Listener\Mailer\QuoteSubjectListener(($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()));
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber
*/
protected function getWorkFlowSubscriber2Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Listener/WorkFlowSubscriber.php';
$a = ($this->privates['SolidInvoice\\InvoiceBundle\\Manager\\InvoiceManager'] ?? $this->getInvoiceManagerService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
}
$b = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
}
$c = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
}
$d = ($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'] ?? $this->getQuoteMailerService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'];
}
return $this->privates['SolidInvoice\\QuoteBundle\\Listener\\WorkFlowSubscriber'] = new \SolidInvoice\QuoteBundle\Listener\WorkFlowSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, $b, $c, $d);
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Mailer\QuoteMailer' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Mailer\QuoteMailer
*/
protected function getQuoteMailerService()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Mailer/QuoteMailer.php';
$a = ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'];
}
$b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'];
}
$c = ($this->privates['SolidInvoice\\NotificationBundle\\Notification\\NotificationManager'] ?? $this->getNotificationManagerService());
if (isset($this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'])) {
return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'];
}
return $this->privates['SolidInvoice\\QuoteBundle\\Mailer\\QuoteMailer'] = new \SolidInvoice\QuoteBundle\Mailer\QuoteMailer($a, $b, $c);
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Repository\ItemRepository' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Repository\ItemRepository
*/
protected function getItemRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Repository/ItemRepository.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Repository\\ItemRepository'] = new \SolidInvoice\QuoteBundle\Repository\ItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\QuoteBundle\Repository\QuoteRepository' shared autowired service.
*
* @return \SolidInvoice\QuoteBundle\Repository\QuoteRepository
*/
protected function getQuoteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Repository/QuoteRepository.php';
return $this->privates['SolidInvoice\\QuoteBundle\\Repository\\QuoteRepository'] = new \SolidInvoice\QuoteBundle\Repository\QuoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\SettingsBundle\Form\Type\AddressType' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\Form\Type\AddressType
*/
protected function getAddressType2Service()
{
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/SettingsBundle/Form/Type/AddressType.php';
return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType'] = new \SolidInvoice\SettingsBundle\Form\Type\AddressType();
}
/**
* Gets the private 'SolidInvoice\SettingsBundle\Form\Type\MailTransportType' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\Form\Type\MailTransportType
*/
protected function getMailTransportTypeService()
{
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/SettingsBundle/Form/Type/MailTransportType.php';
$a = ($this->privates['stimulus.helper'] ?? $this->getStimulus_HelperService());
if (isset($this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType'])) {
return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType'];
}
return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType'] = new \SolidInvoice\SettingsBundle\Form\Type\MailTransportType(new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\GmailConfigurator()));
yield 1 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator()));
yield 2 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailgunConfigurator()));
yield 3 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator()));
yield 4 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SendgridConfigurator()));
yield 5 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SesConfigurator()));
yield 6 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SmtpConfigurator()));
}, 7), $a);
}
/**
* Gets the private 'SolidInvoice\SettingsBundle\Form\Type\SettingsType' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\Form\Type\SettingsType
*/
protected function getSettingsTypeService()
{
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/SettingsBundle/Form/Type/SettingsType.php';
return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType'] = new \SolidInvoice\SettingsBundle\Form\Type\SettingsType();
}
/**
* Gets the private 'SolidInvoice\SettingsBundle\Form\Type\ThemeType' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\Form\Type\ThemeType
*/
protected function getThemeTypeService()
{
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/SettingsBundle/Form/Type/ThemeType.php';
return $this->privates['SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType'] = new \SolidInvoice\SettingsBundle\Form\Type\ThemeType();
}
/**
* Gets the private 'SolidInvoice\SettingsBundle\Repository\SectionRepository' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\Repository\SectionRepository
*/
protected function getSectionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/SettingsBundle/Repository/SectionRepository.php';
return $this->privates['SolidInvoice\\SettingsBundle\\Repository\\SectionRepository'] = new \SolidInvoice\SettingsBundle\Repository\SectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\SettingsBundle\Repository\SettingsRepository' shared autowired service.
*
* @return \SolidInvoice\SettingsBundle\Repository\SettingsRepository
*/
protected function getSettingsRepositoryService()
{
return $this->privates['SolidInvoice\\SettingsBundle\\Repository\\SettingsRepository'] = new \SolidInvoice\SettingsBundle\Repository\SettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\TaxBundle\Entity\Tax' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Entity\Tax
*/
protected function getTaxService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Entity/Tax.php';
return $this->privates['SolidInvoice\\TaxBundle\\Entity\\Tax'] = new \SolidInvoice\TaxBundle\Entity\Tax();
}
/**
* Gets the private 'SolidInvoice\TaxBundle\Form\Type\TaxEntityType' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Form\Type\TaxEntityType
*/
protected function getTaxEntityTypeService()
{
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/TaxBundle/Form/Type/TaxEntityType.php';
return $this->privates['SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType'] = new \SolidInvoice\TaxBundle\Form\Type\TaxEntityType(($this->privates['SolidInvoice\\TaxBundle\\Repository\\TaxRepository'] ?? $this->getTaxRepositoryService()));
}
/**
* Gets the private 'SolidInvoice\TaxBundle\Form\Type\TaxNumberType' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Form\Type\TaxNumberType
*/
protected function getTaxNumberTypeService()
{
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/TaxBundle/Form/Type/TaxNumberType.php';
return $this->privates['SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType'] = new \SolidInvoice\TaxBundle\Form\Type\TaxNumberType();
}
/**
* Gets the private 'SolidInvoice\TaxBundle\Form\Type\TaxType' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Form\Type\TaxType
*/
protected function getTaxTypeService()
{
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/TaxBundle/Form/Type/TaxType.php';
return $this->privates['SolidInvoice\\TaxBundle\\Form\\Type\\TaxType'] = new \SolidInvoice\TaxBundle\Form\Type\TaxType();
}
/**
* Gets the private 'SolidInvoice\TaxBundle\Repository\TaxRepository' shared autowired service.
*
* @return \SolidInvoice\TaxBundle\Repository\TaxRepository
*/
protected function getTaxRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Repository/TaxRepository.php';
return $this->privates['SolidInvoice\\TaxBundle\\Repository\\TaxRepository'] = new \SolidInvoice\TaxBundle\Repository\TaxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\UserBundle\Entity\ApiToken' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Entity\ApiToken
*/
protected function getApiTokenService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/TimeStampable.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/Entity/CompanyAware.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Entity/ApiToken.php';
return $this->privates['SolidInvoice\\UserBundle\\Entity\\ApiToken'] = new \SolidInvoice\UserBundle\Entity\ApiToken();
}
/**
* Gets the private 'SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber' shared autowired service.
*
* @return \SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber
*/
protected function getUserLoginEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/EventSubscriber/UserLoginEventSubscriber.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'])) {
return $this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'];
}
return $this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] = new \SolidInvoice\UserBundle\EventSubscriber\UserLoginEventSubscriber($a);
}
/**
* Gets the private 'SolidInvoice\UserBundle\Form\Type\ApiTokenType' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Form\Type\ApiTokenType
*/
protected function getApiTokenTypeService()
{
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/UserBundle/Form/Type/ApiTokenType.php';
return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType'] = new \SolidInvoice\UserBundle\Form\Type\ApiTokenType();
}
/**
* Gets the private 'SolidInvoice\UserBundle\Form\Type\ChangePasswordType' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Form\Type\ChangePasswordType
*/
protected function getChangePasswordTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Type/ChangePasswordType.php';
return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType'] = new \SolidInvoice\UserBundle\Form\Type\ChangePasswordType();
}
/**
* Gets the private 'SolidInvoice\UserBundle\Form\Type\ProfileType' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Form\Type\ProfileType
*/
protected function getProfileTypeService()
{
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/UserBundle/Form/Type/ProfileType.php';
return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\ProfileType'] = new \SolidInvoice\UserBundle\Form\Type\ProfileType();
}
/**
* Gets the private 'SolidInvoice\UserBundle\Form\Type\RegisterType' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Form\Type\RegisterType
*/
protected function getRegisterTypeService()
{
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/UserBundle/Form/Type/RegisterType.php';
return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\RegisterType'] = new \SolidInvoice\UserBundle\Form\Type\RegisterType();
}
/**
* Gets the private 'SolidInvoice\UserBundle\Form\Type\UserInviteType' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Form\Type\UserInviteType
*/
protected function getUserInviteTypeService()
{
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/UserBundle/Form/Type/UserInviteType.php';
return $this->privates['SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType'] = new \SolidInvoice\UserBundle\Form\Type\UserInviteType();
}
/**
* Gets the private 'SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository
*/
protected function getApiTokenHistoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/ApiTokenHistoryRepository.php';
return $this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenHistoryRepository'] = new \SolidInvoice\UserBundle\Repository\ApiTokenHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\UserBundle\Repository\ApiTokenRepository' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Repository\ApiTokenRepository
*/
protected function getApiTokenRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/ApiTokenRepository.php';
return $this->privates['SolidInvoice\\UserBundle\\Repository\\ApiTokenRepository'] = new \SolidInvoice\UserBundle\Repository\ApiTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\UserBundle\Repository\UserInvitationRepository' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Repository\UserInvitationRepository
*/
protected function getUserInvitationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/UserInvitationRepository.php';
return $this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] = new \SolidInvoice\UserBundle\Repository\UserInvitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\UserBundle\Repository\UserRepository' shared autowired service.
*
* @return \SolidInvoice\UserBundle\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
return $this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] = new \SolidInvoice\UserBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'SolidInvoice\UserBundle\UserInvitation\UserInvitation' shared autowired service.
*
* @return \SolidInvoice\UserBundle\UserInvitation\UserInvitation
*/
protected function getUserInvitationService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/UserInvitation/UserInvitation.php';
$a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'])) {
return $this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'];
}
return $this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'] = new \SolidInvoice\UserBundle\UserInvitation\UserInvitation($a);
}
/**
* Gets the private 'SolidWorx\Toggler\Symfony\Command\ToggleGetCommand' shared autowired service.
*
* @return \SolidWorx\Toggler\Symfony\Command\ToggleGetCommand
*/
protected function getToggleGetCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Symfony/Command/ToggleGetCommand.php';
$this->privates['SolidWorx\\Toggler\\Symfony\\Command\\ToggleGetCommand'] = $instance = new \SolidWorx\Toggler\Symfony\Command\ToggleGetCommand(($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] ?? $this->getToggleService()));
$instance->setName('toggler:get');
return $instance;
}
/**
* Gets the private 'SolidWorx\Toggler\Symfony\Command\ToggleListCommand' shared autowired service.
*
* @return \SolidWorx\Toggler\Symfony\Command\ToggleListCommand
*/
protected function getToggleListCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Symfony/Command/ToggleListCommand.php';
$this->privates['SolidWorx\\Toggler\\Symfony\\Command\\ToggleListCommand'] = $instance = new \SolidWorx\Toggler\Symfony\Command\ToggleListCommand(($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] ?? $this->getToggleService()), \SolidWorx\Toggler\Storage\StorageFactory::factory(['allow_registration' => $this->getEnv('SOLIDINVOICE_ALLOW_REGISTRATION')]));
$instance->setName('toggler:list');
return $instance;
}
/**
* Gets the private 'SolidWorx\Toggler\Symfony\Command\ToggleSetCommand' shared autowired service.
*
* @return \SolidWorx\Toggler\Symfony\Command\ToggleSetCommand
*/
protected function getToggleSetCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Symfony/Command/ToggleSetCommand.php';
$this->privates['SolidWorx\\Toggler\\Symfony\\Command\\ToggleSetCommand'] = $instance = new \SolidWorx\Toggler\Symfony\Command\ToggleSetCommand(\SolidWorx\Toggler\Storage\StorageFactory::factory(['allow_registration' => $this->getEnv('SOLIDINVOICE_ALLOW_REGISTRATION')]));
$instance->setName('toggler:set');
return $instance;
}
/**
* Gets the private 'SolidWorx\Toggler\Symfony\Toggle' shared autowired service.
*
* @return \SolidWorx\Toggler\Symfony\Toggle
*/
protected function getToggleService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'])) {
return $this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'];
}
$b = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.app'] ?? $this->getCache_AppService()));
$b->registerProvider(new \Symfony\Component\DependencyInjection\ExpressionLanguageProvider());
$b->registerProvider(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguageProvider());
$this->privates['SolidWorx\\Toggler\\Symfony\\Toggle'] = $instance = new \SolidWorx\Toggler\Symfony\Toggle(new \SolidWorx\Toggler\Toggle(\SolidWorx\Toggler\Storage\StorageFactory::factory(['allow_registration' => $this->getEnv('SOLIDINVOICE_ALLOW_REGISTRATION')]), $b), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a);
$instance->setContainer($this);
return $instance;
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\Command\ScheduleListCommand' shared service.
*
* @return \Zenstruck\ScheduleBundle\Command\ScheduleListCommand
*/
protected function getScheduleListCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Command/ScheduleListCommand.php';
$this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleListCommand'] = $instance = new \Zenstruck\ScheduleBundle\Command\ScheduleListCommand(($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\ScheduleRunner'] ?? $this->getScheduleRunnerService()), ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\ExtensionHandlerRegistry'] ?? $this->getExtensionHandlerRegistryService()));
$instance->setName('schedule:list');
$instance->setDescription('List configured scheduled tasks');
return $instance;
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\Command\ScheduleRunCommand' shared service.
*
* @return \Zenstruck\ScheduleBundle\Command\ScheduleRunCommand
*/
protected function getScheduleRunCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Command/ScheduleRunCommand.php';
$this->privates['Zenstruck\\ScheduleBundle\\Command\\ScheduleRunCommand'] = $instance = new \Zenstruck\ScheduleBundle\Command\ScheduleRunCommand(($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\ScheduleRunner'] ?? $this->getScheduleRunnerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setName('schedule:run');
$instance->setDescription('Runs scheduled tasks that are due');
return $instance;
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\EventListener\ScheduleBuilderSubscriber' shared service.
*
* @return \Zenstruck\ScheduleBundle\EventListener\ScheduleBuilderSubscriber
*/
protected function getScheduleBuilderSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/EventListener/ScheduleBuilderSubscriber.php';
return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleBuilderSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\ScheduleBuilderSubscriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\InvoiceBundle\\Schedule\\ScheduleBuilder'] ?? $this->getScheduleBuilderService());
yield 1 => ($this->privates['zenstruck_schedule.service_builder'] ?? ($this->privates['zenstruck_schedule.service_builder'] = new \Zenstruck\ScheduleBundle\Schedule\Builder\ScheduledServiceBuilder()));
}, 2));
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\EventListener\ScheduleExtensionSubscriber' shared service.
*
* @return \Zenstruck\ScheduleBundle\EventListener\ScheduleExtensionSubscriber
*/
protected function getScheduleExtensionSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/EventListener/ScheduleExtensionSubscriber.php';
return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleExtensionSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\ScheduleExtensionSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber' shared service.
*
* @return \Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber
*/
protected function getScheduleLoggerSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/EventListener/ScheduleLoggerSubscriber.php';
$a = new \Symfony\Bridge\Monolog\Logger('schedule');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\ScheduleLoggerSubscriber($a);
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\EventListener\SelfSchedulingCommandSubscriber' shared service.
*
* @return \Zenstruck\ScheduleBundle\EventListener\SelfSchedulingCommandSubscriber
*/
protected function getSelfSchedulingCommandSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/EventListener/SelfSchedulingCommandSubscriber.php';
return $this->privates['Zenstruck\\ScheduleBundle\\EventListener\\SelfSchedulingCommandSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\SelfSchedulingCommandSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\Schedule\Extension\ExtensionHandlerRegistry' shared service.
*
* @return \Zenstruck\ScheduleBundle\Schedule\Extension\ExtensionHandlerRegistry
*/
protected function getExtensionHandlerRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Extension/ExtensionHandlerRegistry.php';
return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\ExtensionHandlerRegistry'] = new \Zenstruck\ScheduleBundle\Schedule\Extension\ExtensionHandlerRegistry(new RewindableGenerator(function () {
yield 0 => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\EnvironmentHandler'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\EnvironmentHandler'] = new \Zenstruck\ScheduleBundle\Schedule\Extension\Handler\EnvironmentHandler('dev')));
yield 1 => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\PingHandler'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\Handler\\PingHandler'] = new \Zenstruck\ScheduleBundle\Schedule\Extension\Handler\PingHandler()));
}, 2));
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\Schedule\ScheduleRunner' shared service.
*
* @return \Zenstruck\ScheduleBundle\Schedule\ScheduleRunner
*/
protected function getScheduleRunnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Schedule/ScheduleRunner.php';
return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\ScheduleRunner'] = new \Zenstruck\ScheduleBundle\Schedule\ScheduleRunner(new RewindableGenerator(function () {
yield 0 => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CommandTaskRunner'] ?? $this->getCommandTaskRunnerService());
yield 1 => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CallbackTaskRunner'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CallbackTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\CallbackTaskRunner()));
yield 2 => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\ProcessTaskRunner'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\ProcessTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\ProcessTaskRunner()));
yield 3 => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\PingTaskRunner'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\PingTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\PingTaskRunner()));
yield 4 => ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\MessageTaskRunner'] ?? $this->getMessageTaskRunnerService());
}, 5), ($this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Extension\\ExtensionHandlerRegistry'] ?? $this->getExtensionHandlerRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner' shared service.
*
* @return \Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner
*/
protected function getCommandTaskRunnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/TaskRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/Runner/CommandTaskRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Application.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Console/Application.php';
return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\CommandTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\CommandTaskRunner(new \Symfony\Bundle\FrameworkBundle\Console\Application(($this->services['kernel'] ?? $this->get('kernel', 1))));
}
/**
* Gets the private 'Zenstruck\ScheduleBundle\Schedule\Task\Runner\MessageTaskRunner' shared service.
*
* @return \Zenstruck\ScheduleBundle\Schedule\Task\Runner\MessageTaskRunner
*/
protected function getMessageTaskRunnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/TaskRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/Schedule/Task/Runner/MessageTaskRunner.php';
return $this->privates['Zenstruck\\ScheduleBundle\\Schedule\\Task\\Runner\\MessageTaskRunner'] = new \Zenstruck\ScheduleBundle\Schedule\Task\Runner\MessageTaskRunner(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
}
/**
* 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.traceable'] ?? $this->getCache_Annotations_TraceableService()));
}
/**
* 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 'api_platform.cache.identifiers_extractor.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_IdentifiersExtractor_TraceableService()
{
return $this->privates['api_platform.cache.identifiers_extractor.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5M5gwEdXGE', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache.metadata.property.legacy.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()
{
return $this->privates['api_platform.cache.metadata.property.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('V9TUA8wjwl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache.metadata.property.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Property_TraceableService()
{
return $this->privates['api_platform.cache.metadata.property.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CGqWUbBoCF', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache.metadata.resource.legacy.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()
{
return $this->privates['api_platform.cache.metadata.resource.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Tmr9ua04Y9', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache.metadata.resource.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_TraceableService()
{
return $this->privates['api_platform.cache.metadata.resource.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8UzSUx-AJn', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache.metadata.resource_collection.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()
{
return $this->privates['api_platform.cache.metadata.resource_collection.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AiQQaF45j3', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache.route_name_resolver.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_RouteNameResolver_TraceableService()
{
return $this->privates['api_platform.cache.route_name_resolver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5StcIGPdbp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache.subresource_operation_factory.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()
{
return $this->privates['api_platform.cache.subresource_operation_factory.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pT0I26V6w2', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'api_platform.cache_warmer.cache_pool_clearer' shared service.
*
* @return \ApiPlatform\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getApiPlatform_CacheWarmer_CachePoolClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['api_platform.cache_warmer.cache_pool_clearer'] = new \ApiPlatform\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'api_platform.cache.metadata.property', 1 => 'api_platform.cache.metadata.property.legacy', 2 => 'api_platform.cache.metadata.resource', 3 => 'api_platform.cache.metadata.resource.legacy', 4 => 'api_platform.cache.metadata.resource_collection', 5 => 'api_platform.cache.route_name_resolver', 6 => 'api_platform.cache.identifiers_extractor', 7 => 'api_platform.cache.subresource_operation_factory', 8 => 'api_platform.elasticsearch.cache.metadata.document']);
}
/**
* Gets the private 'api_platform.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
*/
protected function getApiPlatform_CollectionDataProviderService()
{
return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
}, 1));
}
/**
* Gets the private 'api_platform.data_persister' shared service.
*
* @return \ApiPlatform\Core\DataPersister\ChainDataPersister
*/
protected function getApiPlatform_DataPersisterService()
{
return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
}, 2));
}
/**
* Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
*/
protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
*/
protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
yield 1 => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
yield 2 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
yield 3 => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? ($this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Doctrine\Orm\Extension\OrderExtension('ASC')));
yield 4 => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
}, 5));
}
/**
* Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
*/
protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
}
$b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
}
return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
}, 1), $b);
}
/**
* Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
*/
protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
}
$b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
}
return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
yield 1 => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
yield 2 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
yield 3 => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? ($this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Doctrine\Orm\Extension\OrderExtension('ASC')));
yield 4 => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
}, 1), $b);
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
*
* @return \ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/EagerLoadingExtension.php';
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'])) {
return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'];
}
return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), 30, true, false, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
*
* @return \ApiPlatform\Doctrine\Orm\Extension\FilterExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/FilterExtension.php';
return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
*
* @return \ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension(true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
*
* @return \ApiPlatform\Doctrine\Orm\Extension\PaginationExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/Pagination/Pagination.php';
return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\State\Pagination\Pagination($this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
}
/**
* Gets the private 'api_platform.doctrine.orm.state.collection_provider' shared service.
*
* @return \ApiPlatform\Doctrine\Orm\State\CollectionProvider
*/
protected function getApiPlatform_Doctrine_Orm_State_CollectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Common/State/LinksHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/State/LinksHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/State/CollectionProvider.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.doctrine.orm.state.collection_provider'])) {
return $this->privates['api_platform.doctrine.orm.state.collection_provider'];
}
return $this->privates['api_platform.doctrine.orm.state.collection_provider'] = new \ApiPlatform\Doctrine\Orm\State\CollectionProvider($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
yield 1 => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
yield 2 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
yield 3 => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? ($this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Doctrine\Orm\Extension\OrderExtension('ASC')));
yield 4 => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
}, 5));
}
/**
* Gets the private 'api_platform.doctrine.orm.state.item_provider' shared service.
*
* @return \ApiPlatform\Doctrine\Orm\State\ItemProvider
*/
protected function getApiPlatform_Doctrine_Orm_State_ItemProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Common/State/LinksHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/State/LinksHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/State/ItemProvider.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.doctrine.orm.state.item_provider'])) {
return $this->privates['api_platform.doctrine.orm.state.item_provider'];
}
return $this->privates['api_platform.doctrine.orm.state.item_provider'] = new \ApiPlatform\Doctrine\Orm\State\ItemProvider($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
}, 1));
}
/**
* Gets the private 'api_platform.doctrine.orm.state.persist_processor' shared service.
*
* @return \ApiPlatform\Doctrine\Common\State\PersistProcessor
*/
protected function getApiPlatform_Doctrine_Orm_State_PersistProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Common/State/PersistProcessor.php';
return $this->privates['api_platform.doctrine.orm.state.persist_processor'] = new \ApiPlatform\Doctrine\Common\State\PersistProcessor(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.state.remove_processor' shared service.
*
* @return \ApiPlatform\Doctrine\Common\State\RemoveProcessor
*/
protected function getApiPlatform_Doctrine_Orm_State_RemoveProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Common/State/RemoveProcessor.php';
return $this->privates['api_platform.doctrine.orm.state.remove_processor'] = new \ApiPlatform\Doctrine\Common\State\RemoveProcessor(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'api_platform.hal.json_schema.schema_factory' shared service.
*
* @return \ApiPlatform\Hal\JsonSchema\SchemaFactory
*/
protected function getApiPlatform_Hal_JsonSchema_SchemaFactoryService()
{
$a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
if (isset($this->privates['api_platform.hal.json_schema.schema_factory'])) {
return $this->privates['api_platform.hal.json_schema.schema_factory'];
}
$b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.hal.json_schema.schema_factory'])) {
return $this->privates['api_platform.hal.json_schema.schema_factory'];
}
$c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.hal.json_schema.schema_factory'])) {
return $this->privates['api_platform.hal.json_schema.schema_factory'];
}
return $this->privates['api_platform.hal.json_schema.schema_factory'] = new \ApiPlatform\Hal\JsonSchema\SchemaFactory(new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($a, $b, $c, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))));
}
/**
* Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
*
* @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
*/
protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.http_cache.listener.response.configure'])) {
return $this->privates['api_platform.http_cache.listener.response.configure'];
}
return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(true, NULL, NULL, $this->parameters['api_platform.http_cache.vary'], NULL, $a);
}
/**
* Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
*
* @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
*/
protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
{
return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
}
/**
* Gets the private 'api_platform.identifier.converter' shared service.
*
* @return \ApiPlatform\Core\Identifier\IdentifierConverter
*/
protected function getApiPlatform_Identifier_ConverterService()
{
return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
}, 1));
}
/**
* Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
*
* @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
*
* @deprecated Since api-platform/core 2.7: The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.
*/
protected function getApiPlatform_Identifier_UuidNormalizerService()
{
trigger_deprecation('api-platform/core', '2.7', 'The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.');
return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
}
/**
* Gets the private 'api_platform.identifiers_extractor.cached' shared service.
*
* @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
*/
protected function getApiPlatform_IdentifiersExtractor_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
return $this->privates['api_platform.identifiers_extractor.cached'];
}
$b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b, $c, false), $b, $c);
}
/**
* Gets the private 'api_platform.iri_converter' shared service.
*
* @return \ApiPlatform\Core\Api\LegacyIriConverter
*/
protected function getApiPlatform_IriConverterService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.iri_converter'])) {
return $this->privates['api_platform.iri_converter'];
}
$b = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
if (isset($this->privates['api_platform.iri_converter'])) {
return $this->privates['api_platform.iri_converter'];
}
$c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->privates['api_platform.iri_converter'])) {
return $this->privates['api_platform.iri_converter'];
}
$d = ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService());
if (isset($this->privates['api_platform.iri_converter'])) {
return $this->privates['api_platform.iri_converter'];
}
$e = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
if (isset($this->privates['api_platform.iri_converter'])) {
return $this->privates['api_platform.iri_converter'];
}
return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter(new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b, new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($c)), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $d, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())), $e);
}
/**
* Gets the private 'api_platform.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
*/
protected function getApiPlatform_ItemDataProviderService()
{
return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
}, 1));
}
/**
* Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
*
* @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
*/
protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
$this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
$instance->setName('api:json-schema:generate');
return $instance;
}
/**
* Gets the private 'api_platform.json_schema.type_factory' shared service.
*
* @return \ApiPlatform\JsonSchema\TypeFactory
*/
protected function getApiPlatform_JsonSchema_TypeFactoryService()
{
$this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
$instance->setSchemaFactory(($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService()));
return $instance;
}
/**
* Gets the private 'api_platform.jsonld.context_builder' shared service.
*
* @return \ApiPlatform\JsonLd\ContextBuilder
*/
protected function getApiPlatform_Jsonld_ContextBuilderService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.jsonld.context_builder'])) {
return $this->privates['api_platform.jsonld.context_builder'];
}
$b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.jsonld.context_builder'])) {
return $this->privates['api_platform.jsonld.context_builder'];
}
return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $a, $b, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), NULL, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
}
/**
* Gets the private 'api_platform.listener.exception' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\ExceptionListener
*/
protected function getApiPlatform_Listener_ExceptionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
}
/**
* Gets the private 'api_platform.listener.exception.validation' shared service.
*
* @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
*/
protected function getApiPlatform_Listener_Exception_ValidationService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
}
/**
* Gets the private 'api_platform.listener.request.add_format' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\AddFormatListener
*/
protected function getApiPlatform_Listener_Request_AddFormatService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.request.add_format'])) {
return $this->privates['api_platform.listener.request.add_format'];
}
return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), $a, $this->parameters['api_platform.formats']);
}
/**
* Gets the private 'api_platform.listener.request.deserialize' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DeserializeListener
*/
protected function getApiPlatform_Listener_Request_DeserializeService()
{
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['api_platform.listener.request.deserialize'])) {
return $this->privates['api_platform.listener.request.deserialize'];
}
$b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.request.deserialize'])) {
return $this->privates['api_platform.listener.request.deserialize'];
}
return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $b);
}
/**
* Gets the private 'api_platform.listener.request.read' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\ReadListener
*/
protected function getApiPlatform_Listener_Request_ReadService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.request.read'])) {
return $this->privates['api_platform.listener.request.read'];
}
return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener(($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService()), $a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
}
/**
* Gets the private 'api_platform.listener.request.read.legacy' shared service.
*
* @return \ApiPlatform\Core\EventListener\ReadListener
*/
protected function getApiPlatform_Listener_Request_Read_LegacyService()
{
$a = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
return $this->privates['api_platform.listener.request.read.legacy'];
}
return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), $a, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL, false);
}
/**
* Gets the private 'api_platform.listener.view.respond' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\RespondListener
*/
protected function getApiPlatform_Listener_View_RespondService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.view.respond'])) {
return $this->privates['api_platform.listener.view.respond'];
}
return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener($a, ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService()));
}
/**
* Gets the private 'api_platform.listener.view.serialize' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\SerializeListener
*/
protected function getApiPlatform_Listener_View_SerializeService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.view.serialize'])) {
return $this->privates['api_platform.listener.view.serialize'];
}
return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $a, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
}
/**
* Gets the private 'api_platform.listener.view.validate' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\ValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.view.validate'])) {
return $this->privates['api_platform.listener.view.validate'];
}
return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(new \ApiPlatform\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this), $a);
}
/**
* Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
return $this->privates['api_platform.listener.view.validate_query_parameters'];
}
return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($a, new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
}
/**
* Gets the private 'api_platform.listener.view.write' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\WriteListener
*/
protected function getApiPlatform_Listener_View_WriteService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/WriteListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/CallableProcessor.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.view.write'])) {
return $this->privates['api_platform.listener.view.write'];
}
return $this->privates['api_platform.listener.view.write'] = new \ApiPlatform\Symfony\EventListener\WriteListener(new \ApiPlatform\State\CallableProcessor(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor' => ['privates', 'api_platform.doctrine.orm.state.persist_processor', 'getApiPlatform_Doctrine_Orm_State_PersistProcessorService', false],
'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor' => ['privates', 'api_platform.doctrine.orm.state.remove_processor', 'getApiPlatform_Doctrine_Orm_State_RemoveProcessorService', false],
'ApiPlatform\\Symfony\\Messenger\\Processor' => ['privates', 'ApiPlatform\\Symfony\\Messenger\\Processor', 'getProcessorService', false],
'api_platform.doctrine.orm.state.persist_processor' => ['privates', 'api_platform.doctrine.orm.state.persist_processor', 'getApiPlatform_Doctrine_Orm_State_PersistProcessorService', false],
'api_platform.doctrine.orm.state.remove_processor' => ['privates', 'api_platform.doctrine.orm.state.remove_processor', 'getApiPlatform_Doctrine_Orm_State_RemoveProcessorService', false],
], [
'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor' => 'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor' => 'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor',
'ApiPlatform\\Symfony\\Messenger\\Processor' => 'ApiPlatform\\Symfony\\Messenger\\Processor',
'api_platform.doctrine.orm.state.persist_processor' => 'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
'api_platform.doctrine.orm.state.remove_processor' => 'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor',
])), ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), $a, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
}
/**
* Gets the private 'api_platform.listener.view.write.legacy' shared service.
*
* @return \ApiPlatform\Core\EventListener\WriteListener
*/
protected function getApiPlatform_Listener_View_Write_LegacyService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
$a = ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService());
if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
return $this->privates['api_platform.listener.view.write.legacy'];
}
$b = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
return $this->privates['api_platform.listener.view.write.legacy'];
}
$c = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
return $this->privates['api_platform.listener.view.write.legacy'];
}
return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener($a, $b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $c, false);
}
/**
* Gets the private 'api_platform.messenger.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
*/
protected function getApiPlatform_Messenger_DataPersisterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.messenger.data_persister'])) {
return $this->privates['api_platform.messenger.data_persister'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['api_platform.messenger.data_persister'])) {
return $this->privates['api_platform.messenger.data_persister'];
}
return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister($a, $b);
}
/**
* Gets the private 'api_platform.messenger.data_transformer' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
*/
protected function getApiPlatform_Messenger_DataTransformerService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.messenger.data_transformer'])) {
return $this->privates['api_platform.messenger.data_transformer'];
}
return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer($a);
}
/**
* Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
*/
protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
{
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
}
$b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
}
return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13)));
}
/**
* Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
*
* @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
*/
protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
}
$b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
}
/**
* Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
}
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
}
/**
* Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
*
* @return \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
*/
protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13));
}
/**
* Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
*
* @return \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
*/
protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13));
}
/**
* Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
*/
protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
}
$c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
}
$d = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
}
$e = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
}
$f = ($this->services['doctrine'] ?? $this->getDoctrineService());
$g = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($f, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($c)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
$h = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($f, new \ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($g, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory($d, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL, $h, $this->parameters['api_platform.defaults'], false), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $e, $this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $h), $this->parameters['api_platform.defaults'], $h)))))), $this->parameters['api_platform.formats'], []), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))))));
}
/**
* Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
*/
protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
{
$a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults'])))), []), $this->parameters['api_platform.formats'], []));
}
/**
* Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
{
return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
}
/**
* Gets the private 'api_platform.openapi.command' shared service.
*
* @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
*/
protected function getApiPlatform_Openapi_CommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
$this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.next'] ?? $this->getApiPlatform_Openapi_Factory_NextService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
$instance->setName('api:openapi:export');
return $instance;
}
/**
* Gets the private 'api_platform.openapi.factory.next' shared service.
*
* @return \ApiPlatform\OpenApi\Factory\OpenApiFactory
*/
protected function getApiPlatform_Openapi_Factory_NextService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
return $this->privates['api_platform.openapi.factory.next'] = new \ApiPlatform\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.hal.json_schema.schema_factory'] ?? $this->getApiPlatform_Hal_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true, 'page', false, 'itemsPerPage', false, 'pagination', 30, NULL, false, false, 'partial'), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
}
/**
* Gets the private 'api_platform.openapi.options' shared service.
*
* @return \ApiPlatform\OpenApi\Options
*/
protected function getApiPlatform_Openapi_OptionsService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Options.php';
return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('Dashiro Invoice - eFactura', 'SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".' \'headers\' => ['."\n".' \'X-API-TOKEN\' => \'${apiToken}\','."\n".' ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`', '1.0.2', false, 'oauth2', 'application', '', '', '', [], $this->parameters['api_platform.swagger.api_keys'], NULL, NULL, NULL, NULL, NULL, NULL);
}
/**
* Gets the private 'api_platform.operation_path_resolver.custom' shared service.
*
* @return \ApiPlatform\PathResolver\CustomOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_CustomService()
{
return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
}
/**
* Gets the private 'api_platform.resource_class_resolver' shared service.
*
* @return \ApiPlatform\Api\ResourceClassResolver
*/
protected function getApiPlatform_ResourceClassResolverService()
{
return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
}
/**
* Gets the private 'api_platform.router' shared service.
*
* @return \ApiPlatform\Symfony\Routing\Router
*/
protected function getApiPlatform_RouterService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['api_platform.router'])) {
return $this->privates['api_platform.router'];
}
return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
}
/**
* Gets the private 'api_platform.security.listener.request.deny_access' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
*/
protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
return $this->privates['api_platform.security.listener.request.deny_access'];
}
$b = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
return $this->privates['api_platform.security.listener.request.deny_access'];
}
return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener($a, $b);
}
/**
* Gets the private 'api_platform.security.resource_access_checker' shared service.
*
* @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
*/
protected function getApiPlatform_Security_ResourceAccessCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['api_platform.security.resource_access_checker'])) {
return $this->privates['api_platform.security.resource_access_checker'];
}
return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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);
}
/**
* Gets the private 'api_platform.serializer.context_builder.filter' shared service.
*
* @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
*/
protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
return $this->privates['api_platform.serializer.context_builder.filter'];
}
return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
}
/**
* Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
*
* @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(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 'api_platform.state_provider.locator' shared service.
*
* @return \ApiPlatform\State\CallableProvider
*/
protected function getApiPlatform_StateProvider_LocatorService()
{
return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates', 'api_platform.doctrine.orm.state.collection_provider', 'getApiPlatform_Doctrine_Orm_State_CollectionProviderService', false],
'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates', 'api_platform.doctrine.orm.state.item_provider', 'getApiPlatform_Doctrine_Orm_State_ItemProviderService', false],
'api_platform.doctrine.orm.state.collection_provider' => ['privates', 'api_platform.doctrine.orm.state.collection_provider', 'getApiPlatform_Doctrine_Orm_State_CollectionProviderService', false],
'api_platform.doctrine.orm.state.item_provider' => ['privates', 'api_platform.doctrine.orm.state.item_provider', 'getApiPlatform_Doctrine_Orm_State_ItemProviderService', false],
], [
'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
]));
}
/**
* Gets the private 'api_platform.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
*/
protected function getApiPlatform_SubresourceDataProviderService()
{
return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
}, 1));
}
/**
* Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
*/
protected function getApiPlatform_SubresourceOperationFactory_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
$b = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $b));
}
/**
* Gets the private 'api_platform.swagger.command.swagger_command' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
*/
protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
$this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'Dashiro Invoice - eFactura', 'SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".' \'headers\' => ['."\n".' \'X-API-TOKEN\' => \'${apiToken}\','."\n".' ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`', '1.0.2', NULL, $this->parameters['api_platform.swagger.versions'], false);
$instance->setName('api:swagger:export');
return $instance;
}
/**
* Gets the private 'api_platform.symfony.iri_converter' shared service.
*
* @return \ApiPlatform\Symfony\Routing\IriConverter
*/
protected function getApiPlatform_Symfony_IriConverterService()
{
$a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
if (isset($this->privates['api_platform.symfony.iri_converter'])) {
return $this->privates['api_platform.symfony.iri_converter'];
}
$b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.symfony.iri_converter'])) {
return $this->privates['api_platform.symfony.iri_converter'];
}
$c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.symfony.iri_converter'])) {
return $this->privates['api_platform.symfony.iri_converter'];
}
$d = ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService());
if (isset($this->privates['api_platform.symfony.iri_converter'])) {
return $this->privates['api_platform.symfony.iri_converter'];
}
$e = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), new \ApiPlatform\Api\IdentifiersExtractor($b, $e, $c, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $e, $b, $d, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
}
/**
* Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
*
* @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
*/
protected function getApiPlatform_Symfony_IriConverter_SkolemService()
{
return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
}
/**
* Gets the private 'api_platform.upgrade_resource.command' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
*/
protected function getApiPlatform_UpgradeResource_CommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
$this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
$instance->setName('api:upgrade-resource');
return $instance;
}
/**
* Gets the private 'api_platform.uri_variables.converter' shared service.
*
* @return \ApiPlatform\Api\UriVariablesConverter
*/
protected function getApiPlatform_UriVariables_ConverterService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['api_platform.uri_variables.converter'])) {
return $this->privates['api_platform.uri_variables.converter'];
}
return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter(($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
yield 1 => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
yield 2 => ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] = new \ApiPlatform\RamseyUuid\UriVariableTransformer\UuidUriVariableTransformer()));
}, 3));
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/static/manifest.json'), ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'cache.annotations.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Annotations_TraceableService()
{
return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DYtx9LxCK0', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2rtrbhePiI', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* Gets the private 'cache.property_info.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfo_TraceableService()
{
return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('L2ywLt+yTP', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguage_TraceableService()
{
return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tPG0LnJ2Ae', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.serializer.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Serializer_TraceableService()
{
return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Yb5oYEsgsd', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.validator.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Validator_TraceableService()
{
return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i+p9MsxZ62', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.webpack_encore.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncore_TraceableService()
{
return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('36b09bqrmJ', 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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.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.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.webpack_encore', 12 => 'api_platform.cache.route_name_resolver', 13 => 'api_platform.cache.metadata.resource', 14 => 'api_platform.cache.metadata.resource.legacy', 15 => 'api_platform.cache.metadata.property.legacy', 16 => 'api_platform.cache.subresource_operation_factory', 17 => 'api_platform.cache.metadata.property', 18 => 'api_platform.cache.metadata.resource_collection', 19 => 'api_platform.cache.identifiers_extractor']);
$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.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.webpack_encore', 12 => 'api_platform.cache.route_name_resolver', 13 => 'api_platform.cache.metadata.resource', 14 => 'api_platform.cache.metadata.resource.legacy', 15 => 'api_platform.cache.metadata.property.legacy', 16 => 'api_platform.cache.subresource_operation_factory', 17 => 'api_platform.cache.metadata.property', 18 => 'api_platform.cache.metadata.resource_collection', 19 => 'api_platform.cache.identifiers_extractor']);
$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.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.doctrine.orm.default.result', 10 => 'cache.doctrine.orm.default.query', 11 => 'cache.webpack_encore', 12 => 'api_platform.cache.route_name_resolver', 13 => 'api_platform.cache.metadata.resource', 14 => 'api_platform.cache.metadata.resource.legacy', 15 => 'api_platform.cache.metadata.property.legacy', 16 => 'api_platform.cache.subresource_operation_factory', 17 => 'api_platform.cache.metadata.property', 18 => 'api_platform.cache.metadata.resource_collection', 19 => 'api_platform.cache.identifiers_extractor']);
$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.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
yield 'api_platform.cache.route_name_resolver.traceable' => ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService());
yield 'api_platform.cache.metadata.resource.traceable' => ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService());
yield 'api_platform.cache.metadata.resource.legacy.traceable' => ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService());
yield 'api_platform.cache.metadata.property.legacy.traceable' => ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService());
yield 'api_platform.cache.subresource_operation_factory.traceable' => ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService());
yield 'api_platform.cache.metadata.property.traceable' => ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService());
yield 'api_platform.cache.metadata.resource_collection.traceable' => ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService());
yield 'api_platform.cache.identifiers_extractor.traceable' => ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService());
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
}, 20));
$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._dyOg._'] ?? $this->get_ServiceLocator_DyOg_Service()));
$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 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 2 => 'Payum\\Core\\Bridge\\Symfony\\Form\\Type', 3 => 'SolidInvoice\\ClientBundle\\Form\\Type', 4 => 'SolidInvoice\\CoreBundle\\Form\\Type', 5 => 'SolidInvoice\\CronBundle\\Form\\Type', 6 => 'SolidInvoice\\InstallBundle\\Form\\Step', 7 => 'SolidInvoice\\InstallBundle\\Form\\Type', 8 => 'SolidInvoice\\InvoiceBundle\\Form\\Type', 9 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig', 10 => 'SolidInvoice\\MoneyBundle\\Form\\Type', 11 => 'SolidInvoice\\NotificationBundle\\Form\\Type', 12 => 'SolidInvoice\\PaymentBundle\\Form\\Methods', 13 => 'SolidInvoice\\PaymentBundle\\Form\\Type', 14 => 'SolidInvoice\\QuoteBundle\\Form\\Type', 15 => 'SolidInvoice\\SettingsBundle\\Form\\Type', 16 => 'SolidInvoice\\TaxBundle\\Form\\Type', 17 => 'SolidInvoice\\UserBundle\\Form\\Type', 18 => 'Symfony\\UX\\Dropzone\\Form', 19 => 'Symfony\\UX\\LiveComponent\\Form\\Type'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 1 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 2 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 4 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 5 => 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType', 6 => 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType', 7 => 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType', 8 => 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType', 9 => 'SolidInvoice\\ClientBundle\\Form\\Type\\AddressType', 10 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ClientType', 11 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType', 12 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType', 13 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType', 14 => 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactType', 15 => 'SolidInvoice\\ClientBundle\\Form\\Type\\CreditType', 16 => 'SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType', 17 => 'SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType', 18 => 'SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType', 19 => 'SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type', 20 => 'SolidInvoice\\CronBundle\\Form\\Type\\CronType', 21 => 'SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm', 22 => 'SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm', 23 => 'SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType', 24 => 'SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType', 25 => 'SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType', 26 => 'SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType', 27 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType', 28 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType', 29 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType', 30 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType', 31 => 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType', 32 => 'SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType', 33 => 'SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType', 34 => 'SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType', 35 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim', 36 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim', 37 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect', 38 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite', 39 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout', 40 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice', 41 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex', 42 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout', 43 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout', 44 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout', 45 => 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs', 46 => 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType', 47 => 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType', 48 => 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType', 49 => 'SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType', 50 => 'SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType', 51 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType', 52 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType', 53 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType', 54 => 'SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType', 55 => 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType', 56 => 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType', 57 => 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxType', 58 => 'SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType', 59 => 'SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType', 60 => 'SolidInvoice\\UserBundle\\Form\\Type\\ProfileType', 61 => 'SolidInvoice\\UserBundle\\Form\\Type\\RegisterType', 62 => 'SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType', 63 => 'Symfony\\UX\\Dropzone\\Form\\DropzoneType', 64 => 'Symfony\\UX\\LiveComponent\\Form\\Type\\LiveCollectionType'], [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 => 'Payum\\Bundle\\PayumBundle\\Form\\Extension\\GatewayFactoriesChoiceTypeExtension', 9 => 'SolidInvoice\\CoreBundle\\Form\\Extension\\FormHelpExtension', 10 => 'SolidInvoice\\MoneyBundle\\Form\\Extension\\MoneyExtension', 11 => 'SolidInvoice\\SettingsBundle\\Form\\Extension\\CheckBoxExtension'], [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.messenger_consume_messages' shared service.
*
* @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
*/
protected function getConsole_Command_MessengerConsumeMessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
$this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
], [
'messenger.bus.default' => '?',
]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [], new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService())), [0 => 'messenger.bus.default']);
$instance->setName('messenger:consume');
$instance->setDescription('Consume messages');
return $instance;
}
/**
* Gets the private 'console.command.messenger_debug' shared service.
*
* @return \Symfony\Component\Messenger\Command\DebugCommand
*/
protected function getConsole_Command_MessengerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
$this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]], 'SolidInvoice\\InvoiceBundle\\Message\\CreateInvoiceFromRecurring' => [0 => [0 => 'SolidInvoice\\InvoiceBundle\\Message\\Handler\\CreateInvoiceFromRecurringHandler', 1 => ['from_transport' => 'sync']]]]]);
$instance->setName('debug:messenger');
$instance->setDescription('List messages you can dispatch using the message buses');
return $instance;
}
/**
* Gets the private 'console.command.messenger_setup_transports' shared service.
*
* @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
*/
protected function getConsole_Command_MessengerSetupTransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
$this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), []);
$instance->setName('messenger:setup-transports');
$instance->setDescription('Prepare the required infrastructure for the transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_stop_workers' shared service.
*
* @return \Symfony\Component\Messenger\Command\StopWorkersCommand
*/
protected function getConsole_Command_MessengerStopWorkersService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
$this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
$instance->setName('messenger:stop-workers');
$instance->setDescription('Stop workers after their current message');
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')], [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 13 => (\dirname(__DIR__, 4).'/src/ApiBundle/Security/ApiTokenAuthenticator.php'), 14 => (\dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Delete.php'), 15 => (\dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php'), 16 => (\dirname(__DIR__, 4).'/src/InstallBundle/Listener/ExceptionListener.php'), 17 => (\dirname(__DIR__, 4).'/src/MenuBundle/Renderer.php'), 18 => (\dirname(__DIR__, 4).'/src/NotificationBundle/Notification/Factory.php'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 22 => (\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()), $this->getEnv('locale'), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 13 => (\dirname(__DIR__, 4).'/src/ApiBundle/Security/ApiTokenAuthenticator.php'), 14 => (\dirname(__DIR__, 4).'/src/ClientBundle/Action/Ajax/Delete.php'), 15 => (\dirname(__DIR__, 4).'/src/CoreBundle/Traits/JsonTrait.php'), 16 => (\dirname(__DIR__, 4).'/src/InstallBundle/Listener/ExceptionListener.php'), 17 => (\dirname(__DIR__, 4).'/src/MenuBundle/Renderer.php'), 18 => (\dirname(__DIR__, 4).'/src/NotificationBundle/Notification/Factory.php'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 22 => (\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()), $this->getEnv('locale'), [], []);
$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.invoice' => new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'draft', 2 => 'pending', 3 => 'active', 4 => 'overdue', 5 => 'cancelled', 6 => 'archived', 7 => 'paid'], [0 => ($this->privates['.state_machine.invoice.transition.0'] ?? ($this->privates['.state_machine.invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new', 'new', 'draft'))), 1 => ($this->privates['.state_machine.invoice.transition.1'] ?? ($this->privates['.state_machine.invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('accept', 'new', 'pending'))), 2 => ($this->privates['.state_machine.invoice.transition.2'] ?? ($this->privates['.state_machine.invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('accept', 'draft', 'pending'))), 3 => ($this->privates['.state_machine.invoice.transition.3'] ?? ($this->privates['.state_machine.invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('accept', 'overdue', 'pending'))), 4 => ($this->privates['.state_machine.invoice.transition.4'] ?? ($this->privates['.state_machine.invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'draft', 'cancelled'))), 5 => ($this->privates['.state_machine.invoice.transition.5'] ?? ($this->privates['.state_machine.invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', 'pending', 'cancelled'))), 6 => ($this->privates['.state_machine.invoice.transition.6'] ?? ($this->privates['.state_machine.invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('cancel', 'overdue', 'cancelled'))), 7 => ($this->privates['.state_machine.invoice.transition.7'] ?? ($this->privates['.state_machine.invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('overdue', 'pending', 'overdue'))), 8 => ($this->privates['.state_machine.invoice.transition.8'] ?? ($this->privates['.state_machine.invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('pay', 'pending', 'paid'))), 9 => ($this->privates['.state_machine.invoice.transition.9'] ?? ($this->privates['.state_machine.invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('pay', 'overdue', 'paid'))), 10 => ($this->privates['.state_machine.invoice.transition.10'] ?? ($this->privates['.state_machine.invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen', 'cancelled', 'draft'))), 11 => ($this->privates['.state_machine.invoice.transition.11'] ?? ($this->privates['.state_machine.invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('archive', 'new', 'archived'))), 12 => ($this->privates['.state_machine.invoice.transition.12'] ?? ($this->privates['.state_machine.invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('archive', 'draft', 'archived'))), 13 => ($this->privates['.state_machine.invoice.transition.13'] ?? ($this->privates['.state_machine.invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('archive', 'cancelled', 'archived'))), 14 => ($this->privates['.state_machine.invoice.transition.14'] ?? ($this->privates['.state_machine.invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('archive', 'paid', 'archived'))), 15 => ($this->privates['.state_machine.invoice.transition.15'] ?? ($this->privates['.state_machine.invoice.transition.15'] = new \Symfony\Component\Workflow\Transition('edit', 'cancelled', 'draft'))), 16 => ($this->privates['.state_machine.invoice.transition.16'] ?? ($this->privates['.state_machine.invoice.transition.16'] = new \Symfony\Component\Workflow\Transition('edit', 'draft', 'draft'))), 17 => ($this->privates['.state_machine.invoice.transition.17'] ?? ($this->privates['.state_machine.invoice.transition.17'] = new \Symfony\Component\Workflow\Transition('edit', 'pending', 'draft'))), 18 => ($this->privates['.state_machine.invoice.transition.18'] ?? ($this->privates['.state_machine.invoice.transition.18'] = new \Symfony\Component\Workflow\Transition('edit', 'overdue', 'draft')))], [], ($this->privates['state_machine.invoice.metadata_store'] ?? $this->getStateMachine_Invoice_MetadataStoreService())), 'state_machine.recurring_invoice' => new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'draft', 2 => 'active', 3 => 'paused', 4 => 'complete', 5 => 'cancelled', 6 => 'archived'], [0 => ($this->privates['.state_machine.recurring_invoice.transition.0'] ?? ($this->privates['.state_machine.recurring_invoice.transition.0'] = new \Symfony\Component\Workflow\Transition('new', 'new', 'draft'))), 1 => ($this->privates['.state_machine.recurring_invoice.transition.1'] ?? ($this->privates['.state_machine.recurring_invoice.transition.1'] = new \Symfony\Component\Workflow\Transition('activate', 'new', 'active'))), 2 => ($this->privates['.state_machine.recurring_invoice.transition.2'] ?? ($this->privates['.state_machine.recurring_invoice.transition.2'] = new \Symfony\Component\Workflow\Transition('activate', 'draft', 'active'))), 3 => ($this->privates['.state_machine.recurring_invoice.transition.3'] ?? ($this->privates['.state_machine.recurring_invoice.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel', 'draft', 'cancelled'))), 4 => ($this->privates['.state_machine.recurring_invoice.transition.4'] ?? ($this->privates['.state_machine.recurring_invoice.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'active', 'cancelled'))), 5 => ($this->privates['.state_machine.recurring_invoice.transition.5'] ?? ($this->privates['.state_machine.recurring_invoice.transition.5'] = new \Symfony\Component\Workflow\Transition('complete', 'active', 'complete'))), 6 => ($this->privates['.state_machine.recurring_invoice.transition.6'] ?? ($this->privates['.state_machine.recurring_invoice.transition.6'] = new \Symfony\Component\Workflow\Transition('archive', 'new', 'archived'))), 7 => ($this->privates['.state_machine.recurring_invoice.transition.7'] ?? ($this->privates['.state_machine.recurring_invoice.transition.7'] = new \Symfony\Component\Workflow\Transition('archive', 'draft', 'archived'))), 8 => ($this->privates['.state_machine.recurring_invoice.transition.8'] ?? ($this->privates['.state_machine.recurring_invoice.transition.8'] = new \Symfony\Component\Workflow\Transition('archive', 'cancelled', 'archived'))), 9 => ($this->privates['.state_machine.recurring_invoice.transition.9'] ?? ($this->privates['.state_machine.recurring_invoice.transition.9'] = new \Symfony\Component\Workflow\Transition('archive', 'active', 'archived'))), 10 => ($this->privates['.state_machine.recurring_invoice.transition.10'] ?? ($this->privates['.state_machine.recurring_invoice.transition.10'] = new \Symfony\Component\Workflow\Transition('archive', 'paused', 'archived'))), 11 => ($this->privates['.state_machine.recurring_invoice.transition.11'] ?? ($this->privates['.state_machine.recurring_invoice.transition.11'] = new \Symfony\Component\Workflow\Transition('edit', 'cancelled', 'draft'))), 12 => ($this->privates['.state_machine.recurring_invoice.transition.12'] ?? ($this->privates['.state_machine.recurring_invoice.transition.12'] = new \Symfony\Component\Workflow\Transition('edit', 'draft', 'draft'))), 13 => ($this->privates['.state_machine.recurring_invoice.transition.13'] ?? ($this->privates['.state_machine.recurring_invoice.transition.13'] = new \Symfony\Component\Workflow\Transition('edit', 'active', 'draft'))), 14 => ($this->privates['.state_machine.recurring_invoice.transition.14'] ?? ($this->privates['.state_machine.recurring_invoice.transition.14'] = new \Symfony\Component\Workflow\Transition('edit', 'paused', 'draft')))], [], ($this->privates['state_machine.recurring_invoice.metadata_store'] ?? $this->getStateMachine_RecurringInvoice_MetadataStoreService())), 'state_machine.quote' => new \Symfony\Component\Workflow\Definition([0 => 'new', 1 => 'draft', 2 => 'pending', 3 => 'cancelled', 4 => 'archived', 5 => 'accepted', 6 => 'declined'], [0 => ($this->privates['.state_machine.quote.transition.0'] ?? ($this->privates['.state_machine.quote.transition.0'] = new \Symfony\Component\Workflow\Transition('new', 'new', 'draft'))), 1 => ($this->privates['.state_machine.quote.transition.1'] ?? ($this->privates['.state_machine.quote.transition.1'] = new \Symfony\Component\Workflow\Transition('new', 'cancelled', 'draft'))), 2 => ($this->privates['.state_machine.quote.transition.2'] ?? ($this->privates['.state_machine.quote.transition.2'] = new \Symfony\Component\Workflow\Transition('send', 'new', 'pending'))), 3 => ($this->privates['.state_machine.quote.transition.3'] ?? ($this->privates['.state_machine.quote.transition.3'] = new \Symfony\Component\Workflow\Transition('send', 'draft', 'pending'))), 4 => ($this->privates['.state_machine.quote.transition.4'] ?? ($this->privates['.state_machine.quote.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel', 'draft', 'cancelled'))), 5 => ($this->privates['.state_machine.quote.transition.5'] ?? ($this->privates['.state_machine.quote.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel', 'pending', 'cancelled'))), 6 => ($this->privates['.state_machine.quote.transition.6'] ?? ($this->privates['.state_machine.quote.transition.6'] = new \Symfony\Component\Workflow\Transition('decline', 'new', 'declined'))), 7 => ($this->privates['.state_machine.quote.transition.7'] ?? ($this->privates['.state_machine.quote.transition.7'] = new \Symfony\Component\Workflow\Transition('decline', 'draft', 'declined'))), 8 => ($this->privates['.state_machine.quote.transition.8'] ?? ($this->privates['.state_machine.quote.transition.8'] = new \Symfony\Component\Workflow\Transition('decline', 'pending', 'declined'))), 9 => ($this->privates['.state_machine.quote.transition.9'] ?? ($this->privates['.state_machine.quote.transition.9'] = new \Symfony\Component\Workflow\Transition('accept', 'pending', 'accepted'))), 10 => ($this->privates['.state_machine.quote.transition.10'] ?? ($this->privates['.state_machine.quote.transition.10'] = new \Symfony\Component\Workflow\Transition('reopen', 'declined', 'draft'))), 11 => ($this->privates['.state_machine.quote.transition.11'] ?? ($this->privates['.state_machine.quote.transition.11'] = new \Symfony\Component\Workflow\Transition('reopen', 'cancelled', 'draft'))), 12 => ($this->privates['.state_machine.quote.transition.12'] ?? ($this->privates['.state_machine.quote.transition.12'] = new \Symfony\Component\Workflow\Transition('archive', 'new', 'archived'))), 13 => ($this->privates['.state_machine.quote.transition.13'] ?? ($this->privates['.state_machine.quote.transition.13'] = new \Symfony\Component\Workflow\Transition('archive', 'draft', 'archived'))), 14 => ($this->privates['.state_machine.quote.transition.14'] ?? ($this->privates['.state_machine.quote.transition.14'] = new \Symfony\Component\Workflow\Transition('archive', 'cancelled', 'archived'))), 15 => ($this->privates['.state_machine.quote.transition.15'] ?? ($this->privates['.state_machine.quote.transition.15'] = new \Symfony\Component\Workflow\Transition('archive', 'accepted', 'archived'))), 16 => ($this->privates['.state_machine.quote.transition.16'] ?? ($this->privates['.state_machine.quote.transition.16'] = new \Symfony\Component\Workflow\Transition('archive', 'declined', 'archived'))), 17 => ($this->privates['.state_machine.quote.transition.17'] ?? ($this->privates['.state_machine.quote.transition.17'] = new \Symfony\Component\Workflow\Transition('archive', 'pending', 'archived')))], [], ($this->privates['state_machine.quote.metadata_store'] ?? $this->getStateMachine_Quote_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.main'] ?? $this->getMonolog_Handler_MainService()));
$a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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());
yield 1 => ($this->privates['SolidInvoice\\CoreBundle\\Config\\Loader\\EnvLoader'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Config\\Loader\\EnvLoader'] = new \SolidInvoice\CoreBundle\Config\Loader\EnvLoader(\dirname(__DIR__, 4))));
}, 2));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.api_platform.argument_resolver.payload' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ApiPlatform_ArgumentResolver_PayloadService()
{
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/api-platform/core/src/Symfony/Bundle/ArgumentResolver/PayloadArgumentResolver.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
if (isset($this->privates['debug.api_platform.argument_resolver.payload'])) {
return $this->privates['debug.api_platform.argument_resolver.payload'];
}
return $this->privates['debug.api_platform.argument_resolver.payload'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \ApiPlatform\Symfony\Bundle\ArgumentResolver\PayloadArgumentResolver($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.api_platform.debug_resource.command' shared service.
*
* @return \ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand
*/
protected function getDebug_ApiPlatform_DebugResource_CommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/DebugResourceCommand.php';
$this->privates['debug.api_platform.debug_resource.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), new \Symfony\Component\VarDumper\Cloner\VarCloner(), new \Symfony\Component\VarDumper\Dumper\CliDumper());
$instance->setName('debug:api-resource');
return $instance;
}
/**
* 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.UkdXMtE'] ?? $this->get_ServiceLocator_UkdXMtEService());
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.UkdXMtE'] ?? $this->get_ServiceLocator_UkdXMtEService());
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.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['debug.file_link_formatter.url_format'])) {
return $this->privates['debug.file_link_formatter.url_format'];
}
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat($a, '_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());
}, 3), 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'];
}
$c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
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, $c);
}
/**
* 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.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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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\ORM\Tools\Console\Command\ClearCache\MetadataCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($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\ORM\Tools\Console\Command\ClearCache\QueryCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($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\ORM\Tools\Console\Command\ClearCache\ResultCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($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\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($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\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($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\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($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.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Gedmo\\Timestampable\\TimestampableListener' => ['privates', 'Gedmo\\Timestampable\\TimestampableListener', 'getTimestampableListenerService', false],
'SolidInvoice\\ClientBundle\\Listener\\ClientListener' => ['privates', 'SolidInvoice\\ClientBundle\\Listener\\ClientListener', 'getClientListenerService', false],
'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener' => ['privates', 'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener', 'getCompanyListenerService', false],
'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener' => ['privates', 'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener', 'getIdGeneratorListenerService', false],
'SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener' => ['privates', 'SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener', 'getInvoiceSaveListenerService', false],
'SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener' => ['privates', 'SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener', 'getQuoteSaveListenerService', 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],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
], [
'Gedmo\\Timestampable\\TimestampableListener' => '?',
'SolidInvoice\\ClientBundle\\Listener\\ClientListener' => '?',
'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener' => '?',
'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener' => '?',
'SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener' => '?',
'SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener' => '?',
'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' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => 'SolidInvoice\\ClientBundle\\Listener\\ClientListener', 5 => 'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\CompanyListener', 6 => 'SolidInvoice\\CoreBundle\\Doctrine\\Listener\\IdGeneratorListener', 7 => 'Gedmo\\Timestampable\\TimestampableListener', 8 => 'SolidInvoice\\InvoiceBundle\\Listener\\Doctrine\\InvoiceSaveListener', 9 => 'SolidInvoice\\QuoteBundle\\Listener\\Doctrine\\QuoteSaveListener', 10 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($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.loader' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
*/
protected function getDoctrine_Fixtures_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/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/ClientBundle/DataFixtures/ORM/LoadData.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/DataFixtures/ORM/LoadData.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/DataFixtures/ORM/LoadData.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/DataFixtures/ORM/LoadData.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/DataFixtures/ORM/LoadData.php';
$this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$instance->addFixtures([0 => ['fixture' => new \SolidInvoice\ClientBundle\DataFixtures\ORM\LoadData(), 'groups' => []], 1 => ['fixture' => new \SolidInvoice\InvoiceBundle\DataFixtures\ORM\LoadData(), 'groups' => []], 2 => ['fixture' => new \SolidInvoice\PaymentBundle\DataFixtures\ORM\LoadData(), 'groups' => []], 3 => ['fixture' => new \SolidInvoice\QuoteBundle\DataFixtures\ORM\LoadData(), 'groups' => []], 4 => ['fixture' => new \SolidInvoice\UserBundle\DataFixtures\ORM\LoadData(), 'groups' => []]]);
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/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand(($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()), ($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\ORM\Tools\Console\Command\ConvertMappingCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($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\ORM\Tools\Console\Command\InfoCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
$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()
{
$a = new \Doctrine\Migrations\Configuration\Configuration();
$b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
$b->setTableName('migration_versions');
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration($b);
$this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
*/
protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
{
return $this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver($this->parameters['api_platform.resource_class_directories'], false);
}
/**
* 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/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Resources/mapping') => 'Payum\\Core\\Model'], '.orm.xml', false);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* 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 () {
return new \EmptyIterator();
}, 0));
}
/**
* 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.messenger.doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
*/
protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* 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\ORM\Tools\Console\Command\RunDqlCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($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/src/Tools/Console/Command/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/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\ORM\Tools\Console\Command\SchemaTool\CreateCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($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\ORM\Tools\Console\Command\SchemaTool\DropCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($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\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($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\ORM\Tools\Console\Command\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(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 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
*/
protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
}
/**
* Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
*/
protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* 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.dropzone' shared service.
*
* @return \Symfony\UX\Dropzone\Form\DropzoneType
*/
protected function getForm_DropzoneService()
{
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/ux-dropzone/src/Form/DropzoneType.php';
return $this->privates['form.dropzone'] = new \Symfony\UX\Dropzone\Form\DropzoneType();
}
/**
* Gets the private 'form.live_collection' shared service.
*
* @return \Symfony\UX\LiveComponent\Form\Type\LiveCollectionType
*/
protected function getForm_LiveCollectionService()
{
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/ux-live-component/src/Form/Type/LiveCollectionType.php';
return $this->privates['form.live_collection'] = new \Symfony\UX\LiveComponent\Form\Type\LiveCollectionType();
}
/**
* 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, [
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => ['services', 'payum.form.type.credit_card_expiration_date', 'getPayum_Form_Type_CreditCardExpirationDateService', false],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => ['services', 'payum.form.type.credit_card', 'getPayum_Form_Type_CreditCardService', false],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => ['services', 'payum.form.type.gateway_config', 'getPayum_Form_Type_GatewayConfigService', false],
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => ['services', 'payum.form.type.gateway_factories_choice', 'getPayum_Form_Type_GatewayFactoriesChoiceService', false],
'SolidInvoice\\ClientBundle\\Form\\Type\\AddressType' => ['privates', 'SolidInvoice\\ClientBundle\\Form\\Type\\AddressType', 'getAddressTypeService', false],
'SolidInvoice\\ClientBundle\\Form\\Type\\ClientType' => ['privates', 'SolidInvoice\\ClientBundle\\Form\\Type\\ClientType', 'getClientTypeService', false],
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType' => ['privates', 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType', 'getContactCollectionTypeService', false],
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType' => ['privates', 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType', 'getContactDetailCollectionTypeService', false],
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType' => ['privates', 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType', 'getContactDetailTypeService', false],
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactType' => ['privates', 'SolidInvoice\\ClientBundle\\Form\\Type\\ContactType', 'getContactTypeService', false],
'SolidInvoice\\ClientBundle\\Form\\Type\\CreditType' => ['privates', 'SolidInvoice\\ClientBundle\\Form\\Type\\CreditType', 'getCreditTypeService', false],
'SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType' => ['privates', 'SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType', 'getCompanyTypeService', false],
'SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType' => ['privates', 'SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType', 'getDiscountTypeService', false],
'SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType' => ['privates', 'SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType', 'getImageUploadTypeService', false],
'SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type' => ['privates', 'SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type', 'getSelect2TypeService', false],
'SolidInvoice\\CronBundle\\Form\\Type\\CronType' => ['privates', 'SolidInvoice\\CronBundle\\Form\\Type\\CronType', 'getCronTypeService', false],
'SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm' => ['privates', 'SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm', 'getConfigStepFormService', false],
'SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm' => ['privates', 'SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm', 'getSystemInformationFormService', false],
'SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType' => ['privates', 'SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType', 'getDatabaseConfigTypeService', false],
'SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType' => ['privates', 'SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType', 'getInvoiceTypeService', false],
'SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType' => ['privates', 'SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType', 'getItemTypeService', false],
'SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType' => ['privates', 'SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType', 'getRecurringInvoiceTypeService', false],
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType' => ['privates', 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType', 'getKeyTransportConfigTypeService', false],
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType' => ['privates', 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType', 'getMailgunApiTransportConfigTypeService', false],
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType' => ['privates', 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType', 'getSesTransportConfigTypeService', false],
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType' => ['privates', 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType', 'getSmtpTransportConfigTypeService', false],
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType' => ['privates', 'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType', 'getUsernamePasswordTransportConfigTypeService', false],
'SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType' => ['privates', 'SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType', 'getCurrencyTypeService', false],
'SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType' => ['privates', 'SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType', 'getHiddenMoneyTypeService', false],
'SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType' => ['privates', 'SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType', 'getNotificationTypeService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim', 'getAuthorizeNetAimService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim', 'getAuthorizeNetSimService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect', 'getBe2billDirectService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite', 'getBe2billOffsiteService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout', 'getKlarnaCheckoutService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice', 'getKlarnaInvoiceService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex', 'getPayexService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout', 'getPaypalExpressCheckoutService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout', 'getPaypalProCheckoutService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout', 'getStripeCheckoutService', false],
'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs', 'getStripeJsService', false],
'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType', 'getPaymentMethodSettingsTypeService', false],
'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType', 'getPaymentMethodTypeService', false],
'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType' => ['privates', 'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType', 'getPaymentTypeService', false],
'SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType' => ['privates', 'SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType', 'getItemType2Service', false],
'SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType' => ['privates', 'SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType', 'getQuoteTypeService', false],
'SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType' => ['privates', 'SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType', 'getAddressType2Service', false],
'SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType' => ['privates', 'SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType', 'getMailTransportTypeService', false],
'SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType' => ['privates', 'SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType', 'getSettingsTypeService', false],
'SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType' => ['privates', 'SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType', 'getThemeTypeService', false],
'SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType' => ['privates', 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType', 'getTaxEntityTypeService', false],
'SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType' => ['privates', 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType', 'getTaxNumberTypeService', false],
'SolidInvoice\\TaxBundle\\Form\\Type\\TaxType' => ['privates', 'SolidInvoice\\TaxBundle\\Form\\Type\\TaxType', 'getTaxTypeService', false],
'SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType' => ['privates', 'SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType', 'getApiTokenTypeService', false],
'SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType' => ['privates', 'SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType', 'getChangePasswordTypeService', false],
'SolidInvoice\\UserBundle\\Form\\Type\\ProfileType' => ['privates', 'SolidInvoice\\UserBundle\\Form\\Type\\ProfileType', 'getProfileTypeService', false],
'SolidInvoice\\UserBundle\\Form\\Type\\RegisterType' => ['privates', 'SolidInvoice\\UserBundle\\Form\\Type\\RegisterType', 'getRegisterTypeService', false],
'SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType' => ['privates', 'SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType', 'getUserInviteTypeService', 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],
'Symfony\\UX\\Dropzone\\Form\\DropzoneType' => ['privates', 'form.dropzone', 'getForm_DropzoneService', false],
'Symfony\\UX\\LiveComponent\\Form\\Type\\LiveCollectionType' => ['privates', 'form.live_collection', 'getForm_LiveCollectionService', false],
], [
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => '?',
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => '?',
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => '?',
'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => '?',
'SolidInvoice\\ClientBundle\\Form\\Type\\AddressType' => '?',
'SolidInvoice\\ClientBundle\\Form\\Type\\ClientType' => '?',
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactCollectionType' => '?',
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailCollectionType' => '?',
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactDetailType' => '?',
'SolidInvoice\\ClientBundle\\Form\\Type\\ContactType' => '?',
'SolidInvoice\\ClientBundle\\Form\\Type\\CreditType' => '?',
'SolidInvoice\\CoreBundle\\Form\\Type\\CompanyType' => '?',
'SolidInvoice\\CoreBundle\\Form\\Type\\DiscountType' => '?',
'SolidInvoice\\CoreBundle\\Form\\Type\\ImageUploadType' => '?',
'SolidInvoice\\CoreBundle\\Form\\Type\\Select2Type' => '?',
'SolidInvoice\\CronBundle\\Form\\Type\\CronType' => '?',
'SolidInvoice\\InstallBundle\\Form\\Step\\ConfigStepForm' => '?',
'SolidInvoice\\InstallBundle\\Form\\Step\\SystemInformationForm' => '?',
'SolidInvoice\\InstallBundle\\Form\\Type\\DatabaseConfigType' => '?',
'SolidInvoice\\InvoiceBundle\\Form\\Type\\InvoiceType' => '?',
'SolidInvoice\\InvoiceBundle\\Form\\Type\\ItemType' => '?',
'SolidInvoice\\InvoiceBundle\\Form\\Type\\RecurringInvoiceType' => '?',
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\KeyTransportConfigType' => '?',
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\MailgunApiTransportConfigType' => '?',
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SesTransportConfigType' => '?',
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\SmtpTransportConfigType' => '?',
'SolidInvoice\\MailerBundle\\Form\\Type\\TransportConfig\\UsernamePasswordTransportConfigType' => '?',
'SolidInvoice\\MoneyBundle\\Form\\Type\\CurrencyType' => '?',
'SolidInvoice\\MoneyBundle\\Form\\Type\\HiddenMoneyType' => '?',
'SolidInvoice\\NotificationBundle\\Form\\Type\\NotificationType' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetAim' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\AuthorizeNetSim' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billDirect' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\Be2billOffsite' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaCheckout' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\KlarnaInvoice' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\Payex' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalExpressCheckout' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\PaypalProCheckout' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeCheckout' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Methods\\StripeJs' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodSettingsType' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentMethodType' => '?',
'SolidInvoice\\PaymentBundle\\Form\\Type\\PaymentType' => '?',
'SolidInvoice\\QuoteBundle\\Form\\Type\\ItemType' => '?',
'SolidInvoice\\QuoteBundle\\Form\\Type\\QuoteType' => '?',
'SolidInvoice\\SettingsBundle\\Form\\Type\\AddressType' => '?',
'SolidInvoice\\SettingsBundle\\Form\\Type\\MailTransportType' => '?',
'SolidInvoice\\SettingsBundle\\Form\\Type\\SettingsType' => '?',
'SolidInvoice\\SettingsBundle\\Form\\Type\\ThemeType' => '?',
'SolidInvoice\\TaxBundle\\Form\\Type\\TaxEntityType' => '?',
'SolidInvoice\\TaxBundle\\Form\\Type\\TaxNumberType' => '?',
'SolidInvoice\\TaxBundle\\Form\\Type\\TaxType' => '?',
'SolidInvoice\\UserBundle\\Form\\Type\\ApiTokenType' => '?',
'SolidInvoice\\UserBundle\\Form\\Type\\ChangePasswordType' => '?',
'SolidInvoice\\UserBundle\\Form\\Type\\ProfileType' => '?',
'SolidInvoice\\UserBundle\\Form\\Type\\RegisterType' => '?',
'SolidInvoice\\UserBundle\\Form\\Type\\UserInviteType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Symfony\\UX\\Dropzone\\Form\\DropzoneType' => '?',
'Symfony\\UX\\LiveComponent\\Form\\Type\\LiveCollectionType' => '?',
]), ['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['SolidInvoice\\CoreBundle\\Form\\Extension\\FormHelpExtension'] ?? ($this->privates['SolidInvoice\\CoreBundle\\Form\\Extension\\FormHelpExtension'] = new \SolidInvoice\CoreBundle\Form\Extension\FormHelpExtension()));
}, 7), '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), 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => new RewindableGenerator(function () {
yield 0 => ($this->services['payum.form.extension.gateway_factories_choice'] ?? $this->getPayum_Form_Extension_GatewayFactoriesChoiceService());
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\MoneyType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\MoneyBundle\\Form\\Extension\\MoneyExtension'] ?? $this->getMoneyExtensionService());
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CheckboxType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\SettingsBundle\\Form\\Extension\\CheckBoxExtension'] ?? ($this->privates['SolidInvoice\\SettingsBundle\\Form\\Extension\\CheckBoxExtension'] = new \SolidInvoice\SettingsBundle\Form\Extension\CheckBoxExtension()));
}, 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->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(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, $a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fos_js_routing.dump_command' shared service.
*
* @return \FOS\JsRoutingBundle\Command\DumpCommand
*/
protected function getFosJsRouting_DumpCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
$this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__, 4), NULL);
$instance->setName('fos:js-routing:dump');
return $instance;
}
/**
* Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
*
* @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
*/
protected function getFosJsRouting_RouterDebugExposedCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
$this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setName('fos:js-routing:debug');
return $instance;
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$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 'knp_menu.menu_provider.builder_alias' shared service.
*
* @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
*/
protected function getKnpMenu_MenuProvider_BuilderAliasService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel', 1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
}
/**
* Gets the private 'knp_menu.renderer.list' shared service.
*
* @return \Knp\Menu\Renderer\ListRenderer
*/
protected function getKnpMenu_Renderer_ListService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
}
/**
* Gets the private 'knp_menu.renderer.twig' shared service.
*
* @return \Knp\Menu\Renderer\TwigRenderer
*/
protected function getKnpMenu_Renderer_TwigService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['knp_menu.renderer.twig'])) {
return $this->privates['knp_menu.renderer.twig'];
}
return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a, '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
}
/**
* Gets the private 'knp_menu.voter.router' shared service.
*
* @return \Knp\Menu\Matcher\Voter\RouteVoter
*/
protected function getKnpMenu_Voter_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* 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($this->getEnv('locale'))));
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()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('locale'), $a, 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';
$a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
$c = ($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($a, $b, $c);
}
/**
* Gets the private 'mailer.transport_factory.amazon' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory
*/
protected function getMailer_TransportFactory_AmazonService()
{
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/amazon-mailer/Transport/SesTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.amazon'])) {
return $this->privates['mailer.transport_factory.amazon'];
}
return $this->privates['mailer.transport_factory.amazon'] = new \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.gmail' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
*/
protected function getMailer_TransportFactory_GmailService()
{
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/google-mailer/Transport/GmailTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.gmail'])) {
return $this->privates['mailer.transport_factory.gmail'];
}
return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.mailchimp' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory
*/
protected function getMailer_TransportFactory_MailchimpService()
{
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/mailchimp-mailer/Transport/MandrillTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.mailchimp'])) {
return $this->privates['mailer.transport_factory.mailchimp'];
}
return $this->privates['mailer.transport_factory.mailchimp'] = new \Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.mailgun' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory
*/
protected function getMailer_TransportFactory_MailgunService()
{
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/mailgun-mailer/Transport/MailgunTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.mailgun'])) {
return $this->privates['mailer.transport_factory.mailgun'];
}
return $this->privates['mailer.transport_factory.mailgun'] = new \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* 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['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_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['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.postmark' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory
*/
protected function getMailer_TransportFactory_PostmarkService()
{
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/postmark-mailer/Transport/PostmarkTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.postmark'])) {
return $this->privates['mailer.transport_factory.postmark'];
}
return $this->privates['mailer.transport_factory.postmark'] = new \Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.sendgrid' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
*/
protected function getMailer_TransportFactory_SendgridService()
{
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/sendgrid-mailer/Transport/SendgridTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.sendgrid'])) {
return $this->privates['mailer.transport_factory.sendgrid'];
}
return $this->privates['mailer.transport_factory.sendgrid'] = new \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory($a, ($this->privates['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_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['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_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['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transports' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Transports
*/
protected function getMailer_TransportsService()
{
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).'/src/MailerBundle/Factory/MailerConfigFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
return $this->privates['mailer.transports'] = (new \SolidInvoice\MailerBundle\Factory\MailerConfigFactory(new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.amazon'] ?? $this->getMailer_TransportFactory_AmazonService());
yield 1 => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
yield 2 => ($this->privates['mailer.transport_factory.mailchimp'] ?? $this->getMailer_TransportFactory_MailchimpService());
yield 3 => ($this->privates['mailer.transport_factory.mailgun'] ?? $this->getMailer_TransportFactory_MailgunService());
yield 4 => ($this->privates['mailer.transport_factory.postmark'] ?? $this->getMailer_TransportFactory_PostmarkService());
yield 5 => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->getMailer_TransportFactory_SendgridService());
yield 6 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 7 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 8 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 9 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 10)), ($this->services['SolidInvoice\\SettingsBundle\\SystemConfig'] ?? $this->getSystemConfigService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\GmailConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\GmailConfigurator()));
yield 1 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailchimpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailchimpConfigurator()));
yield 2 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\MailgunConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\MailgunConfigurator()));
yield 3 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\PostmarkConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\PostmarkConfigurator()));
yield 4 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SendgridConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SendgridConfigurator()));
yield 5 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SesConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SesConfigurator()));
yield 6 => ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] ?? ($this->privates['SolidInvoice\\MailerBundle\\Configurator\\SmtpConfigurator'] = new \SolidInvoice\MailerBundle\Configurator\SmtpConfigurator()));
}, 7)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
}
/**
* 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/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_data_persister' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDataPersisterService()
{
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/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:data-persister');
$instance->setDescription('Creates an API Platform data persister');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_data_provider' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDataProviderService()
{
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/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:data-provider');
$instance->setDescription('Creates an API Platform data provider');
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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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_factory' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFactoryService()
{
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/zenstruck/foundry/src/Bundle/Maker/MakeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/NoPersistenceObjectsAutoCompleter.php';
include_once \dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/Bundle/Maker/Factory/FactoryCandidatesClassesExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_factory'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Zenstruck\Foundry\Bundle\Maker\MakeFactory(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['.zenstruck_foundry.maker.factory.generator'] ?? $this->get_ZenstruckFoundry_Maker_Factory_GeneratorService()), new \Zenstruck\Foundry\Bundle\Maker\Factory\NoPersistenceObjectsAutoCompleter(\dirname(__DIR__, 4)), new \Zenstruck\Foundry\Bundle\Maker\Factory\FactoryCandidatesClassesExtractor(($this->privates['.zenstruck_foundry.chain_manager_registry'] ?? $this->get_ZenstruckFoundry_ChainManagerRegistryService()), ($this->privates['.zenstruck_foundry.maker.factory.factory_class_map'] ?? $this->get_ZenstruckFoundry_Maker_Factory_FactoryClassMapService())), 'Factory'), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:factory');
$instance->setDescription('Creates a Foundry model factory for a Doctrine entity class or a regular object');
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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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_security_form_login' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
{
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/Security/MakeFormLogin.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:security:form-login');
$instance->setDescription('Generate the code needed for the form_login authenticator');
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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_state_processor' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStateProcessorService()
{
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/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:state-processor');
$instance->setDescription('Creates an API Platform state processor');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_state_provider' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStateProviderService()
{
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/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:state-provider');
$instance->setDescription('Creates an API Platform state provider');
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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_story' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStoryService()
{
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/zenstruck/foundry/src/Bundle/Maker/MakeStory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_story'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Zenstruck\Foundry\Bundle\Maker\MakeStory(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:story');
$instance->setDescription('Creates a Foundry story');
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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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_component' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigComponentService()
{
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/MakeTwigComponent.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:twig-component');
$instance->setDescription('Creates a twig (or live) component');
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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension with its runtime 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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.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()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$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';
$a = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('SolidInvoice\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'Payum\\Core\\Model', 1 => ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())], 1 => [0 => 'SolidInvoice\\ClientBundle\\Entity', 1 => $a], 2 => [0 => 'SolidInvoice\\CoreBundle\\Entity', 1 => $a], 3 => [0 => 'SolidInvoice\\InvoiceBundle\\Entity', 1 => $a], 4 => [0 => 'SolidInvoice\\PaymentBundle\\Entity', 1 => $a], 5 => [0 => 'SolidInvoice\\QuoteBundle\\Entity', 1 => $a], 6 => [0 => 'SolidInvoice\\SettingsBundle\\Entity', 1 => $a], 7 => [0 => 'SolidInvoice\\TaxBundle\\Entity', 1 => $a], 8 => [0 => 'SolidInvoice\\UserBundle\\Entity', 1 => $a]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
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_link_formatter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
*/
protected function getMaker_FileLinkFormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
}
/**
* 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/filesystem/Filesystem.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('SolidInvoice')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_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';
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'SolidInvoice', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
}
/**
* 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 'messenger.bus.default.middleware.handle_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
$this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
}, 1), 'SolidInvoice\\InvoiceBundle\\Message\\CreateInvoiceFromRecurring' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.trboVk1'] ?? $this->get_Messenger_HandlerDescriptor_TrboVk1Service());
}, 1)]));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.bus.default.middleware.traceable' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_TraceableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
}
/**
* Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
*/
protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
}
/**
* Gets the private 'messenger.middleware.send_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
*/
protected function getMessenger_Middleware_SendMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.middleware.send_message'])) {
return $this->privates['messenger.middleware.send_message'];
}
$this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), $a);
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
*/
protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
}
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), '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.sentry' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_SentryService()
{
$this->privates['monolog.handler.sentry'] = $instance = new \Monolog\Handler\FingersCrossedHandler(($this->privates['monolog.handler.sentry_main'] ?? $this->getMonolog_Handler_SentryMainService()), new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => ['code' => 404, 'urls' => []], 1 => ['code' => 405, 'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400)), 50, true, true, NULL);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.handler.sentry_main' shared service.
*
* @return \Sentry\Monolog\Handler
*/
protected function getMonolog_Handler_SentryMainService()
{
$this->privates['monolog.handler.sentry_main'] = $instance = new \Sentry\Monolog\Handler(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), 400, true, 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.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.messenger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MessengerService()
{
$this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.payum' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_PayumService()
{
$this->privates['monolog.logger.payum'] = $instance = new \Symfony\Bridge\Monolog\Logger('payum');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\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.main'] ?? $this->getMonolog_Handler_MainService()));
$instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
*
* @return \Nelmio\Alice\Parser\RuntimeCacheParser
*/
protected function getNelmioAlice_FileParser_RuntimeCacheService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
$a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel', 1)));
return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([0 => new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), 1 => new \Nelmio\Alice\Parser\Chainable\PhpParser(), 2 => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
}
/**
* 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 'payum.command.create_capture_token' shared service.
*
* @return \Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand
*/
protected function getPayum_Command_CreateCaptureTokenService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Command/CreateCaptureTokenCommand.php';
$this->privates['payum.command.create_capture_token'] = $instance = new \Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand(($this->services['payum'] ?? $this->getPayumService()));
$instance->setName('payum:security:create-capture-token');
return $instance;
}
/**
* Gets the private 'payum.command.create_notify_token' shared service.
*
* @return \Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand
*/
protected function getPayum_Command_CreateNotifyTokenService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Command/CreateNotifyTokenCommand.php';
$this->privates['payum.command.create_notify_token'] = $instance = new \Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand(($this->services['payum'] ?? $this->getPayumService()));
$instance->setName('payum:security:create-notify-token');
return $instance;
}
/**
* Gets the private 'payum.command.debug_gateway' shared service.
*
* @return \Payum\Bundle\PayumBundle\Command\DebugGatewayCommand
*/
protected function getPayum_Command_DebugGatewayService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Command/DebugGatewayCommand.php';
$this->privates['payum.command.debug_gateway'] = $instance = new \Payum\Bundle\PayumBundle\Command\DebugGatewayCommand(($this->services['payum'] ?? $this->getPayumService()));
$instance->setName('debug:payum:gateway');
$instance->setAliases([0 => 'payum:gateway:debug']);
return $instance;
}
/**
* Gets the private 'payum.command.status' shared service.
*
* @return \Payum\Bundle\PayumBundle\Command\StatusCommand
*/
protected function getPayum_Command_StatusService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Command/StatusCommand.php';
$this->privates['payum.command.status'] = $instance = new \Payum\Bundle\PayumBundle\Command\StatusCommand(($this->services['payum'] ?? $this->getPayumService()));
$instance->setName('payum:status');
$instance->setDescription('Allows to get a payment status.');
return $instance;
}
/**
* 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()
{
$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());
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private '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['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_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('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$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'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
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()), $b);
}
/**
* 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('^(?:/view/(quote|invoice)/[a-zA-Z0-9-]{36}$|/(login|register|resetting)$|/install(?:.*)|/invite/accept/[a-zA-Z0-9-]{36}$|/payments/create/[a-zA-Z0-9-]{36}$|/payment/capture/(?:.*)|/payments/done$)'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'ROLE_USER'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.guard_handler'])) {
return $this->privates['security.authentication.guard_handler'];
}
$this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [0 => 'api_login', 1 => 'api']);
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.api_doc' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api_doc" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_ApiDocService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.api_doc" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.api_doc'])) {
return $this->privates['security.authentication.listener.anonymous.api_doc'];
}
return $this->privates['security.authentication.listener.anonymous.api_doc'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
}
/**
* Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api_login" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.api_login" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.api_login'])) {
return $this->privates['security.authentication.listener.anonymous.api_login'];
}
return $this->privates['security.authentication.listener.anonymous.api_login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
}
/**
* Gets the private 'security.authentication.listener.anonymous.installation' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.installation" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_InstallationService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.installation" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.installation'])) {
return $this->privates['security.authentication.listener.anonymous.installation'];
}
return $this->privates['security.authentication.listener.anonymous.installation'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
}
/**
* Gets the private 'security.authentication.listener.form.api_login' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.api_login" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.api_login" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Event/Listener/AuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
include_once \dirname(__DIR__, 4).'/src/ApiBundle/Event/Listener/AuthenticationFailHandler.php';
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.form.api_login'])) {
return $this->privates['security.authentication.listener.form.api_login'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.listener.form.api_login'])) {
return $this->privates['security.authentication.listener.form.api_login'];
}
return $this->privates['security.authentication.listener.form.api_login'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \SolidInvoice\ApiBundle\Event\Listener\AuthenticationSuccessHandler(($this->privates['SolidInvoice\\ApiBundle\\ApiTokenManager'] ?? $this->getApiTokenManagerService())), ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \SolidInvoice\ApiBundle\Event\Listener\AuthenticationFailHandler(), ['login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']), ['check_path' => '/api/login', 'require_previous_session' => false, 'use_forward' => false, 'login_path' => '/login', 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $b, NULL);
}
/**
* Gets the private 'security.authentication.listener.form.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Form_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.form.main'])) {
return $this->privates['security.authentication.listener.form.main'];
}
$b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.authentication.listener.form.main'])) {
return $this->privates['security.authentication.listener.form.main'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.listener.form.main'])) {
return $this->privates['security.authentication.listener.form.main'];
}
$d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$e->setOptions(['login_path' => '/login', 'always_use_default_target_path' => true, 'default_target_path' => '/select-company', 'target_path_parameter' => '_target_path', 'use_referer' => false]);
$e->setFirewallName('main');
$f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
$g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b, $d, [], $f);
$g->setOptions(['login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
$this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d, 'main', $e, $g, ['check_path' => '/login-check', 'login_path' => '/login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false], $f, $c, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
$instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.guard.api' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Guard_ApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
if (isset($this->privates['security.authentication.listener.guard.api'])) {
return $this->privates['security.authentication.listener.guard.api'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.guard.api'])) {
return $this->privates['security.authentication.listener.guard.api'];
}
return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'api', new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'security.authentication.listener.rememberme.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Rememberme_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
return $this->privates['security.authentication.listener.rememberme.main'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
return $this->privates['security.authentication.listener.rememberme.main'];
}
return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $b, true, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.anonymous.api_doc'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiDocService());
yield 1 => ($this->privates['security.authentication.provider.anonymous.installation'] ?? $this->getSecurity_Authentication_Provider_Anonymous_InstallationService());
yield 2 => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
yield 3 => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiLoginService());
yield 4 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
yield 5 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
yield 6 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
}, 7), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.api_doc' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api_doc" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_ApiDocService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.api_doc" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.api_doc'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.anonymous.api_login' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api_login" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_ApiLoginService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.api_login" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.anonymous.installation' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.installation" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_InstallationService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.installation" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.installation'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.dao.api_login' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.api_login" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.api_login" service is deprecated, use the new authenticator system instead.');
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.authentication.provider.dao.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'api_login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
}
/**
* Gets the private 'security.authentication.provider.dao.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Dao_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
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.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
}
/**
* Gets the private 'security.authentication.provider.guard.api' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Guard_ApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
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.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService());
}, 1), ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
}
/**
* Gets the private 'security.authentication.provider.rememberme.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Rememberme_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
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.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('secret'), 'main');
}
/**
* Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
*/
protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
}, 1), $this->getEnv('secret'), 'main', ['lifetime' => 3600, 'path' => '/', 'domain' => NULL, 'name' => 'REMEMBERME', 'secure' => false, 'httponly' => true, 'samesite' => NULL, 'always_remember_me' => false, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* 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.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$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.2Z2R_LJ'] ?? $this->get_ServiceLocator_2Z2RLJService()), ($this->privates['.service_locator._dyOg._'] ?? $this->get_ServiceLocator_DyOg_Service()), [], false);
$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 => 'SolidInvoice\\UserBundle\\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 => 'SolidInvoice\\UserBundle\\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()
{
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';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
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.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
yield 1 => ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService());
}, 2), 'api_doc', ($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.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/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';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
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.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
yield 1 => ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService());
}, 2), 'installation', ($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.context_listener.2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/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';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.context_listener.2'])) {
return $this->privates['security.context_listener.2'];
}
$this->privates['security.context_listener.2'] = $instance = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.solidinvoice_user'] ?? $this->getSecurity_User_Provider_Concrete_SolidinvoiceUserService());
yield 1 => ($this->privates['SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider'] ?? $this->getApiTokenUserProviderService());
}, 2), 'main', ($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']);
$instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
return $instance;
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['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(['SolidInvoice\\UserBundle\\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' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiService()
{
$this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
}, 1 => 'onLogin'], 0);
$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_doc' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiDocService()
{
$this->privates['security.event_dispatcher.api_doc'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
}, 1 => 'onLogin'], 0);
$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_login' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiLoginService()
{
$this->privates['security.event_dispatcher.api_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
}, 1 => 'onLogin'], 0);
$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.installation' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_InstallationService()
{
$this->privates['security.event_dispatcher.installation'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
}, 1 => 'onLogin'], 0);
$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.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['SolidInvoice\\UserBundle\\EventSubscriber\\UserLoginEventSubscriber'] ?? $this->getUserLoginEventSubscriberService());
}, 1 => 'onLogin'], 0);
$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.expression_language' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
*/
protected function getSecurity_ExpressionLanguageService()
{
$this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
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.2Z2R_LJ'] ?? $this->get_ServiceLocator_2Z2RLJService());
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.assets' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.api_doc' => ($this->privates['.security.request_matcher.PfIwdrL'] ?? ($this->privates['.security.request_matcher.PfIwdrL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs')));
yield 'security.firewall.map.context.installation' => ($this->privates['.security.request_matcher.ned5GQz'] ?? ($this->privates['.security.request_matcher.ned5GQz'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/install')));
yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 6));
}
/**
* Gets the private 'security.firewall.map.context.api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
if (isset($this->privates['security.firewall.map.context.api'])) {
return $this->privates['security.firewall.map.context.api'];
}
return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.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())), $a, 'api', ($this->privates['SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator'] ?? $this->getApiTokenAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api', 'security.user_checker', '.security.request_matcher.p4VlLPC', true, true, 'SolidInvoice\\ApiBundle\\Security\\Provider\\ApiTokenUserProvider', NULL, 'SolidInvoice\\ApiBundle\\Security\\ApiTokenAuthenticator', NULL, NULL, [0 => 'guard'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.api_doc' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiDocService()
{
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/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api_doc'] = 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.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.api_doc'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiDocService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), 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_doc', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_doc', 'security.user_checker', '.security.request_matcher.PfIwdrL', true, false, NULL, 'api_doc', NULL, NULL, NULL, [0 => 'anonymous'], 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.api_login' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.firewall.map.context.api_login'])) {
return $this->privates['security.firewall.map.context.api_login'];
}
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
yield 2 => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.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())), $b, 'api_login', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, $b, '/login', false), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login', 'security.user_checker', '.security.request_matcher.HeUdK73', true, true, NULL, NULL, 'security.authentication.form_entry_point.api_login', NULL, NULL, [0 => 'form_login', 1 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.assets' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_AssetsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.assets'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('assets', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.installation' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_InstallationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.installation'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.installation'] ?? $this->getSecurity_Authentication_Listener_Anonymous_InstallationService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), 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()), 'installation', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('installation', 'security.user_checker', '.security.request_matcher.ned5GQz', true, false, NULL, 'installation', NULL, NULL, NULL, [0 => 'anonymous'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.firewall.map.context.main'])) {
return $this->privates['security.firewall.map.context.main'];
}
$b = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
if (isset($this->privates['security.firewall.map.context.main'])) {
return $this->privates['security.firewall.map.context.main'];
}
$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.main'] = 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.2'] ?? $this->getSecurity_ContextListener_2Service());
yield 2 => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
yield 3 => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
yield 4 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 5), 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, 'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, $d, '/login', false), 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('main', 'security.user_checker', '.security.request_matcher.3UEFixr', true, false, NULL, 'main', 'security.authentication.form_entry_point.main', NULL, NULL, [0 => 'form_login', 1 => 'remember_me'], 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.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());
if (isset($this->privates['security.http_utils'])) {
return $this->privates['security.http_utils'];
}
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
}
/**
* Gets the private 'security.logout.listener.remember_me.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
*/
protected function getSecurity_Logout_Listener_RememberMe_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', '/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(['SolidInvoice\\UserBundle\\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.solidinvoice_user' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_SolidinvoiceUserService()
{
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.solidinvoice_user'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'SolidInvoice\\UserBundle\\Entity\\User', NULL, NULL);
}
/**
* Gets the private 'security.user_password_hasher' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
*/
protected function getSecurity_UserPasswordHasherService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* 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'];
}
$b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
$b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
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()), $b, ($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 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_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';
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.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_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.flash_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
*
* @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
*/
protected function getSession_FlashBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
return ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
}
/**
* 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->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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler(($this->targetDir.''.'/sessions'))), $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],
'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],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'solidinvoice.payment.locator' shared autowired service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getSolidinvoice_Payment_LocatorService()
{
return $this->privates['solidinvoice.payment.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'SolidInvoice\\CoreBundle\\Billing\\TotalCalculator' => ['privates', 'SolidInvoice\\CoreBundle\\Billing\\TotalCalculator', 'getTotalCalculatorService', false],
], [
'SolidInvoice\\CoreBundle\\Billing\\TotalCalculator' => '?',
]);
}
/**
* Gets the private 'solidworx.form_handler' shared service.
*
* @return \SolidWorx\FormHandler\FormHandler
*/
protected function getSolidworx_FormHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src/FormHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerSuccessInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerResponseInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src/FormHandlerOptionsResolver.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/DoctrineAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SaveableTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Form/Handler/AbstractClientFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Form/Handler/ClientCreateFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Form/Handler/ClientEditFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Traits/SerializeTrait.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Form/Handler/AbstractContactFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Form/Handler/ContactAddFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/ClientBundle/Form/Handler/ContactEditFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/Handler/CompanyFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Company/DefaultData.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Form/Handler/AbstractInvoiceHandler.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Form/Handler/InvoiceCreateHandler.php';
include_once \dirname(__DIR__, 4).'/src/InvoiceBundle/Form/Handler/InvoiceEditHandler.php';
include_once \dirname(__DIR__, 4).'/src/PaymentBundle/Form/Handler/PaymentMethodSettingsHandler.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Form/Handler/AbstractQuoteHandler.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Form/Handler/QuoteCreateHandler.php';
include_once \dirname(__DIR__, 4).'/src/QuoteBundle/Form/Handler/QuoteEditHandler.php';
include_once \dirname(__DIR__, 4).'/src/TaxBundle/Form/Handler/TaxFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Handler/ApiFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Handler/PasswordChangeHandler.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Handler/ProfileEditFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Handler/RegisterFormHandler.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Handler/UserInviteFormHandler.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['solidworx.form_handler'])) {
return $this->privates['solidworx.form_handler'];
}
$b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->privates['solidworx.form_handler'])) {
return $this->privates['solidworx.form_handler'];
}
$this->privates['solidworx.form_handler'] = $instance = new \SolidWorx\FormHandler\FormHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, $b);
$c = ($this->services['router'] ?? $this->getRouterService());
$d = new \SolidInvoice\ClientBundle\Form\Handler\ClientCreateFormHandler($c);
$e = ($this->services['doctrine'] ?? $this->getDoctrineService());
$d->setDoctrine($e);
$f = new \SolidInvoice\ClientBundle\Form\Handler\ClientEditFormHandler($c);
$f->setDoctrine($e);
$g = new \SolidInvoice\ClientBundle\Form\Handler\ContactAddFormHandler();
$h = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
$g->setDoctrine($e);
$g->setSerializer($h);
$i = new \SolidInvoice\ClientBundle\Form\Handler\ContactEditFormHandler();
$i->setDoctrine($e);
$i->setSerializer($h);
$j = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
$k = ($this->privates['SolidInvoice\\CoreBundle\\Company\\CompanySelector'] ?? $this->getCompanySelectorService());
$l = new \SolidInvoice\CoreBundle\Form\Handler\CompanyFormHandler($j, $k, $c, new \SolidInvoice\CoreBundle\Company\DefaultData($e));
$l->setDoctrine($e);
$m = ($this->services['.container.private.state_machine.invoice'] ?? $this->get_Container_Private_StateMachine_InvoiceService());
$n = ($this->services['.container.private.state_machine.recurring_invoice'] ?? $this->get_Container_Private_StateMachine_RecurringInvoiceService());
$o = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
$p = new \SolidInvoice\InvoiceBundle\Form\Handler\InvoiceCreateHandler($m, $n, $c, $o);
$p->setDoctrine($e);
$q = new \SolidInvoice\InvoiceBundle\Form\Handler\InvoiceEditHandler($m, $n, $c, $o);
$q->setDoctrine($e);
$r = new \SolidInvoice\PaymentBundle\Form\Handler\PaymentMethodSettingsHandler(($this->privates['SolidInvoice\\PaymentBundle\\Factory\\PaymentFactories'] ?? $this->getPaymentFactoriesService()), $c);
$r->setDoctrine($e);
$s = ($this->services['.container.private.state_machine.quote'] ?? $this->get_Container_Private_StateMachine_QuoteService());
$t = new \SolidInvoice\QuoteBundle\Form\Handler\QuoteCreateHandler($c, $s);
$t->setDoctrine($e);
$u = new \SolidInvoice\QuoteBundle\Form\Handler\QuoteEditHandler($c, $s);
$u->setDoctrine($e);
$v = new \SolidInvoice\TaxBundle\Form\Handler\TaxFormHandler($c);
$v->setDoctrine($e);
$w = new \SolidInvoice\UserBundle\Form\Handler\ApiFormHandler(($this->privates['SolidInvoice\\ApiBundle\\ApiTokenManager'] ?? $this->getApiTokenManagerService()));
$w->setDoctrine($e);
$x = ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
$y = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
$z = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$aa = new \SolidInvoice\UserBundle\Form\Handler\RegisterFormHandler($y, $c, ($this->privates['SolidInvoice\\UserBundle\\Repository\\UserInvitationRepository'] ?? $this->getUserInvitationRepositoryService()));
$aa->setDoctrine($e);
$ba = new \SolidInvoice\UserBundle\Form\Handler\UserInviteFormHandler($c, $k, ($this->privates['SolidInvoice\\CoreBundle\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), $x, $j, ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['SolidInvoice\\UserBundle\\UserInvitation\\UserInvitation'] ?? $this->getUserInvitationService()));
$ba->setDoctrine($e);
$instance->registerHandler($d);
$instance->registerHandler($f);
$instance->registerHandler($g);
$instance->registerHandler($i);
$instance->registerHandler($l);
$instance->registerHandler($p);
$instance->registerHandler($q);
$instance->registerHandler($r);
$instance->registerHandler($t);
$instance->registerHandler($u);
$instance->registerHandler($v);
$instance->registerHandler($w);
$instance->registerHandler(new \SolidInvoice\UserBundle\Form\Handler\PasswordChangeHandler($x, $y, $z, $c));
$instance->registerHandler(new \SolidInvoice\UserBundle\Form\Handler\ProfileEditFormHandler($x, $z, $c));
$instance->registerHandler($aa);
$instance->registerHandler($ba);
return $instance;
}
/**
* Gets the private 'solidworx.form_handler.success' shared service.
*
* @return \SolidWorx\FormHandler\Event\Listener\FormSuccessListener
*/
protected function getSolidworx_FormHandler_SuccessService()
{
include_once \dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src/Event/Listener/FormSuccessListener.php';
return $this->privates['solidworx.form_handler.success'] = new \SolidWorx\FormHandler\Event\Listener\FormSuccessListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
}
/**
* Gets the private 'state_machine.invoice.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Invoice_MetadataStoreService()
{
return $this->privates['state_machine.invoice.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.quote.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Quote_MetadataStoreService()
{
return $this->privates['state_machine.quote.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.recurring_invoice.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_RecurringInvoice_MetadataStoreService()
{
return $this->privates['state_machine.recurring_invoice.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'stimulus.helper' shared service.
*
* @return \Symfony\UX\StimulusBundle\Helper\StimulusHelper
*/
protected function getStimulus_HelperService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['stimulus.helper'])) {
return $this->privates['stimulus.helper'];
}
return $this->privates['stimulus.helper'] = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($a);
}
/**
* Gets the private 'swiftmailer.command.debug' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
*/
protected function getSwiftmailer_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
$this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
$instance->setName('debug:swiftmailer');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.new_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
*/
protected function getSwiftmailer_Command_NewEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
$this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
$instance->setName('swiftmailer:email:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.send_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
*/
protected function getSwiftmailer_Command_SendEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
$this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
$instance->setName('swiftmailer:spool:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.email_sender.listener' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
*/
protected function getSwiftmailer_EmailSender_ListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.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()), $this->getEnv('locale'), ['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')], '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')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], '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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], '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/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/src/ClientBundle/Resources/translations/email.en.yml'), 6 => (\dirname(__DIR__, 4).'/src/ClientBundle/Resources/translations/messages.en.yml'), 7 => (\dirname(__DIR__, 4).'/src/CoreBundle/Resources/translations/messages.en.yml'), 8 => (\dirname(__DIR__, 4).'/src/DashboardBundle/Resources/translations/messages.en.yml'), 9 => (\dirname(__DIR__, 4).'/src/InstallBundle/Resources/translations/messages.en.yml'), 10 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/email.en.yml'), 11 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/email.en.yml'), 13 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/messages.en.yml'), 14 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/email.en.yml'), 15 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/messages.en.yml'), 16 => (\dirname(__DIR__, 4).'/src/SettingsBundle/Resources/translations/messages.en.yml'), 17 => (\dirname(__DIR__, 4).'/src/TaxBundle/Resources/translations/messages.en.yml'), 18 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/email.en.yml'), 19 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/messages.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')], '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')], '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')], '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')], '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/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], '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')], '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')], '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')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], '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/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml')], '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')], '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')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], '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).'/src/ClientBundle/Resources/translations/email.ro.yml'), 4 => (\dirname(__DIR__, 4).'/src/ClientBundle/Resources/translations/messages.ro.yml'), 5 => (\dirname(__DIR__, 4).'/src/CoreBundle/Resources/translations/messages.ro.yml'), 6 => (\dirname(__DIR__, 4).'/src/DashboardBundle/Resources/translations/messages.ro.yml'), 7 => (\dirname(__DIR__, 4).'/src/InstallBundle/Resources/translations/messages.ro.yml'), 8 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/email.ro.yml'), 9 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations/messages.ro.yml'), 10 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/email.ro.yml'), 11 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations/messages.ro.yml'), 12 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/email.ro.yml'), 13 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations/messages.ro.yml'), 14 => (\dirname(__DIR__, 4).'/src/SettingsBundle/Resources/translations/messages.ro.yml'), 15 => (\dirname(__DIR__, 4).'/src/TaxBundle/Resources/translations/messages.ro.yml'), 16 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/messages.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], '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')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], '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')], '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')], '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')], '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')]], '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/payum/payum-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/ClientBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/src/CoreBundle/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/src/DashboardBundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/src/InstallBundle/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/src/SettingsBundle/Resources/translations'), 12 => (\dirname(__DIR__, 4).'/src/TaxBundle/Resources/translations'), 13 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 29 => (\dirname(__DIR__, 4).'/src/ApiBundle/translations'), 30 => (\dirname(__DIR__, 4).'/src/CronBundle/translations'), 31 => (\dirname(__DIR__, 4).'/src/DataGridBundle/translations'), 32 => (\dirname(__DIR__, 4).'/src/FormBundle/translations'), 33 => (\dirname(__DIR__, 4).'/src/MailerBundle/translations'), 34 => (\dirname(__DIR__, 4).'/src/MenuBundle/translations'), 35 => (\dirname(__DIR__, 4).'/src/MoneyBundle/translations'), 36 => (\dirname(__DIR__, 4).'/src/NotificationBundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 38 => (\dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 40 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 42 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 44 => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/translations'), 46 => (\dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Symfony/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src/translations'), 48 => (\dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/translations'), 49 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 50 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/translations'), 51 => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/translations'), 52 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/translations'), 53 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/translations'), 54 => (\dirname(__DIR__, 4).'/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/payum/payum-bundle/Resources/translations', 4 => 'src/ClientBundle/Resources/translations', 5 => 'src/CoreBundle/Resources/translations', 6 => 'src/DashboardBundle/Resources/translations', 7 => 'src/InstallBundle/Resources/translations', 8 => 'src/InvoiceBundle/Resources/translations', 9 => 'src/PaymentBundle/Resources/translations', 10 => 'src/QuoteBundle/Resources/translations', 11 => 'src/SettingsBundle/Resources/translations', 12 => 'src/TaxBundle/Resources/translations', 13 => 'src/UserBundle/Resources/translations', 14 => 'vendor/symfony/framework-bundle/translations', 15 => 'vendor/symfony/security-bundle/translations', 16 => 'vendor/symfony/twig-bundle/translations', 17 => 'vendor/symfony/monolog-bundle/translations', 18 => 'vendor/symfony/swiftmailer-bundle/translations', 19 => 'vendor/doctrine/doctrine-bundle/translations', 20 => 'vendor/sensio/framework-extra-bundle/src/translations', 21 => 'vendor/symfony/webpack-encore-bundle/src/translations', 22 => 'vendor/willdurand/js-translation-bundle/translations', 23 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 24 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 25 => 'vendor/knplabs/knp-menu-bundle/src/translations', 26 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 27 => 'vendor/solidworx/form-handler-bundle/src/translations', 28 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 29 => 'src/ApiBundle/translations', 30 => 'src/CronBundle/translations', 31 => 'src/DataGridBundle/translations', 32 => 'src/FormBundle/translations', 33 => 'src/MailerBundle/translations', 34 => 'src/MenuBundle/translations', 35 => 'src/MoneyBundle/translations', 36 => 'src/NotificationBundle/translations', 37 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 38 => 'vendor/liip/test-fixtures-bundle/src/translations', 39 => 'vendor/symfony/debug-bundle/translations', 40 => 'vendor/symfony/maker-bundle/src/translations', 41 => 'vendor/symfony/web-profiler-bundle/translations', 42 => 'vendor/twig/extra-bundle/translations', 43 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations', 44 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations', 45 => 'vendor/hautelook/alice-bundle/src/translations', 46 => 'vendor/solidworx/toggler/src/Symfony/translations', 47 => 'vendor/zenstruck/foundry/src/translations', 48 => 'vendor/zenstruck/schedule-bundle/src/translations', 49 => 'vendor/sentry/sentry-symfony/src/translations', 50 => 'vendor/symfony/ux-dropzone/translations', 51 => 'vendor/symfony/stimulus-bundle/translations', 52 => 'vendor/symfony/ux-twig-component/translations', 53 => 'vendor/symfony/ux-live-component/translations', 54 => '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.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/BazingaJsTranslationBundle'), 'BazingaJsTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/views'), 'Payum');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/views'), '!Payum');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
$instance->addPath((\dirname(__DIR__, 4).'/src/ClientBundle/Resources/views'), 'SolidInvoiceClient');
$instance->addPath((\dirname(__DIR__, 4).'/src/ClientBundle/Resources/views'), '!SolidInvoiceClient');
$instance->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), 'SolidInvoiceCore');
$instance->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), '!SolidInvoiceCore');
$instance->addPath((\dirname(__DIR__, 4).'/src/DashboardBundle/Resources/views'), 'SolidInvoiceDashboard');
$instance->addPath((\dirname(__DIR__, 4).'/src/DashboardBundle/Resources/views'), '!SolidInvoiceDashboard');
$instance->addPath((\dirname(__DIR__, 4).'/src/DataGridBundle/Resources/views'), 'SolidInvoiceDataGrid');
$instance->addPath((\dirname(__DIR__, 4).'/src/DataGridBundle/Resources/views'), '!SolidInvoiceDataGrid');
$instance->addPath((\dirname(__DIR__, 4).'/src/InstallBundle/Resources/views'), 'SolidInvoiceInstall');
$instance->addPath((\dirname(__DIR__, 4).'/src/InstallBundle/Resources/views'), '!SolidInvoiceInstall');
$instance->addPath((\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/views'), 'SolidInvoiceInvoice');
$instance->addPath((\dirname(__DIR__, 4).'/src/InvoiceBundle/Resources/views'), '!SolidInvoiceInvoice');
$instance->addPath((\dirname(__DIR__, 4).'/src/MenuBundle/Resources/views'), 'SolidInvoiceMenu');
$instance->addPath((\dirname(__DIR__, 4).'/src/MenuBundle/Resources/views'), '!SolidInvoiceMenu');
$instance->addPath((\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/views'), 'SolidInvoicePayment');
$instance->addPath((\dirname(__DIR__, 4).'/src/PaymentBundle/Resources/views'), '!SolidInvoicePayment');
$instance->addPath((\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/views'), 'SolidInvoiceQuote');
$instance->addPath((\dirname(__DIR__, 4).'/src/QuoteBundle/Resources/views'), '!SolidInvoiceQuote');
$instance->addPath((\dirname(__DIR__, 4).'/src/SettingsBundle/Resources/views'), 'SolidInvoiceSettings');
$instance->addPath((\dirname(__DIR__, 4).'/src/SettingsBundle/Resources/views'), '!SolidInvoiceSettings');
$instance->addPath((\dirname(__DIR__, 4).'/src/TaxBundle/Resources/views'), 'SolidInvoiceTax');
$instance->addPath((\dirname(__DIR__, 4).'/src/TaxBundle/Resources/views'), '!SolidInvoiceTax');
$instance->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), 'SolidInvoiceUser');
$instance->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), '!SolidInvoiceUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/templates'), 'Dropzone');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone/templates'), '!Dropzone');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), 'TwigComponent');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), '!TwigComponent');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/templates'), 'LiveComponent');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/templates'), '!LiveComponent');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'twig.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('secret')), $a));
}
/**
* Gets the private 'twig.runtime.markdown' shared service.
*
* @return \Twig\Extra\Markdown\MarkdownRuntime
*/
protected function getTwig_Runtime_MarkdownService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/MarkdownInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/markdown-extra/DefaultMarkdown.php';
return $this->privates['twig.runtime.markdown'] = new \Twig\Extra\Markdown\MarkdownRuntime(new \Twig\Extra\Markdown\DefaultMarkdown());
}
/**
* 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';
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* 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), ($this->privates['twig.template_iterator'] ?? ($this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\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 'ux.live_component.add_attributes_subscriber' shared service.
*
* @return \Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber
*/
protected function getUx_LiveComponent_AddAttributesSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/AddLiveAttributesSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/TemplateMap.php';
return $this->privates['ux.live_component.add_attributes_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber(($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())), ($this->privates['ux.live_component.twig.template_mapper'] ?? ($this->privates['ux.live_component.twig.template_mapper'] = new \Symfony\UX\LiveComponent\Twig\TemplateMap(($this->targetDir.''.'/live_components_twig_templates.map')))), (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => ['privates', 'ux.live_component.live_controller_attributes_creator', 'getUx_LiveComponent_LiveControllerAttributesCreatorService', false],
], [
'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => 'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator',
]))->withContext('ux.live_component.add_attributes_subscriber', $this));
}
/**
* Gets the private 'ux.live_component.attribute_helper_factory' shared service.
*
* @return \Symfony\UX\LiveComponent\Util\TwigAttributeHelperFactory
*/
protected function getUx_LiveComponent_AttributeHelperFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Util/TwigAttributeHelperFactory.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['ux.live_component.attribute_helper_factory'])) {
return $this->privates['ux.live_component.attribute_helper_factory'];
}
return $this->privates['ux.live_component.attribute_helper_factory'] = new \Symfony\UX\LiveComponent\Util\TwigAttributeHelperFactory($a);
}
/**
* Gets the private 'ux.live_component.child_component_partial_renderer' shared service.
*
* @return \Symfony\UX\LiveComponent\Util\ChildComponentPartialRenderer
*/
protected function getUx_LiveComponent_ChildComponentPartialRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Util/ChildComponentPartialRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Util/FingerprintCalculator.php';
$a = ($this->privates['ux.live_component.attribute_helper_factory'] ?? $this->getUx_LiveComponent_AttributeHelperFactoryService());
if (isset($this->privates['ux.live_component.child_component_partial_renderer'])) {
return $this->privates['ux.live_component.child_component_partial_renderer'];
}
return $this->privates['ux.live_component.child_component_partial_renderer'] = new \Symfony\UX\LiveComponent\Util\ChildComponentPartialRenderer(($this->privates['ux.live_component.fingerprint_calculator'] ?? ($this->privates['ux.live_component.fingerprint_calculator'] = new \Symfony\UX\LiveComponent\Util\FingerprintCalculator($this->getEnv('secret')))), $a, (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => ['privates', 'ux.live_component.component_hydrator', 'getUx_LiveComponent_ComponentHydratorService', false],
'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => ['privates', 'ux.live_component.metadata_factory', 'getUx_LiveComponent_MetadataFactoryService', false],
'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => ['privates', 'ux.live_component.live_controller_attributes_creator', 'getUx_LiveComponent_LiveControllerAttributesCreatorService', false],
'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates', 'ux.twig_component.component_factory', 'getUx_TwigComponent_ComponentFactoryService', false],
], [
'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator',
'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => 'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory',
'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator' => 'Symfony\\UX\\LiveComponent\\Util\\LiveControllerAttributesCreator',
'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
]))->withContext('ux.live_component.child_component_partial_renderer', $this));
}
/**
* Gets the private 'ux.live_component.component_hydrator' shared service.
*
* @return \Symfony\UX\LiveComponent\LiveComponentHydrator
*/
protected function getUx_LiveComponent_ComponentHydratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/LiveComponentHydrator.php';
$a = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
if (isset($this->privates['ux.live_component.component_hydrator'])) {
return $this->privates['ux.live_component.component_hydrator'];
}
return $this->privates['ux.live_component.component_hydrator'] = new \Symfony\UX\LiveComponent\LiveComponentHydrator(new RewindableGenerator(function () {
yield 0 => ($this->privates['ux.live_component.doctrine_entity_hydration_extension'] ?? $this->getUx_LiveComponent_DoctrineEntityHydrationExtensionService());
}, 1), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('secret'));
}
/**
* Gets the private 'ux.live_component.defer_live_component_subscriber' shared service.
*
* @return \Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber
*/
protected function getUx_LiveComponent_DeferLiveComponentSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/DeferLiveComponentSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
return $this->privates['ux.live_component.defer_live_component_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber(($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())), ($this->privates['ux.live_component.live_controller_attributes_creator'] ?? $this->getUx_LiveComponent_LiveControllerAttributesCreatorService()));
}
/**
* Gets the private 'ux.live_component.deterministic_id_calculator' shared service.
*
* @return \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator
*/
protected function getUx_LiveComponent_DeterministicIdCalculatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/DeterministicTwigIdCalculator.php';
return $this->privates['ux.live_component.deterministic_id_calculator'] = new \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator();
}
/**
* Gets the private 'ux.live_component.doctrine_entity_hydration_extension' shared service.
*
* @return \Symfony\UX\LiveComponent\Hydration\DoctrineEntityHydrationExtension
*/
protected function getUx_LiveComponent_DoctrineEntityHydrationExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Hydration/HydrationExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Hydration/DoctrineEntityHydrationExtension.php';
return $this->privates['ux.live_component.doctrine_entity_hydration_extension'] = new \Symfony\UX\LiveComponent\Hydration\DoctrineEntityHydrationExtension(new RewindableGenerator(function () {
yield 0 => ($this->services['doctrine'] ?? $this->getDoctrineService());
}, 1));
}
/**
* Gets the private 'ux.live_component.event_listener.data_model_props_subscriber' shared service.
*
* @return \Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber
*/
protected function getUx_LiveComponent_EventListener_DataModelPropsSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/DataModelPropsSubscriber.php';
return $this->privates['ux.live_component.event_listener.data_model_props_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber(($this->privates['ux.twig_component.live_component_stack'] ?? $this->getUx_TwigComponent_LiveComponentStackService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'ux.live_component.event_subscriber' shared service.
*
* @return \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber
*/
protected function getUx_LiveComponent_EventSubscriberService()
{
return $this->privates['ux.live_component.event_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => ['privates', 'ux.live_component.component_hydrator', 'getUx_LiveComponent_ComponentHydratorService', false],
'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => ['privates', 'ux.live_component.metadata_factory', 'getUx_LiveComponent_MetadataFactoryService', false],
'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates', 'ux.twig_component.component_factory', 'getUx_TwigComponent_ComponentFactoryService', false],
'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates', 'ux.twig_component.component_renderer', 'getUx_TwigComponent_ComponentRendererService', false],
], [
'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator',
'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory' => 'Symfony\\UX\\LiveComponent\\Metadata\\LiveComponentMetadataFactory',
'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
]))->withContext('ux.live_component.event_subscriber', $this));
}
/**
* Gets the private 'ux.live_component.intercept_child_component_render_subscriber' shared service.
*
* @return \Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber
*/
protected function getUx_LiveComponent_InterceptChildComponentRenderSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/InterceptChildComponentRenderSubscriber.php';
return $this->privates['ux.live_component.intercept_child_component_render_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber(($this->privates['ux.twig_component.live_component_stack'] ?? $this->getUx_TwigComponent_LiveComponentStackService()), (new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\UX\\LiveComponent\\Twig\\DeterministicTwigIdCalculator' => ['privates', 'ux.live_component.deterministic_id_calculator', 'getUx_LiveComponent_DeterministicIdCalculatorService', false],
'Symfony\\UX\\LiveComponent\\Util\\ChildComponentPartialRenderer' => ['privates', 'ux.live_component.child_component_partial_renderer', 'getUx_LiveComponent_ChildComponentPartialRendererService', false],
], [
'Symfony\\UX\\LiveComponent\\Twig\\DeterministicTwigIdCalculator' => 'Symfony\\UX\\LiveComponent\\Twig\\DeterministicTwigIdCalculator',
'Symfony\\UX\\LiveComponent\\Util\\ChildComponentPartialRenderer' => 'Symfony\\UX\\LiveComponent\\Util\\ChildComponentPartialRenderer',
]))->withContext('ux.live_component.intercept_child_component_render_subscriber', $this));
}
/**
* Gets the private 'ux.live_component.live_controller_attributes_creator' shared service.
*
* @return \Symfony\UX\LiveComponent\Util\LiveControllerAttributesCreator
*/
protected function getUx_LiveComponent_LiveControllerAttributesCreatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Util/LiveControllerAttributesCreator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/LiveResponder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/DeterministicTwigIdCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Util/FingerprintCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/TemplateMap.php';
$a = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
return $this->privates['ux.live_component.live_controller_attributes_creator'];
}
$b = ($this->privates['ux.live_component.component_hydrator'] ?? $this->getUx_LiveComponent_ComponentHydratorService());
if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
return $this->privates['ux.live_component.live_controller_attributes_creator'];
}
$c = ($this->privates['ux.live_component.attribute_helper_factory'] ?? $this->getUx_LiveComponent_AttributeHelperFactoryService());
if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
return $this->privates['ux.live_component.live_controller_attributes_creator'];
}
$d = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['ux.live_component.live_controller_attributes_creator'])) {
return $this->privates['ux.live_component.live_controller_attributes_creator'];
}
return $this->privates['ux.live_component.live_controller_attributes_creator'] = new \Symfony\UX\LiveComponent\Util\LiveControllerAttributesCreator($a, $b, $c, ($this->privates['ux.live_component.deterministic_id_calculator'] ?? ($this->privates['ux.live_component.deterministic_id_calculator'] = new \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator())), ($this->privates['ux.live_component.fingerprint_calculator'] ?? ($this->privates['ux.live_component.fingerprint_calculator'] = new \Symfony\UX\LiveComponent\Util\FingerprintCalculator($this->getEnv('secret')))), $d, new \Symfony\UX\LiveComponent\LiveResponder(), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['ux.live_component.twig.template_mapper'] ?? ($this->privates['ux.live_component.twig.template_mapper'] = new \Symfony\UX\LiveComponent\Twig\TemplateMap(($this->targetDir.''.'/live_components_twig_templates.map')))));
}
/**
* Gets the private 'ux.live_component.metadata_factory' shared service.
*
* @return \Symfony\UX\LiveComponent\Metadata\LiveComponentMetadataFactory
*/
protected function getUx_LiveComponent_MetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Metadata/LiveComponentMetadataFactory.php';
$a = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
if (isset($this->privates['ux.live_component.metadata_factory'])) {
return $this->privates['ux.live_component.metadata_factory'];
}
$b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['ux.live_component.metadata_factory'])) {
return $this->privates['ux.live_component.metadata_factory'];
}
return $this->privates['ux.live_component.metadata_factory'] = new \Symfony\UX\LiveComponent\Metadata\LiveComponentMetadataFactory($a, $b);
}
/**
* Gets the private 'ux.live_component.query_string_initializer_subscriber' shared service.
*
* @return \Symfony\UX\LiveComponent\EventListener\QueryStringInitializeSubscriber
*/
protected function getUx_LiveComponent_QueryStringInitializerSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/QueryStringInitializeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Util/QueryStringPropsExtractor.php';
$a = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
if (isset($this->privates['ux.live_component.query_string_initializer_subscriber'])) {
return $this->privates['ux.live_component.query_string_initializer_subscriber'];
}
$b = ($this->privates['ux.live_component.component_hydrator'] ?? $this->getUx_LiveComponent_ComponentHydratorService());
if (isset($this->privates['ux.live_component.query_string_initializer_subscriber'])) {
return $this->privates['ux.live_component.query_string_initializer_subscriber'];
}
return $this->privates['ux.live_component.query_string_initializer_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\QueryStringInitializeSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, new \Symfony\UX\LiveComponent\Util\QueryStringPropsExtractor($b));
}
/**
* Gets the private 'ux.live_component.reset_deterministic_id_subscriber' shared service.
*
* @return \Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber
*/
protected function getUx_LiveComponent_ResetDeterministicIdSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/EventListener/ResetDeterministicIdSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/DeterministicTwigIdCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
return $this->privates['ux.live_component.reset_deterministic_id_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber(($this->privates['ux.live_component.deterministic_id_calculator'] ?? ($this->privates['ux.live_component.deterministic_id_calculator'] = new \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator())), ($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())));
}
/**
* Gets the private 'ux.live_component.twig.cache_warmer' shared service.
*
* @return \Symfony\UX\LiveComponent\Twig\TemplateCacheWarmer
*/
protected function getUx_LiveComponent_Twig_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['ux.live_component.twig.cache_warmer'] = new \Symfony\UX\LiveComponent\Twig\TemplateCacheWarmer(($this->privates['twig.template_iterator'] ?? ($this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\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')))), 'live_components_twig_templates.map', $this->getEnv('secret'));
}
/**
* Gets the private 'ux.live_component.twig.component_runtime' shared service.
*
* @return \Symfony\UX\LiveComponent\Twig\LiveComponentRuntime
*/
protected function getUx_LiveComponent_Twig_ComponentRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Twig/LiveComponentRuntime.php';
$a = ($this->privates['ux.live_component.component_hydrator'] ?? $this->getUx_LiveComponent_ComponentHydratorService());
if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
return $this->privates['ux.live_component.twig.component_runtime'];
}
$b = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
return $this->privates['ux.live_component.twig.component_runtime'];
}
$c = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
return $this->privates['ux.live_component.twig.component_runtime'];
}
$d = ($this->privates['ux.live_component.metadata_factory'] ?? $this->getUx_LiveComponent_MetadataFactoryService());
if (isset($this->privates['ux.live_component.twig.component_runtime'])) {
return $this->privates['ux.live_component.twig.component_runtime'];
}
return $this->privates['ux.live_component.twig.component_runtime'] = new \Symfony\UX\LiveComponent\Twig\LiveComponentRuntime($a, $b, $c, $d);
}
/**
* Gets the private 'ux.twig_component.command.debug' shared service.
*
* @return \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand
*/
protected function getUx_TwigComponent_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Command/TwigComponentDebugCommand.php';
$this->privates['ux.twig_component.command.debug'] = $instance = new \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand((\dirname(__DIR__, 4).'/templates'), ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings' => 'Settings'], 'components/');
$instance->setName('debug:twig-component');
$instance->setDescription('Display components and them usages for an application');
return $instance;
}
/**
* Gets the private 'ux.twig_component.component_factory' shared service.
*
* @return \Symfony\UX\TwigComponent\ComponentFactory
*/
protected function getUx_TwigComponent_ComponentFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['ux.twig_component.component_factory'])) {
return $this->privates['ux.twig_component.component_factory'];
}
return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\UX\TwigComponent\ComponentTemplateFinder(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), 'components/'), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Settings' => [false, 'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings', 'getSettings3Service', false],
], [
'Settings' => '?',
]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ['Settings' => ['key' => 'Settings', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'live' => true, 'csrf' => true, 'route' => 'ux_live_component', 'method' => 'post', 'url_reference_type' => 1, 'service_id' => 'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings', 'class' => 'SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings', 'template' => '@SolidInvoiceSettings/Components/Settings.html.twig']], ['SolidInvoice\\SettingsBundle\\Twig\\Components\\Settings' => 'Settings']);
}
/**
* Gets the private 'ux.twig_component.component_logger_listener' shared service.
*
* @return \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener
*/
protected function getUx_TwigComponent_ComponentLoggerListenerService()
{
return $this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'ux.twig_component.component_renderer' shared service.
*
* @return \Symfony\UX\TwigComponent\ComponentRenderer
*/
protected function getUx_TwigComponent_ComponentRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['ux.twig_component.component_renderer'])) {
return $this->privates['ux.twig_component.component_renderer'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['ux.twig_component.component_renderer'])) {
return $this->privates['ux.twig_component.component_renderer'];
}
$c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
if (isset($this->privates['ux.twig_component.component_renderer'])) {
return $this->privates['ux.twig_component.component_renderer'];
}
return $this->privates['ux.twig_component.component_renderer'] = new \Symfony\UX\TwigComponent\ComponentRenderer($a, $b, $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())));
}
/**
* Gets the private 'ux.twig_component.live_component_stack' shared service.
*
* @return \Symfony\UX\LiveComponent\Util\LiveComponentStack
*/
protected function getUx_TwigComponent_LiveComponentStackService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-live-component/src/Util/LiveComponentStack.php';
return $this->privates['ux.twig_component.live_component_stack'] = new \Symfony\UX\LiveComponent\Util\LiveComponentStack(($this->privates['ux.twig_component.component_stack'] ?? ($this->privates['ux.twig_component.component_stack'] = new \Symfony\UX\TwigComponent\ComponentStack())));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', 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],
], [
'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'), 1 => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/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));
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('strict');
}
/**
* 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['.sentry.traceable.http_client'] ?? $this->get_Sentry_Traceable_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
$a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private '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'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
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, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupDefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/static/entrypoints.json'), NULL, '_default', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', false],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the private 'webpack_encore.exception_listener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
*/
protected function getWebpackEncore_ExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'webpack_encore.tag_renderer' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
*/
protected function getWebpackEncore_TagRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['webpack_encore.tag_renderer'])) {
return $this->privates['webpack_encore.tag_renderer'];
}
return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
}
/**
* 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.invoice' alias.
*
* @return object The ".container.private.state_machine.invoice" service.
*/
protected function getStateMachine_InvoiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.invoice" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.invoice');
}
/**
* Gets the public 'state_machine.recurring_invoice' alias.
*
* @return object The ".container.private.state_machine.recurring_invoice" service.
*/
protected function getStateMachine_RecurringInvoiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.recurring_invoice" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.recurring_invoice');
}
/**
* Gets the public 'state_machine.quote' alias.
*
* @return object The ".container.private.state_machine.quote" service.
*/
protected function getStateMachine_QuoteService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.quote" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.quote');
}
/**
* 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 '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 '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.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,
'kernel.secret' => false,
'kernel.default_locale' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'swiftmailer.spool.default.memory.path' => false,
'doctrine.orm.proxy_dir' => false,
'stof_doctrine_extensions.default_locale' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'kernel.secret': $value = $this->getEnv('secret'); break;
case 'kernel.default_locale': $value = $this->getEnv('locale'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/SolidInvoice_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'stof_doctrine_extensions.default_locale': $value = $this->getEnv('locale'); 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',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'FormHandlerBundle' => 'SolidWorx\\FormHandler\\FormHandlerBundle',
'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
'SolidInvoiceApiBundle' => 'SolidInvoice\\ApiBundle\\SolidInvoiceApiBundle',
'SolidInvoiceClientBundle' => 'SolidInvoice\\ClientBundle\\SolidInvoiceClientBundle',
'SolidInvoiceCoreBundle' => 'SolidInvoice\\CoreBundle\\SolidInvoiceCoreBundle',
'SolidInvoiceCronBundle' => 'SolidInvoice\\CronBundle\\SolidInvoiceCronBundle',
'SolidInvoiceDashboardBundle' => 'SolidInvoice\\DashboardBundle\\SolidInvoiceDashboardBundle',
'SolidInvoiceDataGridBundle' => 'SolidInvoice\\DataGridBundle\\SolidInvoiceDataGridBundle',
'SolidInvoiceFormBundle' => 'SolidInvoice\\FormBundle\\SolidInvoiceFormBundle',
'SolidInvoiceInstallBundle' => 'SolidInvoice\\InstallBundle\\SolidInvoiceInstallBundle',
'SolidInvoiceInvoiceBundle' => 'SolidInvoice\\InvoiceBundle\\SolidInvoiceInvoiceBundle',
'SolidInvoiceMailerBundle' => 'SolidInvoice\\MailerBundle\\SolidInvoiceMailerBundle',
'SolidInvoiceMenuBundle' => 'SolidInvoice\\MenuBundle\\SolidInvoiceMenuBundle',
'SolidInvoiceMoneyBundle' => 'SolidInvoice\\MoneyBundle\\SolidInvoiceMoneyBundle',
'SolidInvoiceNotificationBundle' => 'SolidInvoice\\NotificationBundle\\SolidInvoiceNotificationBundle',
'SolidInvoicePaymentBundle' => 'SolidInvoice\\PaymentBundle\\SolidInvoicePaymentBundle',
'SolidInvoiceQuoteBundle' => 'SolidInvoice\\QuoteBundle\\SolidInvoiceQuoteBundle',
'SolidInvoiceSettingsBundle' => 'SolidInvoice\\SettingsBundle\\SolidInvoiceSettingsBundle',
'SolidInvoiceTaxBundle' => 'SolidInvoice\\TaxBundle\\SolidInvoiceTaxBundle',
'SolidInvoiceUserBundle' => 'SolidInvoice\\UserBundle\\SolidInvoiceUserBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'LiipTestFixturesBundle' => 'Liip\\TestFixturesBundle\\LiipTestFixturesBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
'TogglerBundle' => 'SolidWorx\\Toggler\\Symfony\\TogglerBundle',
'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
'ZenstruckScheduleBundle' => 'Zenstruck\\ScheduleBundle\\ZenstruckScheduleBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'DropzoneBundle' => 'Symfony\\UX\\Dropzone\\DropzoneBundle',
'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
'LiveComponentBundle' => 'Symfony\\UX\\LiveComponent\\LiveComponentBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'BazingaJsTranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle'),
'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'PayumBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle'),
'namespace' => 'Payum\\Bundle\\PayumBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'FormHandlerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/solidworx/form-handler-bundle/src'),
'namespace' => 'SolidWorx\\FormHandler',
],
'ApiPlatformBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
'namespace' => 'ApiPlatform\\Symfony\\Bundle',
],
'SolidInvoiceApiBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/ApiBundle'),
'namespace' => 'SolidInvoice\\ApiBundle',
],
'SolidInvoiceClientBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/ClientBundle'),
'namespace' => 'SolidInvoice\\ClientBundle',
],
'SolidInvoiceCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/CoreBundle'),
'namespace' => 'SolidInvoice\\CoreBundle',
],
'SolidInvoiceCronBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/CronBundle'),
'namespace' => 'SolidInvoice\\CronBundle',
],
'SolidInvoiceDashboardBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/DashboardBundle'),
'namespace' => 'SolidInvoice\\DashboardBundle',
],
'SolidInvoiceDataGridBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/DataGridBundle'),
'namespace' => 'SolidInvoice\\DataGridBundle',
],
'SolidInvoiceFormBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/FormBundle'),
'namespace' => 'SolidInvoice\\FormBundle',
],
'SolidInvoiceInstallBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/InstallBundle'),
'namespace' => 'SolidInvoice\\InstallBundle',
],
'SolidInvoiceInvoiceBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/InvoiceBundle'),
'namespace' => 'SolidInvoice\\InvoiceBundle',
],
'SolidInvoiceMailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/MailerBundle'),
'namespace' => 'SolidInvoice\\MailerBundle',
],
'SolidInvoiceMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/MenuBundle'),
'namespace' => 'SolidInvoice\\MenuBundle',
],
'SolidInvoiceMoneyBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/MoneyBundle'),
'namespace' => 'SolidInvoice\\MoneyBundle',
],
'SolidInvoiceNotificationBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/NotificationBundle'),
'namespace' => 'SolidInvoice\\NotificationBundle',
],
'SolidInvoicePaymentBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/PaymentBundle'),
'namespace' => 'SolidInvoice\\PaymentBundle',
],
'SolidInvoiceQuoteBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/QuoteBundle'),
'namespace' => 'SolidInvoice\\QuoteBundle',
],
'SolidInvoiceSettingsBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/SettingsBundle'),
'namespace' => 'SolidInvoice\\SettingsBundle',
],
'SolidInvoiceTaxBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/TaxBundle'),
'namespace' => 'SolidInvoice\\TaxBundle',
],
'SolidInvoiceUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/UserBundle'),
'namespace' => 'SolidInvoice\\UserBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'LiipTestFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/test-fixtures-bundle/src'),
'namespace' => 'Liip\\TestFixturesBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'NelmioAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
],
'FidryAliceDataFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
],
'HautelookAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src'),
'namespace' => 'Hautelook\\AliceBundle',
],
'TogglerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/solidworx/toggler/src/Symfony'),
'namespace' => 'SolidWorx\\Toggler\\Symfony',
],
'ZenstruckFoundryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/zenstruck/foundry/src'),
'namespace' => 'Zenstruck\\Foundry',
],
'ZenstruckScheduleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src'),
'namespace' => 'Zenstruck\\ScheduleBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'DropzoneBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-dropzone'),
'namespace' => 'Symfony\\UX\\Dropzone',
],
'StimulusBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle'),
'namespace' => 'Symfony\\UX\\StimulusBundle',
],
'TwigComponentBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component'),
'namespace' => 'Symfony\\UX\\TwigComponent',
],
'LiveComponentBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-live-component'),
'namespace' => 'Symfony\\UX\\LiveComponent',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'SolidInvoice_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'payum.template.layout' => '@SolidInvoicePayment/layout.html.twig',
'env(database_driver)' => 'pdo_mysql',
'env(database_host)' => '127.0.0.1',
'env(database_port)' => '3306',
'env(database_name)' => 'solidinvoice',
'env(database_user)' => 'root',
'env(database_password)' => NULL,
'env(database_version)' => '1.0',
'env(mailer_transport)' => 'sendmail',
'env(mailer_host)' => '127.0.0.1',
'env(mailer_user)' => NULL,
'env(mailer_password)' => NULL,
'env(mailer_port)' => NULL,
'env(mailer_encryption)' => NULL,
'env(locale)' => 'en',
'env(secret)' => 'SecretToken',
'env(installed)' => NULL,
'env(SOLIDINVOICE_ALLOW_REGISTRATION)' => '0',
'env(SENTRY_DSN)' => NULL,
'env(MAILER_DSN)' => 'smtp://mail.dashiro.ro:587?encryption=starttls&auth_mode=login&username=office&password=Volum123',
'env(SENTRY_SEND_DEFAULT_PII)' => '0',
'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.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'name' => 'SOLIDINVOICE_APP',
'cookie_httponly' => true,
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_CLIENT' => [
0 => 'ROLE_USER',
],
'ROLE_USER' => [
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'assets',
1 => 'api_doc',
2 => 'installation',
3 => 'api_login',
4 => 'api',
5 => 'main',
],
'security.api_doc._indexed_authenticators' => [
],
'security.installation._indexed_authenticators' => [
],
'security.api_login._indexed_authenticators' => [
],
'security.api._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@LiveComponent/form_theme.html.twig',
2 => '@Dropzone/form_theme.html.twig',
3 => '@SolidInvoiceCore/Form/fields.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
'monolog.handler.sentry' => NULL,
],
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => 'test@localhost',
'swiftmailer.mailer.default.delivery_addresses' => [
0 => 'test@localhost',
],
'swiftmailer.mailer.default.delivery_whitelist' => [
],
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => 'test@localhost',
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'uuid' => [
'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
],
'uuid_binary_ordered_time' => [
'class' => 'Ramsey\\Uuid\\Doctrine\\UuidBinaryOrderedTimeType',
],
'BigInteger' => [
'class' => 'SolidInvoice\\CoreBundle\\Doctrine\\Type\\BigIntegerType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'knp_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'payum.capture_path' => 'payum_capture_do',
'payum.notify_path' => 'payum_notify_do',
'payum.authorize_path' => 'payum_authorize_do',
'payum.refund_path' => 'payum_refund_do',
'payum.cancel_path' => 'payum_cancel_do',
'payum.payout_path' => 'payum_payout_do',
'payum.available_gateway_factories' => [
],
'payum.storage.doctrine.orm.class' => 'Payum\\Core\\Bridge\\Doctrine\\Storage\\DoctrineStorage',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.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',
'api_platform.metadata_backward_compatibility_layer' => false,
'api_platform.enable_entrypoint' => true,
'api_platform.enable_docs' => true,
'api_platform.title' => 'Dashiro Invoice - eFactura',
'api_platform.description' => 'SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing.'."\n".''."\n".'### Authentication'."\n".'SolidInvoice uses an API tokens for authentication.'."\n".'To authenticate, you need to create an API token and set the `X-API-TOKEN` header to your API token.'."\n".''."\n".'To create an API token, go to the [API Tokens](/profile/api) page and click the `Create Token` button.'."\n".''."\n".'```bash'."\n".'curl -H "X-API-TOKEN=${apiToken}" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'Or when using a PHP client:'."\n".''."\n".'```php'."\n".'$client = new \\GuzzleHttp\\Client();'."\n".'$client->request(\\\'GET\\\', \\\'https://example.com/api/invoices\\\', ['."\n".' \'headers\' => ['."\n".' \'X-API-TOKEN\' => \'${apiToken}\','."\n".' ],'."\n".']);'."\n".'```'."\n".''."\n".'### API Documentation'."\n".''."\n".'The API documentation is available at `/api/docs`.'."\n".'You can also view the documentation in other formats by going to [`/api/docs.json`](/api/docs.json), [`/api/docs.jsonld`](/api/docs.jsonld) or [`/api/docs.xml`](/api/docs.xml).'."\n".''."\n".'### Pagination'."\n".''."\n".'The default page size is 30. You can change the page size by setting the `itemsPerPage` query parameter. You can also change the page by setting the `page` query parameter.'."\n".''."\n".'```bash'."\n".'GET /api/invoices?itemsPerPage=10&page=2'."\n".'```'."\n".''."\n".'### Error Handling'."\n".''."\n".'The API uses the [RFC7807](https://tools.ietf.org/html/rfc7807) standard for error handling. If an error occurs, the API will return a JSON object with the following properties:'."\n".''."\n".'- `type`: A reference that identifies the problem type.'."\n".'- `title`: A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).'."\n".'- `description`: A human-readable explanation specific to this occurrence of the problem'."\n".''."\n".'### Formats'."\n".''."\n".'The API supports the following formats, based on the `Accept` header:'."\n".''."\n".'- `jsonld`: `application/ld+json`'."\n".'- `jsonhal`: `application/hal+json`'."\n".'- `json`: `application/json`'."\n".'- `xml`: `application/xml`, `text/xml`'."\n".'- `html`: `text/html`'."\n".''."\n".'Example changing the format:'."\n".''."\n".'```bash'."\n".'curl -H "Accept: application/hal+json" https://example.com/api/invoices'."\n".'```'."\n".''."\n".'### Swagger Versions'."\n".''."\n".'The API supports the following Swagger versions:'."\n".''."\n".'- `2`'."\n".'- `3`',
'api_platform.version' => '1.0.2',
'api_platform.show_webby' => false,
'api_platform.url_generation_strategy' => 1,
'api_platform.exception_to_status' => [
'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
'ApiPlatform\\Exception\\FilterValidationException' => 400,
'Doctrine\\ORM\\OptimisticLockException' => 409,
],
'api_platform.formats' => [
'jsonld' => [
0 => 'application/ld+json',
],
'jsonhal' => [
0 => 'application/hal+json',
],
'json' => [
0 => 'application/json',
],
'xml' => [
0 => 'application/xml',
1 => 'text/xml',
],
'html' => [
0 => 'text/html',
],
],
'api_platform.patch_formats' => [
],
'api_platform.error_formats' => [
'jsonproblem' => [
0 => 'application/problem+json',
],
'jsonld' => [
0 => 'application/ld+json',
],
],
'api_platform.allow_plain_identifiers' => false,
'api_platform.eager_loading.enabled' => true,
'api_platform.eager_loading.max_joins' => 30,
'api_platform.eager_loading.fetch_partial' => false,
'api_platform.eager_loading.force_eager' => true,
'api_platform.collection.exists_parameter_name' => 'exists',
'api_platform.collection.order' => 'ASC',
'api_platform.collection.order_parameter_name' => 'order',
'api_platform.collection.order_nulls_comparison' => NULL,
'api_platform.collection.pagination.enabled' => true,
'api_platform.collection.pagination.partial' => false,
'api_platform.collection.pagination.client_enabled' => false,
'api_platform.collection.pagination.client_items_per_page' => false,
'api_platform.collection.pagination.client_partial' => false,
'api_platform.collection.pagination.items_per_page' => 30,
'api_platform.collection.pagination.maximum_items_per_page' => NULL,
'api_platform.collection.pagination.page_parameter_name' => 'page',
'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
'api_platform.collection.pagination.partial_parameter_name' => 'partial',
'api_platform.collection.pagination' => [
'enabled' => true,
'partial' => false,
'client_enabled' => false,
'client_items_per_page' => false,
'client_partial' => false,
'items_per_page' => 30,
'maximum_items_per_page' => NULL,
'page_parameter_name' => 'page',
'enabled_parameter_name' => 'pagination',
'items_per_page_parameter_name' => 'itemsPerPage',
'partial_parameter_name' => 'partial',
],
'api_platform.http_cache.etag' => true,
'api_platform.http_cache.max_age' => NULL,
'api_platform.http_cache.shared_max_age' => NULL,
'api_platform.http_cache.vary' => [
0 => 'Accept',
],
'api_platform.http_cache.public' => NULL,
'api_platform.http_cache.invalidation.max_header_length' => 7500,
'api_platform.http_cache.invalidation.xkey.glue' => ' ',
'api_platform.asset_package' => NULL,
'api_platform.defaults' => [
'extra_properties' => [
],
'formats' => [
0 => 'json',
],
],
'api_platform.resource_class_directories' => [
0 => (\dirname(__DIR__, 4).'/src/ClientBundle/Entity'),
1 => (\dirname(__DIR__, 4).'/src/CoreBundle/Entity'),
2 => (\dirname(__DIR__, 4).'/src/InvoiceBundle/Entity'),
3 => (\dirname(__DIR__, 4).'/src/PaymentBundle/Entity'),
4 => (\dirname(__DIR__, 4).'/src/QuoteBundle/Entity'),
5 => (\dirname(__DIR__, 4).'/src/SettingsBundle/Entity'),
6 => (\dirname(__DIR__, 4).'/src/TaxBundle/Entity'),
7 => (\dirname(__DIR__, 4).'/src/UserBundle/Entity'),
],
'api_platform.oauth.enabled' => false,
'api_platform.oauth.clientId' => '',
'api_platform.oauth.clientSecret' => '',
'api_platform.oauth.type' => 'oauth2',
'api_platform.oauth.flow' => 'application',
'api_platform.oauth.tokenUrl' => '',
'api_platform.oauth.authorizationUrl' => '',
'api_platform.oauth.refreshUrl' => '',
'api_platform.oauth.scopes' => [
],
'api_platform.oauth.pkce' => false,
'api_platform.openapi.termsOfService' => NULL,
'api_platform.openapi.contact.name' => NULL,
'api_platform.openapi.contact.url' => NULL,
'api_platform.openapi.contact.email' => NULL,
'api_platform.openapi.license.name' => NULL,
'api_platform.openapi.license.url' => NULL,
'api_platform.swagger.versions' => [
0 => 2,
1 => 3,
],
'api_platform.enable_swagger_ui' => true,
'api_platform.enable_re_doc' => true,
'api_platform.swagger.api_keys' => [
0 => [
'name' => 'X-API-TOKEN',
'type' => 'header',
],
],
'api_platform.swagger_ui.extra_configuration' => [
],
'api_platform.graphql.enabled' => false,
'api_platform.graphql.graphiql.enabled' => false,
'api_platform.graphql.graphql_playground.enabled' => false,
'api_platform.graphql.collection.pagination' => [
'enabled' => true,
],
'api_platform.validator.serialize_payload_fields' => [
],
'api_platform.validator.query_parameter_validation' => true,
'api_platform.elasticsearch.enabled' => false,
'grid.definitions' => [
'active_client_grid' => [
'title' => 'Active Clients',
'icon' => 'check',
'source' => [
'repository' => 'SolidInvoiceClientBundle:Client',
'method' => 'getGridQuery',
],
'properties' => [
'route' => '_clients_view',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'name' => [
'name' => 'name',
'label' => 'Name',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'website' => [
'name' => 'website',
'label' => 'Website',
'editable' => false,
'cell' => 'uri',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'client_status',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'name',
1 => 'website',
2 => 'status',
],
],
'line_actions' => [
'view' => [
'icon' => 'eye',
'label' => 'client.grid.actions.view',
'route' => '_clients_view',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
'edit' => [
'icon' => 'edit',
'label' => 'client.grid.actions.edit',
'route' => '_clients_edit',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
],
'actions' => [
'archive' => [
'label' => 'Archive',
'icon' => 'archive',
'confirm' => 'Are you sure you want to archive the selected rows?',
'action' => 'client_grid_archive',
'className' => 'warning',
],
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'client_grid_delete',
'className' => 'danger',
],
],
'filters' => [
],
],
'archive_client_grid' => [
'title' => 'Archived Clients',
'icon' => 'archive',
'source' => [
'repository' => 'SolidInvoiceClientBundle:Client',
'method' => 'getArchivedGridQuery',
],
'properties' => [
'route' => '_clients_view',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'integer',
'formatter' => NULL,
],
'name' => [
'name' => 'name',
'label' => 'Name',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'website' => [
'name' => 'website',
'label' => 'Website',
'editable' => false,
'cell' => 'uri',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'client_status',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'name',
1 => 'website',
2 => 'status',
],
],
'actions' => [
'restore' => [
'label' => 'Restore',
'icon' => 'archive',
'confirm' => 'Are you sure you want to restore the selected rows?',
'action' => 'client_grid_restore',
'className' => 'info',
],
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'client_grid_delete',
'className' => 'danger',
],
],
'line_actions' => [
],
'filters' => [
],
],
'active_invoice_grid' => [
'title' => 'Active Invoices',
'icon' => 'check',
'source' => [
'repository' => 'SolidInvoiceInvoiceBundle:Invoice',
'method' => 'getGridQuery',
],
'properties' => [
'route' => '_invoices_view',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'invoiceId',
'label' => 'ID',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'invoice_status',
'formatter' => NULL,
],
'client' => [
'name' => 'client',
'label' => 'Client',
'editable' => false,
'cell' => 'client',
'formatter' => NULL,
],
'total' => [
'name' => 'total',
'label' => 'Total',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'tax' => [
'name' => 'tax',
'label' => 'Tax',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'discount' => [
'name' => 'discount',
'label' => 'Discount',
'editable' => false,
'cell' => 'string',
'formatter' => 'discount',
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'status',
1 => 'total',
2 => 'c.name',
],
],
'line_actions' => [
'view' => [
'icon' => 'eye',
'label' => 'invoice.grid.actions.view',
'route' => '_invoices_view',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
'edit' => [
'icon' => 'edit',
'label' => 'invoice.grid.actions.edit',
'route' => '_invoices_edit',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
],
'actions' => [
'archive' => [
'label' => 'Archive',
'icon' => 'archive',
'confirm' => 'Are you sure you want to archive the selected rows?',
'action' => 'invoice_grid_archive',
'className' => 'warning',
],
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'invoice_grid_delete',
'className' => 'danger',
],
],
'filters' => [
],
],
'archive_invoice_grid' => [
'title' => 'Archived Invoices',
'icon' => 'archive',
'source' => [
'repository' => 'SolidInvoiceInvoiceBundle:Invoice',
'method' => 'getArchivedGridQuery',
],
'properties' => [
'route' => '_invoices_view',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'integer',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'invoice_status',
'formatter' => NULL,
],
'client' => [
'name' => 'client',
'label' => 'Client',
'editable' => false,
'cell' => 'client',
'formatter' => NULL,
],
'total' => [
'name' => 'total',
'label' => 'Total',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'tax' => [
'name' => 'tax',
'label' => 'Tax',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'discount' => [
'name' => 'discount',
'label' => 'Discount',
'editable' => false,
'cell' => 'string',
'formatter' => 'discount',
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'status',
1 => 'total',
2 => 'c.name',
],
],
'actions' => [
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'invoice_grid_delete',
'className' => 'danger',
],
],
'line_actions' => [
],
'filters' => [
],
],
'recurring_invoice_grid' => [
'title' => 'Recurring Invoices',
'icon' => 'sync-alt',
'source' => [
'repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice',
'method' => 'getRecurringGridQuery',
],
'properties' => [
'route' => '_invoices_view_recurring',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'integer',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'invoice_status',
'formatter' => NULL,
],
'client' => [
'name' => 'client',
'label' => 'Client',
'editable' => false,
'cell' => 'client',
'formatter' => NULL,
],
'total' => [
'name' => 'total',
'label' => 'Total',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'tax' => [
'name' => 'tax',
'label' => 'Tax',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'discount' => [
'name' => 'discount',
'label' => 'Discount',
'editable' => false,
'cell' => 'string',
'formatter' => 'discount',
],
'dateStart' => [
'name' => 'dateStart',
'label' => 'Start Date',
'editable' => false,
'cell' => 'recurringInvoiceStart',
'formatter' => NULL,
],
'dateEnd' => [
'name' => 'dateEnd',
'label' => 'End Date',
'editable' => false,
'cell' => 'recurringInvoiceEnd',
'formatter' => NULL,
],
'frequency' => [
'name' => 'frequency',
'label' => 'Frequency',
'editable' => false,
'cell' => 'recurringInvoiceFrequency',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'status',
1 => 'total',
2 => 'c.name',
],
],
'line_actions' => [
'view' => [
'icon' => 'eye',
'label' => 'invoice.grid.actions.view',
'route' => '_invoices_view',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
'edit' => [
'icon' => 'edit',
'label' => 'invoice.grid.actions.edit',
'route' => '_invoices_edit_recurring',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
],
'actions' => [
'archive' => [
'label' => 'Archive',
'icon' => 'archive',
'confirm' => 'Are you sure you want to archive the selected rows?',
'action' => 'invoice_grid_recurring_archive',
'className' => 'warning',
],
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'invoice_grid_recurring_delete',
'className' => 'danger',
],
],
'filters' => [
],
],
'archive_recurring_invoice_grid' => [
'title' => 'Archived Recurring Invoices',
'icon' => 'archive',
'source' => [
'repository' => 'SolidInvoiceInvoiceBundle:RecurringInvoice',
'method' => 'getArchivedGridQuery',
],
'properties' => [
'route' => '_invoices_view_recurring',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'integer',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'invoice_status',
'formatter' => NULL,
],
'client' => [
'name' => 'client',
'label' => 'Client',
'editable' => false,
'cell' => 'client',
'formatter' => NULL,
],
'total' => [
'name' => 'total',
'label' => 'Total',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'tax' => [
'name' => 'tax',
'label' => 'Tax',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'discount' => [
'name' => 'discount',
'label' => 'Discount',
'editable' => false,
'cell' => 'string',
'formatter' => 'discount',
],
'dateStart' => [
'name' => 'dateStart',
'label' => 'Start Date',
'editable' => false,
'cell' => 'recurringInvoiceStart',
'formatter' => NULL,
],
'dateEnd' => [
'name' => 'dateEnd',
'label' => 'End Date',
'editable' => false,
'cell' => 'recurringInvoiceEnd',
'formatter' => NULL,
],
'frequency' => [
'name' => 'frequency',
'label' => 'Frequency',
'editable' => false,
'cell' => 'recurringInvoiceFrequency',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'status',
1 => 'total',
2 => 'c.name',
],
],
'actions' => [
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'invoice_grid_recurring_delete',
'className' => 'danger',
],
],
'line_actions' => [
],
'filters' => [
],
],
'payment_grid' => [
'source' => [
'repository' => 'SolidInvoicePaymentBundle:Payment',
'method' => 'getGridQuery',
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'invoice' => [
'name' => 'invoice',
'label' => 'Invoice',
'editable' => false,
'cell' => 'invoice',
'formatter' => NULL,
],
'client' => [
'name' => 'client',
'label' => 'Client',
'editable' => false,
'cell' => 'client',
'formatter' => NULL,
],
'total_amount' => [
'name' => 'totalAmount',
'label' => 'Total',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'currency_code' => [
'name' => 'currencyCode',
'label' => 'Currency',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'method' => [
'name' => 'method',
'label' => 'Method',
'editable' => false,
'cell' => 'string',
'formatter' => 'object',
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'payment_status',
'formatter' => NULL,
],
'message' => [
'name' => 'message',
'label' => 'Message',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'completed' => [
'name' => 'completed',
'label' => 'Completed',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'totalAmount',
1 => 'currencyCode',
2 => 'm.name',
3 => 'status',
4 => 'message',
5 => 'c.name',
],
],
'icon' => '',
'title' => '',
'properties' => [
'sortable' => true,
'paginate' => true,
'route' => NULL,
],
'actions' => [
],
'line_actions' => [
],
'filters' => [
],
],
'invoice_payment_grid' => [
'source' => [
'repository' => 'SolidInvoicePaymentBundle:Payment',
'method' => 'getGridQuery',
],
'columns' => [
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'payment_status',
'formatter' => NULL,
],
'method' => [
'name' => 'method',
'label' => 'Method',
'editable' => false,
'cell' => 'string',
'formatter' => 'object',
],
'completed' => [
'name' => 'completed',
'label' => 'Completed',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
'total_amount' => [
'name' => 'totalAmount',
'label' => 'Total',
'editable' => false,
'cell' => 'string',
'formatter' => 'money',
],
'message' => [
'name' => 'message',
'label' => 'Message',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'totalAmount',
1 => 'currencyCode',
2 => 'm.name',
3 => 'status',
4 => 'message',
],
],
'icon' => '',
'title' => '',
'properties' => [
'sortable' => true,
'paginate' => true,
'route' => NULL,
],
'actions' => [
],
'line_actions' => [
],
'filters' => [
],
],
'client_payment_grid' => [
'source' => [
'repository' => 'SolidInvoicePaymentBundle:Payment',
'method' => 'getGridQuery',
],
'columns' => [
'invoice' => [
'name' => 'invoice',
'label' => 'Invoice',
'editable' => false,
'cell' => 'invoice',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'payment_status',
'formatter' => NULL,
],
'method' => [
'name' => 'method',
'label' => 'Method',
'editable' => false,
'cell' => 'string',
'formatter' => 'object',
],
'completed' => [
'name' => 'completed',
'label' => 'Completed',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
'total_amount' => [
'name' => 'totalAmount',
'label' => 'Total',
'editable' => false,
'cell' => 'string',
'formatter' => 'money',
],
'message' => [
'name' => 'message',
'label' => 'Message',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'totalAmount',
1 => 'currencyCode',
2 => 'status',
3 => 'message',
],
],
'icon' => '',
'title' => '',
'properties' => [
'sortable' => true,
'paginate' => true,
'route' => NULL,
],
'actions' => [
],
'line_actions' => [
],
'filters' => [
],
],
'active_quote_grid' => [
'title' => 'Oferte Active',
'icon' => 'check',
'source' => [
'repository' => 'SolidInvoiceQuoteBundle:Quote',
'method' => 'getGridQuery',
],
'properties' => [
'route' => '_quotes_view',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'quoteId',
'label' => 'ID',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'quote_status',
'formatter' => NULL,
],
'client' => [
'name' => 'client',
'label' => 'Client',
'editable' => false,
'cell' => 'client',
'formatter' => NULL,
],
'total' => [
'name' => 'total',
'label' => 'Total',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'tax' => [
'name' => 'tax',
'label' => 'Tax',
'editable' => false,
'cell' => 'money',
'formatter' => 'money',
],
'discount' => [
'name' => 'discount',
'label' => 'Discount',
'editable' => false,
'cell' => 'string',
'formatter' => 'discount',
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'status',
1 => 'total',
2 => 'c.name',
],
],
'line_actions' => [
'view' => [
'icon' => 'eye',
'label' => 'quote.grid.actions.view',
'route' => '_quotes_view',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
'edit' => [
'icon' => 'edit',
'label' => 'quote.grid.actions.edit',
'route' => '_quotes_edit',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
],
'actions' => [
'archive' => [
'label' => 'Arhiveaza',
'icon' => 'archive',
'confirm' => 'Are you sure you want to archive the selected rows?',
'action' => 'quote_grid_archive',
'className' => 'warning',
],
'delete' => [
'label' => 'Sterge',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'quote_grid_delete',
'className' => 'danger',
],
],
'filters' => [
],
],
'archive_quote_grid' => [
'title' => 'Oferte Arhivate',
'icon' => 'archive',
'source' => [
'repository' => 'SolidInvoiceQuoteBundle:Quote',
'method' => 'getArchivedGridQuery',
],
'properties' => [
'route' => '_quotes_view',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'integer',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'quote_status',
'formatter' => NULL,
],
'client' => [
'name' => 'client',
'label' => 'Client',
'editable' => false,
'cell' => 'client',
'formatter' => NULL,
],
'total' => [
'name' => 'total',
'label' => 'Total',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'tax' => [
'name' => 'tax',
'label' => 'Tax',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'discount' => [
'name' => 'discount',
'label' => 'Discount',
'editable' => false,
'cell' => 'string',
'formatter' => 'discount',
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'status',
1 => 'total',
2 => 'c.name',
],
],
'actions' => [
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'quote_grid_delete',
'className' => 'danger',
],
],
'line_actions' => [
],
'filters' => [
],
],
'tax_grid' => [
'source' => [
'repository' => 'SolidInvoiceTaxBundle:Tax',
'method' => 'getGridQuery',
],
'properties' => [
'route' => '_tax_rates_edit',
'sortable' => true,
'paginate' => true,
],
'columns' => [
'id' => [
'name' => 'id',
'label' => 'ID',
'editable' => false,
'cell' => 'integer',
'formatter' => NULL,
],
'name' => [
'name' => 'name',
'label' => 'Name',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'rate' => [
'name' => 'rate',
'label' => 'Rate',
'editable' => false,
'cell' => 'percent',
'formatter' => NULL,
],
'type' => [
'name' => 'type',
'label' => 'Type',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'rate',
1 => 'name',
2 => 'type',
],
],
'line_actions' => [
'edit' => [
'icon' => 'edit',
'label' => 'tax.grid.actions.edit',
'route' => '_tax_rates_edit',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
],
'actions' => [
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'tax_grid_delete',
'className' => 'danger',
],
],
'icon' => '',
'title' => '',
'filters' => [
],
],
'users_list' => [
'title' => 'Users',
'icon' => 'user',
'source' => [
'repository' => 'SolidInvoiceUserBundle:User',
'method' => 'getGridQuery',
],
'columns' => [
'name' => [
'name' => 'username',
'label' => 'Username',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'email' => [
'name' => 'email',
'label' => 'email',
'editable' => false,
'cell' => 'email',
'formatter' => NULL,
],
'enabled' => [
'name' => 'enabled',
'label' => 'Enabled',
'editable' => false,
'cell' => 'boolean',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'username',
1 => 'email',
],
],
'actions' => [
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to delete the selected rows?',
'action' => 'user_grid_delete',
'className' => 'danger',
],
],
'properties' => [
'sortable' => true,
'paginate' => true,
'route' => NULL,
],
'line_actions' => [
],
'filters' => [
],
],
'users_invitations' => [
'title' => 'Invitations',
'icon' => 'envelope',
'source' => [
'repository' => 'SolidInvoiceUserBundle:UserInvitation',
'method' => 'getGridQuery',
],
'columns' => [
'email' => [
'name' => 'email',
'label' => 'Email',
'editable' => false,
'cell' => 'email',
'formatter' => NULL,
],
'status' => [
'name' => 'status',
'label' => 'Status',
'editable' => false,
'cell' => 'string',
'formatter' => NULL,
],
'created' => [
'name' => 'created',
'label' => 'Created',
'editable' => false,
'cell' => 'date',
'formatter' => NULL,
],
],
'search' => [
'fields' => [
0 => 'email',
],
],
'line_actions' => [
're_send' => [
'icon' => 'envelope',
'label' => 'users.grid.invitation.actions.resend',
'route' => '_user_resend_invite',
'route_params' => [
'id' => 'id',
],
'conditions' => [
],
],
],
'actions' => [
'delete' => [
'label' => 'Delete',
'icon' => 'ban',
'confirm' => 'Are you sure you want to remove the selected invited users?',
'action' => 'user_grid_delete_invitations',
'className' => 'danger',
],
],
'properties' => [
'sortable' => true,
'paginate' => true,
'route' => NULL,
],
'filters' => [
],
],
],
'liip_test_fixtures.cache_db.sqlite' => NULL,
'liip_test_fixtures.keep_database_and_schema' => false,
'liip_test_fixtures.cache_metadata' => true,
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'nelmio_alice.functions_blacklist' => [
0 => 'current',
1 => 'shuffle',
2 => 'date',
3 => 'time',
4 => 'file',
5 => 'md5',
6 => 'sha1',
],
'nelmio_alice.locale' => 'en_US',
'nelmio_alice.seed' => 1,
'nelmio_alice.loading_limit' => 5,
'nelmio_alice.max_unique_values_retry' => 150,
'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
'hautelook_alice.fixtures_path' => [
0 => 'fixtures',
],
'hautelook_alice.root_dirs' => [
0 => \dirname(__DIR__, 4),
],
'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
'sentry.tracing.enabled' => true,
'sentry.tracing.dbal.enabled' => true,
'sentry.tracing.dbal.connections' => [
],
'sentry.tracing.cache.enabled' => true,
'sentry.tracing.http_client.enabled' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'api_platform.data_collector.request' => [
0 => 'api_platform.data_collector.request',
1 => '@ApiPlatform/DataCollector/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',
],
'ux.twig_component.data_collector' => [
0 => 'twig_component',
1 => '@TwigComponent/Collector/twig_component.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'payum.profiler.payum_collector' => [
0 => 'payum',
1 => '@Payum/Profiler/payum.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}