<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.project_dir">/home/partarti/public_html/my-project</parameter>
    <parameter key="kernel.environment">dev</parameter>
    <parameter key="kernel.runtime_environment">%env(default:kernel.environment:APP_RUNTIME_ENV)%</parameter>
    <parameter key="kernel.runtime_mode">%env(query_string:default:container.runtime_mode:APP_RUNTIME_MODE)%</parameter>
    <parameter key="kernel.runtime_mode.web">%env(bool:default::key:web:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.runtime_mode.cli">%env(not:default:kernel.runtime_mode.web:)%</parameter>
    <parameter key="kernel.runtime_mode.worker">%env(bool:default::key:worker:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.build_dir">/home/partarti/public_html/my-project/var/cache/dev</parameter>
    <parameter key="kernel.cache_dir">/home/partarti/public_html/my-project/var/cache/dev</parameter>
    <parameter key="kernel.logs_dir">/home/partarti/public_html/my-project/var/log</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</parameter>
      <parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
      <parameter key="TwigExtraBundle">Twig\Extra\TwigExtraBundle\TwigExtraBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="DoctrineMigrationsBundle">Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle</parameter>
      <parameter key="CmfRoutingBundle">Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle</parameter>
      <parameter key="SchebTwoFactorBundle">Scheb\TwoFactorBundle\SchebTwoFactorBundle</parameter>
      <parameter key="FOSJsRoutingBundle">FOS\JsRoutingBundle\FOSJsRoutingBundle</parameter>
      <parameter key="FlysystemBundle">League\FlysystemBundle\FlysystemBundle</parameter>
      <parameter key="KnpPaginatorBundle">Knp\Bundle\PaginatorBundle\KnpPaginatorBundle</parameter>
      <parameter key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</parameter>
      <parameter key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</parameter>
      <parameter key="PimcoreAdminBundle">Pimcore\Bundle\AdminBundle\PimcoreAdminBundle</parameter>
      <parameter key="PimcoreCustomReportsBundle">Pimcore\Bundle\CustomReportsBundle\PimcoreCustomReportsBundle</parameter>
      <parameter key="PimcorePersonalizationBundle">Pimcore\Bundle\PersonalizationBundle\PimcorePersonalizationBundle</parameter>
      <parameter key="PimcoreEcommerceFrameworkBundle">Pimcore\Bundle\EcommerceFrameworkBundle\PimcoreEcommerceFrameworkBundle</parameter>
      <parameter key="PimcoreApplicationLoggerBundle">Pimcore\Bundle\ApplicationLoggerBundle\PimcoreApplicationLoggerBundle</parameter>
      <parameter key="WebpackEncoreBundle">Symfony\WebpackEncoreBundle\WebpackEncoreBundle</parameter>
      <parameter key="PimcoreGoogleMarketingBundle">Pimcore\Bundle\GoogleMarketingBundle\PimcoreGoogleMarketingBundle</parameter>
      <parameter key="PimcoreCustomerManagementFrameworkBundle">CustomerManagementFrameworkBundle\PimcoreCustomerManagementFrameworkBundle</parameter>
      <parameter key="PimcoreNewsletterBundle">Pimcore\Bundle\NewsletterBundle\PimcoreNewsletterBundle</parameter>
      <parameter key="PimcoreGlossaryBundle">Pimcore\Bundle\GlossaryBundle\PimcoreGlossaryBundle</parameter>
      <parameter key="PimcoreSeoBundle">Pimcore\Bundle\SeoBundle\PimcoreSeoBundle</parameter>
      <parameter key="PrestaSitemapBundle">Presta\SitemapBundle\PrestaSitemapBundle</parameter>
      <parameter key="PimcoreSimpleBackendSearchBundle">Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle</parameter>
      <parameter key="PimcorePaymentProviderPayPalSmartPaymentButtonBundle">Pimcore\Bundle\EcommerceFrameworkBundle\PimcorePaymentProviderPayPalSmartPaymentButtonBundle</parameter>
      <parameter key="PimcoreDataHubBundle">Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle</parameter>
      <parameter key="OutputDataConfigToolkitBundle">OutputDataConfigToolkitBundle\OutputDataConfigToolkitBundle</parameter>
      <parameter key="Web2PrintToolsBundle">Web2PrintToolsBundle\Web2PrintToolsBundle</parameter>
      <parameter key="ObjectMergerBundle">Pimcore\Bundle\ObjectMergerBundle\ObjectMergerBundle</parameter>
      <parameter key="PimcoreWebToPrintBundle">Pimcore\Bundle\WebToPrintBundle\PimcoreWebToPrintBundle</parameter>
      <parameter key="PimcoreQuillBundle">Pimcore\Bundle\QuillBundle\PimcoreQuillBundle</parameter>
      <parameter key="PimcoreStaticRoutesBundle">Pimcore\Bundle\StaticRoutesBundle\PimcoreStaticRoutesBundle</parameter>
      <parameter key="PimcoreWordExportBundle">Pimcore\Bundle\WordExportBundle\PimcoreWordExportBundle</parameter>
      <parameter key="PimcoreXliffBundle">Pimcore\Bundle\XliffBundle\PimcoreXliffBundle</parameter>
      <parameter key="PimcoreGenericExecutionEngineBundle">Pimcore\Bundle\GenericExecutionEngineBundle\PimcoreGenericExecutionEngineBundle</parameter>
      <parameter key="PimcoreCoreBundle">Pimcore\Bundle\CoreBundle\PimcoreCoreBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony/framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony/security-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony/twig-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="TwigExtraBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/twig/extra-bundle</parameter>
        <parameter key="namespace">Twig\Extra\TwigExtraBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony/monolog-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/doctrine/doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="CmfRoutingBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony-cmf/routing-bundle/src</parameter>
        <parameter key="namespace">Symfony\Cmf\Bundle\RoutingBundle</parameter>
      </parameter>
      <parameter key="SchebTwoFactorBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle</parameter>
        <parameter key="namespace">Scheb\TwoFactorBundle</parameter>
      </parameter>
      <parameter key="FOSJsRoutingBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/friendsofsymfony/jsrouting-bundle</parameter>
        <parameter key="namespace">FOS\JsRoutingBundle</parameter>
      </parameter>
      <parameter key="FlysystemBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/league/flysystem-bundle/src</parameter>
        <parameter key="namespace">League\FlysystemBundle</parameter>
      </parameter>
      <parameter key="KnpPaginatorBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle</parameter>
        <parameter key="namespace">Knp\Bundle\PaginatorBundle</parameter>
      </parameter>
      <parameter key="DebugBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony/debug-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\DebugBundle</parameter>
      </parameter>
      <parameter key="WebProfilerBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony/web-profiler-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\WebProfilerBundle</parameter>
      </parameter>
      <parameter key="PimcoreAdminBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\AdminBundle</parameter>
      </parameter>
      <parameter key="PimcoreCustomReportsBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\CustomReportsBundle</parameter>
      </parameter>
      <parameter key="PimcorePersonalizationBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\PersonalizationBundle</parameter>
      </parameter>
      <parameter key="PimcoreEcommerceFrameworkBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src</parameter>
        <parameter key="namespace">Pimcore\Bundle\EcommerceFrameworkBundle</parameter>
      </parameter>
      <parameter key="PimcoreApplicationLoggerBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\ApplicationLoggerBundle</parameter>
      </parameter>
      <parameter key="WebpackEncoreBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/symfony/webpack-encore-bundle/src</parameter>
        <parameter key="namespace">Symfony\WebpackEncoreBundle</parameter>
      </parameter>
      <parameter key="PimcoreGoogleMarketingBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\GoogleMarketingBundle</parameter>
      </parameter>
      <parameter key="PimcoreCustomerManagementFrameworkBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src</parameter>
        <parameter key="namespace">CustomerManagementFrameworkBundle</parameter>
      </parameter>
      <parameter key="PimcoreNewsletterBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\NewsletterBundle</parameter>
      </parameter>
      <parameter key="PimcoreGlossaryBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\GlossaryBundle</parameter>
      </parameter>
      <parameter key="PimcoreSeoBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\SeoBundle</parameter>
      </parameter>
      <parameter key="PrestaSitemapBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/presta/sitemap-bundle</parameter>
        <parameter key="namespace">Presta\SitemapBundle</parameter>
      </parameter>
      <parameter key="PimcoreSimpleBackendSearchBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\SimpleBackendSearchBundle</parameter>
      </parameter>
      <parameter key="PimcorePaymentProviderPayPalSmartPaymentButtonBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/payment-provider-paypal-smart-payment-button/src</parameter>
        <parameter key="namespace">Pimcore\Bundle\EcommerceFrameworkBundle</parameter>
      </parameter>
      <parameter key="PimcoreDataHubBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src</parameter>
        <parameter key="namespace">Pimcore\Bundle\DataHubBundle</parameter>
      </parameter>
      <parameter key="OutputDataConfigToolkitBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src</parameter>
        <parameter key="namespace">OutputDataConfigToolkitBundle</parameter>
      </parameter>
      <parameter key="Web2PrintToolsBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/web2print-tools-bundle/src</parameter>
        <parameter key="namespace">Web2PrintToolsBundle</parameter>
      </parameter>
      <parameter key="ObjectMergerBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src</parameter>
        <parameter key="namespace">Pimcore\Bundle\ObjectMergerBundle</parameter>
      </parameter>
      <parameter key="PimcoreWebToPrintBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\WebToPrintBundle</parameter>
      </parameter>
      <parameter key="PimcoreQuillBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/quill-bundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\QuillBundle</parameter>
      </parameter>
      <parameter key="PimcoreStaticRoutesBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\StaticRoutesBundle</parameter>
      </parameter>
      <parameter key="PimcoreWordExportBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\WordExportBundle</parameter>
      </parameter>
      <parameter key="PimcoreXliffBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\XliffBundle</parameter>
      </parameter>
      <parameter key="PimcoreGenericExecutionEngineBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\GenericExecutionEngineBundle</parameter>
      </parameter>
      <parameter key="PimcoreCoreBundle" type="collection">
        <parameter key="path">/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle</parameter>
        <parameter key="namespace">Pimcore\Bundle\CoreBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelDevDebugContainer</parameter>
    <parameter key="customer_management_framework.firewall_settings" type="collection">
      <parameter key="pattern">^/__customermanagementframework/webservice(/.*)?$</parameter>
      <parameter key="stateless">true</parameter>
      <parameter key="provider">pimcore_admin</parameter>
      <parameter key="custom_authenticators" type="collection">
        <parameter>CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator</parameter>
      </parameter>
    </parameter>
    <parameter key="locale">en</parameter>
    <parameter key="secret">pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</parameter>
    <parameter key="app_encryption_secret">07Zco3ivgn8w9FkKlTfwlQxb+lzaas/7SLXb7eRSxOk=</parameter>
    <parameter key="router.request_context.host">demo.pimcore.fun</parameter>
    <parameter key="router.request_context.scheme">https</parameter>
    <parameter key="pimcore_admin_bundle.firewall_settings" type="collection">
      <parameter key="pattern">^/admin(/.*)?$</parameter>
      <parameter key="user_checker">Pimcore\Security\User\UserChecker</parameter>
      <parameter key="provider">pimcore_admin</parameter>
      <parameter key="login_throttling" type="collection">
        <parameter key="max_attempts">3</parameter>
        <parameter key="interval">5 minutes</parameter>
      </parameter>
      <parameter key="logout" type="collection">
        <parameter key="path">pimcore_admin_logout</parameter>
        <parameter key="target">pimcore_admin_login</parameter>
      </parameter>
      <parameter key="form_login" type="collection">
        <parameter key="default_target_path">pimcore_admin_index</parameter>
        <parameter key="always_use_default_target_path">true</parameter>
        <parameter key="login_path">pimcore_admin_login</parameter>
        <parameter key="check_path">pimcore_admin_login_check</parameter>
        <parameter key="username_parameter">username</parameter>
        <parameter key="password_parameter">password</parameter>
      </parameter>
      <parameter key="custom_authenticators" type="collection">
        <parameter>Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator</parameter>
      </parameter>
      <parameter key="two_factor" type="collection">
        <parameter key="auth_form_path">/admin/login/2fa</parameter>
        <parameter key="check_path">/admin/login/2fa-verify</parameter>
        <parameter key="default_target_path">/admin</parameter>
        <parameter key="always_use_default_target_path">false</parameter>
        <parameter key="auth_code_parameter_name">_auth_code</parameter>
        <parameter key="trusted_parameter_name">_trusted</parameter>
        <parameter key="multi_factor">false</parameter>
      </parameter>
    </parameter>
    <parameter key="event_dispatcher.event_aliases" type="collection">
      <parameter key="Symfony\Component\Console\Event\ConsoleCommandEvent">console.command</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleErrorEvent">console.error</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleSignalEvent">console.signal</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleTerminateEvent">console.terminate</parameter>
      <parameter key="Symfony\Component\Form\Event\PreSubmitEvent">form.pre_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\SubmitEvent">form.submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSubmitEvent">form.post_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PreSetDataEvent">form.pre_set_data</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSetDataEvent">form.post_set_data</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent">kernel.controller_arguments</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerEvent">kernel.controller</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ResponseEvent">kernel.response</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\FinishRequestEvent">kernel.finish_request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\RequestEvent">kernel.request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ViewEvent">kernel.view</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ExceptionEvent">kernel.exception</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\TerminateEvent">kernel.terminate</parameter>
      <parameter key="Symfony\Component\Workflow\Event\GuardEvent">workflow.guard</parameter>
      <parameter key="Symfony\Component\Workflow\Event\LeaveEvent">workflow.leave</parameter>
      <parameter key="Symfony\Component\Workflow\Event\TransitionEvent">workflow.transition</parameter>
      <parameter key="Symfony\Component\Workflow\Event\EnterEvent">workflow.enter</parameter>
      <parameter key="Symfony\Component\Workflow\Event\EnteredEvent">workflow.entered</parameter>
      <parameter key="Symfony\Component\Workflow\Event\CompletedEvent">workflow.completed</parameter>
      <parameter key="Symfony\Component\Workflow\Event\AnnounceEvent">workflow.announce</parameter>
      <parameter key="Symfony\Component\Security\Core\Event\AuthenticationSuccessEvent">security.authentication.success</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\InteractiveLoginEvent">security.interactive_login</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\SwitchUserEvent">security.switch_user</parameter>
    </parameter>
    <parameter key="fragment.renderer.hinclude.global_template">null</parameter>
    <parameter key="fragment.path">/_fragment</parameter>
    <parameter key="kernel.secret">pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</parameter>
    <parameter key="kernel.http_method_override">false</parameter>
    <parameter key="kernel.trust_x_sendfile_type_header">false</parameter>
    <parameter key="kernel.trusted_hosts" type="collection"/>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">error_controller</parameter>
    <parameter key="debug.file_link_format">%env(default::SYMFONY_IDE)%</parameter>
    <parameter key="asset.request_context.base_path">null</parameter>
    <parameter key="asset.request_context.secure">null</parameter>
    <parameter key="translator.logging">false</parameter>
    <parameter key="translator.default_path">/home/partarti/public_html/my-project/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/home/partarti/public_html/my-project/var/cache/dev/App_KernelDevDebugContainer.xml</parameter>
    <parameter key="router.request_context.base_url"></parameter>
    <parameter key="router.resource">kernel::loadRoutes</parameter>
    <parameter key="router.cache_dir">/home/partarti/public_html/my-project/var/cache/dev</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="serializer.mapping.cache.file">/home/partarti/public_html/my-project/var/cache/dev/serialization.php</parameter>
    <parameter key="cache.prefix.seed">_/home/partarti/public_html/my-project.App_KernelDevDebugContainer</parameter>
    <parameter key="session.metadata.storage_key">_sf2_meta</parameter>
    <parameter key="session.storage.options" type="collection">
      <parameter key="cache_limiter" type="string">0</parameter>
      <parameter key="cookie_secure">auto</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">strict</parameter>
      <parameter key="gc_probability">1</parameter>
    </parameter>
    <parameter key="session.save_path">null</parameter>
    <parameter key="session.metadata.update_threshold">0</parameter>
    <parameter key="form.type_extension.csrf.enabled">true</parameter>
    <parameter key="form.type_extension.csrf.field_name">_token</parameter>
    <parameter key="validator.mapping.cache.file">/home/partarti/public_html/my-project/var/cache/dev/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="profiler_listener.only_exceptions">false</parameter>
    <parameter key="profiler_listener.only_main_requests">false</parameter>
    <parameter key="profiler.storage.dsn">file:/home/partarti/public_html/my-project/var/cache/dev/profiler</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection">
      <parameter key="ROLE_PIMCORE_ADMIN" type="collection">
        <parameter>ROLE_PIMCORE_USER</parameter>
      </parameter>
    </parameter>
    <parameter key="security.access.denied_url">null</parameter>
    <parameter key="security.authentication.manager.erase_credentials">true</parameter>
    <parameter key="security.authentication.session_strategy.strategy">migrate</parameter>
    <parameter key="security.authentication.hide_user_not_found">true</parameter>
    <parameter key="security.firewalls" type="collection">
      <parameter>dev</parameter>
      <parameter>pimcore_webdav</parameter>
      <parameter>pimcore_admin</parameter>
      <parameter>cmf_webservice</parameter>
      <parameter>demo_frontend</parameter>
    </parameter>
    <parameter key="security.logout_uris" type="collection"/>
    <parameter key="twig.form.resources" type="collection">
      <parameter>form_div_layout.html.twig</parameter>
    </parameter>
    <parameter key="twig.default_path">/home/partarti/public_html/my-project/templates</parameter>
    <parameter key="monolog.use_microseconds">true</parameter>
    <parameter key="monolog.swift_mailer.handlers" type="collection"/>
    <parameter key="monolog.handlers_to_channels" type="collection">
      <parameter key="monolog.handler.console" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
          <parameter>console</parameter>
          <parameter>cache</parameter>
        </parameter>
      </parameter>
      <parameter key="monolog.handler.error" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
          <parameter>cache</parameter>
        </parameter>
      </parameter>
      <parameter key="monolog.handler.main" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
          <parameter>cache</parameter>
        </parameter>
      </parameter>
      <parameter key="monolog.handler.redirect" type="collection">
        <parameter key="type">inclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>redirect</parameter>
        </parameter>
      </parameter>
      <parameter key="monolog.handler.update_payment" type="collection">
        <parameter key="type">inclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>update_payment</parameter>
        </parameter>
      </parameter>
      <parameter key="monolog.handler.usage" type="collection">
        <parameter key="type">inclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>admin_statistics</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="doctrine.dbal.configuration.class">Doctrine\DBAL\Configuration</parameter>
    <parameter key="doctrine.data_collector.class">Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector</parameter>
    <parameter key="doctrine.dbal.connection.event_manager.class">Symfony\Bridge\Doctrine\ContainerAwareEventManager</parameter>
    <parameter key="doctrine.dbal.connection_factory.class">Doctrine\Bundle\DoctrineBundle\ConnectionFactory</parameter>
    <parameter key="doctrine.dbal.events.mysql_session_init.class">Doctrine\DBAL\Event\Listeners\MysqlSessionInit</parameter>
    <parameter key="doctrine.dbal.events.oracle_session_init.class">Doctrine\DBAL\Event\Listeners\OracleSessionInit</parameter>
    <parameter key="doctrine.class">Doctrine\Bundle\DoctrineBundle\Registry</parameter>
    <parameter key="doctrine.entity_managers" type="collection">
      <parameter key="pimcore">doctrine.orm.pimcore_entity_manager</parameter>
    </parameter>
    <parameter key="doctrine.default_entity_manager">pimcore</parameter>
    <parameter key="doctrine.dbal.connection_factory.types" type="collection">
      <parameter key="uuid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UuidType</parameter>
      </parameter>
      <parameter key="ulid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UlidType</parameter>
      </parameter>
    </parameter>
    <parameter key="doctrine.connections" type="collection">
      <parameter key="default">doctrine.dbal.default_connection</parameter>
    </parameter>
    <parameter key="doctrine.default_connection">default</parameter>
    <parameter key="doctrine.orm.configuration.class">Doctrine\ORM\Configuration</parameter>
    <parameter key="doctrine.orm.entity_manager.class">Doctrine\ORM\EntityManager</parameter>
    <parameter key="doctrine.orm.manager_configurator.class">Doctrine\Bundle\DoctrineBundle\ManagerConfigurator</parameter>
    <parameter key="doctrine.orm.cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine.orm.cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine.orm.cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine.orm.cache.memcache_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcache_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcache_instance.class">Memcache</parameter>
    <parameter key="doctrine.orm.cache.memcached.class">Doctrine\Common\Cache\MemcachedCache</parameter>
    <parameter key="doctrine.orm.cache.memcached_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcached_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcached_instance.class">Memcached</parameter>
    <parameter key="doctrine.orm.cache.redis.class">Doctrine\Common\Cache\RedisCache</parameter>
    <parameter key="doctrine.orm.cache.redis_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.redis_port">6379</parameter>
    <parameter key="doctrine.orm.cache.redis_instance.class">Redis</parameter>
    <parameter key="doctrine.orm.cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine.orm.cache.wincache.class">Doctrine\Common\Cache\WinCacheCache</parameter>
    <parameter key="doctrine.orm.cache.zenddata.class">Doctrine\Common\Cache\ZendDataCache</parameter>
    <parameter key="doctrine.orm.metadata.driver_chain.class">Doctrine\Persistence\Mapping\Driver\MappingDriverChain</parameter>
    <parameter key="doctrine.orm.metadata.annotation.class">Doctrine\ORM\Mapping\Driver\AnnotationDriver</parameter>
    <parameter key="doctrine.orm.metadata.xml.class">Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver</parameter>
    <parameter key="doctrine.orm.metadata.yml.class">Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver</parameter>
    <parameter key="doctrine.orm.metadata.php.class">Doctrine\ORM\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\ORM\Mapping\Driver\StaticPHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.attribute.class">Doctrine\ORM\Mapping\Driver\AttributeDriver</parameter>
    <parameter key="doctrine.orm.proxy_cache_warmer.class">Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer</parameter>
    <parameter key="form.type_guesser.doctrine.class">Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</parameter>
    <parameter key="doctrine.orm.validator.unique.class">Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator</parameter>
    <parameter key="doctrine.orm.validator_initializer.class">Symfony\Bridge\Doctrine\Validator\DoctrineInitializer</parameter>
    <parameter key="doctrine.orm.security.user.provider.class">Symfony\Bridge\Doctrine\Security\User\EntityUserProvider</parameter>
    <parameter key="doctrine.orm.listeners.resolve_target_entity.class">Doctrine\ORM\Tools\ResolveTargetEntityListener</parameter>
    <parameter key="doctrine.orm.listeners.attach_entity_listeners.class">Doctrine\ORM\Tools\AttachEntityListenersListener</parameter>
    <parameter key="doctrine.orm.naming_strategy.default.class">Doctrine\ORM\Mapping\DefaultNamingStrategy</parameter>
    <parameter key="doctrine.orm.naming_strategy.underscore.class">Doctrine\ORM\Mapping\UnderscoreNamingStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.default.class">Doctrine\ORM\Mapping\DefaultQuoteStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.ansi.class">Doctrine\ORM\Mapping\AnsiQuoteStrategy</parameter>
    <parameter key="doctrine.orm.typed_field_mapper.default.class">Doctrine\ORM\Mapping\DefaultTypedFieldMapper</parameter>
    <parameter key="doctrine.orm.entity_listener_resolver.class">Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_cache_factory.class">Doctrine\ORM\Cache\DefaultCacheFactory</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_region.class">Doctrine\ORM\Cache\Region\DefaultRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.filelock_region.class">Doctrine\ORM\Cache\Region\FileLockRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_chain.class">Doctrine\ORM\Cache\Logging\CacheLoggerChain</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_statistics.class">Doctrine\ORM\Cache\Logging\StatisticsCacheLogger</parameter>
    <parameter key="doctrine.orm.second_level_cache.cache_configuration.class">Doctrine\ORM\Cache\CacheConfiguration</parameter>
    <parameter key="doctrine.orm.second_level_cache.regions_configuration.class">Doctrine\ORM\Cache\RegionsConfiguration</parameter>
    <parameter key="doctrine.orm.auto_generate_proxy_classes">false</parameter>
    <parameter key="doctrine.orm.enable_lazy_ghost_objects">true</parameter>
    <parameter key="doctrine.orm.proxy_dir">/home/partarti/public_html/my-project/var/cache/dev/doctrine/orm/Proxies</parameter>
    <parameter key="doctrine.orm.proxy_namespace">Proxies</parameter>
    <parameter key="doctrine.migrations.preferred_em">null</parameter>
    <parameter key="doctrine.migrations.preferred_connection">default</parameter>
    <parameter key="cmf_routing.uri_filter_regexp"></parameter>
    <parameter key="cmf_routing.redirectable_url_matcher">false</parameter>
    <parameter key="cmf_routing.default_controller">null</parameter>
    <parameter key="cmf_routing.generic_controller">null</parameter>
    <parameter key="cmf_routing.controllers_by_type" type="collection"/>
    <parameter key="cmf_routing.controllers_by_class" type="collection"/>
    <parameter key="cmf_routing.templates_by_class" type="collection"/>
    <parameter key="cmf_routing.route_collection_limit">0</parameter>
    <parameter key="cmf_routing.dynamic.limit_candidates">20</parameter>
    <parameter key="cmf_routing.dynamic.locales" type="collection"/>
    <parameter key="cmf_routing.dynamic.auto_locale_pattern">false</parameter>
    <parameter key="cmf_routing.replace_symfony_router">true</parameter>
    <parameter key="scheb_two_factor.model_manager_name">null</parameter>
    <parameter key="scheb_two_factor.security_tokens" type="collection">
      <parameter>Pimcore\Bundle\AdminBundle\Security\Authentication\Token\TwoFactorRequiredToken</parameter>
      <parameter>Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken</parameter>
      <parameter>Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken</parameter>
    </parameter>
    <parameter key="scheb_two_factor.ip_whitelist" type="collection"/>
    <parameter key="scheb_two_factor.google.server_name">Pimcore</parameter>
    <parameter key="scheb_two_factor.google.issuer">Pimcore</parameter>
    <parameter key="scheb_two_factor.google.template">@SchebTwoFactor/Authentication/form.html.twig</parameter>
    <parameter key="scheb_two_factor.google.digits">6</parameter>
    <parameter key="scheb_two_factor.google.leeway">0</parameter>
    <parameter key="scheb_two_factor.code_reuse_cache_duration">60</parameter>
    <parameter key="scheb_two_factor.trusted_device.enabled">false</parameter>
    <parameter key="fos_js_routing.extractor.class">FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor</parameter>
    <parameter key="fos_js_routing.routes_response.class">FOS\JsRoutingBundle\Response\RoutesResponse</parameter>
    <parameter key="fos_js_routing.controller.class">FOS\JsRoutingBundle\Controller\Controller</parameter>
    <parameter key="fos_js_routing.normalizer.route_collection.class">FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer</parameter>
    <parameter key="fos_js_routing.normalizer.routes_response.class">FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer</parameter>
    <parameter key="fos_js_routing.denormalizer.route_collection.class">FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer</parameter>
    <parameter key="fos_js_routing.request_context_base_url">null</parameter>
    <parameter key="fos_js_routing.cache_control" type="collection">
      <parameter key="enabled">false</parameter>
    </parameter>
    <parameter key="knp_paginator.template.pagination">@KnpPaginator/Pagination/sliding.html.twig</parameter>
    <parameter key="knp_paginator.template.rel_links">@KnpPaginator/Pagination/rel_links.html.twig</parameter>
    <parameter key="knp_paginator.template.filtration">@KnpPaginator/Pagination/filtration.html.twig</parameter>
    <parameter key="knp_paginator.template.sortable">@KnpPaginator/Pagination/sortable_link.html.twig</parameter>
    <parameter key="knp_paginator.page_range">5</parameter>
    <parameter key="knp_paginator.page_limit">null</parameter>
    <parameter key="knp_paginator.page_name">page</parameter>
    <parameter key="knp_paginator.remove_first_page_param">false</parameter>
    <parameter key="env(VAR_DUMPER_SERVER)">127.0.0.1:9912</parameter>
    <parameter key="web_profiler.debug_toolbar.intercept_redirects">false</parameter>
    <parameter key="web_profiler.debug_toolbar.mode">2</parameter>
    <parameter key="pimcore.gdpr-data-extrator.dataobjects" type="collection">
      <parameter key="classes" type="collection"/>
    </parameter>
    <parameter key="pimcore.gdpr-data-extrator.assets" type="collection">
      <parameter key="types" type="collection"/>
    </parameter>
    <parameter key="pimcore_admin.dataObjects.notes_events.types" type="collection">
      <parameter></parameter>
      <parameter>content</parameter>
      <parameter>seo</parameter>
      <parameter>warning</parameter>
      <parameter>notice</parameter>
    </parameter>
    <parameter key="pimcore_admin.assets.notes_events.types" type="collection">
      <parameter></parameter>
      <parameter>content</parameter>
      <parameter>seo</parameter>
      <parameter>warning</parameter>
      <parameter>notice</parameter>
    </parameter>
    <parameter key="pimcore_admin.documents.notes_events.types" type="collection">
      <parameter></parameter>
      <parameter>content</parameter>
      <parameter>seo</parameter>
      <parameter>warning</parameter>
      <parameter>notice</parameter>
    </parameter>
    <parameter key="pimcore_admin.csrf_protection.excluded_routes" type="collection"/>
    <parameter key="pimcore_admin.admin_languages" type="collection"/>
    <parameter key="pimcore_admin.custom_admin_path_identifier">null</parameter>
    <parameter key="pimcore_admin.custom_admin_route_name">my_custom_admin_entry_point</parameter>
    <parameter key="pimcore_admin.user" type="collection">
      <parameter key="default_key_bindings" type="collection">
        <parameter key="save" type="collection">
          <parameter key="key">S</parameter>
          <parameter key="action">save</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="publish" type="collection">
          <parameter key="key">P</parameter>
          <parameter key="action">publish</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
        <parameter key="unpublish" type="collection">
          <parameter key="key">U</parameter>
          <parameter key="action">unpublish</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
        <parameter key="rename" type="collection">
          <parameter key="key">R</parameter>
          <parameter key="action">rename</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="ctrl">false</parameter>
        </parameter>
        <parameter key="refresh" type="collection">
          <parameter key="key">t</parameter>
          <parameter key="action">refresh</parameter>
          <parameter key="alt">false</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="open_asset" type="collection">
          <parameter key="key">A</parameter>
          <parameter key="action">openAsset</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
        <parameter key="open_object" type="collection">
          <parameter key="key">O</parameter>
          <parameter key="action">openObject</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
        <parameter key="open_document" type="collection">
          <parameter key="key">D</parameter>
          <parameter key="action">openDocument</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
        <parameter key="open_class_editor" type="collection">
          <parameter key="key">C</parameter>
          <parameter key="action">openClassEditor</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
        <parameter key="open_in_tree" type="collection">
          <parameter key="key">L</parameter>
          <parameter key="action">openInTree</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
        <parameter key="show_meta_info" type="collection">
          <parameter key="key">I</parameter>
          <parameter key="action">showMetaInfo</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="search_document" type="collection">
          <parameter key="key">W</parameter>
          <parameter key="action">searchDocument</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="search_asset" type="collection">
          <parameter key="key">A</parameter>
          <parameter key="action">searchAsset</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="search_object" type="collection">
          <parameter key="key">O</parameter>
          <parameter key="action">searchObject</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="show_element_history" type="collection">
          <parameter key="key">H</parameter>
          <parameter key="action">showElementHistory</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="close_all_tabs" type="collection">
          <parameter key="key">T</parameter>
          <parameter key="action">closeAllTabs</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="search_and_replace_assignments" type="collection">
          <parameter key="key">S</parameter>
          <parameter key="action">searchAndReplaceAssignments</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="redirects" type="collection">
          <parameter key="key">R</parameter>
          <parameter key="action">redirects</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="shared_translations" type="collection">
          <parameter key="key">T</parameter>
          <parameter key="action">sharedTranslations</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="recycle_bin" type="collection">
          <parameter key="key">R</parameter>
          <parameter key="action">recycleBin</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="notes_events" type="collection">
          <parameter key="key">N</parameter>
          <parameter key="action">notesEvents</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="tag_manager" type="collection">
          <parameter key="key">H</parameter>
          <parameter key="action">tagManager</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="tag_configuration" type="collection">
          <parameter key="key">N</parameter>
          <parameter key="action">tagConfiguration</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="users" type="collection">
          <parameter key="key">U</parameter>
          <parameter key="action">users</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="roles" type="collection">
          <parameter key="key">P</parameter>
          <parameter key="action">roles</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="clear_all_caches" type="collection">
          <parameter key="key">Q</parameter>
          <parameter key="action">clearAllCaches</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="clear_data_cache" type="collection">
          <parameter key="key">C</parameter>
          <parameter key="action">clearDataCache</parameter>
          <parameter key="ctrl">false</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="reports" type="collection">
          <parameter key="key">M</parameter>
          <parameter key="action">reports</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="custom_reports" type="collection">
          <parameter key="key">C</parameter>
          <parameter key="action">customReports</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="application_logger" type="collection">
          <parameter key="key">L</parameter>
          <parameter key="action">applicationLogger</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="glossary" type="collection">
          <parameter key="key">G</parameter>
          <parameter key="action">glossary</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="ctrl">false</parameter>
        </parameter>
        <parameter key="seo_document_editor" type="collection">
          <parameter key="key">S</parameter>
          <parameter key="action">seoDocumentEditor</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="robots" type="collection">
          <parameter key="key">J</parameter>
          <parameter key="action">robots</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="http_error_log" type="collection">
          <parameter key="key">O</parameter>
          <parameter key="action">httpErrorLog</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="alt">true</parameter>
          <parameter key="shift">false</parameter>
        </parameter>
        <parameter key="quick_search" type="collection">
          <parameter key="key">F</parameter>
          <parameter key="action">quickSearch</parameter>
          <parameter key="ctrl">true</parameter>
          <parameter key="shift">true</parameter>
          <parameter key="alt">false</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_admin.config" type="collection">
      <parameter key="session" type="collection">
        <parameter key="attribute_bags" type="collection">
          <parameter key="pimcore_admin" type="collection">
            <parameter key="storage_key">_pimcore_admin</parameter>
          </parameter>
          <parameter key="pimcore_objects" type="collection">
            <parameter key="storage_key">_pimcore_objects</parameter>
          </parameter>
          <parameter key="pimcore_copy" type="collection">
            <parameter key="storage_key">_pimcore_copy</parameter>
          </parameter>
          <parameter key="pimcore_gridconfig" type="collection">
            <parameter key="storage_key">_pimcore_gridconfig</parameter>
          </parameter>
          <parameter key="pimcore_importconfig" type="collection">
            <parameter key="storage_key">_pimcore_importconfig</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="translations" type="collection">
        <parameter key="path">@PimcoreCoreBundle/translations</parameter>
      </parameter>
      <parameter key="user" type="collection">
        <parameter key="default_key_bindings" type="collection">
          <parameter key="save" type="collection">
            <parameter key="key">S</parameter>
            <parameter key="action">save</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="publish" type="collection">
            <parameter key="key">P</parameter>
            <parameter key="action">publish</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
          <parameter key="unpublish" type="collection">
            <parameter key="key">U</parameter>
            <parameter key="action">unpublish</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
          <parameter key="rename" type="collection">
            <parameter key="key">R</parameter>
            <parameter key="action">rename</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="ctrl">false</parameter>
          </parameter>
          <parameter key="refresh" type="collection">
            <parameter key="key">t</parameter>
            <parameter key="action">refresh</parameter>
            <parameter key="alt">false</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="open_asset" type="collection">
            <parameter key="key">A</parameter>
            <parameter key="action">openAsset</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
          <parameter key="open_object" type="collection">
            <parameter key="key">O</parameter>
            <parameter key="action">openObject</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
          <parameter key="open_document" type="collection">
            <parameter key="key">D</parameter>
            <parameter key="action">openDocument</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
          <parameter key="open_class_editor" type="collection">
            <parameter key="key">C</parameter>
            <parameter key="action">openClassEditor</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
          <parameter key="open_in_tree" type="collection">
            <parameter key="key">L</parameter>
            <parameter key="action">openInTree</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
          <parameter key="show_meta_info" type="collection">
            <parameter key="key">I</parameter>
            <parameter key="action">showMetaInfo</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="search_document" type="collection">
            <parameter key="key">W</parameter>
            <parameter key="action">searchDocument</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="search_asset" type="collection">
            <parameter key="key">A</parameter>
            <parameter key="action">searchAsset</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="search_object" type="collection">
            <parameter key="key">O</parameter>
            <parameter key="action">searchObject</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="show_element_history" type="collection">
            <parameter key="key">H</parameter>
            <parameter key="action">showElementHistory</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="close_all_tabs" type="collection">
            <parameter key="key">T</parameter>
            <parameter key="action">closeAllTabs</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="search_and_replace_assignments" type="collection">
            <parameter key="key">S</parameter>
            <parameter key="action">searchAndReplaceAssignments</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="redirects" type="collection">
            <parameter key="key">R</parameter>
            <parameter key="action">redirects</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="shared_translations" type="collection">
            <parameter key="key">T</parameter>
            <parameter key="action">sharedTranslations</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="recycle_bin" type="collection">
            <parameter key="key">R</parameter>
            <parameter key="action">recycleBin</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="notes_events" type="collection">
            <parameter key="key">N</parameter>
            <parameter key="action">notesEvents</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="tag_manager" type="collection">
            <parameter key="key">H</parameter>
            <parameter key="action">tagManager</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="tag_configuration" type="collection">
            <parameter key="key">N</parameter>
            <parameter key="action">tagConfiguration</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="users" type="collection">
            <parameter key="key">U</parameter>
            <parameter key="action">users</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="roles" type="collection">
            <parameter key="key">P</parameter>
            <parameter key="action">roles</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="clear_all_caches" type="collection">
            <parameter key="key">Q</parameter>
            <parameter key="action">clearAllCaches</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="clear_data_cache" type="collection">
            <parameter key="key">C</parameter>
            <parameter key="action">clearDataCache</parameter>
            <parameter key="ctrl">false</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="reports" type="collection">
            <parameter key="key">M</parameter>
            <parameter key="action">reports</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="custom_reports" type="collection">
            <parameter key="key">C</parameter>
            <parameter key="action">customReports</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="application_logger" type="collection">
            <parameter key="key">L</parameter>
            <parameter key="action">applicationLogger</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="glossary" type="collection">
            <parameter key="key">G</parameter>
            <parameter key="action">glossary</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="ctrl">false</parameter>
          </parameter>
          <parameter key="seo_document_editor" type="collection">
            <parameter key="key">S</parameter>
            <parameter key="action">seoDocumentEditor</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="robots" type="collection">
            <parameter key="key">J</parameter>
            <parameter key="action">robots</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="http_error_log" type="collection">
            <parameter key="key">O</parameter>
            <parameter key="action">httpErrorLog</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="alt">true</parameter>
            <parameter key="shift">false</parameter>
          </parameter>
          <parameter key="quick_search" type="collection">
            <parameter key="key">F</parameter>
            <parameter key="action">quickSearch</parameter>
            <parameter key="ctrl">true</parameter>
            <parameter key="shift">true</parameter>
            <parameter key="alt">false</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="documents" type="collection">
        <parameter key="email_search" type="collection">
          <parameter>email</parameter>
          <parameter>newsletter</parameter>
        </parameter>
        <parameter key="notes_events" type="collection">
          <parameter key="types" type="collection">
            <parameter></parameter>
            <parameter>content</parameter>
            <parameter>seo</parameter>
            <parameter>warning</parameter>
            <parameter>notice</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="security_firewall" type="collection">
        <parameter key="pattern">^/admin(/.*)?$</parameter>
        <parameter key="user_checker">Pimcore\Security\User\UserChecker</parameter>
        <parameter key="provider">pimcore_admin</parameter>
        <parameter key="login_throttling" type="collection">
          <parameter key="max_attempts">3</parameter>
          <parameter key="interval">5 minutes</parameter>
        </parameter>
        <parameter key="logout" type="collection">
          <parameter key="path">pimcore_admin_logout</parameter>
          <parameter key="target">pimcore_admin_login</parameter>
        </parameter>
        <parameter key="form_login" type="collection">
          <parameter key="default_target_path">pimcore_admin_index</parameter>
          <parameter key="always_use_default_target_path">true</parameter>
          <parameter key="login_path">pimcore_admin_login</parameter>
          <parameter key="check_path">pimcore_admin_login_check</parameter>
          <parameter key="username_parameter">username</parameter>
          <parameter key="password_parameter">password</parameter>
        </parameter>
        <parameter key="custom_authenticators" type="collection">
          <parameter>Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator</parameter>
        </parameter>
        <parameter key="two_factor" type="collection">
          <parameter key="auth_form_path">/admin/login/2fa</parameter>
          <parameter key="check_path">/admin/login/2fa-verify</parameter>
          <parameter key="default_target_path">/admin</parameter>
          <parameter key="always_use_default_target_path">false</parameter>
          <parameter key="auth_code_parameter_name">_auth_code</parameter>
          <parameter key="trusted_parameter_name">_trusted</parameter>
          <parameter key="multi_factor">false</parameter>
        </parameter>
      </parameter>
      <parameter key="admin_csp_header" type="collection">
        <parameter key="enabled">true</parameter>
        <parameter key="exclude_paths" type="collection">
          <parameter>@^/admin/external_opcache@</parameter>
        </parameter>
        <parameter key="additional_urls" type="collection">
          <parameter key="default-src" type="collection"/>
          <parameter key="img-src" type="collection"/>
          <parameter key="script-src" type="collection"/>
          <parameter key="style-src" type="collection"/>
          <parameter key="connect-src" type="collection"/>
          <parameter key="font-src" type="collection"/>
          <parameter key="media-src" type="collection"/>
          <parameter key="frame-src" type="collection"/>
        </parameter>
      </parameter>
      <parameter key="config_location" type="collection">
        <parameter key="admin_system_settings" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/admin_system_settings</parameter>
            </parameter>
          </parameter>
          <parameter key="read_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">null</parameter>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="gdpr_data_extractor" type="collection">
        <parameter key="dataObjects" type="collection">
          <parameter key="classes" type="collection"/>
        </parameter>
        <parameter key="assets" type="collection">
          <parameter key="types" type="collection"/>
        </parameter>
      </parameter>
      <parameter key="objects" type="collection">
        <parameter key="notes_events" type="collection">
          <parameter key="types" type="collection">
            <parameter></parameter>
            <parameter>content</parameter>
            <parameter>seo</parameter>
            <parameter>warning</parameter>
            <parameter>notice</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="assets" type="collection">
        <parameter key="notes_events" type="collection">
          <parameter key="types" type="collection">
            <parameter></parameter>
            <parameter>content</parameter>
            <parameter>seo</parameter>
            <parameter>warning</parameter>
            <parameter>notice</parameter>
          </parameter>
        </parameter>
        <parameter key="hide_edit_image">false</parameter>
        <parameter key="disable_tree_preview">true</parameter>
      </parameter>
      <parameter key="notifications" type="collection">
        <parameter key="enabled">true</parameter>
        <parameter key="check_new_notification" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="interval">30</parameter>
        </parameter>
      </parameter>
      <parameter key="admin_languages" type="collection"/>
      <parameter key="csrf_protection" type="collection">
        <parameter key="excluded_routes" type="collection"/>
      </parameter>
      <parameter key="custom_admin_path_identifier">null</parameter>
      <parameter key="custom_admin_route_name">my_custom_admin_entry_point</parameter>
      <parameter key="branding" type="collection">
        <parameter key="login_screen_invert_colors">false</parameter>
        <parameter key="color_login_screen">null</parameter>
        <parameter key="color_admin_interface">null</parameter>
        <parameter key="color_admin_interface_background">null</parameter>
        <parameter key="login_screen_custom_image"></parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_admin.translations.path">@PimcoreCoreBundle/translations</parameter>
    <parameter key="pimcore_custom_reports.definitions" type="collection"/>
    <parameter key="pimcore_custom_reports.config_location" type="collection">
      <parameter key="custom_reports" type="collection">
        <parameter key="write_target" type="collection">
          <parameter key="type">settings-store</parameter>
          <parameter key="options" type="collection">
            <parameter key="directory">/home/partarti/public_html/my-project/var/config/custom_reports</parameter>
          </parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_personalization.targeting.enabled">true</parameter>
    <parameter key="pimcore_personalization.targeting.conditions" type="collection">
      <parameter key="browser">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\Browser</parameter>
      <parameter key="country">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\Country</parameter>
      <parameter key="geopoint">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\GeoPoint</parameter>
      <parameter key="hardwareplatform">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\HardwarePlatform</parameter>
      <parameter key="language">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\Language</parameter>
      <parameter key="operatingsystem">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\OperatingSystem</parameter>
      <parameter key="referringsite">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\ReferringSite</parameter>
      <parameter key="searchengine">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\SearchEngine</parameter>
      <parameter key="target_group">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\TargetGroup</parameter>
      <parameter key="timeonsite">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\TimeOnSite</parameter>
      <parameter key="url">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\Url</parameter>
      <parameter key="visitedpagesbefore">Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\VisitedPagesBefore</parameter>
      <parameter key="cmf_has_segment">CustomerManagementFrameworkBundle\Targeting\Condition\HasSegment</parameter>
      <parameter key="cmf_customer_is_loggedin">CustomerManagementFrameworkBundle\Targeting\Condition\CustomerIsLoggedIn</parameter>
      <parameter key="cmf_customer_segments_have_changed">CustomerManagementFrameworkBundle\Targeting\Condition\CustomerSegmentsHaveChanged</parameter>
    </parameter>
    <parameter key="pimcore.geoip.db_file"></parameter>
    <parameter key="pimcore_personalization.targeting.session.enabled">false</parameter>
    <parameter key="pimcore_ecommerce.pimcore.config" type="collection">
      <parameter key="menu" type="collection">
        <parameter key="pricing_rules" type="collection">
          <parameter key="enabled">true</parameter>
        </parameter>
        <parameter key="order_list" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="route">pimcore_ecommerce_backend_admin-order_list</parameter>
          <parameter key="path">null</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_ecommerce.decimal_scale">4</parameter>
    <parameter key="pimcore_ecommerce.factory.strict_tenants">false</parameter>
    <parameter key="pimcore_ecommerce.environment.options" type="collection"/>
    <parameter key="pimcore_ecommerce.pricing_manager.condition_mapping" type="collection">
      <parameter key="Bracket">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\Bracket</parameter>
      <parameter key="DateRange">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\DateRange</parameter>
      <parameter key="CartAmount">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\CartAmount</parameter>
      <parameter key="CatalogProduct">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\CatalogProduct</parameter>
      <parameter key="CatalogCategory">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\CatalogCategory</parameter>
      <parameter key="Sold">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\Sold</parameter>
      <parameter key="Sales">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\Sales</parameter>
      <parameter key="ClientIp">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\ClientIp</parameter>
      <parameter key="VoucherToken">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\VoucherToken</parameter>
      <parameter key="Tenant">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\Tenant</parameter>
      <parameter key="TargetGroup">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Condition\TargetGroup</parameter>
    </parameter>
    <parameter key="pimcore_ecommerce.pricing_manager.action_mapping" type="collection">
      <parameter key="ProductDiscount">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Action\ProductDiscount</parameter>
      <parameter key="CartDiscount">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Action\CartDiscount</parameter>
      <parameter key="Gift">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Action\Gift</parameter>
      <parameter key="FreeShipping">\Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Action\FreeShipping</parameter>
    </parameter>
    <parameter key="pimcore_ecommerce.index_service.default_tenant">default</parameter>
    <parameter key="pimcore_ecommerce.voucher_service.options" type="collection">
      <parameter key="reservation_minutes_threshold">5</parameter>
      <parameter key="statistics_days_threshold">30</parameter>
    </parameter>
    <parameter key="pimcore_ecommerce.voucher_service.token_manager.mapping" type="collection">
      <parameter key="VoucherTokenTypePattern">\Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\TokenManager\Pattern</parameter>
      <parameter key="VoucherTokenTypeSingle">\Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\TokenManager\Single</parameter>
    </parameter>
    <parameter key="pimcore_ecommerce.offer_tool.order_storage.offer_class">Pimcore\Model\DataObject\OfferToolOffer</parameter>
    <parameter key="pimcore_ecommerce.offer_tool.order_storage.offer_item_class">Pimcore\Model\DataObject\OfferToolOfferItem</parameter>
    <parameter key="pimcore_ecommerce.offer_tool.order_storage.parent_folder_path">/offertool/offers/%Y/%m</parameter>
    <parameter key="pimcore_google_marketing" type="collection">
      <parameter key="client_id">null</parameter>
      <parameter key="email">null</parameter>
      <parameter key="simple_api_key">null</parameter>
      <parameter key="browser_api_key">null</parameter>
    </parameter>
    <parameter key="cmf.customer_export.items_per_request">500</parameter>
    <parameter key="cmf.segmentAssignment.table.raw">plugin_cmf_segment_assignment</parameter>
    <parameter key="cmf.segmentAssignment.table.index">plugin_cmf_segment_assignment_index</parameter>
    <parameter key="cmf.segmentAssignment.table.queue">plugin_cmf_segment_assignment_queue</parameter>
    <parameter key="pimcore_customer_management_framework.general.customerPimcoreClass">Customer</parameter>
    <parameter key="pimcore_customer_management_framework.general.mailBlackListFile">/home/partarti/public_html/my-project/var/config/cmf/mail-blacklist.txt</parameter>
    <parameter key="pimcore_customer_management_framework.encryption.secret">07Zco3ivgn8w9FkKlTfwlQxb+lzaas/7SLXb7eRSxOk=</parameter>
    <parameter key="pimcore_customer_management_framework.customer_save_manager.enableAutomaticObjectNamingScheme">true</parameter>
    <parameter key="pimcore_customer_management_framework.customer_save_validator.requiredFields" type="collection">
      <parameter type="collection">
        <parameter>email</parameter>
      </parameter>
      <parameter type="collection">
        <parameter>firstname</parameter>
        <parameter>lastname</parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_customer_management_framework.customer_save_validator.checkForDuplicates">true</parameter>
    <parameter key="pimcore_customer_management_framework.segment_manager.segmentFolder.calculated">/Customer Management/segments/calculated</parameter>
    <parameter key="pimcore_customer_management_framework.segment_manager.segmentFolder.manual">/Customer Management/segments/manual</parameter>
    <parameter key="pimcore_customer_management_framework.customer_provider.namingScheme">{countryCode}/{zip}/{firstname}-{lastname}</parameter>
    <parameter key="pimcore_customer_management_framework.customer_provider.parentPath">/Customer Management/customers</parameter>
    <parameter key="pimcore_customer_management_framework.customer_provider.archiveDir">/Customer Management/customers/_archive</parameter>
    <parameter key="pimcore_customer_management_framework.customer_provider.newCustomersTempDir">/Customer Management/customers/_temp</parameter>
    <parameter key="pimcore_customer_management_framework.customer_list.exporters" type="collection">
      <parameter key="csv" type="collection">
        <parameter key="name">CSV</parameter>
        <parameter key="icon">fa fa-file-text-o</parameter>
        <parameter key="exporter">CustomerManagementFrameworkBundle\CustomerList\Exporter\Csv</parameter>
        <parameter key="properties" type="collection">
          <parameter>id</parameter>
          <parameter>active</parameter>
          <parameter>gender</parameter>
          <parameter>email</parameter>
          <parameter>phone</parameter>
          <parameter>firstname</parameter>
          <parameter>lastname</parameter>
          <parameter>street</parameter>
          <parameter>zip</parameter>
          <parameter>city</parameter>
          <parameter>countryCode</parameter>
          <parameter>idEncoded</parameter>
        </parameter>
        <parameter key="exportSegmentsAsColumns">true</parameter>
      </parameter>
      <parameter key="xlsx" type="collection">
        <parameter key="name">XLSX</parameter>
        <parameter key="icon">fa fa-file-excel-o</parameter>
        <parameter key="exporter">CustomerManagementFrameworkBundle\CustomerList\Exporter\Xlsx</parameter>
        <parameter key="properties" type="collection">
          <parameter>id</parameter>
          <parameter>active</parameter>
          <parameter>gender</parameter>
          <parameter>email</parameter>
          <parameter>phone</parameter>
          <parameter>firstname</parameter>
          <parameter>lastname</parameter>
          <parameter>street</parameter>
          <parameter>zip</parameter>
          <parameter>city</parameter>
          <parameter>countryCode</parameter>
          <parameter>idEncoded</parameter>
        </parameter>
        <parameter key="exportSegmentsAsColumns">true</parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_customer_management_framework.customer_list.filter_properties" type="collection">
      <parameter key="equals" type="collection">
        <parameter key="id">id</parameter>
        <parameter key="active">active</parameter>
      </parameter>
      <parameter key="search" type="collection">
        <parameter key="email" type="collection">
          <parameter>email</parameter>
        </parameter>
        <parameter key="firstname" type="collection">
          <parameter>firstname</parameter>
        </parameter>
        <parameter key="lastname" type="collection">
          <parameter>lastname</parameter>
        </parameter>
        <parameter key="search" type="collection">
          <parameter>id</parameter>
          <parameter>idEncoded</parameter>
          <parameter>firstname</parameter>
          <parameter>lastname</parameter>
          <parameter>email</parameter>
          <parameter>zip</parameter>
          <parameter>city</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_customer_management_framework.customer_duplicates_services.duplicateCheckFields" type="collection">
      <parameter type="collection">
        <parameter>email</parameter>
      </parameter>
      <parameter type="collection">
        <parameter>firstname</parameter>
        <parameter>lastname</parameter>
        <parameter>zip</parameter>
        <parameter>street</parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_customer_management_framework.customer_duplicates_services.duplicateCheckTrimmedFields" type="collection"/>
    <parameter key="pimcore_customer_management_framework.customer_duplicates_services.duplicates_view.listFields" type="collection">
      <parameter type="collection">
        <parameter>id</parameter>
      </parameter>
      <parameter type="collection">
        <parameter>email</parameter>
      </parameter>
      <parameter type="collection">
        <parameter>firstname</parameter>
        <parameter>lastname</parameter>
      </parameter>
      <parameter type="collection">
        <parameter>street</parameter>
      </parameter>
      <parameter type="collection">
        <parameter>zip</parameter>
        <parameter>city</parameter>
      </parameter>
      <parameter type="collection">
        <parameter>countryCode</parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_customer_management_framework.customer_duplicates_services.duplicates_view.enabled">true</parameter>
    <parameter key="pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.enableDuplicatesIndex">true</parameter>
    <parameter key="pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.duplicateCheckFields" type="collection">
      <parameter type="collection">
        <parameter key="lastname" type="collection">
          <parameter key="soundex">true</parameter>
          <parameter key="metaphone">true</parameter>
          <parameter key="similarity">\CustomerManagementFrameworkBundle\DataSimilarityMatcher\SimilarText</parameter>
          <parameter key="similarityThreshold">null</parameter>
        </parameter>
        <parameter key="firstname" type="collection">
          <parameter key="soundex">true</parameter>
          <parameter key="metaphone">true</parameter>
          <parameter key="similarity">\CustomerManagementFrameworkBundle\DataSimilarityMatcher\SimilarText</parameter>
          <parameter key="similarityThreshold">null</parameter>
        </parameter>
        <parameter key="zip" type="collection">
          <parameter key="similarity">\CustomerManagementFrameworkBundle\DataSimilarityMatcher\Zip</parameter>
          <parameter key="soundex">false</parameter>
          <parameter key="metaphone">false</parameter>
          <parameter key="similarityThreshold">null</parameter>
        </parameter>
        <parameter key="city" type="collection">
          <parameter key="soundex">true</parameter>
          <parameter key="metaphone">true</parameter>
          <parameter key="similarity">\CustomerManagementFrameworkBundle\DataSimilarityMatcher\SimilarText</parameter>
          <parameter key="similarityThreshold">null</parameter>
        </parameter>
        <parameter key="street" type="collection">
          <parameter key="soundex">true</parameter>
          <parameter key="metaphone">true</parameter>
          <parameter key="similarity">\CustomerManagementFrameworkBundle\DataSimilarityMatcher\SimilarText</parameter>
          <parameter key="similarityThreshold">null</parameter>
        </parameter>
      </parameter>
      <parameter type="collection">
        <parameter key="email" type="collection">
          <parameter key="metaphone">true</parameter>
          <parameter key="similarity">\CustomerManagementFrameworkBundle\DataSimilarityMatcher\SimilarText</parameter>
          <parameter key="similarityThreshold">90</parameter>
          <parameter key="soundex">false</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.dataTransformers" type="collection">
      <parameter key="street">\CustomerManagementFrameworkBundle\DataTransformer\DuplicateIndex\Street</parameter>
      <parameter key="firstname">\CustomerManagementFrameworkBundle\DataTransformer\DuplicateIndex\Simplify</parameter>
      <parameter key="city">\CustomerManagementFrameworkBundle\DataTransformer\DuplicateIndex\Simplify</parameter>
      <parameter key="lastname">\CustomerManagementFrameworkBundle\DataTransformer\DuplicateIndex\Simplify</parameter>
    </parameter>
    <parameter key="pimcore_customer_management_framework.newsletter.newsletterSyncEnabled">false</parameter>
    <parameter key="pimcore_customer_management_framework.newsletter.newsletterQueueImmediateAsyncExecutionEnabled">true</parameter>
    <parameter key="pimcore_customer_management_framework.url_activity_tracker.enabled">true</parameter>
    <parameter key="pimcore_customer_management_framework.url_activity_tracker.linkCmfcPlaceholder">*|ID_ENCODED|*</parameter>
    <parameter key="pimcore_customer_management_framework.segment_assignment_classes.types" type="collection">
      <parameter key="document" type="collection">
        <parameter key="page">true</parameter>
        <parameter key="folder">false</parameter>
        <parameter key="snippet">false</parameter>
        <parameter key="link">false</parameter>
        <parameter key="hardlink">false</parameter>
        <parameter key="email">false</parameter>
        <parameter key="newsletter">false</parameter>
        <parameter key="printpage">false</parameter>
        <parameter key="printcontainer">false</parameter>
      </parameter>
      <parameter key="object" type="collection">
        <parameter key="object" type="collection">
          <parameter key="News">true</parameter>
          <parameter key="Category">true</parameter>
        </parameter>
        <parameter key="folder">true</parameter>
        <parameter key="variant" type="collection"/>
      </parameter>
      <parameter key="asset" type="collection">
        <parameter key="folder">false</parameter>
        <parameter key="image">false</parameter>
        <parameter key="text">false</parameter>
        <parameter key="audio">false</parameter>
        <parameter key="video">false</parameter>
        <parameter key="document">false</parameter>
        <parameter key="archive">false</parameter>
        <parameter key="unknown">false</parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore.gdpr-data-extrator.customers" type="collection">
      <parameter key="allowDelete">false</parameter>
      <parameter key="includedRelations" type="collection"/>
    </parameter>
    <parameter key="pimcore_newsletter" type="collection">
      <parameter key="source_adapters" type="collection">
        <parameter key="SegmentAddressSource">cmf.document.newsletter.factory.segmentAddressSource</parameter>
        <parameter key="defaultAdapter">pimcore_newsletter.document.newsletter.factory.default</parameter>
        <parameter key="csvList">pimcore_newsletter.document.newsletter.factory.csv</parameter>
      </parameter>
      <parameter key="method">null</parameter>
      <parameter key="use_specific">false</parameter>
      <parameter key="default_url_prefix">null</parameter>
    </parameter>
    <parameter key="pimcore_glossary.blocked_tags" type="collection">
      <parameter>a</parameter>
      <parameter>script</parameter>
      <parameter>style</parameter>
      <parameter>code</parameter>
      <parameter>pre</parameter>
      <parameter>textarea</parameter>
      <parameter>acronym</parameter>
      <parameter>abbr</parameter>
      <parameter>option</parameter>
      <parameter>h1</parameter>
      <parameter>h2</parameter>
      <parameter>h3</parameter>
      <parameter>h4</parameter>
      <parameter>h5</parameter>
      <parameter>h6</parameter>
    </parameter>
    <parameter key="pimcore_seo.sitemaps" type="collection">
      <parameter key="generators" type="collection">
        <parameter key="pimcore_documents" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="priority">100</parameter>
          <parameter key="generator_id">Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator</parameter>
        </parameter>
        <parameter key="app_news" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="priority">50</parameter>
          <parameter key="generator_id">App\Sitemaps\NewsGenerator</parameter>
        </parameter>
        <parameter key="app_cars" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="priority">49</parameter>
          <parameter key="generator_id">App\Sitemaps\ProductGenerator</parameter>
        </parameter>
        <parameter key="app_category" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="priority">48</parameter>
          <parameter key="generator_id">App\Sitemaps\CategoryGenerator</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore_seo.redirects" type="collection">
      <parameter key="status_codes" type="collection">
        <parameter key="300">Multiple Choices</parameter>
        <parameter key="301">Moved Permanently</parameter>
        <parameter key="302">Found</parameter>
        <parameter key="303">See Other</parameter>
        <parameter key="307">Temporary Redirect</parameter>
      </parameter>
      <parameter key="auto_create_redirects">true</parameter>
    </parameter>
    <parameter key="presta_sitemap.generator.class">Presta\SitemapBundle\Service\Generator</parameter>
    <parameter key="presta_sitemap.dumper.class">Presta\SitemapBundle\Service\Dumper</parameter>
    <parameter key="presta_sitemap.routing_loader.class">Presta\SitemapBundle\Routing\SitemapRoutingLoader</parameter>
    <parameter key="presta_sitemap.dump_command.class">Presta\SitemapBundle\Command\DumpSitemapsCommand</parameter>
    <parameter key="presta_sitemap.dump_directory">/home/partarti/public_html/my-project/public</parameter>
    <parameter key="presta_sitemap.timetolive">3600</parameter>
    <parameter key="presta_sitemap.sitemap_file_prefix">sitemap</parameter>
    <parameter key="presta_sitemap.items_by_set">50000</parameter>
    <parameter key="presta_sitemap.defaults" type="collection">
      <parameter key="lastmod">null</parameter>
      <parameter key="priority">null</parameter>
      <parameter key="changefreq">null</parameter>
    </parameter>
    <parameter key="presta_sitemap.default_section">default</parameter>
    <parameter key="presta_sitemap.eventlistener.route_annotation.class">Presta\SitemapBundle\EventListener\RouteAnnotationEventListener</parameter>
    <parameter key="pimcore_data_hub" type="collection">
      <parameter key="supported_types" type="collection">
        <parameter key="graphql">Pimcore\Bundle\DataHubBundle</parameter>
      </parameter>
      <parameter key="config_location" type="collection">
        <parameter key="data_hub" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/data_hub</parameter>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="configurations" type="collection"/>
    </parameter>
    <parameter key="pimcore_web_to_print" type="collection">
      <parameter key="config_location" type="collection">
        <parameter key="web_to_print" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/web_to_print</parameter>
            </parameter>
          </parameter>
          <parameter key="read_target" type="collection">
            <parameter key="type">null</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">null</parameter>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="pdf_creation_php_memory_limit">2048M</parameter>
      <parameter key="default_controller_print_page">App\Controller\Web2printController::defaultAction</parameter>
      <parameter key="default_controller_print_container">App\Controller\Web2printController::containerAction</parameter>
      <parameter key="enableInDefaultView">false</parameter>
      <parameter key="generalTool"></parameter>
    </parameter>
    <parameter key="pimcore_static_routes.definitions" type="collection"/>
    <parameter key="pimcore_static_routes.config_location" type="collection">
      <parameter key="staticroutes" type="collection">
        <parameter key="write_target" type="collection">
          <parameter key="type">settings-store</parameter>
          <parameter key="options" type="collection">
            <parameter key="directory">/home/partarti/public_html/my-project/var/config/staticroutes</parameter>
          </parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key=".container.dumper.inline_class_loader">true</parameter>
    <parameter key="pimcore.extensions.bundles.search_paths" type="collection">
      <parameter>src</parameter>
      <parameter>vendor/pimcore/pimcore/bundles</parameter>
    </parameter>
    <parameter key="pimcore.extensions.bundles.handle_composer">true</parameter>
    <parameter key="pimcore.encryption.secret">null</parameter>
    <parameter key="pimcore.translations.admin_translation_mapping" type="collection"/>
    <parameter key="pimcore.web_profiler.toolbar.excluded_routes" type="collection">
      <parameter type="collection">
        <parameter key="path">^/admin/asset/image-editor</parameter>
        <parameter key="route">false</parameter>
        <parameter key="host">false</parameter>
        <parameter key="methods" type="collection"/>
      </parameter>
    </parameter>
    <parameter key="pimcore.maintenance.housekeeping.cleanup_tmp_files_atime_older_than">7776000</parameter>
    <parameter key="pimcore.maintenance.housekeeping.cleanup_profiler_files_atime_older_than">1800</parameter>
    <parameter key="pimcore.documents.default_controller">App\Controller\DefaultController::defaultAction</parameter>
    <parameter key="pimcore.templating.twig.sandbox_security_policy.tags" type="collection">
      <parameter>set</parameter>
    </parameter>
    <parameter key="pimcore.templating.twig.sandbox_security_policy.filters" type="collection">
      <parameter>escape</parameter>
      <parameter>trans</parameter>
      <parameter>default</parameter>
    </parameter>
    <parameter key="pimcore.templating.twig.sandbox_security_policy.functions" type="collection">
      <parameter>path</parameter>
      <parameter>asset</parameter>
    </parameter>
    <parameter key="pimcore.config" type="collection">
      <parameter key="web_profiler" type="collection">
        <parameter key="toolbar" type="collection">
          <parameter key="excluded_routes" type="collection">
            <parameter type="collection">
              <parameter key="path">^/admin/asset/image-editor</parameter>
              <parameter key="route">false</parameter>
              <parameter key="host">false</parameter>
              <parameter key="methods" type="collection"/>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="context" type="collection">
        <parameter key="admin" type="collection">
          <parameter key="routes" type="collection">
            <parameter type="collection">
              <parameter key="path">^/admin(/.*)?$</parameter>
              <parameter key="route">false</parameter>
              <parameter key="host">false</parameter>
              <parameter key="methods" type="collection"/>
            </parameter>
            <parameter type="collection">
              <parameter key="route">^pimcore_admin_</parameter>
              <parameter key="path">false</parameter>
              <parameter key="host">false</parameter>
              <parameter key="methods" type="collection"/>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="profiler" type="collection">
          <parameter key="routes" type="collection">
            <parameter type="collection">
              <parameter key="path">^/_(profiler|wdt)(/.*)?$</parameter>
              <parameter key="route">false</parameter>
              <parameter key="host">false</parameter>
              <parameter key="methods" type="collection"/>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="translations" type="collection">
        <parameter key="domains" type="collection">
          <parameter>admin</parameter>
          <parameter>messages</parameter>
          <parameter>admin</parameter>
        </parameter>
        <parameter key="debugging" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="parameter">pimcore_debug_translations</parameter>
        </parameter>
        <parameter key="admin_translation_mapping" type="collection"/>
      </parameter>
      <parameter key="documents" type="collection">
        <parameter key="type_definitions" type="collection">
          <parameter key="map" type="collection">
            <parameter key="snippet" type="collection">
              <parameter key="class">\Pimcore\Model\Document\Snippet</parameter>
              <parameter key="valid_table">snippet</parameter>
              <parameter key="children_supported">false</parameter>
              <parameter key="direct_route">true</parameter>
              <parameter key="predefined_document_types">true</parameter>
              <parameter key="translatable">true</parameter>
              <parameter key="translatable_inheritance">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
            </parameter>
            <parameter key="page" type="collection">
              <parameter key="class">\Pimcore\Model\Document\Page</parameter>
              <parameter key="valid_table">page</parameter>
              <parameter key="direct_route">true</parameter>
              <parameter key="predefined_document_types">true</parameter>
              <parameter key="translatable">true</parameter>
              <parameter key="translatable_inheritance">true</parameter>
              <parameter key="children_supported">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
            </parameter>
            <parameter key="newsletter" type="collection">
              <parameter key="class">\Pimcore\Bundle\NewsletterBundle\Model\Document\Newsletter</parameter>
              <parameter key="translatable">false</parameter>
              <parameter key="valid_table">newsletter</parameter>
              <parameter key="translatable_inheritance">false</parameter>
              <parameter key="children_supported">false</parameter>
              <parameter key="direct_route">true</parameter>
              <parameter key="predefined_document_types">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
            </parameter>
            <parameter key="printpage" type="collection">
              <parameter key="class">\Pimcore\Bundle\WebToPrintBundle\Model\Document\Printpage</parameter>
              <parameter key="children_supported">false</parameter>
              <parameter key="direct_route">true</parameter>
              <parameter key="predefined_document_types">true</parameter>
              <parameter key="translatable">true</parameter>
              <parameter key="valid_table">null</parameter>
              <parameter key="translatable_inheritance">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
            </parameter>
            <parameter key="printcontainer" type="collection">
              <parameter key="class">\Pimcore\Bundle\WebToPrintBundle\Model\Document\Printcontainer</parameter>
              <parameter key="only_printable_childrens">true</parameter>
              <parameter key="direct_route">true</parameter>
              <parameter key="predefined_document_types">true</parameter>
              <parameter key="translatable">true</parameter>
              <parameter key="valid_table">null</parameter>
              <parameter key="translatable_inheritance">true</parameter>
              <parameter key="children_supported">true</parameter>
            </parameter>
            <parameter key="folder" type="collection">
              <parameter key="class">\Pimcore\Model\Document\Folder</parameter>
              <parameter key="translatable">false</parameter>
              <parameter key="translatable_inheritance">true</parameter>
              <parameter key="valid_table">null</parameter>
              <parameter key="direct_route">false</parameter>
              <parameter key="children_supported">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
              <parameter key="predefined_document_types">false</parameter>
            </parameter>
            <parameter key="link" type="collection">
              <parameter key="class">\Pimcore\Model\Document\Link</parameter>
              <parameter key="translatable">false</parameter>
              <parameter key="valid_table">link</parameter>
              <parameter key="direct_route">false</parameter>
              <parameter key="translatable_inheritance">true</parameter>
              <parameter key="children_supported">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
              <parameter key="predefined_document_types">false</parameter>
            </parameter>
            <parameter key="hardlink" type="collection">
              <parameter key="class">\Pimcore\Model\Document\Hardlink</parameter>
              <parameter key="translatable">false</parameter>
              <parameter key="valid_table">hardlink</parameter>
              <parameter key="direct_route">false</parameter>
              <parameter key="translatable_inheritance">true</parameter>
              <parameter key="children_supported">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
              <parameter key="predefined_document_types">false</parameter>
            </parameter>
            <parameter key="email" type="collection">
              <parameter key="class">\Pimcore\Model\Document\Email</parameter>
              <parameter key="valid_table">email</parameter>
              <parameter key="translatable_inheritance">false</parameter>
              <parameter key="children_supported">false</parameter>
              <parameter key="direct_route">true</parameter>
              <parameter key="predefined_document_types">true</parameter>
              <parameter key="translatable">true</parameter>
              <parameter key="only_printable_childrens">false</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="editables" type="collection">
          <parameter key="map" type="collection">
            <parameter key="outputchanneltable">Web2PrintToolsBundle\Model\Document\Editable\Outputchanneltable</parameter>
          </parameter>
          <parameter key="prefixes" type="collection">
            <parameter>\Pimcore\Model\Document\Editable\</parameter>
          </parameter>
        </parameter>
        <parameter key="doc_types" type="collection">
          <parameter key="definitions" type="collection"/>
        </parameter>
        <parameter key="default_controller">App\Controller\DefaultController::defaultAction</parameter>
        <parameter key="allow_trailing_slash">no</parameter>
        <parameter key="generate_preview">false</parameter>
        <parameter key="preview_url_prefix"></parameter>
        <parameter key="tree_paging_limit">50</parameter>
        <parameter key="areas" type="collection">
          <parameter key="autoload">true</parameter>
        </parameter>
        <parameter key="auto_save_interval">60</parameter>
        <parameter key="static_page_router" type="collection">
          <parameter key="enabled">false</parameter>
          <parameter key="route_pattern">null</parameter>
        </parameter>
        <parameter key="static_page_generator" type="collection">
          <parameter key="use_main_domain">false</parameter>
          <parameter key="headers" type="collection"/>
        </parameter>
      </parameter>
      <parameter key="objects" type="collection">
        <parameter key="class_definitions" type="collection">
          <parameter key="data" type="collection">
            <parameter key="map" type="collection">
              <parameter key="targetGroup">\Pimcore\Model\DataObject\ClassDefinition\Data\TargetGroup</parameter>
              <parameter key="targetGroupMultiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\TargetGroupMultiselect</parameter>
              <parameter key="indexFieldSelection">Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection</parameter>
              <parameter key="indexFieldSelectionCombo">Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionCombo</parameter>
              <parameter key="indexFieldSelectionField">Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionField</parameter>
              <parameter key="newsletterActive">\Pimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterActive</parameter>
              <parameter key="newsletterConfirmed">\Pimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterConfirmed</parameter>
              <parameter key="block">\Pimcore\Model\DataObject\ClassDefinition\Data\Block</parameter>
              <parameter key="calculatedValue">\Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue</parameter>
              <parameter key="checkbox">\Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox</parameter>
              <parameter key="classificationstore">\Pimcore\Model\DataObject\ClassDefinition\Data\Classificationstore</parameter>
              <parameter key="consent">\Pimcore\Model\DataObject\ClassDefinition\Data\Consent</parameter>
              <parameter key="country">\Pimcore\Model\DataObject\ClassDefinition\Data\Country</parameter>
              <parameter key="countrymultiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\Countrymultiselect</parameter>
              <parameter key="date">\Pimcore\Model\DataObject\ClassDefinition\Data\Date</parameter>
              <parameter key="datetime">\Pimcore\Model\DataObject\ClassDefinition\Data\Datetime</parameter>
              <parameter key="email">\Pimcore\Model\DataObject\ClassDefinition\Data\Email</parameter>
              <parameter key="encryptedField">\Pimcore\Model\DataObject\ClassDefinition\Data\EncryptedField</parameter>
              <parameter key="externalImage">\Pimcore\Model\DataObject\ClassDefinition\Data\ExternalImage</parameter>
              <parameter key="fieldcollections">\Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections</parameter>
              <parameter key="firstname">\Pimcore\Model\DataObject\ClassDefinition\Data\Firstname</parameter>
              <parameter key="gender">\Pimcore\Model\DataObject\ClassDefinition\Data\Gender</parameter>
              <parameter key="geobounds">\Pimcore\Model\DataObject\ClassDefinition\Data\Geobounds</parameter>
              <parameter key="geopoint">\Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint</parameter>
              <parameter key="geopolygon">\Pimcore\Model\DataObject\ClassDefinition\Data\Geopolygon</parameter>
              <parameter key="geopolyline">\Pimcore\Model\DataObject\ClassDefinition\Data\Geopolyline</parameter>
              <parameter key="hotspotimage">\Pimcore\Model\DataObject\ClassDefinition\Data\Hotspotimage</parameter>
              <parameter key="manyToOneRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation</parameter>
              <parameter key="image">\Pimcore\Model\DataObject\ClassDefinition\Data\Image</parameter>
              <parameter key="imageGallery">\Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery</parameter>
              <parameter key="input">\Pimcore\Model\DataObject\ClassDefinition\Data\Input</parameter>
              <parameter key="language">\Pimcore\Model\DataObject\ClassDefinition\Data\Language</parameter>
              <parameter key="languagemultiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\Languagemultiselect</parameter>
              <parameter key="lastname">\Pimcore\Model\DataObject\ClassDefinition\Data\Lastname</parameter>
              <parameter key="link">\Pimcore\Model\DataObject\ClassDefinition\Data\Link</parameter>
              <parameter key="localizedfields">\Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields</parameter>
              <parameter key="manyToManyRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyRelation</parameter>
              <parameter key="advancedManyToManyRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyRelation</parameter>
              <parameter key="multiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\Multiselect</parameter>
              <parameter key="reverseObjectRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation</parameter>
              <parameter key="urlSlug">\Pimcore\Model\DataObject\ClassDefinition\Data\UrlSlug</parameter>
              <parameter key="numeric">\Pimcore\Model\DataObject\ClassDefinition\Data\Numeric</parameter>
              <parameter key="numericRange">\Pimcore\Model\DataObject\ClassDefinition\Data\NumericRange</parameter>
              <parameter key="objectbricks">\Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks</parameter>
              <parameter key="manyToManyObjectRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation</parameter>
              <parameter key="advancedManyToManyObjectRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation</parameter>
              <parameter key="password">\Pimcore\Model\DataObject\ClassDefinition\Data\Password</parameter>
              <parameter key="rgbaColor">\Pimcore\Model\DataObject\ClassDefinition\Data\RgbaColor</parameter>
              <parameter key="quantityValue">\Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue</parameter>
              <parameter key="quantityValueRange">\Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValueRange</parameter>
              <parameter key="inputQuantityValue">\Pimcore\Model\DataObject\ClassDefinition\Data\InputQuantityValue</parameter>
              <parameter key="select">\Pimcore\Model\DataObject\ClassDefinition\Data\Select</parameter>
              <parameter key="slider">\Pimcore\Model\DataObject\ClassDefinition\Data\Slider</parameter>
              <parameter key="structuredTable">\Pimcore\Model\DataObject\ClassDefinition\Data\StructuredTable</parameter>
              <parameter key="table">\Pimcore\Model\DataObject\ClassDefinition\Data\Table</parameter>
              <parameter key="textarea">\Pimcore\Model\DataObject\ClassDefinition\Data\Textarea</parameter>
              <parameter key="time">\Pimcore\Model\DataObject\ClassDefinition\Data\Time</parameter>
              <parameter key="user">\Pimcore\Model\DataObject\ClassDefinition\Data\User</parameter>
              <parameter key="video">\Pimcore\Model\DataObject\ClassDefinition\Data\Video</parameter>
              <parameter key="wysiwyg">\Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg</parameter>
            </parameter>
            <parameter key="prefixes" type="collection">
              <parameter>\Pimcore\Model\DataObject\ClassDefinition\Data\</parameter>
              <parameter>\Object_Class_Data_</parameter>
            </parameter>
          </parameter>
          <parameter key="layout" type="collection">
            <parameter key="prefixes" type="collection">
              <parameter>\Pimcore\Model\DataObject\ClassDefinition\Layout\</parameter>
              <parameter>\Object_Class_Layout_</parameter>
            </parameter>
            <parameter key="map" type="collection"/>
          </parameter>
        </parameter>
        <parameter key="select_options" type="collection">
          <parameter key="definitions" type="collection">
            <parameter key="EventStatus" type="collection">
              <parameter key="id">EventStatus</parameter>
              <parameter key="group"></parameter>
              <parameter key="useTraits"></parameter>
              <parameter key="implementsInterfaces"></parameter>
              <parameter key="selectOptions" type="collection">
                <parameter type="collection">
                  <parameter key="value">Scheduled</parameter>
                  <parameter key="label">Scheduled</parameter>
                  <parameter key="name"></parameter>
                </parameter>
                <parameter type="collection">
                  <parameter key="value">On-Hold</parameter>
                  <parameter key="label">On-Hold</parameter>
                  <parameter key="name"></parameter>
                </parameter>
                <parameter type="collection">
                  <parameter key="value">Completed</parameter>
                  <parameter key="label">Completed</parameter>
                  <parameter key="name"></parameter>
                </parameter>
                <parameter type="collection">
                  <parameter key="value">Cancelled</parameter>
                  <parameter key="label">Cancelled</parameter>
                  <parameter key="name"></parameter>
                </parameter>
              </parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="ignore_localized_query_fallback">false</parameter>
        <parameter key="tree_paging_limit">30</parameter>
        <parameter key="auto_save_interval">60</parameter>
        <parameter key="custom_layouts" type="collection">
          <parameter key="definitions" type="collection"/>
        </parameter>
      </parameter>
      <parameter key="models" type="collection">
        <parameter key="class_overrides" type="collection">
          <parameter key="Pimcore\Model\Document\Page">Pimcore\Bundle\PersonalizationBundle\Model\Document\Page</parameter>
          <parameter key="Pimcore\Model\Document\Snippet">Pimcore\Bundle\PersonalizationBundle\Model\Document\Snippet</parameter>
          <parameter key="Pimcore\Model\DataObject\Car">App\Model\Product\Car</parameter>
          <parameter key="Pimcore\Model\DataObject\AccessoryPart">App\Model\Product\AccessoryPart</parameter>
          <parameter key="Pimcore\Model\DataObject\Category">App\Model\Product\Category</parameter>
          <parameter key="Pimcore\Model\DataObject\Customer">App\Model\Customer</parameter>
        </parameter>
      </parameter>
      <parameter key="bundles" type="collection">
        <parameter key="search_paths" type="collection">
          <parameter>src</parameter>
          <parameter>vendor/pimcore/pimcore/bundles</parameter>
        </parameter>
        <parameter key="handle_composer">true</parameter>
      </parameter>
      <parameter key="assets" type="collection">
        <parameter key="metadata" type="collection">
          <parameter key="class_definitions" type="collection">
            <parameter key="data" type="collection">
              <parameter key="map" type="collection">
                <parameter key="asset">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Asset</parameter>
                <parameter key="checkbox">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Checkbox</parameter>
                <parameter key="date">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Date</parameter>
                <parameter key="document">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Document</parameter>
                <parameter key="input">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Input</parameter>
                <parameter key="object">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\DataObject</parameter>
                <parameter key="select">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Select</parameter>
                <parameter key="textarea">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Textarea</parameter>
              </parameter>
              <parameter key="prefixes" type="collection"/>
            </parameter>
          </parameter>
          <parameter key="alt"></parameter>
          <parameter key="copyright"></parameter>
          <parameter key="title"></parameter>
          <parameter key="predefined" type="collection">
            <parameter key="definitions" type="collection"/>
          </parameter>
        </parameter>
        <parameter key="type_definitions" type="collection">
          <parameter key="map" type="collection">
            <parameter key="unknown" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Unknown</parameter>
              <parameter key="matching" type="collection">
                <parameter>/\.dwg$/</parameter>
                <parameter>/\.stp$/</parameter>
              </parameter>
            </parameter>
            <parameter key="image" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Image</parameter>
              <parameter key="matching" type="collection">
                <parameter>/image/</parameter>
                <parameter>/\.eps$/</parameter>
                <parameter>/\.ai$/</parameter>
                <parameter>/\.psd$/</parameter>
                <parameter>/\.svgz$/</parameter>
                <parameter>/\.pcx$/</parameter>
                <parameter>/\.iff$/</parameter>
                <parameter>/\.pct$/</parameter>
                <parameter>/\.wmf$/</parameter>
                <parameter>/photoshop/</parameter>
              </parameter>
            </parameter>
            <parameter key="archive" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Archive</parameter>
              <parameter key="matching" type="collection">
                <parameter>/zip/</parameter>
                <parameter>/tar/</parameter>
              </parameter>
            </parameter>
            <parameter key="audio" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Audio</parameter>
              <parameter key="matching" type="collection">
                <parameter>/audio/</parameter>
              </parameter>
            </parameter>
            <parameter key="document" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Document</parameter>
              <parameter key="matching" type="collection">
                <parameter>/msword/</parameter>
                <parameter>/pdf/</parameter>
                <parameter>/powerpoint/</parameter>
                <parameter>/office/</parameter>
                <parameter>/excel/</parameter>
                <parameter>/opendocument/</parameter>
              </parameter>
            </parameter>
            <parameter key="folder" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Folder</parameter>
              <parameter key="matching" type="collection"/>
            </parameter>
            <parameter key="text" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Text</parameter>
              <parameter key="matching" type="collection">
                <parameter>/text\//</parameter>
                <parameter>/xml$/</parameter>
                <parameter>/\.json$/</parameter>
              </parameter>
            </parameter>
            <parameter key="video" type="collection">
              <parameter key="class">\Pimcore\Model\Asset\Video</parameter>
              <parameter key="matching" type="collection">
                <parameter>/video/</parameter>
              </parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="thumbnails" type="collection">
          <parameter key="allowed_formats" type="collection">
            <parameter>avif</parameter>
            <parameter>eps</parameter>
            <parameter>gif</parameter>
            <parameter>jpeg</parameter>
            <parameter>jpg</parameter>
            <parameter>pjpeg</parameter>
            <parameter>png</parameter>
            <parameter>svg</parameter>
            <parameter>tiff</parameter>
            <parameter>webm</parameter>
            <parameter>webp</parameter>
            <parameter>print</parameter>
          </parameter>
          <parameter key="max_scaling_factor">5</parameter>
        </parameter>
        <parameter key="frontend_prefixes" type="collection">
          <parameter key="source"></parameter>
          <parameter key="thumbnail"></parameter>
          <parameter key="thumbnail_deferred"></parameter>
        </parameter>
        <parameter key="preview_image_thumbnail">null</parameter>
        <parameter key="default_upload_path">_default_upload_bucket</parameter>
        <parameter key="tree_paging_limit">100</parameter>
        <parameter key="image" type="collection">
          <parameter key="max_pixels">40000000</parameter>
          <parameter key="low_quality_image_preview" type="collection">
            <parameter key="enabled">true</parameter>
          </parameter>
          <parameter key="thumbnails" type="collection">
            <parameter key="definitions" type="collection"/>
            <parameter key="clip_auto_support">true</parameter>
            <parameter key="image_optimizers" type="collection">
              <parameter key="enabled">true</parameter>
            </parameter>
            <parameter key="auto_formats" type="collection">
              <parameter key="avif" type="collection">
                <parameter key="enabled">true</parameter>
                <parameter key="quality">50</parameter>
              </parameter>
              <parameter key="webp" type="collection">
                <parameter key="enabled">true</parameter>
                <parameter key="quality">null</parameter>
              </parameter>
            </parameter>
            <parameter key="status_cache">true</parameter>
            <parameter key="auto_clear_temp_files">true</parameter>
          </parameter>
        </parameter>
        <parameter key="video" type="collection">
          <parameter key="thumbnails" type="collection">
            <parameter key="definitions" type="collection"/>
            <parameter key="auto_clear_temp_files">true</parameter>
          </parameter>
        </parameter>
        <parameter key="document" type="collection">
          <parameter key="thumbnails" type="collection">
            <parameter key="enabled">true</parameter>
          </parameter>
          <parameter key="process_page_count">true</parameter>
          <parameter key="process_text">true</parameter>
          <parameter key="scan_pdf">true</parameter>
          <parameter key="open_pdf_in_new_tab">only-unsafe</parameter>
        </parameter>
        <parameter key="versions" type="collection">
          <parameter key="days">null</parameter>
          <parameter key="steps">null</parameter>
          <parameter key="use_hardlinks">true</parameter>
          <parameter key="disable_stack_trace">false</parameter>
        </parameter>
        <parameter key="icc_rgb_profile">null</parameter>
        <parameter key="icc_cmyk_profile">null</parameter>
      </parameter>
      <parameter key="templating_engine" type="collection">
        <parameter key="twig" type="collection">
          <parameter key="sandbox_security_policy" type="collection">
            <parameter key="tags" type="collection">
              <parameter>set</parameter>
            </parameter>
            <parameter key="filters" type="collection">
              <parameter>escape</parameter>
              <parameter>trans</parameter>
              <parameter>default</parameter>
            </parameter>
            <parameter key="functions" type="collection">
              <parameter>path</parameter>
              <parameter>asset</parameter>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="gotenberg" type="collection">
        <parameter key="base_url">http://gotenberg:3000</parameter>
      </parameter>
      <parameter key="config_location" type="collection">
        <parameter key="select_options" type="collection">
          <parameter key="read_target" type="collection">
            <parameter key="type">symfony-config</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">null</parameter>
            </parameter>
          </parameter>
          <parameter key="write_target" type="collection">
            <parameter key="type">symfony-config</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/select_options</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="image_thumbnails" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/image_thumbnails</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="video_thumbnails" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/video_thumbnails</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="document_types" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/document_types</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="predefined_properties" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/predefined_properties</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="predefined_asset_metadata" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/predefined_asset_metadata</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="perspectives" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/perspectives</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="custom_views" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/custom_views</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="object_custom_layouts" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/object_custom_layouts</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="system_settings" type="collection">
          <parameter key="write_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">/home/partarti/public_html/my-project/var/config/system_settings</parameter>
            </parameter>
          </parameter>
          <parameter key="read_target" type="collection">
            <parameter key="type">settings-store</parameter>
            <parameter key="options" type="collection">
              <parameter key="directory">null</parameter>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="dependency" type="collection">
        <parameter key="enabled">true</parameter>
      </parameter>
      <parameter key="security" type="collection">
        <parameter key="factory_type">password_hasher</parameter>
        <parameter key="password_hasher_factories" type="collection">
          <parameter key="Pimcore\Security\User\User" type="collection">
            <parameter key="id">pimcore.security.user_password_hasher_factory</parameter>
          </parameter>
          <parameter key="Pimcore\Model\DataObject\Customer" type="collection">
            <parameter key="id">cmf.security.user_password_hasher_factory</parameter>
          </parameter>
        </parameter>
        <parameter key="password" type="collection">
          <parameter key="algorithm">2y</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="encoder_factories" type="collection"/>
      </parameter>
      <parameter key="workflows" type="collection">
        <parameter key="simple_asset_workflow" type="collection">
          <parameter key="label">Simple Asset Workflow</parameter>
          <parameter key="type">state_machine</parameter>
          <parameter key="support_strategy" type="collection">
            <parameter key="type">expression</parameter>
            <parameter key="arguments" type="collection">
              <parameter>\Pimcore\Model\Asset</parameter>
              <parameter>is_fully_authenticated()</parameter>
            </parameter>
          </parameter>
          <parameter key="initial_markings" type="collection">
            <parameter>start</parameter>
          </parameter>
          <parameter key="places" type="collection">
            <parameter key="start" type="collection">
              <parameter key="label">Start Place of the Workflow</parameter>
              <parameter key="title">Start checking this asset</parameter>
              <parameter key="color">#3572b0</parameter>
              <parameter key="visibleInHeader">true</parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="permissions" type="collection"/>
            </parameter>
            <parameter key="review_license" type="collection">
              <parameter key="label">Review License</parameter>
              <parameter key="color">orange</parameter>
              <parameter key="visibleInHeader">true</parameter>
              <parameter key="title"></parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="permissions" type="collection"/>
            </parameter>
            <parameter key="finished" type="collection">
              <parameter key="label">Asset Reviewed</parameter>
              <parameter key="color">green</parameter>
              <parameter key="visibleInHeader">true</parameter>
              <parameter key="title"></parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="permissions" type="collection"/>
            </parameter>
          </parameter>
          <parameter key="transitions" type="collection">
            <parameter key="start_workflow" type="collection">
              <parameter key="from" type="collection">
                <parameter>start</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>review_license</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Start Workflow</parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="notificationSettings" type="collection"/>
                <parameter key="changePublishedState">no_change</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">start_workflow</parameter>
            </parameter>
            <parameter key="finish_review" type="collection">
              <parameter key="from" type="collection">
                <parameter>review_license</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>finished</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Finish Review</parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="notificationSettings" type="collection"/>
                <parameter key="changePublishedState">no_change</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">finish_review</parameter>
            </parameter>
            <parameter key="restart_review" type="collection">
              <parameter key="from" type="collection">
                <parameter>finished</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>review_license</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Restart Review</parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="notificationSettings" type="collection"/>
                <parameter key="changePublishedState">no_change</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">restart_review</parameter>
            </parameter>
          </parameter>
          <parameter key="placeholders" type="collection"/>
          <parameter key="enabled">true</parameter>
          <parameter key="priority">0</parameter>
          <parameter key="audit_trail" type="collection">
            <parameter key="enabled">false</parameter>
          </parameter>
          <parameter key="supports" type="collection"/>
          <parameter key="globalActions" type="collection"/>
        </parameter>
        <parameter key="product_data_enrichment" type="collection">
          <parameter key="label">Product Data Enrichment Workflow</parameter>
          <parameter key="support_strategy" type="collection">
            <parameter key="service">App\Workflow\SupportsStrategy</parameter>
            <parameter key="arguments" type="collection"/>
          </parameter>
          <parameter key="initial_markings" type="collection">
            <parameter>todo</parameter>
          </parameter>
          <parameter key="places" type="collection">
            <parameter key="todo" type="collection">
              <parameter key="label">ToDo</parameter>
              <parameter key="title">Product Magic did not start</parameter>
              <parameter key="color">#3572b0</parameter>
              <parameter key="colorInverted">true</parameter>
              <parameter key="permissions" type="collection">
                <parameter type="collection">
                  <parameter key="objectLayout">CarTodo</parameter>
                  <parameter key="publish">false</parameter>
                  <parameter key="unpublish">false</parameter>
                </parameter>
              </parameter>
              <parameter key="visibleInHeader">true</parameter>
            </parameter>
            <parameter key="edit_text" type="collection">
              <parameter key="label">Edit Text</parameter>
              <parameter key="color">orange</parameter>
              <parameter key="permissions" type="collection">
                <parameter type="collection">
                  <parameter key="publish">false</parameter>
                  <parameter key="unpublish">false</parameter>
                </parameter>
              </parameter>
              <parameter key="title"></parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="visibleInHeader">true</parameter>
            </parameter>
            <parameter key="edit_images" type="collection">
              <parameter key="label">Edit Images</parameter>
              <parameter key="color">orange</parameter>
              <parameter key="permissions" type="collection">
                <parameter type="collection">
                  <parameter key="publish">false</parameter>
                  <parameter key="unpublish">false</parameter>
                </parameter>
              </parameter>
              <parameter key="title"></parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="visibleInHeader">true</parameter>
            </parameter>
            <parameter key="done_text" type="collection">
              <parameter key="label">Done Text</parameter>
              <parameter key="color">green</parameter>
              <parameter key="permissions" type="collection">
                <parameter type="collection">
                  <parameter key="publish">false</parameter>
                  <parameter key="unpublish">false</parameter>
                </parameter>
              </parameter>
              <parameter key="title"></parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="visibleInHeader">true</parameter>
            </parameter>
            <parameter key="done_images" type="collection">
              <parameter key="label">Done Images</parameter>
              <parameter key="color">green</parameter>
              <parameter key="permissions" type="collection">
                <parameter type="collection">
                  <parameter key="publish">false</parameter>
                  <parameter key="unpublish">false</parameter>
                </parameter>
              </parameter>
              <parameter key="title"></parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="visibleInHeader">true</parameter>
            </parameter>
            <parameter key="done_all" type="collection">
              <parameter key="label">Product is ready</parameter>
              <parameter key="color">#009900</parameter>
              <parameter key="permissions" type="collection">
                <parameter type="collection">
                  <parameter key="condition">is_fully_authenticated() and 'ROLE_PIMCORE_ADMIN' in role_names</parameter>
                  <parameter key="objectLayout">CarReview</parameter>
                </parameter>
                <parameter type="collection">
                  <parameter key="objectLayout">CarReview</parameter>
                </parameter>
              </parameter>
              <parameter key="title"></parameter>
              <parameter key="colorInverted">false</parameter>
              <parameter key="visibleInHeader">true</parameter>
            </parameter>
          </parameter>
          <parameter key="transitions" type="collection">
            <parameter key="start_work" type="collection">
              <parameter key="from" type="collection">
                <parameter>todo</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>edit_text</parameter>
                <parameter>edit_images</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Start Work</parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="notificationSettings" type="collection"/>
                <parameter key="changePublishedState">no_change</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">start_work</parameter>
            </parameter>
            <parameter key="mark_text_done" type="collection">
              <parameter key="from" type="collection">
                <parameter>edit_text</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>done_text</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Mark Text Done</parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="notificationSettings" type="collection"/>
                <parameter key="changePublishedState">no_change</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">mark_text_done</parameter>
            </parameter>
            <parameter key="mark_images_done" type="collection">
              <parameter key="from" type="collection">
                <parameter>edit_images</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>done_images</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Mark Images Done</parameter>
                <parameter key="notificationSettings" type="collection">
                  <parameter type="collection">
                    <parameter key="notifyUsers" type="collection">
                      <parameter>admin</parameter>
                    </parameter>
                    <parameter key="notifyRoles" type="collection">
                      <parameter>projectmanagers</parameter>
                      <parameter>admins</parameter>
                    </parameter>
                    <parameter key="channelType" type="collection">
                      <parameter>mail</parameter>
                      <parameter>pimcore_notification</parameter>
                    </parameter>
                    <parameter key="mailType">template</parameter>
                    <parameter key="mailPath">@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig</parameter>
                  </parameter>
                </parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="changePublishedState">no_change</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">mark_images_done</parameter>
            </parameter>
            <parameter key="mark_done_all" type="collection">
              <parameter key="from" type="collection">
                <parameter>done_text</parameter>
                <parameter>done_images</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>done_all</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Mark Product Done</parameter>
                <parameter key="changePublishedState">force_published</parameter>
                <parameter key="notes" type="collection">
                  <parameter key="commentEnabled">true</parameter>
                  <parameter key="customHtml" type="collection">
                    <parameter key="service">App\Services\Workflow\CustomHtmlService</parameter>
                    <parameter key="position">top</parameter>
                  </parameter>
                  <parameter key="commentRequired">false</parameter>
                  <parameter key="type">Status update</parameter>
                  <parameter key="additionalFields" type="collection"/>
                </parameter>
                <parameter key="notificationSettings" type="collection">
                  <parameter type="collection">
                    <parameter key="notifyUsers" type="collection">
                      <parameter>admin</parameter>
                    </parameter>
                    <parameter key="notifyRoles" type="collection">
                      <parameter>projectmanagers</parameter>
                      <parameter>admins</parameter>
                    </parameter>
                    <parameter key="channelType" type="collection">
                      <parameter>mail</parameter>
                      <parameter>pimcore_notification</parameter>
                    </parameter>
                    <parameter key="mailType">template</parameter>
                    <parameter key="mailPath">@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig</parameter>
                  </parameter>
                </parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">mark_done_all</parameter>
            </parameter>
            <parameter key="reopen_issue" type="collection">
              <parameter key="from" type="collection">
                <parameter>done_all</parameter>
              </parameter>
              <parameter key="to" type="collection">
                <parameter>todo</parameter>
              </parameter>
              <parameter key="options" type="collection">
                <parameter key="label">Reopen Product</parameter>
                <parameter key="notes" type="collection">
                  <parameter key="commentEnabled">true</parameter>
                  <parameter key="commentRequired">true</parameter>
                  <parameter key="type">Status update</parameter>
                  <parameter key="additionalFields" type="collection"/>
                </parameter>
                <parameter key="objectLayout">false</parameter>
                <parameter key="notificationSettings" type="collection"/>
                <parameter key="changePublishedState">no_change</parameter>
                <parameter key="unsavedChangesBehaviour">warn</parameter>
              </parameter>
              <parameter key="name">reopen_issue</parameter>
            </parameter>
          </parameter>
          <parameter key="globalActions" type="collection">
            <parameter key="log_time" type="collection">
              <parameter key="label">Log Time</parameter>
              <parameter key="guard">is_fully_authenticated()</parameter>
              <parameter key="notes" type="collection">
                <parameter key="commentEnabled">true</parameter>
                <parameter key="commentRequired">true</parameter>
                <parameter key="type">Worklog</parameter>
                <parameter key="title">Time Logged</parameter>
                <parameter key="additionalFields" type="collection">
                  <parameter type="collection">
                    <parameter key="name">timeWorked</parameter>
                    <parameter key="fieldType">input</parameter>
                    <parameter key="title">Time spent</parameter>
                    <parameter key="required">true</parameter>
                    <parameter key="fieldTypeSettings" type="collection"/>
                  </parameter>
                </parameter>
              </parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="saveSubject">true</parameter>
              <parameter key="to" type="collection"/>
            </parameter>
          </parameter>
          <parameter key="placeholders" type="collection"/>
          <parameter key="enabled">true</parameter>
          <parameter key="priority">0</parameter>
          <parameter key="audit_trail" type="collection">
            <parameter key="enabled">false</parameter>
          </parameter>
          <parameter key="supports" type="collection"/>
        </parameter>
      </parameter>
      <parameter key="chromium" type="collection">
        <parameter key="uri">ws://chrome:3000/</parameter>
      </parameter>
      <parameter key="flags" type="collection"/>
      <parameter key="maps" type="collection">
        <parameter key="tile_layer_url_template">https://a.tile.openstreetmap.org/{z}/{x}/{y}.png</parameter>
        <parameter key="geocoding_url_template">https://nominatim.openstreetmap.org/search?q={q}&amp;addressdetails=1&amp;format=json&amp;limit=1</parameter>
        <parameter key="reverse_geocoding_url_template">https://nominatim.openstreetmap.org/reverse?format=json&amp;lat={lat}&amp;lon={lon}&amp;addressdetails=1</parameter>
      </parameter>
      <parameter key="general" type="collection">
        <parameter key="timezone"></parameter>
        <parameter key="path_variable">null</parameter>
        <parameter key="domain"></parameter>
        <parameter key="redirect_to_maindomain">false</parameter>
        <parameter key="language">en</parameter>
        <parameter key="valid_languages" type="collection">
          <parameter>en</parameter>
          <parameter>de</parameter>
          <parameter>fr</parameter>
        </parameter>
        <parameter key="required_languages" type="collection"/>
        <parameter key="fallback_languages" type="collection"/>
        <parameter key="default_language">en</parameter>
        <parameter key="disable_usage_statistics">false</parameter>
        <parameter key="debug_admin_translations">false</parameter>
      </parameter>
      <parameter key="maintenance" type="collection">
        <parameter key="housekeeping" type="collection">
          <parameter key="cleanup_tmp_files_atime_older_than">7776000</parameter>
          <parameter key="cleanup_profiler_files_atime_older_than">1800</parameter>
        </parameter>
      </parameter>
      <parameter key="encryption" type="collection">
        <parameter key="secret">null</parameter>
      </parameter>
      <parameter key="routing" type="collection">
        <parameter key="static" type="collection">
          <parameter key="locale_params" type="collection"/>
        </parameter>
      </parameter>
      <parameter key="full_page_cache" type="collection">
        <parameter key="enabled">true</parameter>
        <parameter key="lifetime">null</parameter>
      </parameter>
      <parameter key="email" type="collection">
        <parameter key="sender" type="collection">
          <parameter key="name"></parameter>
          <parameter key="email"></parameter>
        </parameter>
        <parameter key="return" type="collection">
          <parameter key="name"></parameter>
          <parameter key="email"></parameter>
        </parameter>
        <parameter key="debug" type="collection">
          <parameter key="email_addresses"></parameter>
        </parameter>
        <parameter key="usespecific">false</parameter>
      </parameter>
      <parameter key="httpclient" type="collection">
        <parameter key="adapter">Socket</parameter>
        <parameter key="proxy_host">null</parameter>
        <parameter key="proxy_port">null</parameter>
        <parameter key="proxy_user">null</parameter>
        <parameter key="proxy_pass">null</parameter>
      </parameter>
      <parameter key="applicationlog" type="collection">
        <parameter key="archive_treshold">30</parameter>
        <parameter key="archive_alternative_database"></parameter>
        <parameter key="delete_archive_threshold" type="string">6</parameter>
      </parameter>
      <parameter key="properties" type="collection">
        <parameter key="predefined" type="collection">
          <parameter key="definitions" type="collection"/>
        </parameter>
      </parameter>
      <parameter key="perspectives" type="collection">
        <parameter key="definitions" type="collection"/>
      </parameter>
      <parameter key="custom_views" type="collection">
        <parameter key="definitions" type="collection"/>
      </parameter>
    </parameter>
    <parameter key="pimcore.documents.classes.map" type="collection">
      <parameter key="snippet">\Pimcore\Model\Document\Snippet</parameter>
      <parameter key="page">\Pimcore\Model\Document\Page</parameter>
      <parameter key="newsletter">\Pimcore\Bundle\NewsletterBundle\Model\Document\Newsletter</parameter>
      <parameter key="printpage">\Pimcore\Bundle\WebToPrintBundle\Model\Document\Printpage</parameter>
      <parameter key="printcontainer">\Pimcore\Bundle\WebToPrintBundle\Model\Document\Printcontainer</parameter>
      <parameter key="folder">\Pimcore\Model\Document\Folder</parameter>
      <parameter key="link">\Pimcore\Model\Document\Link</parameter>
      <parameter key="hardlink">\Pimcore\Model\Document\Hardlink</parameter>
      <parameter key="email">\Pimcore\Model\Document\Email</parameter>
    </parameter>
    <parameter key="pimcore.assets.classes.map" type="collection">
      <parameter key="unknown">\Pimcore\Model\Asset\Unknown</parameter>
      <parameter key="image">\Pimcore\Model\Asset\Image</parameter>
      <parameter key="archive">\Pimcore\Model\Asset\Archive</parameter>
      <parameter key="audio">\Pimcore\Model\Asset\Audio</parameter>
      <parameter key="document">\Pimcore\Model\Asset\Document</parameter>
      <parameter key="folder">\Pimcore\Model\Asset\Folder</parameter>
      <parameter key="text">\Pimcore\Model\Asset\Text</parameter>
      <parameter key="video">\Pimcore\Model\Asset\Video</parameter>
    </parameter>
    <parameter key="pimcore.routing.static.locale_params" type="collection"/>
    <parameter key="pimcore.workflow" type="collection">
      <parameter key="simple_asset_workflow" type="collection">
        <parameter key="label">Simple Asset Workflow</parameter>
        <parameter key="type">state_machine</parameter>
        <parameter key="support_strategy" type="collection">
          <parameter key="type">expression</parameter>
          <parameter key="arguments" type="collection">
            <parameter>\Pimcore\Model\Asset</parameter>
            <parameter>is_fully_authenticated()</parameter>
          </parameter>
        </parameter>
        <parameter key="initial_markings" type="collection">
          <parameter>start</parameter>
        </parameter>
        <parameter key="places" type="collection">
          <parameter key="start" type="collection">
            <parameter key="label">Start Place of the Workflow</parameter>
            <parameter key="title">Start checking this asset</parameter>
            <parameter key="color">#3572b0</parameter>
            <parameter key="visibleInHeader">true</parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="permissions" type="collection"/>
          </parameter>
          <parameter key="review_license" type="collection">
            <parameter key="label">Review License</parameter>
            <parameter key="color">orange</parameter>
            <parameter key="visibleInHeader">true</parameter>
            <parameter key="title"></parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="permissions" type="collection"/>
          </parameter>
          <parameter key="finished" type="collection">
            <parameter key="label">Asset Reviewed</parameter>
            <parameter key="color">green</parameter>
            <parameter key="visibleInHeader">true</parameter>
            <parameter key="title"></parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="permissions" type="collection"/>
          </parameter>
        </parameter>
        <parameter key="transitions" type="collection">
          <parameter key="start_workflow" type="collection">
            <parameter key="from" type="collection">
              <parameter>start</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>review_license</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Start Workflow</parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="notificationSettings" type="collection"/>
              <parameter key="changePublishedState">no_change</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">start_workflow</parameter>
          </parameter>
          <parameter key="finish_review" type="collection">
            <parameter key="from" type="collection">
              <parameter>review_license</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>finished</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Finish Review</parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="notificationSettings" type="collection"/>
              <parameter key="changePublishedState">no_change</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">finish_review</parameter>
          </parameter>
          <parameter key="restart_review" type="collection">
            <parameter key="from" type="collection">
              <parameter>finished</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>review_license</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Restart Review</parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="notificationSettings" type="collection"/>
              <parameter key="changePublishedState">no_change</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">restart_review</parameter>
          </parameter>
        </parameter>
        <parameter key="placeholders" type="collection"/>
        <parameter key="enabled">true</parameter>
        <parameter key="priority">0</parameter>
        <parameter key="audit_trail" type="collection">
          <parameter key="enabled">false</parameter>
        </parameter>
        <parameter key="supports" type="collection"/>
        <parameter key="globalActions" type="collection"/>
      </parameter>
      <parameter key="product_data_enrichment" type="collection">
        <parameter key="label">Product Data Enrichment Workflow</parameter>
        <parameter key="support_strategy" type="collection">
          <parameter key="service">App\Workflow\SupportsStrategy</parameter>
          <parameter key="arguments" type="collection"/>
        </parameter>
        <parameter key="initial_markings" type="collection">
          <parameter>todo</parameter>
        </parameter>
        <parameter key="places" type="collection">
          <parameter key="todo" type="collection">
            <parameter key="label">ToDo</parameter>
            <parameter key="title">Product Magic did not start</parameter>
            <parameter key="color">#3572b0</parameter>
            <parameter key="colorInverted">true</parameter>
            <parameter key="permissions" type="collection">
              <parameter type="collection">
                <parameter key="objectLayout">CarTodo</parameter>
                <parameter key="publish">false</parameter>
                <parameter key="unpublish">false</parameter>
              </parameter>
            </parameter>
            <parameter key="visibleInHeader">true</parameter>
          </parameter>
          <parameter key="edit_text" type="collection">
            <parameter key="label">Edit Text</parameter>
            <parameter key="color">orange</parameter>
            <parameter key="permissions" type="collection">
              <parameter type="collection">
                <parameter key="publish">false</parameter>
                <parameter key="unpublish">false</parameter>
              </parameter>
            </parameter>
            <parameter key="title"></parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="visibleInHeader">true</parameter>
          </parameter>
          <parameter key="edit_images" type="collection">
            <parameter key="label">Edit Images</parameter>
            <parameter key="color">orange</parameter>
            <parameter key="permissions" type="collection">
              <parameter type="collection">
                <parameter key="publish">false</parameter>
                <parameter key="unpublish">false</parameter>
              </parameter>
            </parameter>
            <parameter key="title"></parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="visibleInHeader">true</parameter>
          </parameter>
          <parameter key="done_text" type="collection">
            <parameter key="label">Done Text</parameter>
            <parameter key="color">green</parameter>
            <parameter key="permissions" type="collection">
              <parameter type="collection">
                <parameter key="publish">false</parameter>
                <parameter key="unpublish">false</parameter>
              </parameter>
            </parameter>
            <parameter key="title"></parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="visibleInHeader">true</parameter>
          </parameter>
          <parameter key="done_images" type="collection">
            <parameter key="label">Done Images</parameter>
            <parameter key="color">green</parameter>
            <parameter key="permissions" type="collection">
              <parameter type="collection">
                <parameter key="publish">false</parameter>
                <parameter key="unpublish">false</parameter>
              </parameter>
            </parameter>
            <parameter key="title"></parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="visibleInHeader">true</parameter>
          </parameter>
          <parameter key="done_all" type="collection">
            <parameter key="label">Product is ready</parameter>
            <parameter key="color">#009900</parameter>
            <parameter key="permissions" type="collection">
              <parameter type="collection">
                <parameter key="condition">is_fully_authenticated() and 'ROLE_PIMCORE_ADMIN' in role_names</parameter>
                <parameter key="objectLayout">CarReview</parameter>
              </parameter>
              <parameter type="collection">
                <parameter key="objectLayout">CarReview</parameter>
              </parameter>
            </parameter>
            <parameter key="title"></parameter>
            <parameter key="colorInverted">false</parameter>
            <parameter key="visibleInHeader">true</parameter>
          </parameter>
        </parameter>
        <parameter key="transitions" type="collection">
          <parameter key="start_work" type="collection">
            <parameter key="from" type="collection">
              <parameter>todo</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>edit_text</parameter>
              <parameter>edit_images</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Start Work</parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="notificationSettings" type="collection"/>
              <parameter key="changePublishedState">no_change</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">start_work</parameter>
          </parameter>
          <parameter key="mark_text_done" type="collection">
            <parameter key="from" type="collection">
              <parameter>edit_text</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>done_text</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Mark Text Done</parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="notificationSettings" type="collection"/>
              <parameter key="changePublishedState">no_change</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">mark_text_done</parameter>
          </parameter>
          <parameter key="mark_images_done" type="collection">
            <parameter key="from" type="collection">
              <parameter>edit_images</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>done_images</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Mark Images Done</parameter>
              <parameter key="notificationSettings" type="collection">
                <parameter type="collection">
                  <parameter key="notifyUsers" type="collection">
                    <parameter>admin</parameter>
                  </parameter>
                  <parameter key="notifyRoles" type="collection">
                    <parameter>projectmanagers</parameter>
                    <parameter>admins</parameter>
                  </parameter>
                  <parameter key="channelType" type="collection">
                    <parameter>mail</parameter>
                    <parameter>pimcore_notification</parameter>
                  </parameter>
                  <parameter key="mailType">template</parameter>
                  <parameter key="mailPath">@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig</parameter>
                </parameter>
              </parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="changePublishedState">no_change</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">mark_images_done</parameter>
          </parameter>
          <parameter key="mark_done_all" type="collection">
            <parameter key="from" type="collection">
              <parameter>done_text</parameter>
              <parameter>done_images</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>done_all</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Mark Product Done</parameter>
              <parameter key="changePublishedState">force_published</parameter>
              <parameter key="notes" type="collection">
                <parameter key="commentEnabled">true</parameter>
                <parameter key="customHtml" type="collection">
                  <parameter key="service">App\Services\Workflow\CustomHtmlService</parameter>
                  <parameter key="position">top</parameter>
                </parameter>
                <parameter key="commentRequired">false</parameter>
                <parameter key="type">Status update</parameter>
                <parameter key="additionalFields" type="collection"/>
              </parameter>
              <parameter key="notificationSettings" type="collection">
                <parameter type="collection">
                  <parameter key="notifyUsers" type="collection">
                    <parameter>admin</parameter>
                  </parameter>
                  <parameter key="notifyRoles" type="collection">
                    <parameter>projectmanagers</parameter>
                    <parameter>admins</parameter>
                  </parameter>
                  <parameter key="channelType" type="collection">
                    <parameter>mail</parameter>
                    <parameter>pimcore_notification</parameter>
                  </parameter>
                  <parameter key="mailType">template</parameter>
                  <parameter key="mailPath">@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig</parameter>
                </parameter>
              </parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">mark_done_all</parameter>
          </parameter>
          <parameter key="reopen_issue" type="collection">
            <parameter key="from" type="collection">
              <parameter>done_all</parameter>
            </parameter>
            <parameter key="to" type="collection">
              <parameter>todo</parameter>
            </parameter>
            <parameter key="options" type="collection">
              <parameter key="label">Reopen Product</parameter>
              <parameter key="notes" type="collection">
                <parameter key="commentEnabled">true</parameter>
                <parameter key="commentRequired">true</parameter>
                <parameter key="type">Status update</parameter>
                <parameter key="additionalFields" type="collection"/>
              </parameter>
              <parameter key="objectLayout">false</parameter>
              <parameter key="notificationSettings" type="collection"/>
              <parameter key="changePublishedState">no_change</parameter>
              <parameter key="unsavedChangesBehaviour">warn</parameter>
            </parameter>
            <parameter key="name">reopen_issue</parameter>
          </parameter>
        </parameter>
        <parameter key="globalActions" type="collection">
          <parameter key="log_time" type="collection">
            <parameter key="label">Log Time</parameter>
            <parameter key="guard">is_fully_authenticated()</parameter>
            <parameter key="notes" type="collection">
              <parameter key="commentEnabled">true</parameter>
              <parameter key="commentRequired">true</parameter>
              <parameter key="type">Worklog</parameter>
              <parameter key="title">Time Logged</parameter>
              <parameter key="additionalFields" type="collection">
                <parameter type="collection">
                  <parameter key="name">timeWorked</parameter>
                  <parameter key="fieldType">input</parameter>
                  <parameter key="title">Time spent</parameter>
                  <parameter key="required">true</parameter>
                  <parameter key="fieldTypeSettings" type="collection"/>
                </parameter>
              </parameter>
            </parameter>
            <parameter key="objectLayout">false</parameter>
            <parameter key="saveSubject">true</parameter>
            <parameter key="to" type="collection"/>
          </parameter>
        </parameter>
        <parameter key="placeholders" type="collection"/>
        <parameter key="enabled">true</parameter>
        <parameter key="priority">0</parameter>
        <parameter key="audit_trail" type="collection">
          <parameter key="enabled">false</parameter>
        </parameter>
        <parameter key="supports" type="collection"/>
      </parameter>
    </parameter>
    <parameter key="data_collector.templates" type="collection">
      <parameter key="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" type="collection">
        <parameter>pimcore</parameter>
        <parameter>@PimcoreCore/Profiler/data_collector.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.request" type="collection">
        <parameter>request</parameter>
        <parameter>@WebProfiler/Collector/request.html.twig</parameter>
      </parameter>
      <parameter key=".data_collector.command" type="collection">
        <parameter>command</parameter>
        <parameter>@WebProfiler/Collector/command.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.time" type="collection">
        <parameter>time</parameter>
        <parameter>@WebProfiler/Collector/time.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.memory" type="collection">
        <parameter>memory</parameter>
        <parameter>@WebProfiler/Collector/memory.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.validator" type="collection">
        <parameter>validator</parameter>
        <parameter>@WebProfiler/Collector/validator.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.ajax" type="collection">
        <parameter>ajax</parameter>
        <parameter>@WebProfiler/Collector/ajax.html.twig</parameter>
      </parameter>
      <parameter key="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" type="collection">
        <parameter>pimcore_targeting</parameter>
        <parameter>@PimcorePersonalization/Profiler/targeting_data_collector.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.form" type="collection">
        <parameter>form</parameter>
        <parameter>@WebProfiler/Collector/form.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.exception" type="collection">
        <parameter>exception</parameter>
        <parameter>@WebProfiler/Collector/exception.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.logger" type="collection">
        <parameter>logger</parameter>
        <parameter>@WebProfiler/Collector/logger.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.events" type="collection">
        <parameter>events</parameter>
        <parameter>@WebProfiler/Collector/events.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.router" type="collection">
        <parameter>router</parameter>
        <parameter>@WebProfiler/Collector/router.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.cache" type="collection">
        <parameter>cache</parameter>
        <parameter>@WebProfiler/Collector/cache.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.translation" type="collection">
        <parameter>translation</parameter>
        <parameter>@WebProfiler/Collector/translation.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.security" type="collection">
        <parameter>security</parameter>
        <parameter>@Security/Collector/security.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.twig" type="collection">
        <parameter>twig</parameter>
        <parameter>@WebProfiler/Collector/twig.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.doctrine" type="collection">
        <parameter>db</parameter>
        <parameter>@Doctrine/Collector/db.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.dump" type="collection">
        <parameter>dump</parameter>
        <parameter>@Debug/Profiler/dump.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.messenger" type="collection">
        <parameter>messenger</parameter>
        <parameter>@WebProfiler/Collector/messenger.html.twig</parameter>
      </parameter>
      <parameter key="mailer.data_collector" type="collection">
        <parameter>mailer</parameter>
        <parameter>@WebProfiler/Collector/mailer.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.config" type="collection">
        <parameter>config</parameter>
        <parameter>@WebProfiler/Collector/config.html.twig</parameter>
      </parameter>
    </parameter>
    <parameter key="pimcore.service_controllers" type="collection">
      <parameter key="App\Controller\AccountController">App\Controller\AccountController</parameter>
      <parameter key="App\Controller\BaseController">App\Controller\BaseController</parameter>
      <parameter key="App\Controller\CartController">App\Controller\CartController</parameter>
      <parameter key="App\Controller\CheckoutController">App\Controller\CheckoutController</parameter>
      <parameter key="App\Controller\ContentController">App\Controller\ContentController</parameter>
      <parameter key="App\Controller\DefaultController">App\Controller\DefaultController</parameter>
      <parameter key="App\Controller\NewsController">App\Controller\NewsController</parameter>
      <parameter key="App\Controller\PaymentController">App\Controller\PaymentController</parameter>
      <parameter key="App\Controller\ProductController">App\Controller\ProductController</parameter>
      <parameter key="App\Controller\Web2printController">App\Controller\Web2printController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin">CustomerManagementFrameworkBundle\Controller\Admin</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController">CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController">CustomerManagementFrameworkBundle\Controller\Admin\CustomersController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController">CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController">CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController">CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\HelperController">CustomerManagementFrameworkBundle\Controller\Admin\HelperController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\RulesController">CustomerManagementFrameworkBundle\Controller\Admin\RulesController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController">CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController">CustomerManagementFrameworkBundle\Controller\Admin\SettingsController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController">CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController">CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController">CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController">CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController">CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController">CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController">CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController">CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController">CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController">CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController</parameter>
      <parameter key="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController">CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController</parameter>
      <parameter key="Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController">Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</parameter>
      <parameter key="OutputDataConfigToolkitBundle\Controller\AdminController">OutputDataConfigToolkitBundle\Controller\AdminController</parameter>
      <parameter key="OutputDataConfigToolkitBundle\Controller\ClassController">OutputDataConfigToolkitBundle\Controller\ClassController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController">Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController">Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController">Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController">Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController">Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController">Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController">Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController">Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController">Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController">Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController">Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController">Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController">Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController">Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController">Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController">Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController">Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController">Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController">Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController">Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController">Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController">Pimcore\Bundle\AdminBundle\Controller\Admin\UserController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController">Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController">Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController">Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController">Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController">Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController">Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController</parameter>
      <parameter key="Pimcore\Bundle\AdminBundle\Controller\PublicServicesController">Pimcore\Bundle\AdminBundle\Controller\PublicServicesController</parameter>
      <parameter key="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController">Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController</parameter>
      <parameter key="Pimcore\Bundle\CoreBundle\Controller\PublicServicesController">Pimcore\Bundle\CoreBundle\Controller\PublicServicesController</parameter>
      <parameter key="Pimcore\Bundle\CoreBundle\Controller\WebDavController">Pimcore\Bundle\CoreBundle\Controller\WebDavController</parameter>
      <parameter key="Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController">Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController</parameter>
      <parameter key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController">Pimcore\Bundle\DataHubBundle\Controller\ConfigController</parameter>
      <parameter key="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController">Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController</parameter>
      <parameter key="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController">Pimcore\Bundle\DataHubBundle\Controller\WebserviceController</parameter>
      <parameter key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController">Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController</parameter>
      <parameter key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController">Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController</parameter>
      <parameter key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController">Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController</parameter>
      <parameter key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController">Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController</parameter>
      <parameter key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController">Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController</parameter>
      <parameter key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController">Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController</parameter>
      <parameter key="Pimcore\Bundle\GlossaryBundle\Controller\SettingsController">Pimcore\Bundle\GlossaryBundle\Controller\SettingsController</parameter>
      <parameter key="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController">Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController</parameter>
      <parameter key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController">Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController</parameter>
      <parameter key="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController">Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController</parameter>
      <parameter key="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController">Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController</parameter>
      <parameter key="Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController">Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController</parameter>
      <parameter key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController">Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController</parameter>
      <parameter key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController">Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController</parameter>
      <parameter key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController">Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController</parameter>
      <parameter key="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController">Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController</parameter>
      <parameter key="Pimcore\Bundle\SeoBundle\Controller\MiscController">Pimcore\Bundle\SeoBundle\Controller\MiscController</parameter>
      <parameter key="Pimcore\Bundle\SeoBundle\Controller\RedirectsController">Pimcore\Bundle\SeoBundle\Controller\RedirectsController</parameter>
      <parameter key="Pimcore\Bundle\SeoBundle\Controller\SettingsController">Pimcore\Bundle\SeoBundle\Controller\SettingsController</parameter>
      <parameter key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController">Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController</parameter>
      <parameter key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController">Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController</parameter>
      <parameter key="Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController">Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController</parameter>
      <parameter key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController">Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController</parameter>
      <parameter key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController">Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController</parameter>
      <parameter key="Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController">Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController</parameter>
      <parameter key="Pimcore\Bundle\WordExportBundle\Controller\TranslationController">Pimcore\Bundle\WordExportBundle\Controller\TranslationController</parameter>
      <parameter key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController">Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController</parameter>
      <parameter key="Web2PrintToolsBundle\Controller\AdminController">Web2PrintToolsBundle\Controller\AdminController</parameter>
      <parameter key="kernel">App\Kernel</parameter>
    </parameter>
    <parameter key="console.command.ids" type="collection">
      <parameter>console.command.public_alias.App\Command\AssetCopyrightCommand</parameter>
      <parameter>console.command.public_alias.App\Command\DataCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand</parameter>
      <parameter>console.command.public_alias.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand</parameter>
      <parameter>console.command.public_alias.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand</parameter>
      <parameter>console.command.public_alias.CustomerManagementFrameworkBundle\Command\CronTriggerCommand</parameter>
      <parameter>console.command.public_alias.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand</parameter>
      <parameter>console.command.public_alias.CustomerManagementFrameworkBundle\Command\MaintenanceCommand</parameter>
      <parameter>console.command.public_alias.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand</parameter>
      <parameter>console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand</parameter>
    </parameter>
  </parameters>
  <services>
    <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
    <service id="Pimcore\Bundle\AdminBundle\Security\PimcoreUserTwoFactorCondition" class="Pimcore\Bundle\AdminBundle\Security\PimcoreUserTwoFactorCondition" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" class="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener" class="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="-110"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker"/>
      <call method="setResponseHelper">
        <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
      <call method="setStaticPageResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\StaticPageResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener" class="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="-108"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\SiteId\SiteIdProvider"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <call method="setResponseHelper">
        <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="pimcore.security.user_password_hasher_factory" class="Pimcore\Security\Hasher\Factory\UserAwarePasswordHasherFactory" autowire="true" autoconfigure="true">
      <argument>Pimcore\Security\Hasher\PimcoreUserPasswordHasher</argument>
    </service>
    <service id="kernel" class="App\Kernel" public="true" synthetic="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.route_loader"/>
    </service>
    <service id="App\Ecommerce\IndexService\Config\MySqlConfig" class="App\Ecommerce\IndexService\Config\MySqlConfig" autowire="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id="App\Ecommerce\IndexService\SegmentGetter" class="App\Ecommerce\IndexService\SegmentGetter" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
    </service>
    <service id="app.default_price_system" class="Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\AttributePriceSystem" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="collection">
        <argument key="attribute_name">price</argument>
      </argument>
    </service>
    <service id="Pimcore\Localization\IntlFormatter" class="Pimcore\Localization\IntlFormatter" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <call method="setCurrencyFormat">
        <argument>en</argument>
        <argument>¤¤ #,##0.00</argument>
      </call>
      <call method="setCurrencyFormat">
        <argument>de</argument>
        <argument>#,##0.00 ¤¤</argument>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerSaveHandler\NormalizeZip" class="CustomerManagementFrameworkBundle\CustomerSaveHandler\NormalizeZip" autowire="true" autoconfigure="true">
      <tag name="cmf.customer_save_handler"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentBuilder\StateSegmentBuilder" class="CustomerManagementFrameworkBundle\SegmentBuilder\StateSegmentBuilder" autowire="true" autoconfigure="true">
      <tag name="cmf.segment_builder"/>
      <call method="setPaginator">
        <argument type="service" id="knp_paginator"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentBuilder\GenderSegmentBuilder" class="CustomerManagementFrameworkBundle\SegmentBuilder\GenderSegmentBuilder" autowire="true" autoconfigure="true">
      <tag name="cmf.segment_builder"/>
      <call method="setPaginator">
        <argument type="service" id="knp_paginator"/>
      </call>
    </service>
    <service id="App\CustomerManagementFramework\SegmentBuilder\ProductInterestSegmentBuilder" class="App\CustomerManagementFramework\SegmentBuilder\ProductInterestSegmentBuilder" autowire="true" autoconfigure="true">
      <tag name="cmf.segment_builder"/>
      <argument type="service" id="App\Ecommerce\IndexService\SegmentGetter"/>
      <call method="setPaginator">
        <argument type="service" id="knp_paginator"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface" class="CustomerManagementFrameworkBundle\ActivityStore\MySQL" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
    </service>
    <service id="App\Controller\AccountController" class="App\Controller\AccountController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\AccountController"/>
      </call>
    </service>
    <service id="App\Controller\BaseController" class="App\Controller\BaseController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\BaseController"/>
      </call>
    </service>
    <service id="App\Controller\CartController" class="App\Controller\CartController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\CartController"/>
      </call>
    </service>
    <service id="App\Controller\CheckoutController" class="App\Controller\CheckoutController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\CheckoutController"/>
      </call>
    </service>
    <service id="App\Controller\ContentController" class="App\Controller\ContentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\ContentController"/>
      </call>
    </service>
    <service id="App\Controller\DefaultController" class="App\Controller\DefaultController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\DefaultController"/>
      </call>
    </service>
    <service id="App\Controller\NewsController" class="App\Controller\NewsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\NewsController"/>
      </call>
    </service>
    <service id="App\Controller\PaymentController" class="App\Controller\PaymentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\PaymentController"/>
      </call>
    </service>
    <service id="App\Controller\ProductController" class="App\Controller\ProductController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\ProductController"/>
      </call>
    </service>
    <service id="App\Controller\Web2printController" class="App\Controller\Web2printController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.App\Controller\Web2printController"/>
      </call>
    </service>
    <service id="App\Command\AssetCopyrightCommand" class="App\Command\AssetCopyrightCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="App\Command\DataCommand" class="App\Command\DataCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="App\Form\DeliveryAddressFormType" class="App\Form\DeliveryAddressFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="App\Form\LoginFormType" class="App\Form\LoginFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\RegistrationFormHandler" class="App\Form\RegistrationFormHandler" autowire="true" autoconfigure="true"/>
    <service id="App\Form\CarSubmitFormType" class="App\Form\CarSubmitFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Sitemaps\Processors\AbsoluteURLProcessor" class="App\Sitemaps\Processors\AbsoluteURLProcessor" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\UrlGenerator"/>
    </service>
    <service id="App\Sitemaps\NewsGenerator" class="App\Sitemaps\NewsGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <argument type="collection"/>
      <argument type="collection">
        <argument type="service" id="App\Sitemaps\Processors\AbsoluteURLProcessor"/>
      </argument>
    </service>
    <service id="App\Sitemaps\ProductGenerator" class="App\Sitemaps\ProductGenerator" autowire="true" autoconfigure="true">
      <argument type="collection"/>
      <argument type="collection">
        <argument type="service" id="App\Sitemaps\Processors\AbsoluteURLProcessor"/>
      </argument>
    </service>
    <service id="App\Sitemaps\CategoryGenerator" class="App\Sitemaps\CategoryGenerator" autowire="true" autoconfigure="true">
      <argument type="collection"/>
      <argument type="collection">
        <argument type="service" id="App\Sitemaps\Processors\AbsoluteURLProcessor"/>
      </argument>
    </service>
    <service id="App\Services\PasswordRecoveryService" class="App\Services\PasswordRecoveryService" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <argument type="service" id="cmf_routing.router"/>
    </service>
    <service id="App\Services\NewsletterDoubleOptInService" class="App\Services\NewsletterDoubleOptInService" autowire="true" autoconfigure="true">
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
    </service>
    <service id="App\Services\SegmentTrackingHelperService" class="App\Services\SegmentTrackingHelperService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Targeting\SegmentTracker"/>
      <argument type="service" id="App\Ecommerce\IndexService\SegmentGetter"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
    </service>
    <service id="App\Services\Workflow\CustomHtmlService" class="App\Services\Workflow\CustomHtmlService" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Services\Workflow\CustomHtmlService&quot;: argument &quot;$actionOrTransitionName&quot; of method &quot;Pimcore\Workflow\Notes\AbstractCustomHtmlService::__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Website\Navigation\BreadcrumbHelperService" class="App\Website\Navigation\BreadcrumbHelperService" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
      <argument type="service" id="App\Website\LinkGenerator\CategoryLinkGenerator"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="cmf_routing.router"/>
    </service>
    <service id="App\Model\Product\CalculatedValue\QualityCalculator" class="App\Model\Product\CalculatedValue\QualityCalculator" public="true" autowire="true" autoconfigure="true"/>
    <service id="App\Model\Product\CalculatedValue\AccessoryPartName" class="App\Model\Product\CalculatedValue\AccessoryPartName" public="true" autowire="true" autoconfigure="true"/>
    <service id="App\Twig\Extension\CategoryFilterExtension" class="App\Twig\Extension\CategoryFilterExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Website\LinkGenerator\CategoryLinkGenerator"/>
    </service>
    <service id="App\Twig\Extension\Country" class="App\Twig\Extension\Country" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\Extension\Currency" class="App\Twig\Extension\Currency" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Localization\IntlFormatter"/>
    </service>
    <service id="App\Twig\Extension\GeneralFilterExtension" class="App\Twig\Extension\GeneralFilterExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="App\Twig\Extension\NavigationExtension" class="App\Twig\Extension\NavigationExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Navigation"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
      <argument type="service" id="App\Website\LinkGenerator\CategoryLinkGenerator"/>
    </service>
    <service id="App\Twig\Extension\UniqidExtension" class="App\Twig\Extension\UniqidExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\Extension\LanguageSwitcherExtension" class="App\Twig\Extension\LanguageSwitcherExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Model\Document\Service"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="App\Website\LinkGenerator\CategoryLinkGenerator"/>
      <argument type="service" id="App\Website\LinkGenerator\NewsLinkGenerator"/>
      <argument type="service" id="App\Website\LinkGenerator\ProductLinkGenerator"/>
    </service>
    <service id="App\Twig\Extension\ProductPageExtension" class="App\Twig\Extension\ProductPageExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Website\LinkGenerator\ProductLinkGenerator"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="App\Twig\Extension\NewsExtension" class="App\Twig\Extension\NewsExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Website\LinkGenerator\NewsLinkGenerator"/>
    </service>
    <service id="App\Twig\Extension\PrintCatalogExtension" class="App\Twig\Extension\PrintCatalogExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
    </service>
    <service id="App\Website\LinkGenerator\CategoryLinkGenerator" class="App\Website\LinkGenerator\CategoryLinkGenerator" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\PimcoreUrl"/>
    </service>
    <service id="App\Website\LinkGenerator\ProductLinkGenerator" class="App\Website\LinkGenerator\ProductLinkGenerator" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\PimcoreUrl"/>
    </service>
    <service id="App\Website\LinkGenerator\NewsLinkGenerator" class="App\Website\LinkGenerator\NewsLinkGenerator" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\PimcoreUrl"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\PimcoreUrl" class="App\Website\Tool\PimcoreUrl" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
    </service>
    <service id="App\EventListener\NameSettingListener" class="App\EventListener\NameSettingListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.dataobject.preAdd" method="onPreAdd"/>
    </service>
    <service id="App\EventListener\PimcoreAdminListener" class="App\EventListener\PimcoreAdminListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.bundle_manager.paths.css" method="addCSSFiles"/>
      <tag name="kernel.event_listener" event="pimcore.bundle_manager.paths.js" method="addJSFiles"/>
      <tag name="kernel.event_listener" event="pimcore.admin.resolve.elementAdminStyle" method="onResolveElementAdminStyle"/>
    </service>
    <service id="App\EventListener\CheckoutEventListener" class="App\EventListener\CheckoutEventListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.ecommerce.ordermanager.postUpdateOrder" method="onUpdateOrder"/>
      <tag name="kernel.event_listener" event="pimcore.ecommerce.commitorderprocessor.sendConfirmationMails" method="sendConfirmationMail"/>
      <tag name="kernel.event_listener" event="pimcore.ecommerce.commitorderprocessor.postCommitOrder" method="postCommitOrder"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="App\EventListener\AuthenticationLoginListener" class="App\EventListener\AuthenticationLoginListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="App\EventListener\AuthenticationLogoutListener" class="App\EventListener\AuthenticationLogoutListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_admin"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" class="App\EventListener\UserSessionPerspectiveListener" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="admin"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.admin"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.admin"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="App\Workflow\SupportsStrategy" class="App\Workflow\SupportsStrategy" autowire="true" autoconfigure="true"/>
    <service id="App\MyAreaBricks\Custom\Areabricks\Validity" class="App\MyAreaBricks\Custom\Areabricks\Validity" autowire="true" autoconfigure="true">
      <tag name="pimcore.area.brick" id="validity"/>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id=".1_PDO~XMaMgdc" class="PDO">
      <factory service="doctrine.dbal.default_connection" method="getNativeConnection"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" lazy="true" autowire="true" autoconfigure="true">
      <argument type="service" id=".1_PDO~XMaMgdc"/>
      <argument type="collection">
        <argument key="lock_mode">0</argument>
      </argument>
    </service>
    <service id="Pimcore\Bundle\CustomReportsBundle\EventListener\IndexSettingsListener" class="Pimcore\Bundle\CustomReportsBundle\EventListener\IndexSettingsListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.admin.indexAction.settings" method="indexSettings"/>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\IndexSettingsListener" class="Pimcore\Bundle\GoogleMarketingBundle\EventListener\IndexSettingsListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.admin.indexAction.settings" method="indexSettings"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Config\SiteConfigProvider"/>
    </service>
    <service id="cmf.custom_report.adapter.term_segment_builder" class="Pimcore\Bundle\CustomReportsBundle\Tool\Adapter\DefaultCustomReportAdapterFactory" public="true" autowire="true" autoconfigure="true">
      <argument>CustomerManagementFrameworkBundle\CustomReport\Adapter\TermSegmentBuilder</argument>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" autowire="true" autoconfigure="true">
      <tag name="pimcore.gdpr.data-provider"/>
      <argument>%pimcore.gdpr-data-extrator.assets%</argument>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" autowire="true" autoconfigure="true">
      <tag name="pimcore.gdpr.data-provider"/>
      <argument>%pimcore.gdpr-data-extrator.dataobjects%</argument>
    </service>
    <service id="Pimcore\Bundle\StaticRoutesBundle\EventListener\IndexSettingsListener" class="Pimcore\Bundle\StaticRoutesBundle\EventListener\IndexSettingsListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.admin.indexAction.settings" method="indexSettings"/>
    </service>
    <service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory"/>
    <service id="argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.uid" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" lazy="true">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver">controller.targeted_value_resolver</tag>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="debug.validator" on-invalid="null"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">
      <tag priority="50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">
      <tag priority="50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
      <tag priority="-50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id=".service_locator.WBHcjLv"/>
    </service>
    <service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">
      <tag priority="-100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">
      <tag priority="-150" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">controller.targeted_value_resolver</tag>
    </service>
    <service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>UTF-8</argument>
      <argument>false</argument>
    </service>
    <service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument>en</argument>
      <argument type="service" id="cmf_routing.router" on-invalid="ignore"/>
      <argument>false</argument>
      <argument type="collection"/>
    </service>
    <service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="disallow_search_engine_index_response_listener" class="Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
      <argument type="service" id="http_kernel"/>
      <argument>error_controller</argument>
      <argument type="service" id="error_handler.error_renderer.serializer"/>
    </service>
    <service id="exception_listener" class="Symfony\Component\HttpKernel\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument>error_controller</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="controller.cache_attribute_listener" class="Symfony\Component\HttpKernel\EventListener\CacheAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="parameter_bag" class="Symfony\Component\DependencyInjection\ParameterBag\ContainerBag">
      <argument type="service" id="service_container"/>
    </service>
    <service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel" public="true">
      <tag name="container.hot_path"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\ResponseRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\SymfonyRuntime"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="debug.controller_resolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="debug.argument_resolver"/>
      <argument>false</argument>
    </service>
    <service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true">
      <tag name="kernel.reset" method="resetRequestFormats" on_invalid="ignore"/>
    </service>
    <service id="http_cache" class="Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache">
      <tag name="container.hot_path"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="http_cache.store"/>
      <argument>null</argument>
      <argument type="collection">
        <argument key="debug">true</argument>
      </argument>
    </service>
    <service id="http_cache.store" class="Symfony\Component\HttpKernel\HttpCache\Store">
      <argument>/home/partarti/public_html/my-project/var/cache/dev/http_cache</argument>
    </service>
    <service id="url_helper" class="Symfony\Component\HttpFoundation\UrlHelper">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="cmf_routing.router" on-invalid="ignore"/>
    </service>
    <service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate" public="true">
      <tag name="container.no_preload"/>
      <argument type="tagged_iterator" tag="kernel.cache_warmer"/>
      <argument>true</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/App_KernelDevDebugContainerDeprecations.log</argument>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer">
      <argument type="tagged_iterator" tag="kernel.cache_clearer"/>
    </service>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem"/>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpFoundation\UriSigner">
      <argument>pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
    </service>
    <service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
      <argument type="tagged_iterator" tag="config_cache.resource_checker"/>
    </service>
    <service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker">
      <tag name="config_cache.resource_checker" priority="-980"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker">
      <tag name="config_cache.resource_checker" priority="-990"/>
    </service>
    <service id="services_resetter" class="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter" public="true">
      <argument type="iterator">
        <argument key="request_stack" type="service" id="request_stack" on-invalid="ignore_uninitialized"/>
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.message_logger_listener" type="service" id="mailer.message_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="translation.locale_switcher" type="service" id="translation.locale_switcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.stopwatch" type="service" id="debug.stopwatch" on-invalid="ignore_uninitialized"/>
        <argument key="debug.event_dispatcher" type="service" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.log_processor" type="service" id="debug.log_processor" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
        <argument key="session_listener" type="service" id="session_listener" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory.cached" type="service" id="form.choice_list_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.in_memory.factory" type="service" id="messenger.transport.in_memory.factory" on-invalid="ignore_uninitialized"/>
        <argument key="profiler" type="service" id="profiler" on-invalid="ignore_uninitialized"/>
        <argument key="debug.validator" type="service" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="security.token_storage" type="service" id="security.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall" type="service" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.pimcore_webdav" type="service" id="debug.security.firewall.authenticator.pimcore_webdav" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.pimcore_admin" type="service" id="debug.security.firewall.authenticator.pimcore_admin" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.cmf_webservice" type="service" id="debug.security.firewall.authenticator.cmf_webservice" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_token_verifier" type="service" id="cache.security_token_verifier" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.demo_frontend" type="service" id="debug.security.firewall.authenticator.demo_frontend" on-invalid="ignore_uninitialized"/>
        <argument key="twig" type="service" id="twig" on-invalid="ignore_uninitialized"/>
        <argument key="twig.form.engine" type="service" id="twig.form.engine" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.usage" type="service" id="monolog.handler.usage" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.update_payment" type="service" id="monolog.handler.update_payment" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.redirect" type="service" id="monolog.handler.redirect" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main" type="service" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.error" type="service" id="monolog.handler.error" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.console" type="service" id="monolog.handler.console" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine" type="service" id="doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.debug_data_holder" type="service" id="doctrine.debug_data_holder" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.entity" type="service" id="form.type.entity" on-invalid="ignore_uninitialized"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" type="service" id="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" on-invalid="ignore_uninitialized"/>
        <argument key="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" type="service" id="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.tag_renderer" type="service" id="webpack_encore.tag_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.entrypoint_lookup[pimcoreEcommerceFramework]" type="service" id="webpack_encore.entrypoint_lookup[pimcoreEcommerceFramework]" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.entrypoint_lookup[pimcoreAdmin]" type="service" id="webpack_encore.entrypoint_lookup[pimcoreAdmin]" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.entrypoint_lookup[pimcoreAdminImageEditor]" type="service" id="webpack_encore.entrypoint_lookup[pimcoreAdminImageEditor]" on-invalid="ignore_uninitialized"/>
        <argument key="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" type="service" id="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" on-invalid="ignore_uninitialized"/>
        <argument key="pimcore.cache.adapter.null_tag_aware" type="service" id="pimcore.cache.adapter.null_tag_aware" on-invalid="ignore_uninitialized"/>
        <argument key="pimcore.cache.adapter.doctrine_dbal" type="service" id="pimcore.cache.adapter.doctrine_dbal" on-invalid="ignore_uninitialized"/>
        <argument key="pimcore.cache.adapter.doctrine_dbal_tag_aware" type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware" on-invalid="ignore_uninitialized"/>
        <argument key="pimcore.cache.pool.app" type="service" id="pimcore.cache.pool.app" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="request_stack" type="collection">
          <argument>?resetRequestFormats</argument>
        </argument>
        <argument key="cache.app" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.system" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.serializer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.annotations" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.messenger.restart_workers_signal" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="mailer.message_logger_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="translation.locale_switcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.stopwatch" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.event_dispatcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.log_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.rate_limiter" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="session_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="form.choice_list_factory.cached" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="messenger.transport.in_memory.factory" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="profiler" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="security.token_storage" type="collection">
          <argument>disableUsageTracking</argument>
          <argument>setToken</argument>
        </argument>
        <argument key="cache.security_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_is_granted_attribute_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.pimcore_webdav" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.pimcore_admin" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.cmf_webservice" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_token_verifier" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.demo_frontend" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="twig" type="collection">
          <argument>resetGlobals</argument>
        </argument>
        <argument key="twig.form.engine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.usage" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.update_payment" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.redirect" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.error" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.console" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine.debug_data_holder" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="form.type.entity" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.tag_renderer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.webpack_encore" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.entrypoint_lookup[pimcoreEcommerceFramework]" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.entrypoint_lookup[pimcoreAdmin]" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.entrypoint_lookup[pimcoreAdminImageEditor]" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="pimcore.cache.adapter.null_tag_aware" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="pimcore.cache.adapter.doctrine_dbal" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="pimcore.cache.adapter.doctrine_dbal_tag_aware" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="pimcore.cache.pool.app" type="collection">
          <argument>reset</argument>
        </argument>
      </argument>
    </service>
    <service id="reverse_container" class="Symfony\Component\DependencyInjection\ReverseContainer">
      <argument type="service" id="service_container"/>
      <argument type="service" id=".service_locator.XXv1IfR"/>
    </service>
    <service id="locale_aware_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleAwareListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="iterator">
        <argument type="service" id="slugger"/>
        <argument type="service" id="translator.default"/>
        <argument type="service" id="translation.locale_switcher"/>
        <argument type="service" id="Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"/>
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </argument>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="container.env_var_processor" class="Symfony\Component\DependencyInjection\EnvVarProcessor">
      <tag name="container.env_var_processor"/>
      <argument type="service" id="service_container"/>
      <argument type="tagged_iterator" tag="container.env_var_loader"/>
    </service>
    <service id="slugger" class="Symfony\Component\String\Slugger\AsciiSlugger">
      <tag name="kernel.locale_aware"/>
      <argument>en</argument>
    </service>
    <service id="container.getenv" class="Closure">
      <tag name="routing.expression_language_function" function="env"/>
      <argument type="collection">
        <argument type="service" id="service_container"/>
        <argument>getEnv</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.get_routing_condition_service" class="Closure" public="true">
      <tag name="routing.expression_language_function" function="service"/>
      <argument type="collection">
        <argument type="service" id=".service_locator.Xbsa8iG"/>
        <argument>get</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.env" class="Symfony\Component\String\LazyString" constructor="fromCallable" abstract="true">
      <argument type="service" id="container.getenv"/>
    </service>
    <service id="config_builder.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="clock" class="Symfony\Component\Clock\Clock"/>
    <service id="Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Request" class="Symfony\Component\HttpFoundation\Request" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Response" class="Symfony\Component\HttpFoundation\Response" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Session\SessionInterface" class="Symfony\Component\HttpFoundation\Session\SessionInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
      <argument type="service" id=".service_locator.lLv4pWF"/>
      <argument type="service" id="request_stack"/>
      <argument>true</argument>
    </service>
    <service id="fragment.uri_generator" class="Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator">
      <argument>/_fragment</argument>
      <argument type="service" id="uri_signer"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="fragment.renderer.inline" class="Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="inline"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="error_handler.error_renderer.html" class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer">
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
      <argument>UTF-8</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="getAndCleanOutputBuffer"/>
        </service>
      </argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="process.messenger.process_message_handler" class="Symfony\Component\Process\Messenger\RunProcessMessageHandler">
      <tag name="messenger.message_handler"/>
    </service>
    <service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="console"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="monolog.logger.console" on-invalid="null"/>
    </service>
    <service id="console.suggest_missing_package_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>about</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about the current project</argument>
      </call>
    </service>
    <service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <call method="setName">
        <argument>assets:install</argument>
      </call>
      <call method="setDescription">
        <argument>Install bundle's web assets under a public directory</argument>
      </call>
    </service>
    <service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_clearer"/>
      <argument type="service" id="filesystem"/>
      <call method="setName">
        <argument>cache:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear the cache</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.security_token_verifier</argument>
        <argument>cache.doctrine.orm.pimcore.result</argument>
        <argument>cache.doctrine.orm.pimcore.query</argument>
        <argument>cache.webpack_encore</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>cache:pool:prune</argument>
      </call>
      <call method="setDescription">
        <argument>Prune cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_invalidate_tags" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.NBUFN6A"/>
      <call method="setName">
        <argument>cache:pool:invalidate-tags</argument>
      </call>
      <call method="setDescription">
        <argument>Invalidate cache tags for all or a specific pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.security_token_verifier</argument>
        <argument>cache.doctrine.orm.pimcore.result</argument>
        <argument>cache.doctrine.orm.pimcore.query</argument>
        <argument>cache.webpack_encore</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:delete</argument>
      </call>
      <call method="setDescription">
        <argument>Delete an item from a cache pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_list" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.security_token_verifier</argument>
        <argument>cache.doctrine.orm.pimcore.result</argument>
        <argument>cache.doctrine.orm.pimcore.query</argument>
        <argument>cache.webpack_encore</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:list</argument>
      </call>
      <call method="setDescription">
        <argument>List available cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_warmer"/>
      <call method="setName">
        <argument>cache:warmup</argument>
      </call>
      <call method="setDescription">
        <argument>Warm up an empty cache</argument>
      </call>
    </service>
    <service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:config</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the current configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>config:dump-reference</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the default configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:container</argument>
      </call>
      <call method="setDescription">
        <argument>Display current services for an application</argument>
      </call>
    </service>
    <service id="console.command.container_lint" class="Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:container</argument>
      </call>
      <call method="setDescription">
        <argument>Ensure that arguments injected into services match type declarations</argument>
      </call>
    </service>
    <service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:autowiring</argument>
      </call>
      <call method="setDescription">
        <argument>List classes/interfaces you can use for autowiring</argument>
      </call>
    </service>
    <service id="console.command.dotenv_debug" class="Symfony\Component\Dotenv\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>dev</argument>
      <argument>/home/partarti/public_html/my-project</argument>
      <call method="setName">
        <argument>debug:dotenv</argument>
      </call>
      <call method="setDescription">
        <argument>List all dotenv files with variables and values</argument>
      </call>
    </service>
    <service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.WcNkH52"/>
      <call method="setName">
        <argument>debug:event-dispatcher</argument>
      </call>
      <call method="setDescription">
        <argument>Display configured listeners for an application</argument>
      </call>
    </service>
    <service id="console.command.messenger_consume_messages" class="Symfony\Component\Messenger\Command\ConsumeMessagesCommand">
      <tag name="console.command"/>
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.routable_message_bus"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="null"/>
      <argument type="collection">
        <argument>pimcore_search_backend_message</argument>
        <argument>pimcore_generic_execution_engine</argument>
        <argument>pimcore_core</argument>
        <argument>pimcore_maintenance</argument>
        <argument>pimcore_scheduled_tasks</argument>
        <argument>pimcore_image_optimize</argument>
        <argument>pimcore_asset_update</argument>
      </argument>
      <argument type="service" id="messenger.listener.reset_services" on-invalid="null"/>
      <argument type="collection">
        <argument>generic.execution.engine.bus</argument>
        <argument>messenger.bus.pimcore-core</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <call method="setName">
        <argument>messenger:consume</argument>
      </call>
      <call method="setDescription">
        <argument>Consume messages</argument>
      </call>
    </service>
    <service id="console.command.messenger_setup_transports" class="Symfony\Component\Messenger\Command\SetupTransportsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>pimcore_search_backend_message</argument>
        <argument>pimcore_generic_execution_engine</argument>
        <argument>pimcore_core</argument>
        <argument>pimcore_maintenance</argument>
        <argument>pimcore_scheduled_tasks</argument>
        <argument>pimcore_image_optimize</argument>
        <argument>pimcore_asset_update</argument>
      </argument>
      <call method="setName">
        <argument>messenger:setup-transports</argument>
      </call>
      <call method="setDescription">
        <argument>Prepare the required infrastructure for the transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument key="generic.execution.engine.bus" type="collection">
          <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="collection">
            <argument type="collection">
              <argument>process.messenger.process_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="collection">
            <argument type="collection">
              <argument>console.messenger.execute_command_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="collection">
            <argument type="collection">
              <argument>mailer.messenger.message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="collection">
            <argument type="collection">
              <argument>messenger.redispatch_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Bundle\NewsletterBundle\Messenger\SendNewsletterMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Bundle\NewsletterBundle\Messenger\Handler\SendNewsletterHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Presta\SitemapBundle\Messenger\DumpSitemapMessage" type="collection">
            <argument type="collection">
              <argument>presta_sitemap.messenger.message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Message\SearchBackendMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Bundle\WebToPrintBundle\Messenger\GenerateWeb2PrintPdfMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Bundle\WebToPrintBundle\Messenger\Handler\GenerateWeb2PrintPdfHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\VideoConvertMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\VideoConvertHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\CleanupThumbnailsMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\CleanupThumbnailsHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\AssetUpdateTasksMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\AssetUpdateTasksHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\AssetPreviewImageMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\AssetPreviewImageHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\MaintenanceTaskMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\MaintenanceTaskHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\ScheduledTaskMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\ScheduledTaskHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\OptimizeImageMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\OptimizeImageHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\GeneratePagePreviewMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\GeneratePagePreviewHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\VersionDeleteMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\VersionDeleteHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\SanityCheckMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\SanityCheckHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\ElementDependenciesMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\ElementDependenciesHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
        </argument>
        <argument key="messenger.bus.pimcore-core" type="collection">
          <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="collection">
            <argument type="collection">
              <argument>process.messenger.process_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="collection">
            <argument type="collection">
              <argument>console.messenger.execute_command_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="collection">
            <argument type="collection">
              <argument>mailer.messenger.message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="collection">
            <argument type="collection">
              <argument>messenger.redispatch_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Bundle\NewsletterBundle\Messenger\SendNewsletterMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Bundle\NewsletterBundle\Messenger\Handler\SendNewsletterHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Presta\SitemapBundle\Messenger\DumpSitemapMessage" type="collection">
            <argument type="collection">
              <argument>presta_sitemap.messenger.message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Message\SearchBackendMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Bundle\WebToPrintBundle\Messenger\GenerateWeb2PrintPdfMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Bundle\WebToPrintBundle\Messenger\Handler\GenerateWeb2PrintPdfHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\VideoConvertMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\VideoConvertHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\CleanupThumbnailsMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\CleanupThumbnailsHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\AssetUpdateTasksMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\AssetUpdateTasksHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\AssetPreviewImageMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\AssetPreviewImageHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\MaintenanceTaskMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\MaintenanceTaskHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\ScheduledTaskMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\ScheduledTaskHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\OptimizeImageMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\OptimizeImageHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\GeneratePagePreviewMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\GeneratePagePreviewHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\VersionDeleteMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\VersionDeleteHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\SanityCheckMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\SanityCheckHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Pimcore\Messenger\ElementDependenciesMessage" type="collection">
            <argument type="collection">
              <argument>Pimcore\Messenger\Handler\ElementDependenciesHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
        </argument>
      </argument>
      <call method="setName">
        <argument>debug:messenger</argument>
      </call>
      <call method="setDescription">
        <argument>List messages you can dispatch using the message buses</argument>
      </call>
    </service>
    <service id="console.command.messenger_stop_workers" class="Symfony\Component\Messenger\Command\StopWorkersCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <call method="setName">
        <argument>messenger:stop-workers</argument>
      </call>
      <call method="setDescription">
        <argument>Stop workers after their current message</argument>
      </call>
    </service>
    <service id="console.command.messenger_stats" class="Symfony\Component\Messenger\Command\StatsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>pimcore_search_backend_message</argument>
        <argument>pimcore_generic_execution_engine</argument>
        <argument>pimcore_core</argument>
        <argument>pimcore_maintenance</argument>
        <argument>pimcore_scheduled_tasks</argument>
        <argument>pimcore_image_optimize</argument>
        <argument>pimcore_asset_update</argument>
      </argument>
      <call method="setName">
        <argument>messenger:stats</argument>
      </call>
      <call method="setDescription">
        <argument>Show the message count for one or more transports</argument>
      </call>
    </service>
    <service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:router</argument>
      </call>
      <call method="setDescription">
        <argument>Display current routes for an application</argument>
      </call>
    </service>
    <service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
      <call method="setName">
        <argument>router:match</argument>
      </call>
      <call method="setDescription">
        <argument>Help debug routes by simulating a path info match</argument>
      </call>
    </service>
    <service id="console.command.serializer_debug" class="Symfony\Component\Serializer\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <call method="setName">
        <argument>debug:serializer</argument>
      </call>
      <call method="setDescription">
        <argument>Display serialization information for classes</argument>
      </call>
    </service>
    <service id="console.command.translation_debug" class="Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>/home/partarti/public_html/my-project/translations</argument>
      <argument>/home/partarti/public_html/my-project/templates</argument>
      <argument type="collection">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/web2print-tools-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/quill-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/home/partarti/public_html/my-project/templates</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>debug:translation</argument>
      </call>
      <call method="setDescription">
        <argument>Display translation messages information</argument>
      </call>
    </service>
    <service id="console.command.translation_extract" class="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>en</argument>
      <argument>/home/partarti/public_html/my-project/translations</argument>
      <argument>/home/partarti/public_html/my-project/templates</argument>
      <argument type="collection">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/web2print-tools-bundle/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/quill-bundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle/translations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/home/partarti/public_html/my-project/templates</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:extract</argument>
      </call>
      <call method="setDescription">
        <argument>Extract missing translations keys from code to translation files</argument>
      </call>
    </service>
    <service id="console.command.validator_debug" class="Symfony\Component\Validator\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="debug.validator"/>
      <call method="setName">
        <argument>debug:validator</argument>
      </call>
      <call method="setDescription">
        <argument>Display validation constraints for classes</argument>
      </call>
    </service>
    <service id="console.command.translation_pull" class="Symfony\Component\Translation\Command\TranslationPullCommand">
      <tag name="console.command" command="translation:pull"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument>en</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:pull</argument>
      </call>
      <call method="setDescription">
        <argument>Pull translations from a given provider.</argument>
      </call>
    </service>
    <service id="console.command.translation_push" class="Symfony\Component\Translation\Command\TranslationPushCommand">
      <tag name="console.command" command="translation:push"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.reader"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:push</argument>
      </call>
      <call method="setDescription">
        <argument>Push translations to a given provider.</argument>
      </call>
    </service>
    <service id="console.command.xliff_lint" class="Symfony\Component\Translation\Command\XliffLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:xliff</argument>
      </call>
      <call method="setDescription">
        <argument>Lint an XLIFF file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:yaml</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a YAML file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.form_debug" class="Symfony\Component\Form\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="form.registry"/>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type</argument>
        <argument>App\Form</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type</argument>
        <argument>Symfony\Cmf\Bundle\RoutingBundle\Form\Type</argument>
      </argument>
      <argument type="collection">
        <argument>App\Form\DeliveryAddressFormType</argument>
        <argument>App\Form\LoginFormType</argument>
        <argument>App\Form\RegistrationFormType</argument>
        <argument>App\Form\CarSubmitFormType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FormType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ChoiceType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FileType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ColorType</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type\EntityType</argument>
        <argument>Symfony\Cmf\Bundle\RoutingBundle\Form\Type\RouteTypeType</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension</argument>
        <argument>Symfony\Component\Form\Extension\HtmlSanitizer\Type\TextTypeHtmlSanitizerExtension</argument>
        <argument>Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension</argument>
        <argument>Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser</argument>
        <argument>Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</argument>
      </argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:form</argument>
      </call>
      <call method="setDescription">
        <argument>Display form type information</argument>
      </call>
    </service>
    <service id="console.command.secrets_set" class="Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:set</argument>
      </call>
      <call method="setDescription">
        <argument>Set a secret in the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_remove" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove a secret from the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_generate_key" class="Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:generate-keys</argument>
      </call>
      <call method="setDescription">
        <argument>Generate new encryption keys</argument>
      </call>
    </service>
    <service id="console.command.secrets_list" class="Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:list</argument>
      </call>
      <call method="setDescription">
        <argument>List all secrets</argument>
      </call>
    </service>
    <service id="console.command.secrets_decrypt_to_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:decrypt-to-local</argument>
      </call>
      <call method="setDescription">
        <argument>Decrypt all secrets and stores them in the local vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_encrypt_from_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:encrypt-from-local</argument>
      </call>
      <call method="setDescription">
        <argument>Encrypt all local secrets to the vault</argument>
      </call>
    </service>
    <service id="console.messenger.application" class="Symfony\Bundle\FrameworkBundle\Console\Application" shared="false">
      <argument type="service" id="kernel"/>
      <call method="setAutoExit">
        <argument>false</argument>
      </call>
    </service>
    <service id="console.messenger.execute_command_handler" class="Symfony\Component\Console\Messenger\RunCommandMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="console.messenger.application"/>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.app.recorder_inner"/>
    </service>
    <service id="cache.app.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="cache.app"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="cache.system" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.system.recorder_inner"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator.recorder_inner"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.serializer.recorder_inner"/>
    </service>
    <service id="cache.annotations" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.annotations.recorder_inner"/>
    </service>
    <service id="cache.property_info" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.property_info.recorder_inner"/>
    </service>
    <service id="cache.messenger.restart_workers_signal" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.messenger.restart_workers_signal.recorder_inner"/>
    </service>
    <service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
      <tag name="cache.pool" clearer="cache.system_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.adapter.apcu" class="Symfony\Component\Cache\Adapter\ApcuAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.filesystem" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.psr6" class="Symfony\Component\Cache\Adapter\ProxyAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_psr6_provider" clearer="cache.default_clearer" reset="reset"/>
      <argument type="abstract">PSR-6 provider service</argument>
      <argument></argument>
      <argument>0</argument>
    </service>
    <service id="cache.adapter.redis" class="Symfony\Component\Cache\Adapter\RedisAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.redis_tag_aware" class="Symfony\Component\Cache\Adapter\RedisTagAwareAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.memcached" class="Symfony\Component\Cache\Adapter\MemcachedAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_memcached_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Memcached connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_doctrine_dbal_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">DBAL connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.pdo" class="Symfony\Component\Cache\Adapter\PdoAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_pdo_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">PDO connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.array" class="Symfony\Component\Cache\Adapter\ArrayAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument>0</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.default_marshaller" class="Symfony\Component\Cache\Marshaller\DefaultMarshaller">
      <argument>null</argument>
      <argument>true</argument>
    </service>
    <service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_token_verifier" type="service" id="cache.security_token_verifier" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_token_verifier" type="service" id="cache.security_token_verifier" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.pimcore.result" type="service" id="cache.doctrine.orm.pimcore.result" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.pimcore.query" type="service" id="cache.doctrine.orm.pimcore.query" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="identity_translator" class="Symfony\Component\Translation\IdentityTranslator"/>
    <service id="assets.packages" class="Symfony\Component\Asset\Packages">
      <argument type="service" id="assets._default_package"/>
      <argument type="tagged_iterator" tag="assets.package" index-by="package" default-index-method="getDefaultPackageName" default-priority-method="getDefaultPackagePriority"/>
    </service>
    <service id="assets.empty_package" class="Symfony\Component\Asset\Package">
      <argument type="service" id="assets.empty_version_strategy"/>
    </service>
    <service id="assets.context" class="Symfony\Component\Asset\Context\RequestStackContext">
      <argument type="service" id="request_stack"/>
      <argument type="service">
        <service class="string">
          <factory service="router.request_context" method="getBaseUrl"/>
        </service>
      </argument>
      <argument type="service">
        <service class="bool">
          <factory service="router.request_context" method="isSecure"/>
        </service>
      </argument>
    </service>
    <service id="assets.path_package" class="Symfony\Component\Asset\PathPackage" abstract="true">
      <argument type="abstract">base path</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.url_package" class="Symfony\Component\Asset\UrlPackage" abstract="true">
      <argument type="abstract">base URLs</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.static_version_strategy" class="Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy" abstract="true">
      <argument type="abstract">version</argument>
      <argument type="abstract">format</argument>
    </service>
    <service id="assets.empty_version_strategy" class="Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy"/>
    <service id="assets.json_manifest_version_strategy" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" abstract="true">
      <argument type="abstract">manifest path</argument>
      <argument type="service" id="http_client" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="assets._default_package" class="Symfony\Component\Asset\PathPackage">
      <argument></argument>
      <argument type="service" id="assets.empty_version_strategy"/>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="mailer.mailer" class="Symfony\Component\Mailer\Mailer">
      <argument type="service" id="mailer.transports"/>
      <argument type="service" id="debug.traced.messenger.bus.pimcore-core" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
    </service>
    <service id="mailer.transports" class="Symfony\Component\Mailer\Transport\Transports">
      <argument type="collection">
        <argument key="pimcore_newsletter">native://default</argument>
        <argument key="main">smtp://user:pass@mailpit:1025</argument>
      </argument>
      <factory service="mailer.transport_factory" method="fromStrings"/>
    </service>
    <service id="mailer.transport_factory" class="Symfony\Component\Mailer\Transport">
      <argument type="tagged_iterator" tag="mailer.transport_factory"/>
    </service>
    <service id="mailer.messenger.message_handler" class="Symfony\Component\Mailer\Messenger\MessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="mailer.transports"/>
    </service>
    <service id="mailer.envelope_listener" class="Symfony\Component\Mailer\EventListener\EnvelopeListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="mailer.message_logger_listener" class="Symfony\Component\Mailer\EventListener\MessageLoggerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="mailer.messenger_transport_listener" class="Symfony\Component\Mailer\EventListener\MessengerTransportListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="console.command.mailer_test" class="Symfony\Component\Mailer\Command\MailerTestCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.transports"/>
      <call method="setName">
        <argument>mailer:test</argument>
      </call>
      <call method="setDescription">
        <argument>Test Mailer transports by sending an email</argument>
      </call>
    </service>
    <service id="mailer.transport_factory.abstract" class="Symfony\Component\Mailer\Transport\AbstractTransportFactory" abstract="true">
      <tag name="monolog.logger" channel="mailer"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.null" class="Symfony\Component\Mailer\Transport\NullTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.sendmail" class="Symfony\Component\Mailer\Transport\SendmailTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.smtp" class="Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory">
      <tag name="mailer.transport_factory" priority="-100"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.native" class="Symfony\Component\Mailer\Transport\NativeTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="translator.default" class="Symfony\Bundle\FrameworkBundle\Translation\Translator">
      <tag name="kernel.locale_aware"/>
      <argument type="service" id=".service_locator.yY.p4P7"/>
      <argument type="service" id="translator.formatter.default"/>
      <argument>en</argument>
      <argument type="collection">
        <argument key="translation.loader.php" type="collection">
          <argument>php</argument>
        </argument>
        <argument key="translation.loader.yml" type="collection">
          <argument>yaml</argument>
          <argument>yml</argument>
        </argument>
        <argument key="translation.loader.xliff" type="collection">
          <argument>xlf</argument>
          <argument>xliff</argument>
        </argument>
        <argument key="translation.loader.po" type="collection">
          <argument>po</argument>
        </argument>
        <argument key="translation.loader.mo" type="collection">
          <argument>mo</argument>
        </argument>
        <argument key="translation.loader.qt" type="collection">
          <argument>ts</argument>
        </argument>
        <argument key="translation.loader.csv" type="collection">
          <argument>csv</argument>
        </argument>
        <argument key="translation.loader.res" type="collection">
          <argument>res</argument>
        </argument>
        <argument key="translation.loader.dat" type="collection">
          <argument>dat</argument>
        </argument>
        <argument key="translation.loader.ini" type="collection">
          <argument>ini</argument>
        </argument>
        <argument key="translation.loader.json" type="collection">
          <argument>json</argument>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="cache_dir">/home/partarti/public_html/my-project/var/cache/dev/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.af.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.af.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.ar.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.az.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.az.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.be.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.be.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.bg.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.bs.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.bs.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.ca.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.ca.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.ca.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.ca.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.ca.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.ca.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.ca.yaml</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.cs.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.cs.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.cs.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.cs.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.cs.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.cs.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.cs.yaml</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.cy.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.cy.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.da.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.da.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.da.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.de.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.de.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.de.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.de.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.de.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.de.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web2print-tools-bundle/src/Resources/translations/admin.de.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.de.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.de.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.de.yaml</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.el.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.el.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.el.xlf</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.en.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.en.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.en.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.en.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.en.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.en.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web2print-tools-bundle/src/Resources/translations/admin.en.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.en.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/quill-bundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin_ext.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle/translations/admin.en.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.en.yaml</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.es.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.es.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.es.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.es.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.es.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.es.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.es.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.es.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.es.yaml</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.et.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.et.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.eu.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.fa.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.fi.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.fr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.fr.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.fr.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.fr.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.fr.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.fr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.fr.yaml</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.gl.xlf</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.he.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.he.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.he.xlf</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.hr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.hu.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.hu.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.hu.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.hu.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.hu.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.hu.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.hu.yaml</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.hy.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.hy.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.hy.xlf</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.id.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.id.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.id.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.id.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.it.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.it.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.it.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.it.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.it.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.it.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.it.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.it.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.it.yaml</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.ja.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.ja.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.ja.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.ja.yaml</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.lb.xlf</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.lt.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.mk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.mk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.mk.xlf</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.mn.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.mn.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.my.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.my.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.nl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.nl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.nl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.nl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.nl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.nl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.nl.yaml</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.no.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.no.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.no.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.pl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.pl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.pl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.pl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.pl.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.pl.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.pl.yaml</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.pt.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.pt.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.pt.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.pt.yaml</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.ro.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.ro.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.ro.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.ro.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.ro.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.ro.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.ro.yaml</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.ru.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.ru.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.ru.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.ru.yaml</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.sk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.sk.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.sk.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.sk.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.sk.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.sk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.sk.yaml</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.sl.xlf</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.sq.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.sq.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.sv.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.sv.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.sv.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.sv.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.sv.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.sv.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.sv.yaml</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.th.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.th.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.th.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.th.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.th.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.th.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.th.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.th.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.th.yaml</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.tl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.tl.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.tr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.tr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.tr.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.tr.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.tr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.tr.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.tr.yaml</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.uk.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.uk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.uk.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.uk.yaml</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.ur.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.ur.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.uz.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.uz.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.vi.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.vi.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.zh_CN.xliff</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf</argument>
          </argument>
          <argument key="ky" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff</argument>
          </argument>
          <argument key="sw" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff</argument>
          </argument>
          <argument key="pt_br" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.pt_br.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.pt_br.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.pt_br.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.pt_br.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.pt_br.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.pt_br.yaml</argument>
          </argument>
          <argument key="zh_Hans" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations/admin_ext.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations/admin_ext.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations/admin.zh_Hans.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations/admin.zh_Hans.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations/admin.zh_Hans.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations/admin.zh_Hans.yml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations/admin.zh_Hans.yaml</argument>
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.zh_Hans.yaml</argument>
          </argument>
          <argument key="sv_fi" type="collection">
            <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations/admin.sv_fi.yaml</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>/home/partarti/public_html/my-project/vendor/symfony/validator/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/security-core/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/newsletter-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GlossaryBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/web2print-tools-bundle/src/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/object-merger/src/Resources/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/quill-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/WordExportBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/XliffBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/framework-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/security-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/twig/extra-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/monolog-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/doctrine/doctrine-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/doctrine/doctrine-migrations-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony-cmf/routing-bundle/src/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/friendsofsymfony/jsrouting-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/league/flysystem-bundle/src/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/debug-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/web-profiler-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/symfony/webpack-encore-bundle/src/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/presta/sitemap-bundle/translations</argument>
          <argument>/home/partarti/public_html/my-project/vendor/pimcore/payment-provider-paypal-smart-payment-button/src/translations</argument>
        </argument>
        <argument key="cache_vary" type="collection">
          <argument key="scanned_directories" type="collection">
            <argument>vendor/symfony/validator/Resources/translations</argument>
            <argument>vendor/symfony/form/Resources/translations</argument>
            <argument>vendor/symfony/security-core/Resources/translations</argument>
            <argument>vendor/scheb/2fa-bundle/Resources/translations</argument>
            <argument>vendor/knplabs/knp-paginator-bundle/translations</argument>
            <argument>vendor/pimcore/admin-ui-classic-bundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/CustomReportsBundle/translations</argument>
            <argument>vendor/pimcore/personalization-bundle/translations</argument>
            <argument>vendor/pimcore/ecommerce-framework-bundle/src/Resources/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/ApplicationLoggerBundle/translations</argument>
            <argument>vendor/pimcore/google-marketing-bundle/translations</argument>
            <argument>vendor/pimcore/customer-management-framework-bundle/src/Resources/translations</argument>
            <argument>vendor/pimcore/newsletter-bundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/GlossaryBundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/SeoBundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/translations</argument>
            <argument>vendor/pimcore/data-hub/src/Resources/translations</argument>
            <argument>vendor/pimcore/output-data-config-toolkit-bundle/src/Resources/translations</argument>
            <argument>vendor/pimcore/web2print-tools-bundle/src/Resources/translations</argument>
            <argument>vendor/pimcore/object-merger/src/Resources/translations</argument>
            <argument>vendor/pimcore/web-to-print-bundle/translations</argument>
            <argument>vendor/pimcore/quill-bundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/StaticRoutesBundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/WordExportBundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/XliffBundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle/translations</argument>
            <argument>vendor/pimcore/pimcore/bundles/CoreBundle/translations</argument>
            <argument>translations</argument>
            <argument>vendor/symfony/framework-bundle/translations</argument>
            <argument>vendor/symfony/security-bundle/translations</argument>
            <argument>vendor/symfony/twig-bundle/translations</argument>
            <argument>vendor/twig/extra-bundle/translations</argument>
            <argument>vendor/symfony/monolog-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-migrations-bundle/translations</argument>
            <argument>vendor/symfony-cmf/routing-bundle/src/translations</argument>
            <argument>vendor/friendsofsymfony/jsrouting-bundle/translations</argument>
            <argument>vendor/league/flysystem-bundle/src/translations</argument>
            <argument>vendor/symfony/debug-bundle/translations</argument>
            <argument>vendor/symfony/web-profiler-bundle/translations</argument>
            <argument>vendor/symfony/webpack-encore-bundle/src/translations</argument>
            <argument>vendor/presta/sitemap-bundle/translations</argument>
            <argument>vendor/pimcore/payment-provider-paypal-smart-payment-button/src/translations</argument>
          </argument>
        </argument>
      </argument>
      <argument type="collection"/>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="setFallbackLocales">
        <argument type="collection">
          <argument>en</argument>
        </argument>
      </call>
    </service>
    <service id="translator.logging" class="Symfony\Component\Translation\LoggingTranslator">
      <tag name="monolog.logger" channel="translation"/>
      <argument type="service" id="translator.logging.inner"/>
      <argument type="service" id="monolog.logger.translation"/>
    </service>
    <service id="translator.formatter.default" class="Symfony\Component\Translation\Formatter\MessageFormatter">
      <argument type="service" id="identity_translator"/>
    </service>
    <service id="translation.loader.php" class="Symfony\Component\Translation\Loader\PhpFileLoader">
      <tag name="translation.loader" alias="php"/>
    </service>
    <service id="translation.loader.yml" class="Symfony\Component\Translation\Loader\YamlFileLoader">
      <tag name="translation.loader" alias="yaml" legacy-alias="yml"/>
    </service>
    <service id="translation.loader.xliff" class="Symfony\Component\Translation\Loader\XliffFileLoader">
      <tag name="translation.loader" alias="xlf" legacy-alias="xliff"/>
    </service>
    <service id="translation.loader.po" class="Symfony\Component\Translation\Loader\PoFileLoader">
      <tag name="translation.loader" alias="po"/>
    </service>
    <service id="translation.loader.mo" class="Symfony\Component\Translation\Loader\MoFileLoader">
      <tag name="translation.loader" alias="mo"/>
    </service>
    <service id="translation.loader.qt" class="Symfony\Component\Translation\Loader\QtFileLoader">
      <tag name="translation.loader" alias="ts"/>
    </service>
    <service id="translation.loader.csv" class="Symfony\Component\Translation\Loader\CsvFileLoader">
      <tag name="translation.loader" alias="csv"/>
    </service>
    <service id="translation.loader.res" class="Symfony\Component\Translation\Loader\IcuResFileLoader">
      <tag name="translation.loader" alias="res"/>
    </service>
    <service id="translation.loader.dat" class="Symfony\Component\Translation\Loader\IcuDatFileLoader">
      <tag name="translation.loader" alias="dat"/>
    </service>
    <service id="translation.loader.ini" class="Symfony\Component\Translation\Loader\IniFileLoader">
      <tag name="translation.loader" alias="ini"/>
    </service>
    <service id="translation.loader.json" class="Symfony\Component\Translation\Loader\JsonFileLoader">
      <tag name="translation.loader" alias="json"/>
    </service>
    <service id="translation.dumper.php" class="Symfony\Component\Translation\Dumper\PhpFileDumper">
      <tag name="translation.dumper" alias="php"/>
    </service>
    <service id="translation.dumper.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xlf"/>
    </service>
    <service id="translation.dumper.xliff.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xliff"/>
      <argument>xliff</argument>
    </service>
    <service id="translation.dumper.po" class="Symfony\Component\Translation\Dumper\PoFileDumper">
      <tag name="translation.dumper" alias="po"/>
    </service>
    <service id="translation.dumper.mo" class="Symfony\Component\Translation\Dumper\MoFileDumper">
      <tag name="translation.dumper" alias="mo"/>
    </service>
    <service id="translation.dumper.yml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yml"/>
    </service>
    <service id="translation.dumper.yaml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yaml"/>
      <argument>yaml</argument>
    </service>
    <service id="translation.dumper.qt" class="Symfony\Component\Translation\Dumper\QtFileDumper">
      <tag name="translation.dumper" alias="ts"/>
    </service>
    <service id="translation.dumper.csv" class="Symfony\Component\Translation\Dumper\CsvFileDumper">
      <tag name="translation.dumper" alias="csv"/>
    </service>
    <service id="translation.dumper.ini" class="Symfony\Component\Translation\Dumper\IniFileDumper">
      <tag name="translation.dumper" alias="ini"/>
    </service>
    <service id="translation.dumper.json" class="Symfony\Component\Translation\Dumper\JsonFileDumper">
      <tag name="translation.dumper" alias="json"/>
    </service>
    <service id="translation.dumper.res" class="Symfony\Component\Translation\Dumper\IcuResFileDumper">
      <tag name="translation.dumper" alias="res"/>
    </service>
    <service id="translation.extractor.php" class="Symfony\Component\Translation\Extractor\PhpExtractor">
      <tag name="translation.extractor" alias="php"/>
      <deprecated package="symfony/framework-bundle" version="6.2">The "%service_id%" service is deprecated, use "translation.extractor.php_ast" instead.</deprecated>
    </service>
    <service id="translation.extractor.visitor.trans_method" class="Symfony\Component\Translation\Extractor\Visitor\TransMethodVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.translatable_message" class="Symfony\Component\Translation\Extractor\Visitor\TranslatableMessageVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.constraint" class="Symfony\Component\Translation\Extractor\Visitor\ConstraintVisitor">
      <tag name="translation.extractor.visitor"/>
      <argument type="collection">
        <argument>All</argument>
        <argument>AtLeastOneOf</argument>
        <argument>Bic</argument>
        <argument>Blank</argument>
        <argument>Callback</argument>
        <argument>CardScheme</argument>
        <argument>Choice</argument>
        <argument>Cidr</argument>
        <argument>Collection</argument>
        <argument>Compound</argument>
        <argument>Count</argument>
        <argument>Country</argument>
        <argument>CssColor</argument>
        <argument>Currency</argument>
        <argument>DateTime</argument>
        <argument>Date</argument>
        <argument>DivisibleBy</argument>
        <argument>Email</argument>
        <argument>EqualTo</argument>
        <argument>ExpressionSyntax</argument>
        <argument>Expression</argument>
        <argument>File</argument>
        <argument>GreaterThanOrEqual</argument>
        <argument>GreaterThan</argument>
        <argument>Hostname</argument>
        <argument>Iban</argument>
        <argument>IdenticalTo</argument>
        <argument>Image</argument>
        <argument>Ip</argument>
        <argument>IsFalse</argument>
        <argument>IsNull</argument>
        <argument>IsTrue</argument>
        <argument>Isbn</argument>
        <argument>Isin</argument>
        <argument>Issn</argument>
        <argument>Json</argument>
        <argument>Language</argument>
        <argument>Length</argument>
        <argument>LessThanOrEqual</argument>
        <argument>LessThan</argument>
        <argument>Locale</argument>
        <argument>Luhn</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>NotBlank</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>NotEqualTo</argument>
        <argument>NotIdenticalTo</argument>
        <argument>NotNull</argument>
        <argument>PasswordStrength</argument>
        <argument>Range</argument>
        <argument>Regex</argument>
        <argument>Sequentially</argument>
        <argument>Time</argument>
        <argument>Timezone</argument>
        <argument>Type</argument>
        <argument>Ulid</argument>
        <argument>Unique</argument>
        <argument>Url</argument>
        <argument>Uuid</argument>
        <argument>Valid</argument>
        <argument>When</argument>
        <argument>Expression</argument>
        <argument>Email</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>When</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>UserPassword</argument>
        <argument>UniqueEntity</argument>
        <argument>RouteDefaultsTwig</argument>
      </argument>
    </service>
    <service id="translation.reader" class="Symfony\Component\Translation\Reader\TranslationReader">
      <call method="addLoader">
        <argument>php</argument>
        <argument type="service" id="translation.loader.php"/>
      </call>
      <call method="addLoader">
        <argument>yaml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>yml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>xlf</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>xliff</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>po</argument>
        <argument type="service" id="translation.loader.po"/>
      </call>
      <call method="addLoader">
        <argument>mo</argument>
        <argument type="service" id="translation.loader.mo"/>
      </call>
      <call method="addLoader">
        <argument>ts</argument>
        <argument type="service" id="translation.loader.qt"/>
      </call>
      <call method="addLoader">
        <argument>csv</argument>
        <argument type="service" id="translation.loader.csv"/>
      </call>
      <call method="addLoader">
        <argument>res</argument>
        <argument type="service" id="translation.loader.res"/>
      </call>
      <call method="addLoader">
        <argument>dat</argument>
        <argument type="service" id="translation.loader.dat"/>
      </call>
      <call method="addLoader">
        <argument>ini</argument>
        <argument type="service" id="translation.loader.ini"/>
      </call>
      <call method="addLoader">
        <argument>json</argument>
        <argument type="service" id="translation.loader.json"/>
      </call>
    </service>
    <service id="translation.extractor" class="Symfony\Component\Translation\Extractor\ChainExtractor">
      <call method="addExtractor">
        <argument>php</argument>
        <argument type="service" id="translation.extractor.php"/>
      </call>
      <call method="addExtractor">
        <argument>twig</argument>
        <argument type="service" id="twig.translation.extractor"/>
      </call>
    </service>
    <service id="translation.writer" class="Symfony\Component\Translation\Writer\TranslationWriter">
      <call method="addDumper">
        <argument>php</argument>
        <argument type="service" id="translation.dumper.php"/>
      </call>
      <call method="addDumper">
        <argument>xlf</argument>
        <argument type="service" id="translation.dumper.xliff"/>
      </call>
      <call method="addDumper">
        <argument>xliff</argument>
        <argument type="service" id="translation.dumper.xliff.xliff"/>
      </call>
      <call method="addDumper">
        <argument>po</argument>
        <argument type="service" id="translation.dumper.po"/>
      </call>
      <call method="addDumper">
        <argument>mo</argument>
        <argument type="service" id="translation.dumper.mo"/>
      </call>
      <call method="addDumper">
        <argument>yml</argument>
        <argument type="service" id="translation.dumper.yml"/>
      </call>
      <call method="addDumper">
        <argument>yaml</argument>
        <argument type="service" id="translation.dumper.yaml"/>
      </call>
      <call method="addDumper">
        <argument>ts</argument>
        <argument type="service" id="translation.dumper.qt"/>
      </call>
      <call method="addDumper">
        <argument>csv</argument>
        <argument type="service" id="translation.dumper.csv"/>
      </call>
      <call method="addDumper">
        <argument>ini</argument>
        <argument type="service" id="translation.dumper.ini"/>
      </call>
      <call method="addDumper">
        <argument>json</argument>
        <argument type="service" id="translation.dumper.json"/>
      </call>
      <call method="addDumper">
        <argument>res</argument>
        <argument type="service" id="translation.dumper.res"/>
      </call>
    </service>
    <service id="translation.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer">
      <tag name="container.service_subscriber" id="translator"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.fuYM_Z..translation.warmer"/>
    </service>
    <service id="translation.locale_switcher" class="Symfony\Component\Translation\LocaleSwitcher">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.locale_aware"/>
      <argument>en</argument>
      <argument type="tagged_iterator" tag="kernel.locale_aware" exclude="translation.locale_switcher"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
    </service>
    <service id="translation.provider_collection" class="Symfony\Component\Translation\Provider\TranslationProviderCollection">
      <argument type="collection"/>
      <factory service="translation.provider_collection_factory" method="fromConfig"/>
    </service>
    <service id="translation.provider_collection_factory" class="Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory">
      <argument type="tagged_iterator" tag="translation.provider_factory"/>
      <argument type="collection"/>
    </service>
    <service id="translation.provider_factory.null" class="Symfony\Component\Translation\Provider\NullProviderFactory">
      <tag name="translation.provider_factory"/>
    </service>
    <service id="debug.error_handler_configurator" class="Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator" public="true">
      <tag name="monolog.logger" channel="php"/>
      <argument type="service" id="monolog.logger.php"/>
      <argument>null</argument>
      <argument>-1</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>null</argument>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="debug.file_link_formatter" class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter">
      <argument>%env(default::SYMFONY_IDE)%</argument>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <argument type="service_closure" id="debug.file_link_formatter.url_format"/>
    </service>
    <service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument>true</argument>
    </service>
    <service id="debug.event_dispatcher" class="Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher">
      <tag name="container.hot_path"/>
      <tag name="event_dispatcher">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="event_dispatcher" inner="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger.event" on-invalid="null"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-110</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-108</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.preAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\NameSettingListener"/>
          <argument>onPreAdd</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.bundle_manager.paths.css</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\PimcoreAdminListener"/>
          <argument>addCSSFiles</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.bundle_manager.paths.js</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\PimcoreAdminListener"/>
          <argument>addJSFiles</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.resolve.elementAdminStyle</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\PimcoreAdminListener"/>
          <argument>onResolveElementAdminStyle</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.ecommerce.ordermanager.postUpdateOrder</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\CheckoutEventListener"/>
          <argument>onUpdateOrder</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.ecommerce.commitorderprocessor.sendConfirmationMails</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\CheckoutEventListener"/>
          <argument>sendConfirmationMail</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.ecommerce.commitorderprocessor.postCommitOrder</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\CheckoutEventListener"/>
          <argument>postCommitOrder</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.indexAction.settings</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CustomReportsBundle\EventListener\IndexSettingsListener"/>
          <argument>indexSettings</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.indexAction.settings</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\IndexSettingsListener"/>
          <argument>indexSettings</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.indexAction.settings</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\StaticRoutesBundle\EventListener\IndexSettingsListener"/>
          <argument>indexSettings</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.router"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.context_listener.0"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.context_listener.1"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.context_listener.2"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine_migrations.schema_filter_listener"/>
          <argument>onConsoleCommand</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sliding_pagination"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>120</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-120</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener"/>
          <argument>stopPropagationCheck</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.indexAction.settings</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\EventListener\IndexSettingsListener"/>
          <argument>indexSettings</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="webpack_encore.exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="pimcore.event_listener.frontend.activity_url_tracker"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>-200</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.preUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.pimcore_object"/>
          <argument>onPreUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.pimcore_object"/>
          <argument>onPostUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.preAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.pimcore_object"/>
          <argument>onPreAdd</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.pimcore_object"/>
          <argument>onPostAdd</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.preDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.pimcore_object"/>
          <argument>onPreDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.pimcore_object"/>
          <argument>onPostDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.import.preSave</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.pimcore_object"/>
          <argument>onPreSave</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>plugin.ObjectMerger.postMerge</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.object_merger"/>
          <argument>onPostMerge</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>plugin.ObjectMerger.preMerge</argument>
        <argument type="collection">
          <argument type="service_closure" id="cmf.event_listener.object_merger"/>
          <argument>onPreMerge</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>plugin.cmf.new-activity</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface"/>
          <argument>handleEvent</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>plugin.cmf.execute-segment-builders</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface"/>
          <argument>handleEvent</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>plugin.cmf.after-track-activity</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface"/>
          <argument>handleEvent</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>plugin.cmf.segment-tracked</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface"/>
          <argument>handleEvent</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>plugin.cmf.target-group-assigned</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface"/>
          <argument>handleEvent</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\Event\PimcoreElementRemovalListenerInterface"/>
          <argument>onPostDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\Event\PimcoreElementRemovalListenerInterface"/>
          <argument>onPostDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\Event\PimcoreElementRemovalListenerInterface"/>
          <argument>onPostDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore_personalization.targeting.assign_document_target_group</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\Event\TargetingEventListener"/>
          <argument>onAssignDocumentTargetGroup</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore_personalization.targeting.post_rule_actions</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\Event\TargetingEventListener"/>
          <argument>onPostRuleActions</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Presta\SitemapBundle\Event\SitemapPopulateEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="presta_sitemap.eventlistener.route_annotation"/>
          <argument>registerRouteAnnotation</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.indexAction.settings</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\DataHubBundle\EventListener\AdminListener"/>
          <argument>addIndexSettings</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.indexAction.settings</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\WebToPrintBundle\EventListener\IndexSettingsListener"/>
          <argument>indexSettings</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\AuthenticationLoginListener"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="argument_resolver.request_payload"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>setDefaultLocale</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>logKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>removeCspHeader</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.envelope_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.message_logger_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.messenger_transport_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1000</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.retry.send_failed_message_for_retry_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.add_error_details_stamp_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>200</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.dispatch_pcntl_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerStartedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerStarted</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelTerminate</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>initialize</argument>
        </argument>
        <argument>4096</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>catch</argument>
        </argument>
        <argument>-2048</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>profile</argument>
        </argument>
        <argument>-4096</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_granted_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>20</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>debug.security.authorization.vote</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.voter.vote_listener"/>
          <argument>onVoterVote</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>configureLogoutUrlGenerator</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.kernel_exception_listener.two_factor.pimcore_admin"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>2</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.form_listener.two_factor.pimcore_admin"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>scheb_two_factor.authentication.require</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onAccessDenied</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>scheb_two_factor.authentication.form</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onTwoFactorForm</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.rememberme.response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.template_attribute_listener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="twig.mailer.message_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onCommand</argument>
        </argument>
        <argument>255</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageHandledEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageHandled</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>scheb_two_factor.authentication.check</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code_reuse"/>
          <argument>checkForCodeReuse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>scheb_two_factor.authentication.code_reused</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.throw_exception_on_two_factor_code_reuse"/>
          <argument>handle</argument>
        </argument>
        <argument>-256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>before</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>pagination</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sortable"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.filtration"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sliding_pagination"/>
          <argument>pagination</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.dump_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="web_profiler.debug_toolbar"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.system.configuration.get</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener"/>
          <argument>updateSystemConfiguration</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"/>
          <argument>handleRequest</argument>
        </argument>
        <argument>11</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.class.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"/>
          <argument>onClassDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.user.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"/>
          <argument>onUserDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"/>
          <argument>onObjectDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.class.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"/>
          <argument>onClassDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.user.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"/>
          <argument>onUserDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>127</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>560</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.dataobject.get.preSendData</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener"/>
          <argument>onAdminElementGetPreSendData</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.asset.get.preSendData</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener"/>
          <argument>onAdminElementGetPreSendData</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.document.get.preSendData</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener"/>
          <argument>onAdminElementGetPreSendData</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>29</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.renderer.pre_render</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener"/>
          <argument>onPreRender</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.IncludeRenderer.pre_render</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener"/>
          <argument>onPreRender</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.editable.renderlet.pre_render</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener"/>
          <argument>configureElementTargeting</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>7</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-115</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.targeting.pre_resolve</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener"/>
          <argument>onPreResolve</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.targeting.pre_resolve</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener"/>
          <argument>onVisitorInfoResolve</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.cache.full_page.prepare_response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener"/>
          <argument>onPrepareFullPageCacheResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.targeting.visited_pages_count_match</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener"/>
          <argument>onVisitedPagesCountMatch</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.targeting.post_resolve</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener"/>
          <argument>onPostResolveVisitorInfo</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.targeting.pre_resolve</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener"/>
          <argument>onPreResolve</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-127</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.cache.full_page.ignored_session_keys</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener"/>
          <argument>configureIgnoredSessionKeys</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.cache.full_page.prepare_response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener"/>
          <argument>prepareFullPageCacheResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>127</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"/>
          <argument>onObjectUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"/>
          <argument>onObjectUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.preDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"/>
          <argument>onObjectDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>127</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.analytics.google.tag_manager.code_head</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber"/>
          <argument>onCodeHead</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener"/>
          <argument>resetAssets</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="pimcore.event_listener.frontend.activity_url_tracker"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.targeting.pre_resolve</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener"/>
          <argument>onTargetingPreResolve</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.targeting.render_toolbar</argument>
        <argument type="collection">
          <argument type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener"/>
          <argument>onRenderToolbar</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.model.dataobject.classdefinition.urlslug.postsave</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener"/>
          <argument>onURLSlugUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\DocumentListener"/>
          <argument>onDocumentDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.page.post_save_action</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\DocumentListener"/>
          <argument>onPagePostSaveAction</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.post_move_action</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\DocumentListener"/>
          <argument>onPostMoveAction</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Presta\SitemapBundle\Event\SitemapPopulateEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener"/>
          <argument>onPopulateSitemap</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\RoutingListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SeoBundle\EventListener\RoutingListener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPostAddUpdateElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPostAddUpdateElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPostAddUpdateElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.preDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPreDeleteElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.preDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPreDeleteElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.preDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPreDeleteElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPostAddUpdateElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPostAddUpdateElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onPostAddUpdateElement</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.admin.object.list.handleFulltextQuery</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"/>
          <argument>onHandleFulltextQuery</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"/>
          <argument>onObjectUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"/>
          <argument>onObjectDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"/>
          <argument>onDocumentUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"/>
          <argument>onDocumentDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"/>
          <argument>onAssetUpdate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"/>
          <argument>onAssetDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber"/>
          <argument>onWorkerMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageHandledEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber"/>
          <argument>onWorkerMessageHandled</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.items</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber"/>
          <argument>items</argument>
        </argument>
        <argument>-5</argument>
      </call>
      <call method="addListener">
        <argument>workflow.completed</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Workflow\EventSubscriber\NotificationSubscriber"/>
          <argument>onWorkflowCompleted</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>workflow.completed</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Workflow\EventSubscriber\NotesSubscriber"/>
          <argument>onWorkflowCompleted</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>workflow.enter</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Workflow\EventSubscriber\NotesSubscriber"/>
          <argument>onWorkflowEnter</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.workflow.preGlobalAction</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Workflow\EventSubscriber\NotesSubscriber"/>
          <argument>onPreGlobalAction</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.workflow.postGlobalAction</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Workflow\EventSubscriber\NotesSubscriber"/>
          <argument>onPostGlobalAction</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>workflow.completed</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber"/>
          <argument>onWorkflowCompleted</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>24</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>20</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>50</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"/>
          <argument>onKernelTerminate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>30</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.renderer.pre_render</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"/>
          <argument>onPreRender</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.renderer.post_render</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"/>
          <argument>onPostRender</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"/>
          <argument>onPostAddUpdateDeleteDocument</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"/>
          <argument>onPostAddUpdateDeleteDocument</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postUpdate</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"/>
          <argument>onPostAddUpdateDeleteDocument</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>510</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-120</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"/>
          <argument>onElementPostAdd</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"/>
          <argument>onElementPostAdd</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postAdd</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"/>
          <argument>onElementPostAdd</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"/>
          <argument>onElementPostDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"/>
          <argument>onElementPostDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"/>
          <argument>onElementPostDelete</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.dataobject.postCopy</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"/>
          <argument>onPostCopy</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.document.postCopy</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"/>
          <argument>onPostCopy</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postCopy</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"/>
          <argument>onPostCopy</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>pimcore.asset.postDelete</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"/>
          <argument>onPostAssetDelete</argument>
        </argument>
        <argument>-9999</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>24</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>126</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-118</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageReceivedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"/>
          <argument>handle</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.controller_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableControllerResolver">
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.decorator" id="controller_resolver" inner="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver">
      <tag name="container.decorator" id="argument_resolver" inner="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver">
      <tag name="controller.argument_value_resolver" priority="-200"/>
      <argument type="service" id=".service_locator.WBHcjLv"/>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id=".virtual_request_stack"/>
    </service>
    <service id="debug.debug_logger_configurator" class="Symfony\Component\HttpKernel\Log\DebugLoggerConfigurator">
      <argument type="service" id="debug.log_processor"/>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver">
      <call method="addLoader">
        <argument type="service" id="routing.loader.xml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.php"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.glob"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.container"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="Pimcore\Routing\Loader\BundleRoutingLoader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.file"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.psr4"/>
      </call>
    </service>
    <service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.container" class="Symfony\Component\Routing\Loader\ContainerLoader">
      <tag name="routing.loader"/>
      <argument type="service" id=".service_locator.LD5oJC8"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.attribute" class="Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="annotations.cached_reader"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.attribute.directory" class="Symfony\Component\Routing\Loader\AttributeDirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.attribute.file" class="Symfony\Component\Routing\Loader\AttributeFileLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.psr4" class="Symfony\Component\Routing\Loader\Psr4DirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader" public="true">
      <argument type="service" id="routing.resolver"/>
      <argument type="collection">
        <argument key="utf8">true</argument>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
      <tag name="monolog.logger" channel="router"/>
      <tag name="container.service_subscriber" id="routing.loader"/>
      <argument type="service" id=".service_locator.otfny_1.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">/home/partarti/public_html/my-project/var/cache/dev</argument>
        <argument key="debug">true</argument>
        <argument key="generator_class">Symfony\Component\Routing\Generator\CompiledUrlGenerator</argument>
        <argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper</argument>
        <argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher</argument>
        <argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper</argument>
        <argument key="strict_requirements">true</argument>
        <argument key="resource_type">service</argument>
      </argument>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="parameter_bag" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.router" on-invalid="ignore"/>
      <argument>en</argument>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="addExpressionLanguageProvider">
        <argument type="service" id="router.expression_language_provider"/>
      </call>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext" constructor="fromUri">
      <argument></argument>
      <argument>demo.pimcore.fun</argument>
      <argument>https</argument>
      <argument>80</argument>
      <argument>443</argument>
      <call method="setParameter">
        <argument>_functions</argument>
        <argument type="service" id="router.expression_language_provider" on-invalid="ignore"/>
      </call>
    </service>
    <service id="router.expression_language_provider" class="Symfony\Component\Routing\Matcher\ExpressionLanguageProvider">
      <tag name="routing.expression_language_provider"/>
      <argument type="service" id=".service_locator.Kl0E_Fe"/>
    </service>
    <service id="router.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer">
      <tag name="container.service_subscriber" id="router"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.cUcW89y.router.cache_warmer"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <argument>true</argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" class="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" public="true">
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" class="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" public="true">
      <argument type="service" id="twig" on-invalid="ignore"/>
    </service>
    <service id="annotations.reader" class="Doctrine\Common\Annotations\AnnotationReader">
      <call method="addGlobalIgnoredName">
        <argument>required</argument>
      </call>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.cached_reader" class="Doctrine\Common\Annotations\PsrCachedReader">
      <tag name="annotations.cached_reader"/>
      <tag name="container.do_not_inline"/>
      <argument type="service" id="annotations.reader"/>
      <argument type="service">
        <service class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
      </argument>
      <argument>true</argument>
      <argument type="service_closure" id="annotations.cache_adapter"/>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.filesystem_cache_adapter" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument></argument>
      <argument>0</argument>
      <argument type="abstract">Cache-Directory</argument>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="annotations.reader"/>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/annotations.php</argument>
      <argument>#^Symfony\\(?:Component\\HttpKernel\\|Bundle\\FrameworkBundle\\Controller\\(?!.*Controller$))#</argument>
      <argument>true</argument>
      <argument>false</argument>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.cache_adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <tag name="container.hot_path"/>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/annotations.php</argument>
      <argument type="service" id="cache.annotations"/>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="property_accessor" class="Symfony\Component\PropertyAccess\PropertyAccessor">
      <argument>3</argument>
      <argument>2</argument>
      <argument type="service" id="cache.property_access" on-invalid="ignore"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
    </service>
    <service id="secrets.vault" class="Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault">
      <tag name="container.env_var_loader"/>
      <argument>/home/partarti/public_html/my-project/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
    </service>
    <service id="secrets.decryption_key" class="Symfony\Component\String\LazyString" constructor="fromCallable">
      <argument type="service" id="container.getenv"/>
      <argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
    </service>
    <service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
      <argument>/home/partarti/public_html/my-project/.env.dev.local</argument>
    </service>
    <service id="serializer" class="Symfony\Component\Serializer\Serializer">
      <argument type="collection">
        <argument type="service" id="serializer.denormalizer.unwrapping"/>
        <argument type="service" id="serializer.normalizer.flatten_exception"/>
        <argument type="service" id="serializer.normalizer.problem"/>
        <argument type="service" id="serializer.normalizer.uid"/>
        <argument type="service" id="serializer.normalizer.datetime"/>
        <argument type="service" id="serializer.normalizer.constraint_violation_list"/>
        <argument type="service" id="serializer.normalizer.mime_message"/>
        <argument type="service" id="serializer.normalizer.datetimezone"/>
        <argument type="service" id="serializer.normalizer.dateinterval"/>
        <argument type="service" id="serializer.normalizer.form_error"/>
        <argument type="service" id="serializer.normalizer.backed_enum"/>
        <argument type="service" id="serializer.normalizer.data_uri"/>
        <argument type="service" id="serializer.normalizer.translatable"/>
        <argument type="service" id="serializer.normalizer.json_serializable"/>
        <argument type="service" id="serializer.denormalizer.array"/>
        <argument type="service" id="serializer.normalizer.object"/>
      </argument>
      <argument type="collection">
        <argument type="service" id="serializer.encoder.xml"/>
        <argument type="service" id="serializer.encoder.json"/>
        <argument type="service" id="serializer.encoder.yaml"/>
        <argument type="service" id="serializer.encoder.csv"/>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.mapping.class_discriminator_resolver" class="Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="serializer.normalizer.constraint_violation_list" class="Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer" autowire="true">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="collection"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
    </service>
    <service id="serializer.normalizer.mime_message" class="Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="service" id="serializer.normalizer.property"/>
    </service>
    <service id="serializer.normalizer.datetimezone" class="Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument type="service" id="mime_types" on-invalid="null"/>
    </service>
    <service id="serializer.normalizer.datetime" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer">
      <tag name="serializer.normalizer" priority="-910"/>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer">
      <tag name="serializer.normalizer" priority="-950"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.normalizer.problem" class="Symfony\Component\Serializer\Normalizer\ProblemNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <argument key="0">true</argument>
      <argument key="translator" type="service" id="Pimcore\Translation\Translator" on-invalid="null"/>
    </service>
    <service id="serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer">
      <tag name="serializer.normalizer" priority="1000"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="serializer.normalizer.uid" class="Symfony\Component\Serializer\Normalizer\UidNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
    </service>
    <service id="serializer.normalizer.translatable" class="Symfony\Component\Serializer\Normalizer\TranslatableNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="serializer.normalizer.form_error" class="Symfony\Component\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" priority="-1000"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
    </service>
    <service id="serializer.normalizer.property" class="Symfony\Component\Serializer\Normalizer\PropertyNormalizer">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.denormalizer.array" class="Symfony\Component\Serializer\Normalizer\ArrayDenormalizer">
      <tag name="serializer.normalizer" priority="-990"/>
    </service>
    <service id="serializer.mapping.chain_loader" class="Symfony\Component\Serializer\Mapping\Loader\LoaderChain">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader">
            <argument type="service" id="annotations.cached_reader" on-invalid="null"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="serializer.mapping.class_metadata_factory" class="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory">
      <argument type="service" id="serializer.mapping.chain_loader"/>
    </service>
    <service id="serializer.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader">
            <argument type="service" id="annotations.cached_reader" on-invalid="null"/>
          </service>
        </argument>
      </argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>/home/partarti/public_html/my-project/var/cache/dev/serialization.php</argument>
      <argument type="service" id="cache.serializer"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="serializer.encoder.xml" class="Symfony\Component\Serializer\Encoder\XmlEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="serializer.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="property_info.serializer_extractor" class="Symfony\Component\PropertyInfo\Extractor\SerializerExtractor">
      <tag name="property_info.list_extractor" priority="-999"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="error_handler.error_renderer.serializer" class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer">
      <argument type="service" id="serializer"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer" method="getPreferredFormat"/>
        </service>
      </argument>
      <argument type="service" id="twig.error_renderer.html"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="serializer.normalizer.backed_enum" class="Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="property_info" class="Symfony\Component\PropertyInfo\PropertyInfoExtractor">
      <argument type="iterator">
        <argument type="service" id="property_info.serializer_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
        <argument type="service" id="doctrine.orm.pimcore_entity_manager.property_info_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.pimcore_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.phpstan_extractor"/>
        <argument type="service" id="property_info.php_doc_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.php_doc_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.pimcore_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
    </service>
    <service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">
      <tag name="property_info.list_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1002"/>
      <tag name="property_info.access_extractor" priority="-1000"/>
      <tag name="property_info.initializable_extractor" priority="-1000"/>
    </service>
    <service id="property_info.phpstan_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor">
      <tag name="property_info.type_extractor" priority="-1000"/>
    </service>
    <service id="property_info.php_doc_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor">
      <tag name="property_info.description_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1001"/>
    </service>
    <service id="lock.store.combined.abstract" class="Symfony\Component\Lock\Store\CombinedStore" abstract="true">
      <argument type="abstract">List of stores</argument>
      <argument type="service" id="lock.strategy.majority"/>
    </service>
    <service id="lock.strategy.majority" class="Symfony\Component\Lock\Strategy\ConsensusStrategy"/>
    <service id="lock.factory.abstract" class="Symfony\Component\Lock\LockFactory" abstract="true">
      <tag name="monolog.logger" channel="lock"/>
      <argument type="abstract">Store</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".lock.default.store.m9uSjd7" class="Symfony\Component\Lock\PersistingStoreInterface">
      <tag name="lock.store"/>
      <argument>flock</argument>
      <factory class="Symfony\Component\Lock\Store\StoreFactory" method="createStore"/>
    </service>
    <service id="lock.default.factory" class="Symfony\Component\Lock\LockFactory">
      <argument type="service" id=".lock.default.store.m9uSjd7"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.rate_limiter" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.rate_limiter.recorder_inner"/>
    </service>
    <service id="limiter" class="Symfony\Component\RateLimiter\RateLimiterFactory" abstract="true">
      <argument type="abstract">config</argument>
      <argument type="abstract">storage</argument>
      <argument>null</argument>
    </service>
    <service id="limiter.reset_password" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">5</argument>
        <argument key="interval">5 minutes</argument>
        <argument key="id">reset_password</argument>
      </argument>
      <argument type="service" id="limiter.storage.reset_password"/>
      <argument type="service" id="lock.default.factory"/>
    </service>
    <service id="limiter.storage.reset_password" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="ulid.factory" class="Symfony\Component\Uid\Factory\UlidFactory"/>
    <service id="uuid.factory" class="Symfony\Component\Uid\Factory\UuidFactory">
      <argument>6</argument>
      <argument>6</argument>
      <argument>5</argument>
      <argument>Symfony\Component\Uid\UuidV4</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="name_based_uuid.factory" class="Symfony\Component\Uid\Factory\NameBasedUuidFactory">
      <argument type="abstract">Please set the "framework.uid.name_based_uuid_namespace" configuration option to use the "name_based_uuid.factory" service</argument>
      <factory service="uuid.factory" method="nameBased"/>
    </service>
    <service id="random_based_uuid.factory" class="Symfony\Component\Uid\Factory\RandomBasedUuidFactory">
      <factory service="uuid.factory" method="randomBased"/>
    </service>
    <service id="time_based_uuid.factory" class="Symfony\Component\Uid\Factory\TimeBasedUuidFactory">
      <factory service="uuid.factory" method="timeBased"/>
    </service>
    <service id=".cache_connection.GD_MSZC" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>redis://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.JKE6keX" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>memcached://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id="cache.property_access" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="session.factory" class="Symfony\Component\HttpFoundation\Session\SessionFactory">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="session.storage.factory.native"/>
      <argument type="collection">
        <argument type="service" id="session_listener"/>
        <argument>onSessionUsage</argument>
      </argument>
    </service>
    <service id="session.storage.factory.native" class="Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory">
      <argument>%session.storage.options%</argument>
      <argument type="service" id="session.handler.native"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorageFactory">
      <argument type="service" id="session.handler.native"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
      <argument>/home/partarti/public_html/my-project/var/cache/dev/sessions</argument>
      <argument>MOCKSESSID</argument>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
    </service>
    <service id="session.handler.native" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="SessionHandler"/>
      </argument>
    </service>
    <service id="session.handler.native_file" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler">
          <argument>null</argument>
        </service>
      </argument>
    </service>
    <service id="session.abstract_handler" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler">
      <argument type="abstract">A string or a connection object</argument>
      <argument type="collection"/>
      <factory class="Symfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory" method="createHandler"/>
    </service>
    <service id="session_listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".service_locator.TpoC7U9"/>
      <argument>true</argument>
      <argument>%session.storage.options%</argument>
    </service>
    <service id="session.marshaller" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\IdentityMarshaller"/>
    <service id="security.csrf.token_generator" class="Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator"/>
    <service id="security.csrf.token_storage" class="Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.csrf.token_manager" class="Symfony\Component\Security\Csrf\CsrfTokenManager">
      <argument type="service" id="security.csrf.token_generator"/>
      <argument type="service" id="security.csrf.token_storage"/>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
    </service>
    <service id="twig.runtime.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="twig.extension.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="form.resolved_type_factory" class="Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy">
      <argument type="service">
        <service class="Symfony\Component\Form\ResolvedFormTypeFactory"/>
      </argument>
      <argument type="service" id="data_collector.form"/>
    </service>
    <service id="form.registry" class="Symfony\Component\Form\FormRegistry">
      <argument type="collection">
        <argument type="service" id="form.extension"/>
      </argument>
      <argument type="service" id="form.resolved_type_factory"/>
    </service>
    <service id="form.factory" class="Symfony\Component\Form\FormFactory">
      <argument type="service" id="form.registry"/>
    </service>
    <service id="form.extension" class="Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension">
      <argument type="service" id=".service_locator.5vjwHZK"/>
      <argument type="collection">
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="iterator">
          <argument type="service" id="form.type_extension.form.transformation_failure_handling"/>
          <argument type="service" id="form.type_extension.form.http_foundation"/>
          <argument type="service" id="form.type_extension.form.validator"/>
          <argument type="service" id="form.type_extension.upload.validator"/>
          <argument type="service" id="form.type_extension.csrf"/>
          <argument type="service" id="form.type_extension.form.data_collector"/>
          <argument type="service" id="form.type_extension.form.password_hasher"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\TextType" type="iterator">
          <argument type="service" id="form.type_extension.form.html_sanitizer"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\RepeatedType" type="iterator">
          <argument type="service" id="form.type_extension.repeated.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\SubmitType" type="iterator">
          <argument type="service" id="form.type_extension.submit.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\PasswordType" type="iterator">
          <argument type="service" id="form.type_extension.password.password_hasher"/>
        </argument>
      </argument>
      <argument type="iterator">
        <argument type="service" id="form.type_guesser.validator"/>
        <argument type="service" id="form.type_guesser.doctrine"/>
      </argument>
    </service>
    <service id="form.type_guesser.validator" class="Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="form.choice_list_factory.default" class="Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory"/>
    <service id="form.choice_list_factory.property_access" class="Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator">
      <argument type="service" id="form.choice_list_factory.default"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.choice_list_factory.cached" class="Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="form.choice_list_factory.property_access"/>
    </service>
    <service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType">
      <tag name="form.type"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.type.choice" class="Symfony\Component\Form\Extension\Core\Type\ChoiceType">
      <tag name="form.type"/>
      <argument type="service" id="form.choice_list_factory.cached"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="ignore"/>
    </service>
    <service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType">
      <tag name="form.type"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="ignore"/>
    </service>
    <service id="form.type.color" class="Symfony\Component\Form\Extension\Core\Type\ColorType">
      <tag name="form.type"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.transformation_failure_handling" class="Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.html_sanitizer" class="Symfony\Component\Form\Extension\HtmlSanitizer\Type\TextTypeHtmlSanitizerExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\TextType"/>
      <argument type="service" id=".service_locator.dPWiJIR"/>
    </service>
    <service id="form.type_extension.form.http_foundation" class="Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="form.type_extension.form.request_handler"/>
    </service>
    <service id="form.type_extension.form.request_handler" class="Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler">
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="form.server_params" class="Symfony\Component\Form\Util\ServerParams">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="form.type_extension.form.validator" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="debug.validator"/>
      <argument>false</argument>
      <argument type="service" id="twig.form.renderer" on-invalid="ignore"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.repeated.validator" class="Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension">
      <tag name="form.type_extension"/>
    </service>
    <service id="form.type_extension.submit.validator" class="Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\SubmitType"/>
    </service>
    <service id="form.type_extension.upload.validator" class="Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument>validators</argument>
    </service>
    <service id="form.type_extension.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="security.csrf.token_manager"/>
      <argument>true</argument>
      <argument>_token</argument>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="null"/>
      <argument>validators</argument>
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="validator.builder" class="Symfony\Component\Validator\ValidatorBuilder">
      <call method="setConstraintValidatorFactory">
        <argument type="service" id="validator.validator_factory"/>
      </call>
      <call method="setGroupProviderLocator">
        <argument type="service" id=".service_locator.Xbsa8iG"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator" on-invalid="ignore"/>
      </call>
      <call method="setTranslationDomain">
        <argument>validators</argument>
      </call>
      <call method="addXmlMappings">
        <argument type="collection">
          <argument>/home/partarti/public_html/my-project/vendor/symfony/form/Resources/config/validation.xml</argument>
        </argument>
      </call>
      <call method="enableAttributeMapping">
        <argument>true</argument>
      </call>
      <call method="setDoctrineAnnotationReader">
        <argument type="service" id="annotations.cached_reader"/>
      </call>
      <call method="addMethodMapping">
        <argument>loadValidatorMetadata</argument>
      </call>
      <call method="addObjectInitializers">
        <argument type="collection">
          <argument type="service" id="doctrine.orm.validator_initializer"/>
        </argument>
      </call>
      <call method="addLoader">
        <argument type="service" id="validator.property_info_loader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="doctrine.orm.pimcore_entity_manager.validator_loader"/>
      </call>
      <factory class="Symfony\Component\Validator\Validation" method="createValidatorBuilder"/>
    </service>
    <service id="validator.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="validator.builder"/>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/home/partarti/public_html/my-project/var/cache/dev/validation.php</argument>
      <argument type="service" id="cache.validator"/>
    </service>
    <service id="validator.validator_factory" class="Symfony\Component\Validator\ContainerConstraintValidatorFactory">
      <argument type="service" id=".service_locator.GpqwPW4"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" abstract="true">
      <tag name="container.excluded" source="in &quot;config/validator.php&quot;"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AllValidator" class="Symfony\Component\Validator\Constraints\AllValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" class="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BicValidator" class="Symfony\Component\Validator\Constraints\BicValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BlankValidator" class="Symfony\Component\Validator\Constraints\BlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CallbackValidator" class="Symfony\Component\Validator\Constraints\CallbackValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CardSchemeValidator" class="Symfony\Component\Validator\Constraints\CardSchemeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ChoiceValidator" class="Symfony\Component\Validator\Constraints\ChoiceValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CidrValidator" class="Symfony\Component\Validator\Constraints\CidrValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CollectionValidator" class="Symfony\Component\Validator\Constraints\CollectionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CompoundValidator" class="Symfony\Component\Validator\Constraints\CompoundValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountValidator" class="Symfony\Component\Validator\Constraints\CountValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountryValidator" class="Symfony\Component\Validator\Constraints\CountryValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CssColorValidator" class="Symfony\Component\Validator\Constraints\CssColorValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CurrencyValidator" class="Symfony\Component\Validator\Constraints\CurrencyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateTimeValidator" class="Symfony\Component\Validator\Constraints\DateTimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateValidator" class="Symfony\Component\Validator\Constraints\DateValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DivisibleByValidator" class="Symfony\Component\Validator\Constraints\DivisibleByValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EmailValidator" class="Symfony\Component\Validator\Constraints\EmailValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EqualToValidator" class="Symfony\Component\Validator\Constraints\EqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionValidator" class="Symfony\Component\Validator\Constraints\ExpressionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\FileValidator" class="Symfony\Component\Validator\Constraints\FileValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanValidator" class="Symfony\Component\Validator\Constraints\GreaterThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\HostnameValidator" class="Symfony\Component\Validator\Constraints\HostnameValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IbanValidator" class="Symfony\Component\Validator\Constraints\IbanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IdenticalToValidator" class="Symfony\Component\Validator\Constraints\IdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ImageValidator" class="Symfony\Component\Validator\Constraints\ImageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IpValidator" class="Symfony\Component\Validator\Constraints\IpValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsFalseValidator" class="Symfony\Component\Validator\Constraints\IsFalseValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsNullValidator" class="Symfony\Component\Validator\Constraints\IsNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsTrueValidator" class="Symfony\Component\Validator\Constraints\IsTrueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsbnValidator" class="Symfony\Component\Validator\Constraints\IsbnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsinValidator" class="Symfony\Component\Validator\Constraints\IsinValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IssnValidator" class="Symfony\Component\Validator\Constraints\IssnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\JsonValidator" class="Symfony\Component\Validator\Constraints\JsonValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LanguageValidator" class="Symfony\Component\Validator\Constraints\LanguageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LengthValidator" class="Symfony\Component\Validator\Constraints\LengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanValidator" class="Symfony\Component\Validator\Constraints\LessThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LocaleValidator" class="Symfony\Component\Validator\Constraints\LocaleValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LuhnValidator" class="Symfony\Component\Validator\Constraints\LuhnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotBlankValidator" class="Symfony\Component\Validator\Constraints\NotBlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotEqualToValidator" class="Symfony\Component\Validator\Constraints\NotEqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" class="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotNullValidator" class="Symfony\Component\Validator\Constraints\NotNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" class="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RangeValidator" class="Symfony\Component\Validator\Constraints\RangeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RegexValidator" class="Symfony\Component\Validator\Constraints\RegexValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\SequentiallyValidator" class="Symfony\Component\Validator\Constraints\SequentiallyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimeValidator" class="Symfony\Component\Validator\Constraints\TimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimezoneValidator" class="Symfony\Component\Validator\Constraints\TimezoneValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TypeValidator" class="Symfony\Component\Validator\Constraints\TypeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UlidValidator" class="Symfony\Component\Validator\Constraints\UlidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UniqueValidator" class="Symfony\Component\Validator\Constraints\UniqueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UrlValidator" class="Symfony\Component\Validator\Constraints\UrlValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UuidValidator" class="Symfony\Component\Validator\Constraints\UuidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ValidValidator" class="Symfony\Component\Validator\Constraints\ValidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\WhenValidator" class="Symfony\Component\Validator\Constraints\WhenValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="validator.expression" class="Symfony\Component\Validator\Constraints\ExpressionValidator">
      <tag name="validator.constraint_validator" alias="validator.expression"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.validator_expression_language" on-invalid="null"/>
      <call method="registerProvider">
        <argument type="service" id="validator.expression_language_provider" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.validator_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator_expression_language.recorder_inner"/>
    </service>
    <service id="validator.expression_language_provider" class="Symfony\Component\Validator\Constraints\ExpressionLanguageProvider"/>
    <service id="validator.email" class="Symfony\Component\Validator\Constraints\EmailValidator">
      <tag name="validator.constraint_validator"/>
      <argument>loose</argument>
    </service>
    <service id="validator.not_compromised_password" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator">
      <tag name="validator.constraint_validator"/>
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="validator.when" class="Symfony\Component\Validator\Constraints\WhenValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.no_suspicious_characters" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator">
      <tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"/>
      <argument type="collection"/>
    </service>
    <service id="validator.property_info_loader" class="Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader">
      <tag name="validator.auto_mapper"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument>null</argument>
    </service>
    <service id="messenger.senders_locator" class="Symfony\Component\Messenger\Transport\Sender\SendersLocator">
      <argument type="collection">
        <argument key="Pimcore\Bundle\NewsletterBundle\Messenger\SendNewsletterMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Message\SearchBackendMessage" type="collection">
          <argument>pimcore_search_backend_message</argument>
        </argument>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Messenger\GenerateWeb2PrintPdfMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Messenger\VideoConvertMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Messenger\CleanupThumbnailsMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Messenger\SanityCheckMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Messenger\AssetUpdateTasksMessage" type="collection">
          <argument>pimcore_asset_update</argument>
        </argument>
        <argument key="Pimcore\Messenger\AssetPreviewImageMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Messenger\GeneratePagePreviewMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Messenger\VersionDeleteMessage" type="collection">
          <argument>pimcore_core</argument>
        </argument>
        <argument key="Pimcore\Messenger\OptimizeImageMessage" type="collection">
          <argument>pimcore_image_optimize</argument>
        </argument>
        <argument key="Pimcore\Messenger\MaintenanceTaskMessage" type="collection">
          <argument>pimcore_maintenance</argument>
        </argument>
        <argument key="Pimcore\Messenger\ScheduledTaskMessage" type="collection">
          <argument>pimcore_scheduled_tasks</argument>
        </argument>
      </argument>
      <argument type="service" id=".service_locator.7P8M8_8"/>
    </service>
    <service id="messenger.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.transport.symfony_serializer" class="Symfony\Component\Messenger\Transport\Serialization\Serializer">
      <argument type="service" id="serializer"/>
      <argument>json</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.flatten_exception" class="Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer">
      <tag name="serializer.normalizer" priority="-880"/>
    </service>
    <service id="messenger.transport.native_php_serializer" class="Symfony\Component\Messenger\Transport\Serialization\PhpSerializer"/>
    <service id="messenger.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="abstract">bus handler resolver</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware" abstract="true"/>
    <service id="messenger.middleware.dispatch_after_current_bus" class="Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware"/>
    <service id="messenger.middleware.validation" class="Symfony\Component\Messenger\Middleware\ValidationMiddleware">
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="messenger.middleware.reject_redelivered_message_middleware" class="Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware"/>
    <service id="messenger.middleware.failed_message_processing_middleware" class="Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware"/>
    <service id="messenger.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware" abstract="true">
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="messenger.middleware.router_context" class="Symfony\Component\Messenger\Middleware\RouterContextMiddleware">
      <argument type="service" id="cmf_routing.router"/>
    </service>
    <service id="messenger.receiver_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.transport.pimcore_asset_update" type="service_closure" id="messenger.transport.pimcore_asset_update"/>
        <argument key="messenger.transport.pimcore_core" type="service_closure" id="messenger.transport.pimcore_core"/>
        <argument key="messenger.transport.pimcore_generic_execution_engine" type="service_closure" id="messenger.transport.pimcore_generic_execution_engine"/>
        <argument key="messenger.transport.pimcore_image_optimize" type="service_closure" id="messenger.transport.pimcore_image_optimize"/>
        <argument key="messenger.transport.pimcore_maintenance" type="service_closure" id="messenger.transport.pimcore_maintenance"/>
        <argument key="messenger.transport.pimcore_scheduled_tasks" type="service_closure" id="messenger.transport.pimcore_scheduled_tasks"/>
        <argument key="messenger.transport.pimcore_search_backend_message" type="service_closure" id="messenger.transport.pimcore_search_backend_message"/>
        <argument key="pimcore_asset_update" type="service_closure" id="messenger.transport.pimcore_asset_update"/>
        <argument key="pimcore_core" type="service_closure" id="messenger.transport.pimcore_core"/>
        <argument key="pimcore_generic_execution_engine" type="service_closure" id="messenger.transport.pimcore_generic_execution_engine"/>
        <argument key="pimcore_image_optimize" type="service_closure" id="messenger.transport.pimcore_image_optimize"/>
        <argument key="pimcore_maintenance" type="service_closure" id="messenger.transport.pimcore_maintenance"/>
        <argument key="pimcore_scheduled_tasks" type="service_closure" id="messenger.transport.pimcore_scheduled_tasks"/>
        <argument key="pimcore_search_backend_message" type="service_closure" id="messenger.transport.pimcore_search_backend_message"/>
      </argument>
    </service>
    <service id="messenger.transport_factory" class="Symfony\Component\Messenger\Transport\TransportFactory">
      <argument type="tagged_iterator" tag="messenger.transport_factory"/>
    </service>
    <service id="messenger.transport.amqp.factory" class="Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory"/>
    <service id="messenger.transport.redis.factory" class="Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory"/>
    <service id="messenger.transport.sync.factory" class="Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="messenger.routable_message_bus"/>
    </service>
    <service id="messenger.transport.in_memory.factory" class="Symfony\Component\Messenger\Transport\InMemory\InMemoryTransportFactory">
      <tag name="messenger.transport_factory"/>
      <tag name="kernel.reset" method="reset"/>
    </service>
    <service id="messenger.transport.sqs.factory" class="Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.error" message="Invalid service &quot;messenger.transport.sqs.factory&quot;: class &quot;Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory&quot; does not exist."/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.transport.beanstalkd.factory" class="Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdTransportFactory"/>
    <service id="messenger.retry_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pimcore_asset_update" type="service_closure" id="messenger.retry.multiplier_retry_strategy.pimcore_asset_update"/>
        <argument key="pimcore_core" type="service_closure" id="messenger.retry.multiplier_retry_strategy.pimcore_core"/>
        <argument key="pimcore_generic_execution_engine" type="service_closure" id="messenger.retry.multiplier_retry_strategy.pimcore_generic_execution_engine"/>
        <argument key="pimcore_image_optimize" type="service_closure" id="messenger.retry.multiplier_retry_strategy.pimcore_image_optimize"/>
        <argument key="pimcore_maintenance" type="service_closure" id="messenger.retry.multiplier_retry_strategy.pimcore_maintenance"/>
        <argument key="pimcore_scheduled_tasks" type="service_closure" id="messenger.retry.multiplier_retry_strategy.pimcore_scheduled_tasks"/>
        <argument key="pimcore_search_backend_message" type="service_closure" id="messenger.retry.multiplier_retry_strategy.pimcore_search_backend_message"/>
      </argument>
    </service>
    <service id="messenger.retry.abstract_multiplier_retry_strategy" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy" abstract="true">
      <argument type="abstract">max retries</argument>
      <argument type="abstract">delay ms</argument>
      <argument type="abstract">multiplier</argument>
      <argument type="abstract">max delay ms</argument>
    </service>
    <service id="messenger.retry.send_failed_message_for_retry_listener" class="Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id=".service_locator.7P8M8_8"/>
      <argument type="service" id="messenger.retry_strategy_locator"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="messenger.failure.add_error_details_stamp_listener" class="Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.dispatch_pcntl_signal_listener" class="Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.stop_worker_on_restart_signal_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.listener.stop_worker_signals_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnSignalsListener">
      <tag name="monolog.logger" channel="messenger"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      <deprecated package="6.4" version="symfony/messenger">The "%service_id%" service is deprecated, use the "Symfony\Component\Console\Command\SignalableCommandInterface" instead.</deprecated>
    </service>
    <service id="messenger.listener.stop_worker_on_stop_exception_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.reset_services" class="Symfony\Component\Messenger\EventListener\ResetServicesListener">
      <argument type="service" id="services_resetter"/>
    </service>
    <service id="messenger.routable_message_bus" class="Symfony\Component\Messenger\RoutableMessageBus">
      <argument type="service" id=".service_locator.nB2sjPs"/>
      <argument type="service" id="debug.traced.messenger.bus.pimcore-core"/>
    </service>
    <service id="messenger.redispatch_message_handler" class="Symfony\Component\Messenger\Handler\RedispatchMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="debug.traced.messenger.bus.pimcore-core"/>
    </service>
    <service id="messenger.transport.pimcore_search_backend_message" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="pimcore_search_backend_message" is_failure_transport=""/>
      <argument>doctrine://default?queue_name=pimcore_search_backend_message</argument>
      <argument type="collection">
        <argument key="transport_name">pimcore_search_backend_message</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.pimcore_search_backend_message" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
    </service>
    <service id="messenger.transport.pimcore_generic_execution_engine" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="pimcore_generic_execution_engine" is_failure_transport=""/>
      <argument>doctrine://default?queue_name=pimcore_generic_execution_engine</argument>
      <argument type="collection">
        <argument key="transport_name">pimcore_generic_execution_engine</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.pimcore_generic_execution_engine" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>0</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
    </service>
    <service id="messenger.transport.pimcore_core" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="pimcore_core" is_failure_transport=""/>
      <argument>doctrine://default?queue_name=pimcore_core</argument>
      <argument type="collection">
        <argument key="transport_name">pimcore_core</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.pimcore_core" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
    </service>
    <service id="messenger.transport.pimcore_maintenance" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="pimcore_maintenance" is_failure_transport=""/>
      <argument>doctrine://default?queue_name=pimcore_maintenance</argument>
      <argument type="collection">
        <argument key="transport_name">pimcore_maintenance</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.pimcore_maintenance" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
    </service>
    <service id="messenger.transport.pimcore_scheduled_tasks" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="pimcore_scheduled_tasks" is_failure_transport=""/>
      <argument>doctrine://default?queue_name=pimcore_scheduled_tasks</argument>
      <argument type="collection">
        <argument key="transport_name">pimcore_scheduled_tasks</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.pimcore_scheduled_tasks" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
    </service>
    <service id="messenger.transport.pimcore_image_optimize" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="pimcore_image_optimize" is_failure_transport=""/>
      <argument>doctrine://default?queue_name=pimcore_image_optimize</argument>
      <argument type="collection">
        <argument key="transport_name">pimcore_image_optimize</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.pimcore_image_optimize" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
    </service>
    <service id="messenger.transport.pimcore_asset_update" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="pimcore_asset_update" is_failure_transport=""/>
      <argument>doctrine://default?queue_name=pimcore_asset_update</argument>
      <argument type="collection">
        <argument key="transport_name">pimcore_asset_update</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.pimcore_asset_update" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
    </service>
    <service id=".service_locator.7P8M8_8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.transport.pimcore_asset_update" type="service_closure" id="messenger.transport.pimcore_asset_update"/>
        <argument key="messenger.transport.pimcore_core" type="service_closure" id="messenger.transport.pimcore_core"/>
        <argument key="messenger.transport.pimcore_generic_execution_engine" type="service_closure" id="messenger.transport.pimcore_generic_execution_engine"/>
        <argument key="messenger.transport.pimcore_image_optimize" type="service_closure" id="messenger.transport.pimcore_image_optimize"/>
        <argument key="messenger.transport.pimcore_maintenance" type="service_closure" id="messenger.transport.pimcore_maintenance"/>
        <argument key="messenger.transport.pimcore_scheduled_tasks" type="service_closure" id="messenger.transport.pimcore_scheduled_tasks"/>
        <argument key="messenger.transport.pimcore_search_backend_message" type="service_closure" id="messenger.transport.pimcore_search_backend_message"/>
        <argument key="pimcore_asset_update" type="service_closure" id="messenger.transport.pimcore_asset_update"/>
        <argument key="pimcore_core" type="service_closure" id="messenger.transport.pimcore_core"/>
        <argument key="pimcore_generic_execution_engine" type="service_closure" id="messenger.transport.pimcore_generic_execution_engine"/>
        <argument key="pimcore_image_optimize" type="service_closure" id="messenger.transport.pimcore_image_optimize"/>
        <argument key="pimcore_maintenance" type="service_closure" id="messenger.transport.pimcore_maintenance"/>
        <argument key="pimcore_scheduled_tasks" type="service_closure" id="messenger.transport.pimcore_scheduled_tasks"/>
        <argument key="pimcore_search_backend_message" type="service_closure" id="messenger.transport.pimcore_search_backend_message"/>
      </argument>
    </service>
    <service id="profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" public="true">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="container.private" package="symfony/framework-bundle" version="5.4"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="profiler.storage"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="null"/>
      <argument>true</argument>
      <call method="add">
        <argument type="service" id="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.request"/>
      </call>
      <call method="add">
        <argument type="service" id=".data_collector.command"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.time"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.memory"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.validator"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.ajax"/>
      </call>
      <call method="add">
        <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.form"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.exception"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.logger"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.events"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.router"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.cache"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.translation"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.security"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.twig"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.doctrine"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.dump"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.messenger"/>
      </call>
      <call method="add">
        <argument type="service" id="mailer.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.config"/>
      </call>
    </service>
    <service id="profiler.storage" class="Symfony\Component\HttpKernel\Profiler\FileProfilerStorage">
      <argument>file:/home/partarti/public_html/my-project/var/cache/dev/profiler</argument>
    </service>
    <service id="profiler_listener" class="Symfony\Component\HttpKernel\EventListener\ProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="profiler"/>
      <argument type="service" id="request_stack"/>
      <argument>null</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
    </service>
    <service id="console_profiler_listener" class="Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".lazy_profiler"/>
      <argument type="service" id=".virtual_request_stack"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument>%env(not:default:kernel.runtime_mode.web:)%</argument>
      <argument type="service" id="cmf_routing.router" on-invalid="null"/>
    </service>
    <service id=".lazy_profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" lazy="true">
      <argument type="collection">
        <argument type="service" id="profiler"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".virtual_request_stack" class="Symfony\Component\HttpKernel\Debug\VirtualRequestStack" public="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="data_collector.config" class="Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/config.html.twig" id="config" priority="-255"/>
      <call method="setKernel">
        <argument type="service" id="kernel" on-invalid="ignore"/>
      </call>
    </service>
    <service id="data_collector.request" class="Symfony\Component\HttpKernel\DataCollector\RequestDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/request.html.twig" id="request" priority="335"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.request.session_collector" class="Closure">
      <argument type="collection">
        <argument type="service" id="data_collector.request"/>
        <argument>collectSessionUsage</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="data_collector.ajax" class="Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/ajax.html.twig" id="ajax" priority="315"/>
    </service>
    <service id="data_collector.exception" class="Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/exception.html.twig" id="exception" priority="305"/>
    </service>
    <service id="data_collector.events" class="Symfony\Component\HttpKernel\DataCollector\EventDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/events.html.twig" id="events" priority="290"/>
      <argument type="tagged_iterator" tag="event_dispatcher.dispatcher" index-by="name" default-index-method="getDefaultNameName" default-priority-method="getDefaultNamePriority"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.logger" class="Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="data_collector" template="@WebProfiler/Collector/logger.html.twig" id="logger" priority="300"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="ignore"/>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/App_KernelDevDebugContainer</argument>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.time" class="Symfony\Component\HttpKernel\DataCollector\TimeDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/time.html.twig" id="time" priority="330"/>
      <argument type="service" id="kernel" on-invalid="ignore"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="data_collector.memory" class="Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/memory.html.twig" id="memory" priority="325"/>
    </service>
    <service id="data_collector.router" class="Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/router.html.twig" id="router" priority="285"/>
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <tag name="container.hot_path"/>
    </service>
    <service id=".data_collector.command" class="Symfony\Component\Console\DataCollector\CommandDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/command.html.twig" id="command" priority="335"/>
    </service>
    <service id="data_collector.cache" class="Symfony\Component\Cache\DataCollector\CacheDataCollector" public="true">
      <tag name="data_collector" template="@WebProfiler/Collector/cache.html.twig" id="cache" priority="275"/>
      <call method="addInstance">
        <argument>cache.app</argument>
        <argument type="service" id="cache.app"/>
      </call>
      <call method="addInstance">
        <argument>cache.system</argument>
        <argument type="service" id="cache.system"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator</argument>
        <argument type="service" id="cache.validator"/>
      </call>
      <call method="addInstance">
        <argument>cache.serializer</argument>
        <argument type="service" id="cache.serializer"/>
      </call>
      <call method="addInstance">
        <argument>cache.annotations</argument>
        <argument type="service" id="cache.annotations"/>
      </call>
      <call method="addInstance">
        <argument>cache.property_info</argument>
        <argument type="service" id="cache.property_info"/>
      </call>
      <call method="addInstance">
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument type="service" id="cache.messenger.restart_workers_signal"/>
      </call>
      <call method="addInstance">
        <argument>cache.rate_limiter</argument>
        <argument type="service" id="cache.rate_limiter"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator_expression_language</argument>
        <argument type="service" id="cache.validator_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_expression_language</argument>
        <argument type="service" id="cache.security_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument type="service" id="cache.security_is_granted_attribute_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_token_verifier</argument>
        <argument type="service" id="cache.security_token_verifier"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.pimcore.result</argument>
        <argument type="service" id="cache.doctrine.orm.pimcore.result"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.pimcore.query</argument>
        <argument type="service" id="cache.doctrine.orm.pimcore.query"/>
      </call>
      <call method="addInstance">
        <argument>cache.webpack_encore</argument>
        <argument type="service" id="cache.webpack_encore"/>
      </call>
    </service>
    <service id="cache_pool_clearer.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer">
      <tag name="kernel.cache_warmer" priority="64"/>
      <argument type="service" id="cache.system_clearer"/>
      <argument type="collection">
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
      </argument>
    </service>
    <service id="form.type_extension.form.data_collector" class="Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="data_collector.form"/>
    </service>
    <service id="data_collector.form.extractor" class="Symfony\Component\Form\Extension\DataCollector\FormDataExtractor"/>
    <service id="data_collector.form" class="Symfony\Component\Form\Extension\DataCollector\FormDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/form.html.twig" id="form" priority="310"/>
      <argument type="service" id="data_collector.form.extractor"/>
    </service>
    <service id="debug.validator" class="Symfony\Component\Validator\Validator\TraceableValidator">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="validator" inner="debug.validator.inner"/>
      <argument type="service" id="debug.validator.inner"/>
    </service>
    <service id="data_collector.validator" class="Symfony\Component\Validator\DataCollector\ValidatorDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/validator.html.twig" id="validator" priority="320"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="translator.data_collector" class="Symfony\Component\Translation\DataCollectorTranslator">
      <argument type="service" id="translator.default"/>
    </service>
    <service id="data_collector.translation" class="Symfony\Component\Translation\DataCollector\TranslationDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/translation.html.twig" id="translation" priority="275"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="data_collector.messenger" class="Symfony\Component\Messenger\DataCollector\MessengerDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/messenger.html.twig" id="messenger" priority="100"/>
      <call method="registerBus">
        <argument>generic.execution.engine.bus</argument>
        <argument type="service" id="debug.traced.generic.execution.engine.bus"/>
      </call>
      <call method="registerBus">
        <argument>messenger.bus.pimcore-core</argument>
        <argument type="service" id="debug.traced.messenger.bus.pimcore-core"/>
      </call>
    </service>
    <service id="mailer.data_collector" class="Symfony\Component\Mailer\DataCollector\MessageDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/mailer.html.twig" id="mailer"/>
      <argument type="service" id="mailer.message_logger_listener"/>
    </service>
    <service id="html_sanitizer.config.default" class="Symfony\Component\HtmlSanitizer\HtmlSanitizerConfig">
      <call method="allowSafeElements" returns-clone="true"/>
    </service>
    <service id="html_sanitizer.sanitizer.default" class="Symfony\Component\HtmlSanitizer\HtmlSanitizer">
      <tag name="html_sanitizer" sanitizer="default"/>
      <argument type="service" id="html_sanitizer.config.default"/>
    </service>
    <service id="html_sanitizer.config.pimcore.wysiwyg_sanitizer" class="Symfony\Component\HtmlSanitizer\HtmlSanitizerConfig">
      <call method="allowElement" returns-clone="true">
        <argument>span</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>div</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>p</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
          <argument>dir</argument>
          <argument>data-cell</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>strong</argument>
        <argument>class</argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>em</argument>
        <argument>class</argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h1</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h2</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h3</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h4</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h5</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h6</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>a</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>href</argument>
          <argument>target</argument>
          <argument>title</argument>
          <argument>rel</argument>
          <argument>style</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>table</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>cellspacing</argument>
          <argument>cellpadding</argument>
          <argument>border</argument>
          <argument>width</argument>
          <argument>height</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>colgroup</argument>
        <argument>class</argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>col</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>thead</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>style</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>tbody</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>style</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>tr</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>style</argument>
          <argument>colspan</argument>
          <argument>rowspan</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>td</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>style</argument>
          <argument>colspan</argument>
          <argument>rowspan</argument>
          <argument>data-row</argument>
          <argument>width</argument>
          <argument>height</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>th</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>scope</argument>
          <argument>style</argument>
          <argument>colspan</argument>
          <argument>rowspan</argument>
          <argument>width</argument>
          <argument>height</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>ul</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>li</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>ol</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>u</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>i</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>b</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>caption</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>sub</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>sup</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>blockquote</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>s</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>iframe</argument>
        <argument type="collection">
          <argument>frameborder</argument>
          <argument>height</argument>
          <argument>longdesc</argument>
          <argument>name</argument>
          <argument>sandbox</argument>
          <argument>scrolling</argument>
          <argument>src</argument>
          <argument>title</argument>
          <argument>width</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>br</argument>
        <argument></argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>img</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>alt</argument>
          <argument>style</argument>
          <argument>src</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>hr</argument>
        <argument></argument>
      </call>
      <call method="allowAttribute" returns-clone="true">
        <argument>pimcore_type</argument>
        <argument>*</argument>
      </call>
      <call method="allowAttribute" returns-clone="true">
        <argument>pimcore_id</argument>
        <argument>*</argument>
      </call>
      <call method="forceHttpsUrls" returns-clone="true">
        <argument>false</argument>
      </call>
      <call method="allowLinkHosts" returns-clone="true">
        <argument>null</argument>
      </call>
      <call method="allowRelativeLinks" returns-clone="true">
        <argument>true</argument>
      </call>
      <call method="allowMediaHosts" returns-clone="true">
        <argument>null</argument>
      </call>
      <call method="allowRelativeMedias" returns-clone="true">
        <argument>true</argument>
      </call>
      <call method="withMaxInputLength" returns-clone="true">
        <argument>-1</argument>
      </call>
    </service>
    <service id="html_sanitizer.sanitizer.pimcore.wysiwyg_sanitizer" class="Symfony\Component\HtmlSanitizer\HtmlSanitizer" public="true">
      <tag name="html_sanitizer" sanitizer="pimcore.wysiwyg_sanitizer"/>
      <argument type="service" id="html_sanitizer.config.pimcore.wysiwyg_sanitizer"/>
    </service>
    <service id="html_sanitizer.config.pimcore.translation_sanitizer" class="Symfony\Component\HtmlSanitizer\HtmlSanitizerConfig">
      <call method="allowElement" returns-clone="true">
        <argument>span</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>p</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>style</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>strong</argument>
        <argument>class</argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>em</argument>
        <argument>class</argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h1</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h2</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h3</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h4</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h5</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>h6</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>a</argument>
        <argument type="collection">
          <argument>class</argument>
          <argument>id</argument>
          <argument>href</argument>
          <argument>target</argument>
          <argument>title</argument>
          <argument>rel</argument>
        </argument>
      </call>
      <call method="allowElement" returns-clone="true">
        <argument>br</argument>
        <argument></argument>
      </call>
      <call method="allowAttribute" returns-clone="true">
        <argument>pimcore_type</argument>
        <argument>*</argument>
      </call>
      <call method="allowAttribute" returns-clone="true">
        <argument>pimcore_id</argument>
        <argument>*</argument>
      </call>
      <call method="forceHttpsUrls" returns-clone="true">
        <argument>false</argument>
      </call>
      <call method="allowLinkHosts" returns-clone="true">
        <argument>null</argument>
      </call>
      <call method="allowRelativeLinks" returns-clone="true">
        <argument>true</argument>
      </call>
      <call method="allowMediaHosts" returns-clone="true">
        <argument>null</argument>
      </call>
      <call method="allowRelativeMedias" returns-clone="true">
        <argument>false</argument>
      </call>
    </service>
    <service id="html_sanitizer.sanitizer.pimcore.translation_sanitizer" class="Symfony\Component\HtmlSanitizer\HtmlSanitizer" public="true">
      <tag name="html_sanitizer" sanitizer="pimcore.translation_sanitizer"/>
      <argument type="service" id="html_sanitizer.config.pimcore.translation_sanitizer"/>
    </service>
    <service id="mime_types" class="Symfony\Component\Mime\MimeTypes">
      <call method="setDefault">
        <argument type="service" id="mime_types"/>
      </call>
    </service>
    <service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="security.token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage">
      <tag name="kernel.reset" method="disableUsageTracking"/>
      <tag name="kernel.reset" method="setToken"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id=".service_locator.LcVn9Hr"/>
    </service>
    <service id="security.untracked_token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="security.helper" class="Symfony\Bundle\SecurityBundle\Security">
      <argument type="service" id=".service_locator.e_.xxAP"/>
      <argument type="collection">
        <argument key="dev">null</argument>
        <argument key="pimcore_webdav" type="service" id=".service_locator.XBQeQFS"/>
        <argument key="pimcore_admin" type="service" id=".service_locator.TKeGMS8"/>
        <argument key="cmf_webservice" type="service" id=".service_locator.ZGRpvtk"/>
        <argument key="demo_frontend" type="service" id=".service_locator.YV7gLxM"/>
      </argument>
    </service>
    <service id="security.user_value_resolver" class="Symfony\Component\Security\Http\Controller\UserValueResolver">
      <tag priority="120" name="Symfony\Component\Security\Http\Controller\UserValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.security_token_value_resolver" class="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver">
      <tag priority="120" name="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.authentication.session_strategy" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>migrate</argument>
      <argument type="service" id="security.csrf.token_storage" on-invalid="ignore"/>
    </service>
    <service id="security.authentication.session_strategy_noop" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>none</argument>
    </service>
    <service id="security.user_checker" class="Symfony\Component\Security\Core\User\InMemoryUserChecker" public="true" autowire="true" autoconfigure="true"/>
    <service id="security.user_checker_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="pimcore_webdav" type="service_closure" id="security.user_checker"/>
        <argument key="pimcore_admin" type="service_closure" id="Pimcore\Security\User\UserChecker"/>
        <argument key="cmf_webservice" type="service_closure" id="security.user_checker"/>
        <argument key="demo_frontend" type="service_closure" id="security.user_checker"/>
      </argument>
    </service>
    <service id="security.expression_language" class="Symfony\Component\Security\Core\Authorization\ExpressionLanguage">
      <argument type="service" id="cache.security_expression_language" on-invalid="null"/>
    </service>
    <service id="security.authentication_utils" class="Symfony\Component\Security\Http\Authentication\AuthenticationUtils">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.role_hierarchy" class="Symfony\Component\Security\Core\Role\RoleHierarchy">
      <argument>%security.role_hierarchy.roles%</argument>
    </service>
    <service id="security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter">
      <tag name="security.voter" priority="250"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
    </service>
    <service id="security.access.role_hierarchy_voter" class="Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.role_hierarchy"/>
    </service>
    <service id="security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.expression_language"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
    </service>
    <service id="security.impersonate_url_generator" class="Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.firewall.map" class="Symfony\Bundle\SecurityBundle\Security\FirewallMap">
      <argument type="service" id=".service_locator.tLv_vb9"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.dev" type="service" id=".security.request_matcher.kLbKLHa"/>
        <argument key="security.firewall.map.context.pimcore_webdav" type="service" id=".security.request_matcher.qKsx4bF"/>
        <argument key="security.firewall.map.context.pimcore_admin" type="service" id=".security.request_matcher.kzdFSNc"/>
        <argument key="security.firewall.map.context.cmf_webservice" type="service" id=".security.request_matcher.F4_QI0_"/>
        <argument key="security.firewall.map.context.demo_frontend">null</argument>
      </argument>
    </service>
    <service id="security.firewall.context" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
    </service>
    <service id="security.firewall.lazy_context" class="Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
      <argument type="service" id="security.untracked_token_storage"/>
    </service>
    <service id="security.firewall.config" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig" abstract="true">
      <argument type="abstract">name</argument>
      <argument type="abstract">user_checker</argument>
      <argument type="abstract">request_matcher</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.logout_url_generator" class="Symfony\Component\Security\Http\Logout\LogoutUrlGenerator">
      <argument type="service" id="request_stack" on-invalid="null"/>
      <argument type="service" id="cmf_routing.router" on-invalid="null"/>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <call method="registerListener">
        <argument>pimcore_admin</argument>
        <argument>pimcore_admin_logout</argument>
        <argument>logout</argument>
        <argument>_csrf_token</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
      <call method="registerListener">
        <argument>demo_frontend</argument>
        <argument>account-logout</argument>
        <argument>logout</argument>
        <argument>_csrf_token</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.route_loader.logout" class="Symfony\Bundle\SecurityBundle\Routing\LogoutRouteLoader">
      <tag name="routing.route_loader"/>
      <argument type="collection"/>
      <argument>security.logout_uris</argument>
    </service>
    <service id="security.user.provider.missing" class="Symfony\Component\Security\Core\User\MissingUserProvider" abstract="true">
      <argument type="abstract">firewall</argument>
    </service>
    <service id="security.user.provider.in_memory" class="Symfony\Component\Security\Core\User\InMemoryUserProvider" abstract="true"/>
    <service id="security.user.provider.ldap" class="Symfony\Component\Ldap\Security\LdapUserProvider" abstract="true">
      <argument type="abstract">security.ldap.ldap</argument>
      <argument type="abstract">base dn</argument>
      <argument type="abstract">search dn</argument>
      <argument type="abstract">search password</argument>
      <argument type="abstract">default_roles</argument>
      <argument type="abstract">uid key</argument>
      <argument type="abstract">filter</argument>
      <argument type="abstract">password_attribute</argument>
      <argument type="abstract">extra_fields (email etc)</argument>
    </service>
    <service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" abstract="true"/>
    <service id="security.http_utils" class="Symfony\Component\Security\Http\HttpUtils">
      <argument type="service" id="cmf_routing.router" on-invalid="null"/>
      <argument type="service" id="cmf_routing.router" on-invalid="null"/>
      <argument>{^https?://%%s$}i</argument>
      <argument>{^https://%%s$}i</argument>
    </service>
    <service id="security.validator.user_password" class="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator">
      <tag name="validator.constraint_validator" alias="security.validator.user_password"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="pimcore.security.password_hasher_factory"/>
    </service>
    <service id="cache.security_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_expression_language.recorder_inner"/>
    </service>
    <service id="controller.is_granted_attribute_listener" class="Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="security.is_granted_attribute_expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="cache.security_is_granted_attribute_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_is_granted_attribute_expression_language.recorder_inner"/>
    </service>
    <service id="security.user_password_hasher" class="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher">
      <argument type="service" id="pimcore.security.password_hasher_factory"/>
    </service>
    <service id="form.listener.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\EventListener\PasswordHasherListener">
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="form.type_extension.form.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="form.type_extension.password.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\PasswordType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="security.channel_listener" class="Symfony\Component\Security\Http\Firewall\ChannelListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="security.access_map" class="Symfony\Component\Security\Http\AccessMap">
      <call method="add">
        <argument type="service" id=".security.request_matcher.dD27co4"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.yUN1UsJ"/>
        <argument type="collection">
          <argument>IS_AUTHENTICATED_2FA_IN_PROGRESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.OzYMZEW"/>
        <argument type="collection">
          <argument>ROLE_PIMCORE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.r4AznzH"/>
        <argument type="collection">
          <argument>IS_AUTHENTICATED_2FA_IN_PROGRESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.hUJ8xkz"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.WI8CXe9"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.28NqKnb"/>
        <argument type="collection">
          <argument>ROLE_PIMCORE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.wG54eD_"/>
        <argument type="collection">
          <argument>ROLE_PIMCORE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.context_listener" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="Pimcore\Security\User\UserProvider"/>
        <argument type="service" id="cmf.security.user_provider"/>
      </argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.logout_listener" class="Symfony\Component\Security\Http\Firewall\LogoutListener" abstract="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">event dispatcher</argument>
      <argument type="collection"/>
    </service>
    <service id="security.logout.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener" abstract="true"/>
    <service id="security.logout.listener.clear_site_data" class="Symfony\Component\Security\Http\EventListener\ClearSiteDataLogoutListener" abstract="true"/>
    <service id="security.logout.listener.cookie_clearing" class="Symfony\Component\Security\Http\EventListener\CookieClearingLogoutListener" abstract="true"/>
    <service id="security.logout.listener.default" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">target url</argument>
    </service>
    <service id="security.authentication.listener.abstract" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="security.authentication.session_strategy"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.success_handler"/>
      <argument type="service" id="security.authentication.failure_handler"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_success_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler" abstract="true">
      <argument type="abstract">The custom success handler service</argument>
      <argument type="collection"/>
      <argument type="abstract">Provider-shared Key</argument>
    </service>
    <service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" abstract="true">
      <argument type="abstract">The custom failure handler service</argument>
      <argument type="collection"/>
    </service>
    <service id="security.authentication.failure_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.exception_listener" class="Symfony\Component\Security\Http\Firewall\ExceptionListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.entry_point" on-invalid="null"/>
      <argument>null</argument>
      <argument type="service" id="security.access.denied_handler" on-invalid="null"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="security.authentication.switchuser_listener" class="Symfony\Component\Security\Http\Firewall\SwitchUserListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">User Provider</argument>
      <argument type="abstract">User Checker</argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>_switch_user</argument>
      <argument>ROLE_ALLOWED_TO_SWITCH</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument>false</argument>
      <argument type="service" id="cmf_routing.router" on-invalid="null"/>
      <argument type="abstract">Target Route</argument>
    </service>
    <service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.access_map"/>
      <argument>false</argument>
    </service>
    <service id="security.firewall.event_dispatcher_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="pimcore_webdav" type="service_closure" id="debug.security.event_dispatcher.pimcore_webdav"/>
        <argument key="pimcore_admin" type="service_closure" id="debug.security.event_dispatcher.pimcore_admin"/>
        <argument key="cmf_webservice" type="service_closure" id="debug.security.event_dispatcher.cmf_webservice"/>
        <argument key="demo_frontend" type="service_closure" id="debug.security.event_dispatcher.demo_frontend"/>
      </argument>
    </service>
    <service id="security.authenticator.manager" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">authenticators</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="abstract">provider key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="abstract">required badges</argument>
    </service>
    <service id="security.authenticator.managers_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="pimcore_webdav" type="service_closure" id="security.authenticator.manager.pimcore_webdav"/>
        <argument key="pimcore_admin" type="service_closure" id="security.authenticator.manager.pimcore_admin"/>
        <argument key="cmf_webservice" type="service_closure" id="security.authenticator.manager.cmf_webservice"/>
        <argument key="demo_frontend" type="service_closure" id="security.authenticator.manager.demo_frontend"/>
      </argument>
    </service>
    <service id="security.user_authenticator" class="Symfony\Bundle\SecurityBundle\Security\UserAuthenticator">
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.authenticator.managers_locator"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.firewall.authenticator" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener" abstract="true">
      <argument type="abstract">authenticator manager</argument>
    </service>
    <service id="security.listener.check_authenticator_credentials" class="Symfony\Component\Security\Http\EventListener\CheckCredentialsListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="pimcore.security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="1024" method="checkPassport"/>
      <argument type="service" id="security.user_providers"/>
    </service>
    <service id="security.listener.user_provider.abstract" class="Symfony\Component\Security\Http\EventListener\UserProviderListener" abstract="true">
      <argument type="abstract">user provider</argument>
    </service>
    <service id="security.listener.password_migrating" class="Symfony\Component\Security\Http\EventListener\PasswordMigratingListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="pimcore.security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_checker" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener" abstract="true">
      <argument type="abstract">user checker</argument>
    </service>
    <service id="security.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener" abstract="true">
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.listener.login_throttling" class="Symfony\Component\Security\Http\EventListener\LoginThrottlingListener" abstract="true">
      <argument type="service" id="request_stack"/>
      <argument type="abstract">request rate limiter</argument>
    </service>
    <service id="security.authenticator.http_basic" class="Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">realm name</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.form_login" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
    </service>
    <service id="security.authenticator.json_login" class="Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator" on-invalid="ignore"/>
      </call>
    </service>
    <service id="security.authenticator.x509" class="Symfony\Component\Security\Http\Authenticator\X509Authenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="abstract">credentials key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="abstract">credentials user identifier</argument>
    </service>
    <service id="security.authenticator.remote_user" class="Symfony\Component\Security\Http\Authenticator\RemoteUserAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.access_token_extractor.header" class="Symfony\Component\Security\Http\AccessToken\HeaderAccessTokenExtractor"/>
    <service id="security.access_token_extractor.query_string" class="Symfony\Component\Security\Http\AccessToken\QueryAccessTokenExtractor"/>
    <service id="security.access_token_extractor.request_body" class="Symfony\Component\Security\Http\AccessToken\FormEncodedBodyExtractor"/>
    <service id="security.authenticator.access_token" class="Symfony\Component\Security\Http\Authenticator\AccessTokenAuthenticator" abstract="true">
      <argument type="abstract">access token handler</argument>
      <argument type="abstract">access token extractor</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.access_token.chain_extractor" class="Symfony\Component\Security\Http\AccessToken\ChainAccessTokenExtractor" abstract="true">
      <argument type="abstract">access token extractors</argument>
    </service>
    <service id="security.access_token_handler.oidc_user_info.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface" abstract="true">
      <argument type="abstract">http client options</argument>
      <factory service="http_client" method="withOptions"/>
    </service>
    <service id="security.access_token_handler.oidc_user_info" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcUserInfoTokenHandler" abstract="true">
      <argument type="abstract">http client</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">claim</argument>
    </service>
    <service id="security.access_token_handler.oidc" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcTokenHandler" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <argument type="abstract">signature key</argument>
      <argument type="abstract">audience</argument>
      <argument type="abstract">issuers</argument>
      <argument>sub</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="clock"/>
    </service>
    <service id="security.access_token_handler.oidc.jwk" class="Jose\Component\Core\JWK" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature key</argument>
    </service>
    <service id="security.access_token_handler.oidc.signature" class="Jose\Component\Core\Algorithm" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES256" class="Jose\Component\Signature\Algorithm\ES256">
      <argument>ES256</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES384" class="Jose\Component\Signature\Algorithm\ES384">
      <argument>ES384</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES512" class="Jose\Component\Signature\Algorithm\ES512">
      <argument>ES512</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="twig.extension.logout_url" class="Symfony\Bridge\Twig\Extension\LogoutUrlExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="twig.extension.security" class="Symfony\Bridge\Twig\Extension\SecurityExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.authorization_checker" on-invalid="ignore"/>
      <argument type="service" id="security.impersonate_url_generator" on-invalid="ignore"/>
    </service>
    <service id="data_collector.security" class="Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector">
      <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" priority="270"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id="security.role_hierarchy"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.security.firewall" on-invalid="null"/>
    </service>
    <service id="debug.security.access.decision_manager" class="Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager">
      <tag name="container.decorator" id="security.access.decision_manager" inner="debug.security.access.decision_manager.inner"/>
      <argument type="service" id="debug.security.access.decision_manager.inner"/>
    </service>
    <service id="debug.security.voter.vote_listener" class="Symfony\Bundle\SecurityBundle\EventListener\VoteListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
    </service>
    <service id="debug.security.firewall" class="Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="security.command.debug_firewall" class="Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand">
      <tag name="console.command" command="debug:firewall"/>
      <tag name="container.no_preload"/>
      <argument>%security.firewalls%</argument>
      <argument type="service" id=".service_locator.tLv_vb9"/>
      <argument type="service" id=".service_locator.WcNkH52"/>
      <argument type="collection">
        <argument key="pimcore_webdav" type="collection">
          <argument type="service" id="security.authenticator.http_basic.pimcore_webdav"/>
        </argument>
        <argument key="pimcore_admin" type="collection">
          <argument type="service" id="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator"/>
          <argument type="service" id="security.authenticator.two_factor.pimcore_admin"/>
          <argument type="service" id="security.authenticator.form_login.pimcore_admin"/>
        </argument>
        <argument key="cmf_webservice" type="collection">
          <argument type="service" id="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator"/>
        </argument>
        <argument key="demo_frontend" type="collection">
          <argument type="service" id="security.authenticator.form_login.demo_frontend"/>
          <argument type="service" id="security.authenticator.remember_me.demo_frontend"/>
        </argument>
      </argument>
      <argument>false</argument>
      <call method="setName">
        <argument>debug:firewall</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about your security firewall(s)</argument>
      </call>
    </service>
    <service id="security.user_providers" class="Symfony\Component\Security\Core\User\ChainUserProvider">
      <argument type="iterator">
        <argument type="service" id="Pimcore\Security\User\UserProvider"/>
        <argument type="service" id="cmf.security.user_provider"/>
      </argument>
    </service>
    <service id="security.firewall.map.config.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>dev</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.kLbKLHa</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.q1UFWmc" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(_(profiler|wdt)|css|images|js)/</argument>
    </service>
    <service id=".security.request_matcher.kLbKLHa" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.q1UFWmc"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.dev"/>
    </service>
    <service id="security.firewall.map.config.pimcore_webdav" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>pimcore_webdav</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.qKsx4bF</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>Pimcore\Security\User\UserProvider</argument>
      <argument>pimcore_webdav</argument>
      <argument>security.authenticator.http_basic.pimcore_webdav</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>http_basic</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.8rmt2e1" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/asset/webdav</argument>
    </service>
    <service id=".security.request_matcher.qKsx4bF" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.8rmt2e1"/>
      </argument>
    </service>
    <service id="security.listener.pimcore_webdav.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.pimcore_webdav" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="Pimcore\Security\User\UserProvider"/>
    </service>
    <service id="security.user_checker.chain.pimcore_webdav" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.pimcore_webdav"/>
    </service>
    <service id="security.context_listener.0" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="Pimcore\Security\User\UserProvider"/>
        <argument type="service" id="cmf.security.user_provider"/>
      </argument>
      <argument>pimcore_webdav</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.security.event_dispatcher.pimcore_webdav"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.listener.session.pimcore_webdav" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_webdav"/>
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.authenticator.http_basic.pimcore_webdav" class="Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator">
      <argument>Secured Area</argument>
      <argument type="service" id="Pimcore\Security\User\UserProvider"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.manager.pimcore_webdav" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="security.authenticator.http_basic.pimcore_webdav"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.pimcore_webdav"/>
      <argument>pimcore_webdav</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.pimcore_webdav" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.pimcore_webdav" inner="debug.security.firewall.authenticator.pimcore_webdav.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.pimcore_webdav.inner"/>
    </service>
    <service id="security.listener.user_checker.pimcore_webdav" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_webdav"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.pimcore_webdav" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>pimcore_webdav</argument>
      <argument type="service" id="security.authenticator.http_basic.pimcore_webdav"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.XBQeQFS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.http_basic.pimcore_webdav" type="service_closure" id="security.authenticator.http_basic.pimcore_webdav"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.pimcore_webdav" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="security.context_listener.0"/>
        <argument type="service" id="debug.security.firewall.authenticator.pimcore_webdav"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.pimcore_webdav"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.pimcore_webdav"/>
    </service>
    <service id="security.firewall.map.config.pimcore_admin" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>pimcore_admin</argument>
      <argument>Pimcore\Security\User\UserChecker</argument>
      <argument>.security.request_matcher.kzdFSNc</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>Pimcore\Security\User\UserProvider</argument>
      <argument>pimcore_admin</argument>
      <argument>security.authenticator.form_login.pimcore_admin</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>login_throttling</argument>
        <argument>two_factor</argument>
        <argument>form_login</argument>
        <argument>Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">pimcore_admin_logout</argument>
        <argument key="target">pimcore_admin_login</argument>
        <argument key="enable_csrf">null</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="invalidate_session">true</argument>
        <argument key="clear_site_data" type="collection"/>
        <argument key="delete_cookies" type="collection"/>
      </argument>
    </service>
    <service id=".security.request_matcher.NR_IcTG" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin(/.*)?$</argument>
    </service>
    <service id=".security.request_matcher.kzdFSNc" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.NR_IcTG"/>
      </argument>
    </service>
    <service id="security.listener.pimcore_admin.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.pimcore_admin" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="Pimcore\Security\User\UserProvider"/>
    </service>
    <service id="security.user_checker.chain.pimcore_admin" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.pimcore_admin"/>
    </service>
    <service id="security.context_listener.1" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="Pimcore\Security\User\UserProvider"/>
        <argument type="service" id="cmf.security.user_provider"/>
      </argument>
      <argument>pimcore_admin</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.security.event_dispatcher.pimcore_admin"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.listener.session.pimcore_admin" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_admin"/>
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.logout_listener.pimcore_admin" class="Symfony\Component\Security\Http\Firewall\LogoutListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="debug.security.event_dispatcher.pimcore_admin"/>
      <argument type="collection">
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="logout_path">pimcore_admin_logout</argument>
      </argument>
    </service>
    <service id="security.logout.listener.default.pimcore_admin" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_admin"/>
      <argument type="service" id="security.http_utils"/>
      <argument>pimcore_admin_login</argument>
    </service>
    <service id="security.logout.listener.session.pimcore_admin" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_admin"/>
    </service>
    <service id="limiter._login_local_pimcore_admin" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">5 minutes</argument>
        <argument key="id">_login_local_pimcore_admin</argument>
      </argument>
      <argument type="service" id="limiter.storage._login_local_pimcore_admin"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage._login_local_pimcore_admin" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter._login_global_pimcore_admin" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">15</argument>
        <argument key="interval">5 minutes</argument>
        <argument key="id">_login_global_pimcore_admin</argument>
      </argument>
      <argument type="service" id="limiter.storage._login_global_pimcore_admin"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage._login_global_pimcore_admin" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="security.login_throttling.pimcore_admin.limiter" class="Symfony\Component\Security\Http\RateLimiter\DefaultLoginRateLimiter">
      <argument type="service" id="limiter._login_global_pimcore_admin"/>
      <argument type="service" id="limiter._login_local_pimcore_admin"/>
      <argument>pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
    </service>
    <service id="security.listener.login_throttling.pimcore_admin" class="Symfony\Component\Security\Http\EventListener\LoginThrottlingListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_admin"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.login_throttling.pimcore_admin.limiter"/>
    </service>
    <service id="security.firewall_config.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig">
      <tag name="scheb_two_factor.firewall_config" firewall="pimcore_admin"/>
      <argument type="collection">
        <argument key="auth_form_path">/admin/login/2fa</argument>
        <argument key="check_path">/admin/login/2fa-verify</argument>
        <argument key="default_target_path">/admin</argument>
        <argument key="always_use_default_target_path">false</argument>
        <argument key="auth_code_parameter_name">_auth_code</argument>
        <argument key="trusted_parameter_name">_trusted</argument>
        <argument key="multi_factor">false</argument>
        <argument key="post_only">true</argument>
        <argument key="success_handler">null</argument>
        <argument key="failure_handler">null</argument>
        <argument key="authentication_required_handler">null</argument>
        <argument key="remember_me_sets_trusted">false</argument>
        <argument key="prepare_on_login">false</argument>
        <argument key="prepare_on_access_denied">false</argument>
        <argument key="enable_csrf">false</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">two_factor</argument>
        <argument key="csrf_header">null</argument>
        <argument key="csrf_token_manager">scheb_two_factor.csrf_token_manager</argument>
        <argument key="provider">null</argument>
      </argument>
      <argument>pimcore_admin</argument>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="scheb_two_factor.security.request_data_reader"/>
    </service>
    <service id="security.authentication.success_handler.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.firewall_config.two_factor.pimcore_admin"/>
    </service>
    <service id="security.authentication.failure_handler.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.firewall_config.two_factor.pimcore_admin"/>
    </service>
    <service id="security.authentication.authentication_required_handler.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.firewall_config.two_factor.pimcore_admin"/>
    </service>
    <service id="security.authentication.kernel_exception_listener.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener">
      <tag name="kernel.event_subscriber"/>
      <argument>pimcore_admin</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.authentication_required_handler.two_factor.pimcore_admin"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.authentication.access_listener.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener">
      <argument type="service" id="security.firewall_config.two_factor.pimcore_admin"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.access.access_decider"/>
    </service>
    <service id="security.authentication.form_listener.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.firewall_config.two_factor.pimcore_admin"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>pimcore_admin</argument>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="security.authentication.token_created_listener.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_admin"/>
      <argument>pimcore_admin</argument>
      <argument type="service" id="scheb_two_factor.condition_registry"/>
      <argument type="service" id="scheb_two_factor.provider_initiator"/>
      <argument type="service" id="scheb_two_factor.authentication_context_factory"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.authenticator.two_factor.pimcore_admin" class="Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator">
      <argument type="service" id="security.firewall_config.two_factor.pimcore_admin"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.success_handler.two_factor.pimcore_admin"/>
      <argument type="service" id="security.authentication.failure_handler.two_factor.pimcore_admin"/>
      <argument type="service" id="security.authentication.authentication_required_handler.two_factor.pimcore_admin"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.form_login.pimcore_admin" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="Pimcore\Security\User\UserProvider"/>
      <argument type="service" id="security.authentication.success_handler.pimcore_admin.form_login"/>
      <argument type="service" id="security.authentication.failure_handler.pimcore_admin.form_login"/>
      <argument type="collection">
        <argument key="login_path">pimcore_admin_login</argument>
        <argument key="check_path">pimcore_admin_login_check</argument>
        <argument key="username_parameter">username</argument>
        <argument key="password_parameter">password</argument>
        <argument key="use_forward">false</argument>
        <argument key="require_previous_session">false</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">authenticate</argument>
        <argument key="enable_csrf">false</argument>
        <argument key="post_only">true</argument>
        <argument key="form_only">false</argument>
      </argument>
    </service>
    <service id="security.authentication.success_handler.pimcore_admin.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="default_target_path">pimcore_admin_index</argument>
          <argument key="always_use_default_target_path">true</argument>
          <argument key="login_path">pimcore_admin_login</argument>
          <argument key="target_path_parameter">_target_path</argument>
          <argument key="use_referer">false</argument>
        </argument>
      </call>
      <call method="setFirewallName">
        <argument>pimcore_admin</argument>
      </call>
    </service>
    <service id="security.authentication.failure_handler.pimcore_admin.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">pimcore_admin_login</argument>
          <argument key="failure_path">null</argument>
          <argument key="failure_forward">false</argument>
          <argument key="failure_path_parameter">_failure_path</argument>
        </argument>
      </call>
    </service>
    <service id="security.authenticator.manager.pimcore_admin" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator"/>
        <argument type="service" id="security.authenticator.two_factor.pimcore_admin"/>
        <argument type="service" id="security.authenticator.form_login.pimcore_admin"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.pimcore_admin"/>
      <argument>pimcore_admin</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.pimcore_admin" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.pimcore_admin" inner="debug.security.firewall.authenticator.pimcore_admin.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.pimcore_admin.inner"/>
    </service>
    <service id="security.listener.user_checker.pimcore_admin" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.pimcore_admin"/>
      <argument type="service" id="Pimcore\Security\User\UserChecker"/>
    </service>
    <service id="security.exception_listener.pimcore_admin" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>pimcore_admin</argument>
      <argument type="service" id="security.authenticator.form_login.pimcore_admin"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.TKeGMS8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator"/>
        <argument key="security.authenticator.form_login.pimcore_admin" type="service_closure" id="security.authenticator.form_login.pimcore_admin"/>
        <argument key="security.authenticator.two_factor.pimcore_admin" type="service_closure" id="security.authenticator.two_factor.pimcore_admin"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.pimcore_admin" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="security.context_listener.1"/>
        <argument type="service" id="debug.security.firewall.authenticator.pimcore_admin"/>
        <argument type="service" id="security.authentication.access_listener.two_factor.pimcore_admin"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.pimcore_admin"/>
      <argument type="service" id="security.logout_listener.pimcore_admin"/>
      <argument type="service" id="security.firewall.map.config.pimcore_admin"/>
    </service>
    <service id="security.firewall.map.config.cmf_webservice" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>cmf_webservice</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.F4_QI0_</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>Pimcore\Security\User\UserProvider</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.fd2T1Bf" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/__customermanagementframework/webservice(/.*)?$</argument>
    </service>
    <service id=".security.request_matcher.F4_QI0_" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.fd2T1Bf"/>
      </argument>
    </service>
    <service id="security.listener.cmf_webservice.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.cmf_webservice" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="Pimcore\Security\User\UserProvider"/>
    </service>
    <service id="security.user_checker.chain.cmf_webservice" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.cmf_webservice"/>
    </service>
    <service id="security.authenticator.manager.cmf_webservice" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.cmf_webservice"/>
      <argument>cmf_webservice</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.cmf_webservice" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.cmf_webservice" inner="debug.security.firewall.authenticator.cmf_webservice.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.cmf_webservice.inner"/>
    </service>
    <service id="security.listener.user_checker.cmf_webservice" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.cmf_webservice"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.cmf_webservice" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>cmf_webservice</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id=".service_locator.ZGRpvtk" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" type="service_closure" id="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.cmf_webservice" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="debug.security.firewall.authenticator.cmf_webservice"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.cmf_webservice"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.cmf_webservice"/>
    </service>
    <service id="security.firewall.map.config.demo_frontend" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>demo_frontend</argument>
      <argument>security.user_checker</argument>
      <argument>null</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>cmf.security.user_provider</argument>
      <argument>demo_frontend</argument>
      <argument>security.authenticator.form_login.demo_frontend</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>form_login</argument>
        <argument>remember_me</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">account-logout</argument>
        <argument key="target">/</argument>
        <argument key="invalidate_session">false</argument>
        <argument key="enable_csrf">null</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="clear_site_data" type="collection"/>
        <argument key="delete_cookies" type="collection"/>
      </argument>
    </service>
    <service id="security.listener.demo_frontend.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.demo_frontend" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="cmf.security.user_provider"/>
    </service>
    <service id="security.user_checker.chain.demo_frontend" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.demo_frontend"/>
    </service>
    <service id="security.context_listener.2" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="Pimcore\Security\User\UserProvider"/>
        <argument type="service" id="cmf.security.user_provider"/>
      </argument>
      <argument>demo_frontend</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.security.event_dispatcher.demo_frontend"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.listener.session.demo_frontend" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.demo_frontend"/>
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.logout_listener.demo_frontend" class="Symfony\Component\Security\Http\Firewall\LogoutListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="debug.security.event_dispatcher.demo_frontend"/>
      <argument type="collection">
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="logout_path">account-logout</argument>
      </argument>
    </service>
    <service id="security.logout.listener.default.demo_frontend" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.demo_frontend"/>
      <argument type="service" id="security.http_utils"/>
      <argument>/</argument>
    </service>
    <service id="security.authenticator.form_login.demo_frontend" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="cmf.security.user_provider"/>
      <argument type="service" id="security.authentication.success_handler.demo_frontend.form_login"/>
      <argument type="service" id="security.authentication.failure_handler.demo_frontend.form_login"/>
      <argument type="collection">
        <argument key="enable_csrf">true</argument>
        <argument key="login_path">account-login</argument>
        <argument key="check_path">account-login</argument>
        <argument key="use_forward">false</argument>
        <argument key="require_previous_session">false</argument>
        <argument key="username_parameter">_username</argument>
        <argument key="password_parameter">_password</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">authenticate</argument>
        <argument key="post_only">true</argument>
        <argument key="form_only">false</argument>
      </argument>
    </service>
    <service id="security.authentication.success_handler.demo_frontend.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">account-login</argument>
          <argument key="default_target_path">account-index</argument>
          <argument key="always_use_default_target_path">false</argument>
          <argument key="target_path_parameter">_target_path</argument>
          <argument key="use_referer">false</argument>
        </argument>
      </call>
      <call method="setFirewallName">
        <argument>demo_frontend</argument>
      </call>
    </service>
    <service id="security.authentication.failure_handler.demo_frontend.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">account-login</argument>
          <argument key="failure_path">null</argument>
          <argument key="failure_forward">false</argument>
          <argument key="failure_path_parameter">_failure_path</argument>
        </argument>
      </call>
    </service>
    <service id="security.rememberme.response_listener" class="Symfony\Component\Security\Http\RememberMe\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="security.authenticator.remember_me_signature_hasher" class="Symfony\Component\Security\Core\Signature\SignatureHasher">
      <argument type="service" id="property_accessor"/>
      <argument type="abstract">signature properties</argument>
      <argument>pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.signature_remember_me_handler" class="Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">signature hasher</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="request_stack"/>
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.persistent_remember_me_handler" class="Symfony\Component\Security\Http\RememberMe\PersistentRememberMeHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">token provider</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="request_stack"/>
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="abstract">token verifier</argument>
    </service>
    <service id="security.authenticator.firewall_aware_remember_me_handler" class="Symfony\Bundle\SecurityBundle\RememberMe\FirewallAwareRememberMeHandler">
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id=".service_locator.da9LLfp"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.listener.check_remember_me_conditions" class="Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener" abstract="true">
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.listener.remember_me" class="Symfony\Component\Security\Http\EventListener\RememberMeListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">remember me handler</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.remember_me" class="Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">remember me handler</argument>
      <argument>pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="cache.security_token_verifier" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_token_verifier.recorder_inner"/>
    </service>
    <service id="security.authenticator.remember_me_signature_hasher.demo_frontend" class="Symfony\Component\Security\Core\Signature\SignatureHasher">
      <argument type="service" id="property_accessor"/>
      <argument type="collection">
        <argument>password</argument>
      </argument>
      <argument>pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.remember_me_handler.demo_frontend" class="Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler">
      <tag name="security.remember_me_handler" firewall="demo_frontend"/>
      <argument type="service" id="security.authenticator.remember_me_signature_hasher.demo_frontend"/>
      <argument type="service" id="cmf.security.user_provider"/>
      <argument type="service" id="request_stack"/>
      <argument type="collection">
        <argument key="secret">pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
        <argument key="user_providers" type="collection"/>
        <argument key="catch_exceptions">true</argument>
        <argument key="signature_properties" type="collection">
          <argument>password</argument>
        </argument>
        <argument key="name">REMEMBERME</argument>
        <argument key="lifetime">31536000</argument>
        <argument key="path">/</argument>
        <argument key="domain">null</argument>
        <argument key="secure">null</argument>
        <argument key="httponly">true</argument>
        <argument key="samesite">strict</argument>
        <argument key="always_remember_me">false</argument>
        <argument key="remember_me_parameter">_remember_me</argument>
      </argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.listener.check_remember_me_conditions.demo_frontend" class="Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.demo_frontend"/>
      <argument type="collection">
        <argument key="always_remember_me">false</argument>
        <argument key="remember_me_parameter">_remember_me</argument>
      </argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.listener.remember_me.demo_frontend" class="Symfony\Component\Security\Http\EventListener\RememberMeListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.demo_frontend"/>
      <argument type="service" id="security.authenticator.remember_me_handler.demo_frontend"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.remember_me.demo_frontend" class="Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator">
      <argument type="service" id="security.authenticator.remember_me_handler.demo_frontend"/>
      <argument>pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
      <argument type="service" id="security.token_storage"/>
      <argument>REMEMBERME</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.manager.demo_frontend" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="security.authenticator.form_login.demo_frontend"/>
        <argument type="service" id="security.authenticator.remember_me.demo_frontend"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.demo_frontend"/>
      <argument>demo_frontend</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.demo_frontend" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.demo_frontend" inner="debug.security.firewall.authenticator.demo_frontend.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.demo_frontend.inner"/>
    </service>
    <service id="security.listener.user_checker.demo_frontend" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.demo_frontend"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.demo_frontend" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>demo_frontend</argument>
      <argument type="service" id="security.authenticator.form_login.demo_frontend"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.YV7gLxM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.form_login.demo_frontend" type="service_closure" id="security.authenticator.form_login.demo_frontend"/>
        <argument key="security.authenticator.remember_me.demo_frontend" type="service_closure" id="security.authenticator.remember_me.demo_frontend"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.demo_frontend" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="security.context_listener.2"/>
        <argument type="service" id="debug.security.firewall.authenticator.demo_frontend"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.demo_frontend"/>
      <argument type="service" id="security.logout_listener.demo_frontend"/>
      <argument type="service" id="security.firewall.map.config.demo_frontend"/>
    </service>
    <service id=".service_locator.tLv_vb9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.firewall.map.context.cmf_webservice" type="service_closure" id="security.firewall.map.context.cmf_webservice"/>
        <argument key="security.firewall.map.context.demo_frontend" type="service_closure" id="security.firewall.map.context.demo_frontend"/>
        <argument key="security.firewall.map.context.dev" type="service_closure" id="security.firewall.map.context.dev"/>
        <argument key="security.firewall.map.context.pimcore_admin" type="service_closure" id="security.firewall.map.context.pimcore_admin"/>
        <argument key="security.firewall.map.context.pimcore_webdav" type="service_closure" id="security.firewall.map.context.pimcore_webdav"/>
      </argument>
    </service>
    <service id=".security.request_matcher.QG_OITc" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/settings/display-custom-logo</argument>
    </service>
    <service id=".security.request_matcher.dD27co4" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.QG_OITc"/>
      </argument>
    </service>
    <service id=".security.request_matcher.lsBUh4t" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/login/2fa-verify</argument>
    </service>
    <service id=".security.request_matcher.yUN1UsJ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.lsBUh4t"/>
      </argument>
    </service>
    <service id=".security.request_matcher.4DtA1wY" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/login/2fa-setup</argument>
    </service>
    <service id=".security.request_matcher.OzYMZEW" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.4DtA1wY"/>
      </argument>
    </service>
    <service id=".security.request_matcher.zlsmNhY" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/login/2fa</argument>
    </service>
    <service id=".security.request_matcher.r4AznzH" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.zlsmNhY"/>
      </argument>
    </service>
    <service id=".security.request_matcher.1051k_w" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/login$</argument>
    </service>
    <service id=".security.request_matcher.hUJ8xkz" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.1051k_w"/>
      </argument>
    </service>
    <service id=".security.request_matcher.2A9COBU" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/login/(login|lostpassword|deeplink|csrf-token)$</argument>
    </service>
    <service id=".security.request_matcher.WI8CXe9" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.2A9COBU"/>
      </argument>
    </service>
    <service id=".security.request_matcher.obhk0jm" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin</argument>
    </service>
    <service id=".security.request_matcher.28NqKnb" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.obhk0jm"/>
      </argument>
    </service>
    <service id=".security.request_matcher.wG54eD_" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.8rmt2e1"/>
      </argument>
    </service>
    <service id="security.command.user_password_hash" class="Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="pimcore.security.password_hasher_factory"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>security:hash-password</argument>
      </call>
      <call method="setDescription">
        <argument>Hash a user password</argument>
      </call>
    </service>
    <service id="twig" class="Twig\Environment">
      <tag name="container.preload" class="Twig\Cache\FilesystemCache"/>
      <tag name="container.preload" class="Twig\Extension\CoreExtension"/>
      <tag name="container.preload" class="Twig\Extension\EscaperExtension"/>
      <tag name="container.preload" class="Twig\Extension\OptimizerExtension"/>
      <tag name="container.preload" class="Twig\Extension\StagingExtension"/>
      <tag name="container.preload" class="Twig\ExpressionParser\Infix\BinaryOperatorExpressionParser"/>
      <tag name="container.preload" class="Twig\ExtensionSet"/>
      <tag name="container.preload" class="Twig\Template"/>
      <tag name="container.preload" class="Twig\TemplateWrapper"/>
      <tag name="kernel.reset" method="resetGlobals"/>
      <argument type="service" id="twig.loader.native_filesystem"/>
      <argument type="collection">
        <argument key="debug">true</argument>
        <argument key="strict_variables">true</argument>
        <argument key="autoescape">name</argument>
        <argument key="cache">/home/partarti/public_html/my-project/var/cache/dev/twig</argument>
        <argument key="charset">UTF-8</argument>
      </argument>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security_csrf"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.logout_url"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.profiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.trans"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.assets"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.code"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.routing"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.yaml"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.debug.stopwatch"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.expression"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.htmlsanitizer"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpkernel"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpfoundation"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.serializer"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.form"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.dump"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\CategoryFilterExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\Country"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\Currency"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\GeneralFilterExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\NavigationExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\UniqidExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\LanguageSwitcherExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\ProductPageExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\NewsExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\Extension\PrintCatalogExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.string"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="doctrine.twig.doctrine_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="knp_paginator.twig.extension.pagination"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.webprofiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="webpack_encore.twig_entry_files_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Web2PrintToolsBundle\Twig\OutputChannelExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\DocumentHelperExtensions"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\PrintCatalogExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\HelpersExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\DocumentEditableExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\SubrequestExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\PimcoreObjectExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\PimcoreToolExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\NavigationExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\HeaderExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\AssetCompressExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\WebsiteConfigExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\DumpExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\CacheExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\CacheTagExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\AssetHelperExtensions"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\DataObjectHelperExtensions"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\DocumentHelperExtensions"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Pimcore\Twig\Extension\ImageThumbnailExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Twig\Extension\SandboxExtension"/>
      </call>
      <call method="addGlobal">
        <argument>app</argument>
        <argument type="service" id="twig.app_variable"/>
      </call>
      <call method="addRuntimeLoader">
        <argument type="service" id="twig.runtime_loader"/>
      </call>
      <call method="addGlobal">
        <argument>pimcore_csrf</argument>
        <argument type="service" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
      </call>
      <call method="addGlobal">
        <argument>pimcore_csp</argument>
        <argument type="service" id="Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"/>
      </call>
      <call method="addGlobal">
        <argument>container</argument>
        <argument type="service" id="service_container"/>
      </call>
      <call method="addGlobal">
        <argument>document</argument>
        <argument>null</argument>
      </call>
      <call method="addGlobal">
        <argument>editmode</argument>
        <argument>false</argument>
      </call>
      <call method="registerUndefinedFilterCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFilter</argument>
        </argument>
      </call>
      <call method="registerUndefinedFunctionCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFunction</argument>
        </argument>
      </call>
      <call method="registerUndefinedTokenParserCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestTag</argument>
        </argument>
      </call>
      <configurator service="twig.configurator.environment" method="configure"/>
    </service>
    <service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable">
      <call method="setEnvironment">
        <argument>dev</argument>
      </call>
      <call method="setDebug">
        <argument>true</argument>
      </call>
      <call method="setTokenStorage">
        <argument type="service" id="security.token_storage" on-invalid="ignore"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack" on-invalid="ignore"/>
      </call>
      <call method="setLocaleSwitcher">
        <argument type="service" id="translation.locale_switcher" on-invalid="ignore"/>
      </call>
      <call method="setEnabledLocales">
        <argument type="collection"/>
      </call>
    </service>
    <service id="twig.template_iterator" class="Symfony\Bundle\TwigBundle\TemplateIterator">
      <argument type="service" id="kernel"/>
      <argument type="collection">
        <argument key="/home/partarti/public_html/my-project/templates">App</argument>
        <argument key="/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Email">email</argument>
        <argument key="/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Form">null</argument>
      </argument>
      <argument>/home/partarti/public_html/my-project/templates</argument>
      <argument type="collection"/>
    </service>
    <service id="twig.template_cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <tag name="container.service_subscriber" id="twig"/>
      <argument type="service" id=".service_locator.etVElvN.twig.template_cache_warmer"/>
      <argument type="service" id="twig.template_iterator"/>
    </service>
    <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
      <tag name="twig.loader"/>
      <argument type="collection"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/templates</argument>
        <argument>App</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>!Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>!Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>!DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/views</argument>
        <argument>SchebTwoFactor</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/scheb/2fa-bundle/Resources/views</argument>
        <argument>!SchebTwoFactor</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/templates</argument>
        <argument>KnpPaginator</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/knplabs/knp-paginator-bundle/templates</argument>
        <argument>!KnpPaginator</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/debug-bundle/Resources/views</argument>
        <argument>Debug</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/debug-bundle/Resources/views</argument>
        <argument>!Debug</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/web-profiler-bundle/Resources/views</argument>
        <argument>WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/web-profiler-bundle/Resources/views</argument>
        <argument>!WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/templates</argument>
        <argument>PimcoreAdmin</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/templates</argument>
        <argument>!PimcoreAdmin</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/templates</argument>
        <argument>PimcorePersonalization</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/personalization-bundle/templates</argument>
        <argument>!PimcorePersonalization</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/views</argument>
        <argument>PimcoreEcommerceFramework</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/views</argument>
        <argument>!PimcoreEcommerceFramework</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/templates</argument>
        <argument>PimcoreGoogleMarketing</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/google-marketing-bundle/templates</argument>
        <argument>!PimcoreGoogleMarketing</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/views</argument>
        <argument>PimcoreCustomerManagementFramework</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Resources/views</argument>
        <argument>!PimcoreCustomerManagementFramework</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/templates</argument>
        <argument>PimcoreSeo</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/SeoBundle/templates</argument>
        <argument>!PimcoreSeo</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/views</argument>
        <argument>PimcoreDataHub</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Resources/views</argument>
        <argument>!PimcoreDataHub</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/templates</argument>
        <argument>PimcoreWebToPrint</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/web-to-print-bundle/templates</argument>
        <argument>!PimcoreWebToPrint</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/templates</argument>
        <argument>PimcoreCore</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/templates</argument>
        <argument>!PimcoreCore</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/templates</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>email</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>!email</argument>
      </call>
      <call method="addPath">
        <argument>/home/partarti/public_html/my-project/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </call>
    </service>
    <service id="twig.loader.chain" class="Twig\Loader\ChainLoader"/>
    <service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="twig.profile" class="Twig\Profiler\Profile"/>
    <service id="data_collector.twig" class="Symfony\Bridge\Twig\DataCollector\TwigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/twig.html.twig" id="twig" priority="257"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.trans" class="Symfony\Bridge\Twig\Extension\TranslationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="null"/>
    </service>
    <service id="twig.extension.assets" class="Symfony\Bridge\Twig\Extension\AssetExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="assets.packages"/>
    </service>
    <service id="twig.extension.code" class="Symfony\Bridge\Twig\Extension\CodeExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <argument>UTF-8</argument>
    </service>
    <service id="twig.extension.routing" class="Symfony\Bridge\Twig\Extension\RoutingExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="cmf_routing.router"/>
    </service>
    <service id="twig.extension.yaml" class="Symfony\Bridge\Twig\Extension\YamlExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.debug.stopwatch" class="Symfony\Bridge\Twig\Extension\StopwatchExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument>true</argument>
    </service>
    <service id="twig.extension.expression" class="Symfony\Bridge\Twig\Extension\ExpressionExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.htmlsanitizer" class="Symfony\Bridge\Twig\Extension\HtmlSanitizerExtension">
      <tag name="twig.extension"/>
      <argument type="service" id=".service_locator.dPWiJIR"/>
    </service>
    <service id="twig.extension.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.runtime.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="fragment.handler"/>
      <argument type="service" id="fragment.uri_generator" on-invalid="ignore"/>
    </service>
    <service id="twig.extension.httpfoundation" class="Symfony\Bridge\Twig\Extension\HttpFoundationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="url_helper"/>
    </service>
    <service id="twig.extension.debug" class="Twig\Extension\DebugExtension"/>
    <service id="twig.extension.weblink" class="Symfony\Bridge\Twig\Extension\WebLinkExtension">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="twig.translation.extractor" class="Symfony\Bridge\Twig\Translation\TwigExtractor">
      <tag name="translation.extractor" alias="twig"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.configurator.environment" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator">
      <argument>F j, Y H:i</argument>
      <argument>%d days</argument>
      <argument>null</argument>
      <argument>0</argument>
      <argument>.</argument>
      <argument>,</argument>
    </service>
    <service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
      <argument type="service" id=".service_locator.q72PDWQ"/>
    </service>
    <service id="twig.error_renderer.html" class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer">
      <argument type="service" id="twig"/>
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service">
        <service class="bool">
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="twig.runtime.serializer" class="Symfony\Bridge\Twig\Extension\SerializerRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="serializer"/>
    </service>
    <service id="twig.extension.serializer" class="Symfony\Bridge\Twig\Extension\SerializerExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="controller.template_attribute_listener" class="Symfony\Bridge\Twig\EventListener\TemplateAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="null"/>
    </service>
    <service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine">
      <tag name="kernel.reset" method="reset"/>
      <argument>%twig.form.resources%</argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.form.renderer" class="Symfony\Component\Form\FormRenderer">
      <tag name="twig.runtime"/>
      <argument type="service" id="twig.form.engine"/>
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
    </service>
    <service id="twig.command.debug" class="Symfony\Bridge\Twig\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <argument>%kernel.bundles_metadata%</argument>
      <argument>/home/partarti/public_html/my-project/templates</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Show a list of twig functions, filters, globals and tests</argument>
      </call>
    </service>
    <service id="twig.command.lint" class="Symfony\Bundle\TwigBundle\Command\LintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument>*.twig</argument>
      </argument>
      <call method="setName">
        <argument>lint:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a Twig template and outputs encountered errors</argument>
      </call>
    </service>
    <service id="twig.mailer.message_listener" class="Symfony\Component\Mailer\EventListener\MessageListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument type="service" id="twig.mime_body_renderer"/>
    </service>
    <service id="twig.mime_body_renderer" class="Symfony\Bridge\Twig\Mime\BodyRenderer">
      <argument key="0" type="service" id="twig"/>
      <argument key="localeSwitcher" type="service" id="translation.locale_switcher" on-invalid="ignore"/>
    </service>
    <service id="twig.missing_extension_suggestor" class="Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor"/>
    <service id="twig.extension.string" class="Twig\Extra\String\StringExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="monolog.logger" class="Monolog\Logger">
      <argument>app</argument>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger_prototype" class="Monolog\Logger" abstract="true">
      <argument></argument>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.activation_strategy.not_found" class="Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy" abstract="true"/>
    <service id="monolog.handler.fingers_crossed.error_level_activation_strategy" class="Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy" abstract="true"/>
    <service id="monolog.formatter.chrome_php" class="Monolog\Formatter\ChromePHPFormatter"/>
    <service id="monolog.formatter.gelf_message" class="Monolog\Formatter\GelfMessageFormatter"/>
    <service id="monolog.formatter.html" class="Monolog\Formatter\HtmlFormatter"/>
    <service id="monolog.formatter.json" class="Monolog\Formatter\JsonFormatter"/>
    <service id="monolog.formatter.line" class="Monolog\Formatter\LineFormatter"/>
    <service id="monolog.formatter.loggly" class="Monolog\Formatter\LogglyFormatter"/>
    <service id="monolog.formatter.normalizer" class="Monolog\Formatter\NormalizerFormatter"/>
    <service id="monolog.formatter.scalar" class="Monolog\Formatter\ScalarFormatter"/>
    <service id="monolog.formatter.wildfire" class="Monolog\Formatter\WildfireFormatter"/>
    <service id="monolog.formatter.logstash" class="Monolog\Formatter\LogstashFormatter">
      <argument>app</argument>
    </service>
    <service id="monolog.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="monolog.processor.psr_log_message" class="Monolog\Processor\PsrLogMessageProcessor"/>
    <service id="monolog.handler.usage" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/var/log/usage.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.update_payment" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/var/log/update_payment.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.redirect" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/var/log/redirect.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.main" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/var/log/dev-debug.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.error" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/var/log/dev-error.log</argument>
      <argument>error</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.console" class="Symfony\Bridge\Monolog\Handler\ConsoleHandler">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument>true</argument>
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="data_collector.doctrine" class="Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector">
      <tag name="data_collector" template="@Doctrine/Collector/db.html.twig" id="db" priority="250"/>
      <argument type="service" id="doctrine"/>
      <argument>true</argument>
      <argument type="service" id="doctrine.debug_data_holder" on-invalid="null"/>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Doctrine\Bundle\DoctrineBundle\ConnectionFactory">
      <argument>%doctrine.dbal.connection_factory.types%</argument>
      <argument type="service" id="doctrine.dbal.connection_factory.dsn_parser"/>
    </service>
    <service id="doctrine.dbal.connection_factory.dsn_parser" class="Doctrine\DBAL\Tools\DsnParser">
      <argument type="collection">
        <argument key="db2">ibm_db2</argument>
        <argument key="mssql">pdo_sqlsrv</argument>
        <argument key="mysql">pdo_mysql</argument>
        <argument key="mysql2">pdo_mysql</argument>
        <argument key="postgres">pdo_pgsql</argument>
        <argument key="postgresql">pdo_pgsql</argument>
        <argument key="pgsql">pdo_pgsql</argument>
        <argument key="sqlite">pdo_sqlite</argument>
        <argument key="sqlite3">pdo_sqlite</argument>
      </argument>
    </service>
    <service id="doctrine.dbal.connection" class="Doctrine\DBAL\Connection" abstract="true">
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="doctrine.dbal.connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager" abstract="true">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.connection.configuration" class="Doctrine\DBAL\Configuration" abstract="true"/>
    <service id="doctrine" class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="service_container"/>
      <argument>%doctrine.connections%</argument>
      <argument>%doctrine.entity_managers%</argument>
      <argument>default</argument>
      <argument>pimcore</argument>
    </service>
    <service id="doctrine.twig.doctrine_extension" class="Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="doctrine.dbal.schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager" abstract="true"/>
    <service id="doctrine.dbal.well_known_schema_asset_filter" class="Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter">
      <argument type="collection"/>
    </service>
    <service id="doctrine.database_create_command" class="Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:create</argument>
      </call>
    </service>
    <service id="doctrine.database_drop_command" class="Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:drop</argument>
      </call>
    </service>
    <service id="doctrine.query_sql_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand">
      <tag name="console.command" command="doctrine:query:sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>doctrine:query:sql</argument>
      </call>
    </service>
    <service id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" class="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand">
      <tag name="console.command" command="dbal:run-sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>dbal:run-sql</argument>
      </call>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController" class="Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController" public="true">
      <tag name="controller.service_arguments"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="profiler"/>
    </service>
    <service id="doctrine.dbal.default_schema_manager_factory" class="Doctrine\DBAL\Schema\DefaultSchemaManagerFactory"/>
    <service id="doctrine.dbal.legacy_schema_manager_factory" class="Doctrine\DBAL\Schema\LegacySchemaManagerFactory"/>
    <service id="doctrine.dbal.default_connection.configuration" class="Doctrine\DBAL\Configuration">
      <call method="setSchemaManagerFactory">
        <argument type="service" id="doctrine.dbal.legacy_schema_manager_factory"/>
      </call>
      <call method="setSchemaAssetsFilter">
        <argument type="service" id="doctrine.dbal.default_schema_asset_filter_manager"/>
      </call>
      <call method="setMiddlewares">
        <argument type="collection">
          <argument type="service" id="doctrine.dbal.logging_middleware.default"/>
          <argument type="service" id="doctrine.dbal.debug_middleware.default"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator.527PgNY"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobRunStatusChangeSubscriber</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onSchemaCreateTable</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_token_provider_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.pdo_session_handler_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.lock_store_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>doctrine.orm.pimcore_listeners.attach_entity_listeners</argument>
        </argument>
      </argument>
    </service>
    <service id="doctrine.dbal.default_connection" class="Doctrine\DBAL\Connection" public="true">
      <argument type="collection">
        <argument key="driver">pdo_mysql</argument>
        <argument key="charset">UTF8MB4</argument>
        <argument key="idle_connection_ttl">600</argument>
        <argument key="host">localhost</argument>
        <argument key="port">null</argument>
        <argument key="user">root</argument>
        <argument key="password">null</argument>
        <argument key="driverOptions" type="collection">
          <argument key="1002">SET sql_mode = '';</argument>
        </argument>
        <argument key="defaultTableOptions" type="collection">
          <argument key="charset">UTF8MB4</argument>
          <argument key="engine">InnoDB</argument>
          <argument key="collate">utf8mb4_general_ci</argument>
        </argument>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <argument type="collection"/>
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" class="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider">
      <argument type="service">
        <service class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
          <tag name="kernel.reset" method="reset"/>
          <argument type="service" id="service_container"/>
          <argument>%doctrine.connections%</argument>
          <argument>%doctrine.entity_managers%</argument>
          <argument>default</argument>
          <argument>pimcore</argument>
        </service>
      </argument>
    </service>
    <service id="doctrine.dbal.connection_expiries" class="ArrayObject"/>
    <service id="doctrine.dbal.logging_middleware" class="Doctrine\DBAL\Logging\Middleware" abstract="true">
      <tag name="monolog.logger" channel="doctrine"/>
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.debug_data_holder" class="Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder">
      <tag name="kernel.reset" method="reset"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.dbal.debug_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </service>
    <service id="messenger.middleware.doctrine_transaction" class="Symfony\Bridge\Doctrine\Messenger\DoctrineTransactionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_ping_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_close_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrineCloseConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_open_transaction_logger" class="Symfony\Bridge\Doctrine\Messenger\DoctrineOpenTransactionLoggerMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager" class="Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.transport.doctrine.factory" class="Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.messenger.doctrine_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <tag name="doctrine.event_listener" event="onSchemaCreateTable"/>
      <argument type="tagged_iterator" tag="messenger.receiver"/>
    </service>
    <service id=".1_ServiceLocator~F3fIWnm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.proxy_cache_warmer" class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type_guesser.doctrine" class="Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.entity" class="Symfony\Bridge\Doctrine\Form\Type\EntityType">
      <tag name="form.type" alias="entity"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.configuration" class="Doctrine\ORM\Configuration" abstract="true"/>
    <service id="doctrine.orm.entity_manager.abstract" class="Doctrine\ORM\EntityManager" lazy="true" abstract="true"/>
    <service id="doctrine.orm.container_repository_factory" class="Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory">
      <argument type="service" id=".service_locator.Xbsa8iG"/>
    </service>
    <service id="doctrine.orm.manager_configurator.abstract" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator" abstract="true">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.validator.unique" class="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator">
      <tag name="validator.constraint_validator" alias="doctrine.orm.validator.unique"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.validator_initializer" class="Symfony\Bridge\Doctrine\Validator\DoctrineInitializer">
      <tag name="validator.initializer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.security.user.provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.listeners.resolve_target_entity" class="Doctrine\ORM\Tools\ResolveTargetEntityListener"/>
    <service id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="collection">
        <argument type="service" id="pimcore.cache.adapter.doctrine_dbal"/>
      </argument>
    </service>
    <service id="doctrine.orm.listeners.doctrine_token_provider_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="security.remember_me_handler"/>
    </service>
    <service id="doctrine.orm.listeners.pdo_session_handler_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\PdoSessionHandlerSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="service" id="session.handler.native"/>
    </service>
    <service id="doctrine.orm.listeners.lock_store_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="lock.store"/>
    </service>
    <service id="doctrine.orm.naming_strategy.default" class="Doctrine\ORM\Mapping\DefaultNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore_number_aware" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy">
      <argument>0</argument>
      <argument>true</argument>
    </service>
    <service id="doctrine.orm.quote_strategy.default" class="Doctrine\ORM\Mapping\DefaultQuoteStrategy"/>
    <service id="doctrine.orm.quote_strategy.ansi" class="Doctrine\ORM\Mapping\AnsiQuoteStrategy"/>
    <service id="doctrine.orm.typed_field_mapper.default" class="Doctrine\ORM\Mapping\DefaultTypedFieldMapper"/>
    <service id="doctrine.ulid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument type="service" id="ulid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.uuid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument type="service" id="uuid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.orm.command.entity_manager_provider" class="Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver" class="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">
      <tag name="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" priority="110">controller.argument_value_resolver</tag>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="doctrine.orm.entity_value_resolver.expression_language" on-invalid="ignore"/>
      <argument type="service">
        <service class="Symfony\Bridge\Doctrine\Attribute\MapEntity">
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>false</argument>
        </service>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage"/>
    <service id="doctrine.cache_clear_metadata_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand">
      <tag name="console.command" command="doctrine:cache:clear-metadata"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-metadata</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_query_cache_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand">
      <tag name="console.command" command="doctrine:cache:clear-query"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_result_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand">
      <tag name="console.command" command="doctrine:cache:clear-result"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-result</argument>
      </call>
    </service>
    <service id="doctrine.cache_collection_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-collection-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-collection-region</argument>
      </call>
    </service>
    <service id="doctrine.schema_create_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand">
      <tag name="console.command" command="doctrine:schema:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:create</argument>
      </call>
    </service>
    <service id="doctrine.schema_drop_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand">
      <tag name="console.command" command="doctrine:schema:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:drop</argument>
      </call>
    </service>
    <service id="doctrine.clear_entity_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-entity-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-entity-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_info_command" class="Doctrine\ORM\Tools\Console\Command\InfoCommand">
      <tag name="console.command" command="doctrine:mapping:info"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:info</argument>
      </call>
    </service>
    <service id="doctrine.clear_query_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-query-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query-region</argument>
      </call>
    </service>
    <service id="doctrine.query_dql_command" class="Doctrine\ORM\Tools\Console\Command\RunDqlCommand">
      <tag name="console.command" command="doctrine:query:dql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:query:dql</argument>
      </call>
    </service>
    <service id="doctrine.schema_update_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand">
      <tag name="console.command" command="doctrine:schema:update"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:update</argument>
      </call>
    </service>
    <service id="doctrine.schema_validate_command" class="Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand">
      <tag name="console.command" command="doctrine:schema:validate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:validate</argument>
      </call>
    </service>
    <service id="doctrine.orm.pimcore_configuration" class="Doctrine\ORM\Configuration">
      <tag name="doctrine.orm.configuration"/>
      <call method="setEntityNamespaces">
        <argument type="collection">
          <argument key="PimcoreGenericExecutionEngineBundle">Pimcore\Bundle\GenericExecutionEngineBundle\Entity</argument>
        </argument>
      </call>
      <call method="setMetadataCache">
        <argument type="service" id="cache.doctrine.orm.pimcore.metadata"/>
      </call>
      <call method="setQueryCache">
        <argument type="service" id="cache.doctrine.orm.pimcore.query"/>
      </call>
      <call method="setResultCache">
        <argument type="service" id="cache.doctrine.orm.pimcore.result"/>
      </call>
      <call method="setMetadataDriverImpl">
        <argument type="service" id=".doctrine.orm.pimcore_metadata_driver"/>
      </call>
      <call method="setProxyDir">
        <argument>/home/partarti/public_html/my-project/var/cache/dev/doctrine/orm/Proxies</argument>
      </call>
      <call method="setProxyNamespace">
        <argument>Proxies</argument>
      </call>
      <call method="setAutoGenerateProxyClasses">
        <argument>false</argument>
      </call>
      <call method="setSchemaIgnoreClasses">
        <argument type="collection"/>
      </call>
      <call method="setClassMetadataFactoryName">
        <argument>Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory</argument>
      </call>
      <call method="setDefaultRepositoryClassName">
        <argument>Doctrine\ORM\EntityRepository</argument>
      </call>
      <call method="setNamingStrategy">
        <argument type="service" id="doctrine.orm.naming_strategy.default"/>
      </call>
      <call method="setQuoteStrategy">
        <argument type="service" id="doctrine.orm.quote_strategy.default"/>
      </call>
      <call method="setTypedFieldMapper">
        <argument type="service" id="doctrine.orm.typed_field_mapper.default"/>
      </call>
      <call method="setEntityListenerResolver">
        <argument type="service" id="doctrine.orm.pimcore_entity_listener_resolver"/>
      </call>
      <call method="setLazyGhostObjectEnabled">
        <argument>true</argument>
      </call>
      <call method="setIdentityGenerationPreferences">
        <argument type="collection"/>
      </call>
      <call method="setRepositoryFactory">
        <argument type="service" id="doctrine.orm.container_repository_factory"/>
      </call>
    </service>
    <service id="doctrine.orm.pimcore_attribute_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
      <argument type="collection">
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle/src/Entity</argument>
      </argument>
      <argument>true</argument>
    </service>
    <service id="cache.doctrine.orm.pimcore.metadata" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.pimcore.result" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <argument type="service" id="cache.doctrine.orm.pimcore.result.recorder_inner"/>
    </service>
    <service id="cache.doctrine.orm.pimcore.query" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <argument type="service" id="cache.doctrine.orm.pimcore.query.recorder_inner"/>
    </service>
    <service id="doctrine.orm.pimcore_entity_listener_resolver" class="Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.orm.pimcore_listeners.attach_entity_listeners" class="Doctrine\ORM\Tools\AttachEntityListenersListener">
      <tag name="doctrine.event_listener" event="loadClassMetadata" connection="default"/>
    </service>
    <service id="doctrine.orm.pimcore_manager_configurator" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.pimcore_entity_manager" class="Doctrine\ORM\EntityManager" public="true" lazy="true">
      <tag name="container.preload" class="Doctrine\ORM\Proxy\Autoloader"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="doctrine.orm.pimcore_configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <configurator service="doctrine.orm.pimcore_manager_configurator" method="configure"/>
    </service>
    <service id="doctrine.orm.pimcore_entity_manager.property_info_extractor" class="Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor">
      <tag name="property_info.list_extractor" priority="-1001"/>
      <tag name="property_info.type_extractor" priority="-999"/>
      <tag name="property_info.access_extractor" priority="-999"/>
      <argument type="service" id="doctrine.orm.pimcore_entity_manager"/>
    </service>
    <service id="doctrine.orm.pimcore_entity_manager.validator_loader" class="Symfony\Bridge\Doctrine\Validator\DoctrineLoader">
      <tag name="validator.auto_mapper" priority="-100"/>
      <argument type="service" id="doctrine.orm.pimcore_entity_manager"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.migrations.dependency_factory" class="Doctrine\Migrations\DependencyFactory" constructor="fromConnection">
      <argument type="service" id="doctrine.migrations.configuration_loader"/>
      <argument type="service" id="doctrine.migrations.connection_registry_loader"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <call method="setDefinition">
        <argument>Doctrine\Migrations\Version\Comparator</argument>
        <argument type="service_closure" id="Pimcore\Migrations\DirectoryAwareVersionComparator"/>
      </call>
      <call method="setDefinition">
        <argument>Doctrine\Migrations\Version\MigrationFactory</argument>
        <argument type="service_closure" id="doctrine.migrations.container_aware_migrations_factory"/>
      </call>
      <call method="setDefinition">
        <argument>Doctrine\Migrations\MigrationsRepository</argument>
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setDefinition">
        <argument>Doctrine\Migrations\Metadata\Storage\MetadataStorage</argument>
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
    </service>
    <service id="doctrine.migrations.configuration_loader" class="Doctrine\Migrations\Configuration\Migration\ExistingConfiguration">
      <argument type="service" id="doctrine.migrations.configuration"/>
    </service>
    <service id="doctrine.migrations.connection_loader" class="Doctrine\Migrations\Configuration\Connection\ExistingConnection"/>
    <service id="doctrine.migrations.em_loader" class="Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager"/>
    <service id="doctrine.migrations.entity_manager_registry_loader" class="Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.migrations.connection_registry_loader" class="Doctrine\Migrations\Configuration\Connection\ConnectionRegistryConnection" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
    </service>
    <service id="doctrine.migrations.configuration" class="Doctrine\Migrations\Configuration\Configuration">
      <call method="addMigrationsDirectory">
        <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Migrations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Migrations</argument>
      </call>
      <call method="addMigrationsDirectory">
        <argument>OutputDataConfigToolkitBundle\Migrations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/output-data-config-toolkit-bundle/src/Migrations</argument>
      </call>
      <call method="addMigrationsDirectory">
        <argument>Pimcore\Bundle\GenericExecutionEngineBundle\Migrations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/GenericExecutionEngineBundle/src/Migrations</argument>
      </call>
      <call method="addMigrationsDirectory">
        <argument>Pimcore\Bundle\CoreBundle\Migrations</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/pimcore/bundles/CoreBundle/src/Migrations</argument>
      </call>
      <call method="addMigrationsDirectory">
        <argument>CustomerManagementFrameworkBundle\Migrations\PimcoreX</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/customer-management-framework-bundle/src/Migrations/PimcoreX</argument>
      </call>
      <call method="addMigrationsDirectory">
        <argument>Pimcore\Bundle\DataHubBundle\Migrations\PimcoreX</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/data-hub/src/Migrations/PimcoreX</argument>
      </call>
      <call method="addMigrationsDirectory">
        <argument>Web2PrintToolsBundle\Migrations\PimcoreX</argument>
        <argument>/home/partarti/public_html/my-project/vendor/pimcore/web2print-tools-bundle/src/Migrations/PimcoreX</argument>
      </call>
      <call method="setAllOrNothing">
        <argument>false</argument>
      </call>
      <call method="setCheckDatabasePlatform">
        <argument>false</argument>
      </call>
      <call method="setTransactional">
        <argument>true</argument>
      </call>
      <call method="setMetadataStorageConfiguration">
        <argument type="service" id="doctrine.migrations.storage.table_storage"/>
      </call>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory" class="Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory">
      <tag name="container.decorator" id="doctrine.migrations.migrations_factory" inner="doctrine.migrations.container_aware_migrations_factory.inner"/>
      <argument type="service" id="doctrine.migrations.container_aware_migrations_factory.inner"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine_migrations.diff_command" class="Doctrine\Migrations\Tools\Console\Command\DiffCommand">
      <tag name="console.command" command="doctrine:migrations:diff"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:diff</argument>
      <call method="setName">
        <argument>doctrine:migrations:diff</argument>
      </call>
      <call method="setDescription">
        <argument>Generate a migration by comparing your current database to your mapping information.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.sync_metadata_command" class="Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand">
      <tag name="console.command" command="doctrine:migrations:sync-metadata-storage"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <call method="setName">
        <argument>doctrine:migrations:sync-metadata-storage</argument>
      </call>
      <call method="setDescription">
        <argument>Ensures that the metadata storage is at the latest version.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.versions_command" class="Doctrine\Migrations\Tools\Console\Command\ListCommand">
      <tag name="console.command" command="doctrine:migrations:list"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:versions</argument>
      <call method="setName">
        <argument>doctrine:migrations:list</argument>
      </call>
      <call method="setDescription">
        <argument>Display a list of all available migrations and their status.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.current_command" class="Doctrine\Migrations\Tools\Console\Command\CurrentCommand">
      <tag name="console.command" command="doctrine:migrations:current"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:current</argument>
      <call method="setName">
        <argument>doctrine:migrations:current</argument>
      </call>
      <call method="setDescription">
        <argument>Outputs the current version</argument>
      </call>
    </service>
    <service id="doctrine_migrations.dump_schema_command" class="Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand">
      <tag name="console.command" command="doctrine:migrations:dump-schema"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:dump-schema</argument>
      <call method="setName">
        <argument>doctrine:migrations:dump-schema</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the schema for your database to a migration.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.execute_command" class="Doctrine\Migrations\Tools\Console\Command\ExecuteCommand">
      <tag name="console.command" command="doctrine:migrations:execute"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:execute</argument>
      <call method="setName">
        <argument>doctrine:migrations:execute</argument>
      </call>
      <call method="setDescription">
        <argument>Execute one or more migration versions up or down manually.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.generate_command" class="Doctrine\Migrations\Tools\Console\Command\GenerateCommand">
      <tag name="console.command" command="doctrine:migrations:generate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:generate</argument>
      <call method="setName">
        <argument>doctrine:migrations:generate</argument>
      </call>
      <call method="setDescription">
        <argument>Generate a blank migration class.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.latest_command" class="Doctrine\Migrations\Tools\Console\Command\LatestCommand">
      <tag name="console.command" command="doctrine:migrations:latest"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:latest</argument>
      <call method="setName">
        <argument>doctrine:migrations:latest</argument>
      </call>
      <call method="setDescription">
        <argument>Outputs the latest version</argument>
      </call>
    </service>
    <service id="doctrine_migrations.migrate_command" class="Doctrine\Migrations\Tools\Console\Command\MigrateCommand">
      <tag name="console.command" command="doctrine:migrations:migrate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:migrate</argument>
      <call method="setName">
        <argument>doctrine:migrations:migrate</argument>
      </call>
      <call method="setDescription">
        <argument>Execute a migration to a specified version or the latest available version.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.rollup_command" class="Doctrine\Migrations\Tools\Console\Command\RollupCommand">
      <tag name="console.command" command="doctrine:migrations:rollup"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:rollup</argument>
      <call method="setName">
        <argument>doctrine:migrations:rollup</argument>
      </call>
      <call method="setDescription">
        <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.status_command" class="Doctrine\Migrations\Tools\Console\Command\StatusCommand">
      <tag name="console.command" command="doctrine:migrations:status"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:status</argument>
      <call method="setName">
        <argument>doctrine:migrations:status</argument>
      </call>
      <call method="setDescription">
        <argument>View the status of a set of migrations.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.up_to_date_command" class="Doctrine\Migrations\Tools\Console\Command\UpToDateCommand">
      <tag name="console.command" command="doctrine:migrations:up-to-date"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:up-to-date</argument>
      <call method="setName">
        <argument>doctrine:migrations:up-to-date</argument>
      </call>
      <call method="setDescription">
        <argument>Tells you if your schema is up-to-date.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.version_command" class="Doctrine\Migrations\Tools\Console\Command\VersionCommand">
      <tag name="console.command" command="doctrine:migrations:version"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:version</argument>
      <call method="setName">
        <argument>doctrine:migrations:version</argument>
      </call>
      <call method="setDescription">
        <argument>Manually add and delete migration versions from the version table.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.schema_filter_listener" class="Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener">
      <tag name="doctrine.dbal.schema_filter" connection="default"/>
      <tag name="kernel.event_listener" event="console.command" method="onConsoleCommand"/>
      <tag name="container.no_preload"/>
      <argument>migration_versions</argument>
    </service>
    <service id="doctrine.migrations.storage.table_storage" class="Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration">
      <call method="setTableName">
        <argument>migration_versions</argument>
      </call>
      <call method="setVersionColumnName">
        <argument>version</argument>
      </call>
      <call method="setVersionColumnLength">
        <argument>1024</argument>
      </call>
      <call method="setExecutedAtColumnName">
        <argument>executed_at</argument>
      </call>
      <call method="setExecutionTimeColumnName">
        <argument>execution_time</argument>
      </call>
    </service>
    <service id="cmf_routing.enhancer.route_content" class="Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer">
      <tag name="dynamic_router_route_enhancer" priority="100"/>
      <argument>_route_object</argument>
      <argument>_content</argument>
    </service>
    <service id="cmf_routing.enhancer.default_controller" class="Symfony\Cmf\Component\Routing\Enhancer\FieldPresenceEnhancer">
      <argument>null</argument>
      <argument>_controller</argument>
      <argument>null</argument>
    </service>
    <service id="cmf_routing.enhancer.explicit_template" class="Symfony\Cmf\Component\Routing\Enhancer\FieldPresenceEnhancer">
      <argument>_template</argument>
      <argument>_controller</argument>
      <argument>null</argument>
    </service>
    <service id="cmf_routing.enhancer.controllers_by_type" class="Symfony\Cmf\Component\Routing\Enhancer\FieldMapEnhancer">
      <argument>type</argument>
      <argument>_controller</argument>
      <argument type="collection"/>
    </service>
    <service id="cmf_routing.enhancer.controllers_by_class" class="Symfony\Cmf\Component\Routing\Enhancer\FieldByClassEnhancer">
      <argument>_content</argument>
      <argument>_controller</argument>
      <argument type="collection"/>
    </service>
    <service id="cmf_routing.enhancer.controller_for_templates_by_class" class="Symfony\Cmf\Component\Routing\Enhancer\FieldByClassEnhancer">
      <argument>_content</argument>
      <argument>_controller</argument>
      <argument type="collection"/>
    </service>
    <service id="cmf_routing.enhancer.templates_by_class" class="Symfony\Cmf\Component\Routing\Enhancer\FieldByClassEnhancer">
      <argument>_content</argument>
      <argument>_template</argument>
      <argument type="collection"/>
    </service>
    <service id="cmf_routing.enhancer.content_repository" class="Symfony\Cmf\Component\Routing\Enhancer\ContentRepositoryEnhancer">
      <argument type="service" id="cmf_routing.content_repository"/>
    </service>
    <service id="cmf_routing.dynamic_router" class="Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter">
      <argument type="service" id="router.request_context"/>
      <argument type="service" id="cmf_routing.nested_matcher"/>
      <argument type="service" id="cmf_routing.generator"/>
      <argument></argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      <argument type="service" id="Pimcore\Routing\DynamicRouteProvider"/>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="addRouteEnhancer">
        <argument type="service" id="cmf_routing.enhancer.route_content"/>
        <argument>100</argument>
      </call>
    </service>
    <service id="cmf_routing.nested_matcher" class="Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher">
      <argument type="service" id="Pimcore\Routing\DynamicRouteProvider"/>
      <argument type="service" id="cmf_routing.final_matcher"/>
    </service>
    <service id="cmf_routing.matcher.dummy_collection" class="Symfony\Component\Routing\RouteCollection"/>
    <service id="cmf_routing.matcher.dummy_context" class="Symfony\Component\Routing\RequestContext"/>
    <service id="cmf_routing.final_matcher" class="Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher">
      <argument type="service" id="cmf_routing.matcher.dummy_collection"/>
      <argument type="service" id="cmf_routing.matcher.dummy_context"/>
    </service>
    <service id="cmf_routing.generator" class="Symfony\Cmf\Component\Routing\ContentAwareGenerator">
      <argument type="service" id="Pimcore\Routing\DynamicRouteProvider"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
    </service>
    <service id="cmf_routing.redirect_controller" class="Symfony\Cmf\Bundle\RoutingBundle\Controller\RedirectController" public="true">
      <argument type="service" id="cmf_routing.router"/>
    </service>
    <service id="cmf_routing.router" class="Symfony\Cmf\Component\Routing\ChainRouter">
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <call method="setContext">
        <argument type="service" id="router.request_context"/>
      </call>
      <call method="add">
        <argument type="service" id="router.default"/>
        <argument type="string">300</argument>
      </call>
      <call method="add">
        <argument type="service" id="cmf_routing.dynamic_router"/>
        <argument type="string">200</argument>
      </call>
      <call method="add">
        <argument type="service" id="Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router"/>
        <argument>100</argument>
      </call>
      <call method="add">
        <argument type="service" id="Pimcore\Routing\Element\Router"/>
        <argument>110</argument>
      </call>
    </service>
    <service id="cmf_routing.route_type_form_type" class="Symfony\Cmf\Bundle\RoutingBundle\Form\Type\RouteTypeType">
      <tag name="form.type" alias="cmf_routing_route_type"/>
    </service>
    <service id="cmf_routing.validator.route_defaults" class="Symfony\Cmf\Bundle\RoutingBundle\Validator\Constraints\RouteDefaultsTwigValidator">
      <tag name="validator.constraint_validator" alias="cmf_routing.validator.route_defaults"/>
      <argument type="service" id="debug.controller_resolver"/>
      <argument type="service" id="twig.loader.native_filesystem" on-invalid="null"/>
    </service>
    <service id="scheb_two_factor.security.authenticator" class="Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">Authentication success handler</argument>
      <argument type="abstract">Authentication failure handler</argument>
      <argument type="abstract">Authentication required handler</argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="scheb_two_factor.security.authentication.trust_resolver" class="Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver">
      <tag name="container.decorator" id="security.authentication.trust_resolver" inner="scheb_two_factor.security.authentication.trust_resolver.inner"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver.inner"/>
    </service>
    <service id="scheb_two_factor.security.access.authenticated_voter" class="Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter">
      <tag name="security.voter" priority="249"/>
    </service>
    <service id="scheb_two_factor.security.access.access_decider" class="Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider">
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="scheb_two_factor.security.listener.token_created" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener">
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="scheb_two_factor.condition_registry"/>
      <argument type="service" id="scheb_two_factor.provider_initiator"/>
      <argument type="service" id="scheb_two_factor.authentication_context_factory"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="scheb_two_factor.security.listener.check_two_factor_code" class="Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="scheb_two_factor.security.listener.check_two_factor_code_reuse" class="Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeReuseListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument>60</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="scheb_two_factor.security.listener.throw_exception_on_two_factor_code_reuse" class="Scheb\TwoFactorBundle\Security\Http\EventListener\ThrowExceptionOnTwoFactorCodeReuseListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="scheb_two_factor.security.listener.suppress_remember_me" class="Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="scheb_two_factor.security.provider_preparation_listener" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener">
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">Firewall name</argument>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="scheb_two_factor.security.form_listener" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener">
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="scheb_two_factor.security.authentication_success_event_suppressor" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="scheb_two_factor.security.kernel_exception_listener" class="Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener">
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">Authentication required handler</argument>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="scheb_two_factor.security.access_listener" class="Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener">
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.access.access_decider"/>
    </service>
    <service id="scheb_two_factor.security.authentication.success_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.security.authentication.failure_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.security.authentication.authentication_required_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.null_csrf_token_manager" class="Scheb\TwoFactorBundle\Security\TwoFactor\Csrf\NullCsrfTokenManager"/>
    <service id="scheb_two_factor.security.firewall_config" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig">
      <argument type="collection"/>
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="scheb_two_factor.security.request_data_reader"/>
    </service>
    <service id="scheb_two_factor.security.request_data_reader" class="Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader"/>
    <service id="scheb_two_factor.persister_factory.doctrine" class="Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory">
      <argument type="service" id="doctrine" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="scheb_two_factor.persister.doctrine" class="Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister" lazy="true">
      <factory service="scheb_two_factor.persister_factory.doctrine" method="getPersister"/>
    </service>
    <service id="scheb_two_factor.provider_registry" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry">
      <argument type="iterator">
        <argument key="google" type="service" id="scheb_two_factor.security.google.provider"/>
      </argument>
    </service>
    <service id="scheb_two_factor.default_token_factory" class="Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory"/>
    <service id="scheb_two_factor.default_provider_decider" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderDecider"/>
    <service id="scheb_two_factor.authentication_context_factory" class="Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory">
      <argument>Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContext</argument>
    </service>
    <service id="scheb_two_factor.condition_registry" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry" lazy="true">
      <argument type="iterator">
        <argument type="service" id="scheb_two_factor.authenticated_token_condition"/>
        <argument type="service" id="scheb_two_factor.ip_whitelist_condition"/>
        <argument type="service" id="Pimcore\Bundle\AdminBundle\Security\PimcoreUserTwoFactorCondition"/>
      </argument>
    </service>
    <service id="scheb_two_factor.authenticated_token_condition" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition" lazy="true">
      <argument>%scheb_two_factor.security_tokens%</argument>
    </service>
    <service id="scheb_two_factor.ip_whitelist_condition" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition" lazy="true">
      <argument type="service" id="scheb_two_factor.default_ip_whitelist_provider"/>
    </service>
    <service id="scheb_two_factor.default_ip_whitelist_provider" class="Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider">
      <argument type="collection"/>
    </service>
    <service id="scheb_two_factor.provider_initiator" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator" lazy="true">
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.default_token_factory"/>
      <argument type="service" id="scheb_two_factor.default_provider_decider"/>
    </service>
    <service id="scheb_two_factor.firewall_context" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" public="true">
      <argument type="collection">
        <argument key="pimcore_admin" type="service" id="security.firewall_config.two_factor.pimcore_admin"/>
      </argument>
    </service>
    <service id="scheb_two_factor.provider_preparation_recorder" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder">
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="scheb_two_factor.form_controller" class="Scheb\TwoFactorBundle\Controller\FormController" public="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.firewall_context"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="scheb_two_factor.security.form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
      <argument type="service" id="twig"/>
      <argument>@SchebTwoFactor/Authentication/form.html.twig</argument>
    </service>
    <service id="scheb_two_factor.security.google_totp_factory" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleTotpFactory">
      <argument>Pimcore</argument>
      <argument>Pimcore</argument>
      <argument>6</argument>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="scheb_two_factor.security.google_authenticator" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator" public="true">
      <argument type="service" id="scheb_two_factor.security.google_totp_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>0</argument>
    </service>
    <service id="scheb_two_factor.security.google.default_form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
      <argument type="service" id="twig"/>
      <argument>@SchebTwoFactor/Authentication/form.html.twig</argument>
    </service>
    <service id="scheb_two_factor.security.google.provider" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorTwoFactorProvider">
      <tag name="scheb_two_factor.provider" alias="google"/>
      <argument type="service" id="scheb_two_factor.security.google_authenticator"/>
      <argument type="service" id="scheb_two_factor.security.google.default_form_renderer"/>
    </service>
    <service id="fos_js_routing.extractor" class="FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor" public="true">
      <argument type="service" id="cmf_routing.router"/>
      <argument type="collection"/>
      <argument>/home/partarti/public_html/my-project/var/cache/dev</argument>
      <argument>%kernel.bundles%</argument>
    </service>
    <service id="fos_js_routing.routes_response" class="FOS\JsRoutingBundle\Response\RoutesResponse" public="true"/>
    <service id="fos_js_routing.dump_command" class="FOS\JsRoutingBundle\Command\DumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="fos_js_routing.routes_response"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument>/home/partarti/public_html/my-project</argument>
      <argument>null</argument>
      <call method="setName">
        <argument>fos:js-routing:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Dumps exposed routes to the filesystem</argument>
      </call>
    </service>
    <service id="fos_js_routing.router_debug_exposed_command" class="FOS\JsRoutingBundle\Command\RouterDebugExposedCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="cmf_routing.router"/>
      <call method="setName">
        <argument>fos:js-routing:debug</argument>
      </call>
      <call method="setDescription">
        <argument>Displays currently exposed routes for an application</argument>
      </call>
    </service>
    <service id="fos_js_routing.controller" class="FOS\JsRoutingBundle\Controller\Controller" public="true">
      <argument type="service" id="fos_js_routing.routes_response"/>
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument>%fos_js_routing.cache_control%</argument>
      <argument>true</argument>
    </service>
    <service id="fos_js_routing.serializer" class="Symfony\Component\Serializer\Serializer" public="true">
      <argument type="collection">
        <argument type="service" id="fos_js_routing.normalizer.route_collection"/>
        <argument type="service" id="fos_js_routing.normalizer.routes_response"/>
        <argument type="service" id="fos_js_routing.denormalizer.route_collection"/>
      </argument>
      <argument type="collection">
        <argument key="json" type="service" id="fos_js_routing.encoder"/>
      </argument>
    </service>
    <service id="fos_js_routing.normalizer.route_collection" class="FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer"/>
    <service id="fos_js_routing.normalizer.routes_response" class="FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer"/>
    <service id="fos_js_routing.denormalizer.route_collection" class="FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer"/>
    <service id="fos_js_routing.encoder" class="Symfony\Component\Serializer\Encoder\JsonEncoder"/>
    <service id="flysystem.adapter.lazy.factory" class="League\FlysystemBundle\Lazy\LazyFactory">
      <argument type="service" id=".service_locator.0jjrjyx"/>
    </service>
    <service id="flysystem.adapter.pimcore.admin.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/var/admin</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>private</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.admin.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.admin.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.admin.storage"/>
      <argument type="collection">
        <argument key="visibility">private</argument>
        <argument key="directory_visibility">null</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.application_log.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/var/application-logger</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>private</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.application_log.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.application_log.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.application_log.storage"/>
      <argument type="collection">
        <argument key="visibility">private</argument>
        <argument key="directory_visibility">null</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.document_static.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/public/var/tmp/pages</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>public</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.document_static.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.document_static.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.document_static.storage"/>
      <argument type="collection">
        <argument key="visibility">public</argument>
        <argument key="directory_visibility">public</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.asset.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/public/var/assets</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>public</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.asset.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.asset.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.asset.storage"/>
      <argument type="collection">
        <argument key="visibility">public</argument>
        <argument key="directory_visibility">public</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.asset_cache.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/public/var/tmp/asset-cache</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>private</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.asset_cache.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.asset_cache.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.asset_cache.storage"/>
      <argument type="collection">
        <argument key="visibility">private</argument>
        <argument key="directory_visibility">null</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.thumbnail.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/public/var/tmp/thumbnails</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>public</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.thumbnail.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.thumbnail.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.thumbnail.storage"/>
      <argument type="collection">
        <argument key="visibility">public</argument>
        <argument key="directory_visibility">public</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.version.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/var/versions</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>private</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.version.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.version.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.version.storage"/>
      <argument type="collection">
        <argument key="visibility">private</argument>
        <argument key="directory_visibility">null</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.recycle_bin.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/var/recyclebin</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>private</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.recycle_bin.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.recycle_bin.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.recycle_bin.storage"/>
      <argument type="collection">
        <argument key="visibility">private</argument>
        <argument key="directory_visibility">null</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.email_log.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/var/email</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>private</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.email_log.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.email_log.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.email_log.storage"/>
      <argument type="collection">
        <argument key="visibility">private</argument>
        <argument key="directory_visibility">null</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="flysystem.adapter.pimcore.temp.storage" class="League\Flysystem\Local\LocalFilesystemAdapter">
      <argument>/home/partarti/public_html/my-project/var/tmp</argument>
      <argument type="service">
        <service class="League\Flysystem\UnixVisibility\PortableVisibilityConverter" shared="false" constructor="fromArray">
          <argument type="collection">
            <argument key="file" type="collection">
              <argument key="public">420</argument>
              <argument key="private">384</argument>
            </argument>
            <argument key="dir" type="collection">
              <argument key="public">493</argument>
              <argument key="private">448</argument>
            </argument>
          </argument>
          <argument>private</argument>
        </service>
      </argument>
      <argument>0</argument>
      <argument>2</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="pimcore.temp.storage" class="League\Flysystem\Filesystem">
      <tag name="flysystem.storage" storage="pimcore.temp.storage"/>
      <argument type="service" id="flysystem.adapter.pimcore.temp.storage"/>
      <argument type="collection">
        <argument key="visibility">private</argument>
        <argument key="directory_visibility">null</argument>
        <argument key="case_sensitive">true</argument>
        <argument key="disable_asserts">false</argument>
        <argument key="public_url">null</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="knp_paginator" class="Knp\Component\Pager\Paginator" public="true" lazy="true">
      <tag name="proxy" interface="Knp\Component\Pager\PaginatorInterface"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess"/>
      <argument type="service" id="doctrine.dbal.default_connection" on-invalid="null"/>
      <call method="setDefaultPaginatorOptions">
        <argument type="collection">
          <argument key="pageParameterName">page</argument>
          <argument key="sortFieldParameterName">sort</argument>
          <argument key="sortDirectionParameterName">direction</argument>
          <argument key="filterFieldParameterName">filterField</argument>
          <argument key="filterValueParameterName">filterValue</argument>
          <argument key="distinct">true</argument>
          <argument key="pageOutOfRange">ignore</argument>
          <argument key="defaultLimit">10</argument>
        </argument>
      </call>
    </service>
    <service id="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" class="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="knp_paginator.subscriber.paginate" class="Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sortable" class="Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.filtration" class="Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sliding_pagination" class="Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="container.hot_path"/>
      <argument type="collection">
        <argument key="defaultPaginationTemplate">@KnpPaginator/Pagination/sliding.html.twig</argument>
        <argument key="defaultRelLinksTemplate">@KnpPaginator/Pagination/rel_links.html.twig</argument>
        <argument key="defaultSortableTemplate">@KnpPaginator/Pagination/sortable_link.html.twig</argument>
        <argument key="defaultFiltrationTemplate">@KnpPaginator/Pagination/filtration.html.twig</argument>
        <argument key="defaultPageRange">5</argument>
        <argument key="defaultPageLimit">null</argument>
      </argument>
    </service>
    <service id="knp_paginator.helper.processor" class="Knp\Bundle\PaginatorBundle\Helper\Processor">
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="Pimcore\Translation\Translator" on-invalid="null"/>
    </service>
    <service id="knp_paginator.twig.extension.pagination" class="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime" class="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="knp_paginator.helper.processor"/>
      <argument>page</argument>
      <argument>false</argument>
    </service>
    <service id="twig.extension.dump" class="Symfony\Bridge\Twig\Extension\DumpExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="var_dumper.cloner"/>
      <argument type="service" id="var_dumper.html_dumper"/>
    </service>
    <service id="data_collector.dump" class="Symfony\Component\HttpKernel\DataCollector\DumpDataCollector" public="true">
      <tag name="data_collector" id="dump" template="@Debug/Profiler/dump.html.twig" priority="240"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
      <argument>UTF-8</argument>
      <argument type="service" id=".virtual_request_stack"/>
      <argument>null</argument>
    </service>
    <service id="debug.dump_listener" class="Symfony\Component\HttpKernel\EventListener\DumpListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="var_dumper.cloner"/>
      <argument type="service" id="var_dumper.contextualized_cli_dumper"/>
      <argument>null</argument>
    </service>
    <service id="var_dumper.cloner" class="Symfony\Component\VarDumper\Cloner\VarCloner" public="true">
      <call method="setMaxItems">
        <argument>2500</argument>
      </call>
      <call method="setMinDepth">
        <argument>1</argument>
      </call>
      <call method="setMaxString">
        <argument>-1</argument>
      </call>
      <call method="addCasters">
        <argument type="collection">
          <argument key="Closure">Symfony\Component\VarDumper\Caster\ReflectionCaster::unsetClosureFileInfo</argument>
        </argument>
      </call>
    </service>
    <service id="var_dumper.contextualized_cli_dumper" class="Symfony\Component\VarDumper\Dumper\ContextualizedDumper">
      <tag name="container.decorator" id="var_dumper.cli_dumper" inner="var_dumper.contextualized_cli_dumper.inner"/>
      <argument type="service" id="var_dumper.contextualized_cli_dumper.inner"/>
      <argument type="collection">
        <argument key="source" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider">
            <argument>UTF-8</argument>
            <argument>/home/partarti/public_html/my-project</argument>
            <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="var_dumper.html_dumper" class="Symfony\Component\VarDumper\Dumper\HtmlDumper">
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>0</argument>
      <call method="setDisplayOptions">
        <argument type="collection">
          <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
        </argument>
      </call>
    </service>
    <service id="var_dumper.server_connection" class="Symfony\Component\VarDumper\Server\Connection">
      <argument></argument>
      <argument type="collection">
        <argument key="source" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider">
            <argument>UTF-8</argument>
            <argument>/home/partarti/public_html/my-project</argument>
            <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
          </service>
        </argument>
        <argument key="request" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider">
            <argument type="service" id="request_stack"/>
          </service>
        </argument>
        <argument key="cli" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider"/>
        </argument>
      </argument>
    </service>
    <service id="var_dumper.dump_server" class="Symfony\Component\VarDumper\Server\DumpServer">
      <tag name="monolog.logger" channel="debug"/>
      <argument></argument>
      <argument type="service" id="monolog.logger.debug" on-invalid="null"/>
    </service>
    <service id="var_dumper.command.server_dump" class="Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="var_dumper.dump_server"/>
      <argument type="collection">
        <argument key="cli" type="service">
          <service class="Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor">
            <argument type="service" id="var_dumper.contextualized_cli_dumper.inner"/>
          </service>
        </argument>
        <argument key="html" type="service">
          <service class="Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor">
            <argument type="service" id="var_dumper.html_dumper"/>
          </service>
        </argument>
      </argument>
      <call method="setName">
        <argument>server:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Start a dump server that collects and displays dumps in a single place</argument>
      </call>
    </service>
    <service id="monolog.command.server_log" class="Symfony\Bridge\Monolog\Command\ServerLogCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>server:log</argument>
      </call>
      <call method="setDescription">
        <argument>Start a log server that displays logs in real time</argument>
      </call>
    </service>
    <service id="web_profiler.controller.profiler" class="Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController" public="true">
      <argument type="service" id="cmf_routing.router" on-invalid="null"/>
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument>%data_collector.templates%</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument>/home/partarti/public_html/my-project</argument>
    </service>
    <service id="web_profiler.controller.router" class="Symfony\Bundle\WebProfilerBundle\Controller\RouterController" public="true">
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="cmf_routing.router" on-invalid="null"/>
      <argument>null</argument>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
    </service>
    <service id="web_profiler.controller.exception_panel" class="Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController" public="true">
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service" id="profiler" on-invalid="null"/>
    </service>
    <service id="web_profiler.csp.handler" class="Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler">
      <argument type="service">
        <service class="Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator"/>
      </argument>
    </service>
    <service id="twig.extension.webprofiler" class="Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service">
        <service class="Symfony\Component\VarDumper\Dumper\HtmlDumper">
          <argument>null</argument>
          <argument>UTF-8</argument>
          <argument>1</argument>
          <call method="setDisplayOptions">
            <argument type="collection">
              <argument key="maxStringLength">4096</argument>
              <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter"/>
            </argument>
          </call>
        </service>
      </argument>
    </service>
    <service id="debug.file_link_formatter.url_format" class="string">
      <argument type="service" id="cmf_routing.router"/>
      <argument>_profiler_open_file</argument>
      <argument>?file=%%f&amp;line=%%l#line%%l</argument>
      <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" method="generateUrlFormat"/>
    </service>
    <service id="web_profiler.debug_toolbar" class="Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="twig"/>
      <argument>false</argument>
      <argument>2</argument>
      <argument type="service" id="cmf_routing.router" on-invalid="ignore"/>
      <argument>^/((index|app(_[\w]+)?)\.php/)?_wdt</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument type="service" id="data_collector.dump" on-invalid="ignore"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Installer" class="Pimcore\Bundle\AdminBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreAdminBundle')</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Model\DataObject\QuantityValue\Service"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="GuzzleHttp\Client"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="Pimcore\Extension\Bundle\PimcoreBundleManager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" class="Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" class="Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:extjs</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" class="Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" autowire="true" autoconfigure="true">
      <tag name="kernel.locale_aware"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="Pimcore\Security\User\UserLoader"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Manager" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Manager" autowire="true" autoconfigure="true">
      <argument type="service" id=".service_locator.8N0eUf3"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" autowire="true" autoconfigure="true">
      <tag name="pimcore.gdpr.data-provider"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" autowire="true" autoconfigure="true">
      <tag name="pimcore.gdpr.data-provider"/>
      <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      <argument>/home/partarti/public_html/my-project/var/log</argument>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Helper\GridHelperService" class="Pimcore\Bundle\AdminBundle\Helper\GridHelperService" autowire="true" autoconfigure="true">
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Helper\User" class="Pimcore\Bundle\AdminBundle\Helper\User" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Model\DataObject\ClassDefinition\PreviewGeneratorInterface" class="Pimcore\Bundle\AdminBundle\Service\PreviewGenerator" autowire="true" autoconfigure="true">
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Twig\Extension\AdminExtension" class="Pimcore\Twig\Extension\AdminExtension" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" class="Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="Pimcore\Security\User\UserLoader"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Service\Workflow\ActionsButtonService" class="Pimcore\Bundle\AdminBundle\Service\Workflow\ActionsButtonService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Workflow\Manager"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\System\AdminConfig" class="Pimcore\Bundle\AdminBundle\System\AdminConfig" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface" class="Pimcore\Bundle\AdminBundle\Service\ElementService" autowire="true" autoconfigure="true">
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="Pimcore\Config"/>
      <argument type="service" id="Pimcore\Security\User\UserLoader"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" class="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" class="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" public="true" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection"/>
      <argument type="service" id="twig"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" class="Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" public="true" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="Pimcore\Config"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
      <call method="addAllowedUrls">
        <argument>default-src</argument>
        <argument type="collection"/>
      </call>
      <call method="addAllowedUrls">
        <argument>img-src</argument>
        <argument type="collection"/>
      </call>
      <call method="addAllowedUrls">
        <argument>script-src</argument>
        <argument type="collection"/>
      </call>
      <call method="addAllowedUrls">
        <argument>style-src</argument>
        <argument type="collection"/>
      </call>
      <call method="addAllowedUrls">
        <argument>connect-src</argument>
        <argument type="collection"/>
      </call>
      <call method="addAllowedUrls">
        <argument>font-src</argument>
        <argument type="collection"/>
      </call>
      <call method="addAllowedUrls">
        <argument>media-src</argument>
        <argument type="collection"/>
      </call>
      <call method="addAllowedUrls">
        <argument>frame-src</argument>
        <argument type="collection"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"/>
      <argument type="service" id="Pimcore\Config"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" class="Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Config"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" class="Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" class="Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>null</argument>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" class="Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="admin_statistics"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      <argument type="service" id="Pimcore\Config"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.admin_statistics"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" class="Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\OutputTimestampResolver"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <call method="setResponseHelper">
        <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" class="Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Workflow\Manager"/>
      <argument type="service" id="Pimcore\Workflow\Place\StatusInfo"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\Workflow\ActionsButtonService"/>
    </service>
    <service id="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Service" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Service" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id=".service_locator.Q9.i23."/>
      <argument type="service" id=".service_locator.ETifq8x"/>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.anonymizer" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Anonymizer"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Anonymizer</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.any_getter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="AnyGetter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\AnyGetter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.arithmetic" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Arithmetic"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Arithmetic</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.asset_metadata_getter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="AssetMetadataGetter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\AssetMetadataGetter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.base64" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Base64"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Base64</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.boolean" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Boolean"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Boolean</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.boolean_formatter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="BooleanFormatter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\BooleanFormatter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.case_converter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="CaseConverter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\CaseConverter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.char_counter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="CharCounter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\CharCounter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.concatenator" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Concatenator"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Concatenator</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.date_formatter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="DateFormatter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\DateFormatter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.element_counter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="ElementCounter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\ElementCounter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.field_collection_getter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="FieldCollectionGetter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\FieldCollectionGetter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.is_equal" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="IsEqual"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\IsEqual</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.iterator" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Iterator"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Iterator</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.geopoint_renderer" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="GeopointRenderer"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\GeopointRenderer</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.image_renderer" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="ImageRenderer"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\ImageRenderer</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.hotspotimage_renderer" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="HotspotimageRenderer"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\HotspotimageRenderer</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.json" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="JSON"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\JSON</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.lf_expander" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\LFExpanderFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="LFExpander"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.locale_switcher" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\LocaleSwitcherFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="LocaleSwitcher"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.merge" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Merge"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Merge</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.object_field_getter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="ObjectFieldGetter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\ObjectFieldGetter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.php" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="PHP"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\PHP</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.php_code" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="PHPCode"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\PHPCode</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.property_getter" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="PropertyGetter"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\PropertyGetter</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.required_by" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="RequiredBy"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\RequiredBy</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.string_contains" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="StringContains"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\StringContains</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.string_replace" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="StringReplace"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\StringReplace</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.substring" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Substring"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Substring</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.text" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Text"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Text</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.translate_value" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\TranslateValueFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="TranslateValue"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.trimmer" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Trimmer"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Trimmer</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.alias" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="Alias"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Alias</argument>
    </service>
    <service id="pimcore.data_object.grid_column_config.operator.factory.workflowstate" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\WorkflowStateFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.operator_factory" id="WorkflowState"/>
      <argument type="service" id="Pimcore\Workflow\Place\StatusInfo"/>
    </service>
    <service id="pimcore.data_object.grid_column_config.value.factory.default" class="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Value\Factory\DefaultValueFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.data_object.grid_column_config.value_factory" id="DefaultValue"/>
      <argument>Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Value\DefaultValue</argument>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="Pimcore\Bundle\CustomReportsBundle\Installer" class="Pimcore\Bundle\CustomReportsBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreCustomReportsBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" class="Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="pimcore.custom_report.adapter.factory.sql" class="Pimcore\Bundle\CustomReportsBundle\Tool\Adapter\DefaultCustomReportAdapterFactory" autowire="true" autoconfigure="true">
      <argument>Pimcore\Bundle\CustomReportsBundle\Tool\Adapter\Sql</argument>
    </service>
    <service id="pimcore.custom_report.adapter.factories" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" autoconfigure="true">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sql" type="service_closure" id="pimcore.custom_report.adapter.factory.sql"/>
        <argument key="termSegmentBuilder" type="service_closure" id="cmf.custom_report.adapter.term_segment_builder"/>
      </argument>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\Cookie\JWTCookieSaveHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\Cookie\JWTCookieSaveHandler" autowire="true" autoconfigure="true">
      <argument>pdHuMhuJiHEzmFM1ZRbxgz/bCZ0H6uKHbPK9wd/NdYM=</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\Cookie\JsonCookieSaveHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\Cookie\JsonCookieSaveHandler" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\Cookie\JWTCookieSaveHandler"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\SessionStorage" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\SessionStorage" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\DbStorage" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\DbStorage" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage" class="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoResolver" class="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\DelegatingActionHandler"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="GeoIp2\Database\Reader" class="GeoIp2\Database\Reader" autowire="true" autoconfigure="true">
      <argument></argument>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader" class="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader" autowire="true" autoconfigure="true">
      <argument type="service" id=".service_locator.4yOC9zH"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoIp" class="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoIp" autowire="true" autoconfigure="true">
      <argument type="service" id="GeoIp2\Database\Reader"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setCache">
        <argument type="service" id="Pimcore\Cache\Core\CoreCacheHandler"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoLocation" class="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoLocation" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoIp"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\Device" class="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\Device" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
      <call method="setCache">
        <argument type="service" id="Pimcore\Cache\Core\CoreCacheHandler"/>
      </call>
      <call method="setCachePool">
        <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\TargetingStorage" class="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\TargetingStorage" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\VisitedPagesCounter" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\VisitedPagesCounter" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\VisitedPagesCounter" class="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\VisitedPagesCounter" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\VisitedPagesCounter"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactory" class="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactory" autowire="true" autoconfigure="true">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>%pimcore_personalization.targeting.conditions%</argument>
    </service>
    <service id="pimcore_personalization.targeting.condition_matcher.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage" autowire="true" autoconfigure="true">
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher" class="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactory"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="pimcore_personalization.targeting.condition_matcher.expression_language"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\DelegatingActionHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\DelegatingActionHandler" autowire="true" autoconfigure="true">
      <argument type="service" id=".service_locator.0fMGyUy"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\AssignTargetGroup" class="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\AssignTargetGroup" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\Redirect" class="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\Redirect" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\CodeSnippet" class="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\CodeSnippet" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\Response\CodeInjector"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Document\DocumentTargetingConfigurator" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Document\DocumentTargetingConfigurator" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Security\User\UserLoader"/>
      <argument type="service" id="Pimcore\Cache\Core\CoreCacheHandler"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Code\TargetingCodeGenerator" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Code\TargetingCodeGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\TargetingDataCollector" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\TargetingDataCollector" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Document\DocumentTargetingConfigurator"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\OverrideHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\OverrideHandler" lazy="true" autowire="true" autoconfigure="true">
      <argument type="service" id="form.factory"/>
      <argument type="collection">
        <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\DocumentTargetingOverrideHandler"/>
        <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\LanguageOverrideHandler"/>
        <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\DeviceOverrideHandler"/>
        <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\LocationOverrideHandler"/>
      </argument>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\DocumentTargetingOverrideHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\DocumentTargetingOverrideHandler" autowire="true" autoconfigure="true">
      <tag name="pimcore_personalization.targeting.override_handler" priority="500"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Document\DocumentTargetingConfigurator"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\LanguageOverrideHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\LanguageOverrideHandler" autowire="true" autoconfigure="true">
      <tag name="pimcore_personalization.targeting.override_handler" priority="475"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\DeviceOverrideHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\DeviceOverrideHandler" autowire="true" autoconfigure="true">
      <tag name="pimcore_personalization.targeting.override_handler" priority="450"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\LocationOverrideHandler" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\Override\LocationOverrideHandler" autowire="true" autoconfigure="true">
      <tag name="pimcore_personalization.targeting.override_handler" priority="425"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="120"/>
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="-120"/>
      <tag name="kernel.event_listener" event="kernel.response" method="stopPropagationCheck" priority="100"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Cache\FullPage\SessionStatus"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Config"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
      <call method="setStaticPageResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\StaticPageResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" class="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" autowire="true" autoconfigure="true">
      <tag name="data_collector" template="@PimcorePersonalization/Profiler/targeting_data_collector.html.twig" id="pimcore_targeting" priority="312"/>
      <tag name="data_collector"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\TargetingDataCollector"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\EventListener\IndexSettingsListener" class="Pimcore\Bundle\PersonalizationBundle\EventListener\IndexSettingsListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.admin.indexAction.settings" method="indexSettings"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Document\DocumentTargetingConfigurator"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Document\DocumentTargetingConfigurator"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Installer" class="Pimcore\Bundle\PersonalizationBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcorePersonalizationBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="pimcore.document.newsletter.factory.default" class="Pimcore\Bundle\NewsletterBundle\Document\Newsletter\DefaultAddressSourceAdapterFactory" autowire="true" autoconfigure="true">
      <argument>Pimcore\Bundle\PersonalizationBundle\Document\Newsletter\AddressSourceAdapter\DefaultAdapter</argument>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Maintenance\TargetingStorageTask" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Maintenance\TargetingStorageTask" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\TargetingEnableService" class="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\TargetingEnableService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument>true</argument>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoResolver"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\DelegatingActionHandler"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Code\TargetingCodeGenerator"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\TargetingEnableService"/>
      <call method="setStopwatch">
        <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
      <call method="setResponseHelper">
        <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      </call>
      <call method="setStaticPageResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\StaticPageResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\DelegatingActionHandler"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\TargetingEnableService"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\VisitedPagesCounter"/>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\TargetingDataCollector"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Debug\OverrideHandler"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="Pimcore\Http\Response\CodeInjector"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\TargetingEnableService"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Config"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Service\TargetingEnableService"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Tools\Installer" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tools\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreEcommerceFrameworkBundle')</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="cmf_routing.router"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="pimcore_ecommerce_indexupdater"/>
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager"/>
      <argument type="service" id="twig"/>
      <call method="setResponseHelper">
        <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory" class="Pimcore\Bundle\EcommerceFrameworkBundle\Factory" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface"/>
      <argument type="service" id="pimcore_ecommerce.locator.price_system"/>
      <argument type="service" id="pimcore_ecommerce.locator.availability_system"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Environment" class="Pimcore\Bundle\EcommerceFrameworkBundle\Environment" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <argument type="collection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" class="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <argument type="collection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager" class="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="pimcore_ecommerce"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
      <argument type="service" id="monolog.logger.pimcore_ecommerce"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory" class="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory" autowire="true" autoconfigure="true">
      <argument type="collection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory" class="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory" autowire="true" autoconfigure="true">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" class="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="update_payment"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="collection"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.update_payment"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" class="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>null</argument>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Model\Factory"/>
      <argument type="collection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager" class="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager" autowire="true" autoconfigure="true">
      <argument>%pimcore_ecommerce.pricing_manager.condition_mapping%</argument>
      <argument>%pimcore_ecommerce.pricing_manager.action_mapping%</argument>
      <argument type="collection"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\AttributePriceSystem" class="Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\AttributePriceSystem" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\AvailabilitySystem\AvailabilitySystem" class="Pimcore\Bundle\EcommerceFrameworkBundle\AvailabilitySystem\AvailabilitySystem" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface"/>
      <argument type="collection"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="pimcore_ecommerce"/>
      <argument type="service" id="Symfony\Component\Lock\LockFactory"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger"/>
      <argument type="collection"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.pimcore_ecommerce"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.pimcore_ecommerce"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\ThrowExceptionStrategy" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\ThrowExceptionStrategy" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\CancelPaymentOrRecreateOrderStrategy" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\CancelPaymentOrRecreateOrderStrategy" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\AlwaysRecreateOrderStrategy" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\AlwaysRecreateOrderStrategy" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" class="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" autowire="true" autoconfigure="true">
      <argument type="service" id="pimcore_ecommerce.locator.payment_manager.provider"/>
      <argument type="collection">
        <argument key="paypal">Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\PayPalSmartPaymentButton</argument>
      </argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\SynonymProvider\FileSynonymProvider" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\SynonymProvider\FileSynonymProvider" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory" autowire="true" autoconfigure="true">
      <argument type="service" id="pimcore_ecommerce.locator.index_service.getters"/>
      <argument type="service" id="pimcore_ecommerce.locator.index_service.interpreters"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig&quot;: argument &quot;$attributes&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
      <tag name="container.error" message="Invalid constructor argument 7 for service &quot;Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig&quot;: argument 3 must be defined before. Check your service definition."/>
      <tag name="container.error" message="Invalid constructor argument 8 for service &quot;Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig&quot;: argument 4 must be defined before. Check your service definition."/>
      <argument key="0" type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument key="1">null</argument>
      <argument key="6" type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument key="7" type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
      <call method="setEnvironment">
        <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
      <call method="setEnvironment">
        <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" autowire="true" autoconfigure="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.pimcore_ecommerce_sql"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" autowire="true" autoconfigure="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.pimcore_ecommerce_sql"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8" autowire="true" autoconfigure="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.pimcore_ecommerce_es"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" autowire="true" autoconfigure="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch" autowire="true" autoconfigure="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="collection">
        <argument type="service" id="pimcore_ecommerce.index_service.default.worker"/>
      </argument>
      <argument>default</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexUpdateService" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexUpdateService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetter" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequenceToMultiselect" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequenceToMultiselect" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultClassificationAttributeGetter" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultClassificationAttributeGetter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\TagsGetter" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\TagsGetter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\AssetId" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\AssetId" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultClassificationStore" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultClassificationStore" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultRelations" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultRelations" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultStructuredTable" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultStructuredTable" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\IdList" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\IdList" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Numeric" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Numeric" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectId" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectId" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectIdSum" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectIdSum" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectValue" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectValue" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Round" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Round" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Soundex" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Soundex" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\StructuredTable" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\StructuredTable" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType" abstract="true">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Input" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Input">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectFromMultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectFromMultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRange" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRange">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRangeSelection" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRangeSelection">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Select" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Select">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectCategory" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectCategory">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectClassificationStoreAttributes" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectClassificationStoreAttributes">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectFromMultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectFromMultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation">
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterGroupHelper"/>
      <argument type="collection"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterGroupHelper" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterGroupHelper" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\ListHelper" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\ListHelper" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" class="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <argument>%pimcore_ecommerce.voucher_service.options%</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\TokenManager\TokenManagerFactory" class="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\TokenManager\TokenManagerFactory" autowire="true" autoconfigure="true">
      <argument>%pimcore_ecommerce.voucher_service.token_manager.mapping%</argument>
      <argument type="service" id="knp_paginator"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\OfferTool\DefaultService" class="Pimcore\Bundle\EcommerceFrameworkBundle\OfferTool\DefaultService" autowire="true" autoconfigure="true">
      <argument>Pimcore\Model\DataObject\OfferToolOffer</argument>
      <argument>Pimcore\Model\DataObject\OfferToolOfferItem</argument>
      <argument>/offertool/offers/%%Y/%%m</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="collection">
        <argument type="service" id="pimcore_ecommerce.tracking.tracker.enhanced_ecommerce"/>
      </argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\Ecommerce" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\Ecommerce" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\UniversalEcommerce" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\UniversalEcommerce" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\GoogleTagManager" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\GoogleTagManager" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupPendingOrdersTask" class="Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupPendingOrdersTask">
      <tag name="pimcore.maintenance.task" type="ecommerce_pending_orders"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupVouchersTask" class="Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupVouchersTask">
      <tag name="pimcore.maintenance.task" type="ecommerce_vouchers"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexUpdateService"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexUpdateService"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="pimcore_ecommerce.cart_manager.default" class="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager" public="true" autowire="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="service">
        <service class="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory" autowire="true">
          <argument type="collection">
            <argument key="cart_class_name">Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\Cart</argument>
            <argument key="guest_cart_class_name">Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\SessionCart</argument>
          </argument>
        </service>
      </argument>
      <argument type="service">
        <service class="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory" autowire="true">
          <argument type="collection">
            <argument key="Shipping" type="collection">
              <argument key="class">App\Ecommerce\Cart\PriceModificator\Shipping</argument>
              <argument key="options" type="collection">
                <argument key="baseCharge" type="string">10</argument>
                <argument key="carCharge" type="string">200</argument>
              </argument>
            </argument>
          </argument>
          <argument type="collection">
            <argument key="class">Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculator</argument>
          </argument>
        </service>
      </argument>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
      <argument type="service" id="monolog.logger.pimcore_ecommerce"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface" class="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocator">
      <argument type="service" id=".service_locator.DfNJkA9"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>false</argument>
    </service>
    <service id="pimcore_ecommerce.order_manager.default" class="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" public="true" autowire="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="service">
        <service class="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" autowire="true">
          <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
          <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager"/>
          <argument type="service" id="debug.event_dispatcher"/>
          <argument type="collection"/>
          <call method="setLogger">
            <argument type="service" id="monolog.logger.update_payment"/>
          </call>
        </service>
      </argument>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Model\Factory"/>
      <argument type="collection">
        <argument key="parent_order_folder">/Shop/Orders/%%Y/%%m/%%d</argument>
        <argument key="customer_class">\Pimcore\Model\DataObject\Customer</argument>
        <argument key="order_class">\Pimcore\Model\DataObject\OnlineShopOrder</argument>
        <argument key="order_item_class">\Pimcore\Model\DataObject\OnlineShopOrderItem</argument>
        <argument key="list_class">Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\Listing</argument>
        <argument key="list_item_class">Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\Listing\Item</argument>
        <argument key="order_parent_path"></argument>
      </argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface" class="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocator">
      <argument type="service" id=".service_locator.12mpdvQ"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>false</argument>
    </service>
    <service id="pimcore_ecommerce.pricing_manager.default" class="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager" autowire="true">
      <argument>%pimcore_ecommerce.pricing_manager.condition_mapping%</argument>
      <argument>%pimcore_ecommerce.pricing_manager.action_mapping%</argument>
      <argument type="collection">
        <argument key="rule_class">Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Rule</argument>
        <argument key="price_info_class">Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PriceInfo</argument>
        <argument key="environment_class">Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\Environment</argument>
      </argument>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <call method="setEnabled">
        <argument>true</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface" class="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocator">
      <argument type="service" id=".service_locator.Iy6wLWB"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>false</argument>
    </service>
    <service id="pimcore_ecommerce.locator.price_system" class="Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\PriceSystemLocator">
      <argument type="service" id=".service_locator.8kO3YDI"/>
    </service>
    <service id="pimcore_ecommerce.locator.availability_system" class="Pimcore\Bundle\EcommerceFrameworkBundle\AvailabilitySystem\AvailabilitySystemLocator">
      <argument type="service" id=".service_locator.MhdNWR1"/>
    </service>
    <service id="pimcore_ecommerce.locator.pimcore_ecommerce.checkout_manager.handle_pending_payments_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\CancelPaymentOrRecreateOrderStrategy" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\CancelPaymentOrRecreateOrderStrategy"/>
      </argument>
    </service>
    <service id="pimcore_ecommerce.checkout_manager.default.commit_order_processor" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" autowire="true">
      <argument type="service" id="Symfony\Component\Lock\LockFactory"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger"/>
      <argument type="collection"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.pimcore_ecommerce"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.pimcore_ecommerce"/>
      </call>
    </service>
    <service id="pimcore_ecommerce.checkout_manager.default.factory" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" autowire="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface"/>
      <argument type="collection">
        <argument key="deliveryaddress" type="collection">
          <argument key="class">\Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\DeliveryAddress</argument>
          <argument key="options" type="collection"/>
        </argument>
        <argument key="confirm" type="collection">
          <argument key="class">\App\Ecommerce\CheckoutManager\Confirm</argument>
          <argument key="options" type="collection"/>
        </argument>
      </argument>
      <argument type="service" id="pimcore_ecommerce.payment_manager.provider.paypal"/>
      <argument type="collection"/>
      <argument type="service" id="pimcore_ecommerce.locator.pimcore_ecommerce.checkout_manager.handle_pending_payments_strategy_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocator">
      <argument type="service" id=".service_locator.QIjJuPF"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>false</argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocator">
      <argument type="service" id=".service_locator.ItYxluF"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>false</argument>
    </service>
    <service id="pimcore_ecommerce.payment_manager.provider.paypal" class="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\PayPalSmartPaymentButton" autowire="true">
      <argument type="collection">
        <argument key="client_id">%env(paypal_client_id)%</argument>
        <argument key="client_secret">%env(paypal_secret_id)%</argument>
        <argument key="capture_strategy">automatic</argument>
        <argument key="mode">sandbox</argument>
        <argument key="shipping_preference">NO_SHIPPING</argument>
        <argument key="user_action">PAY_NOW</argument>
      </argument>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <call method="setConfigurationKey">
        <argument>paypal</argument>
      </call>
    </service>
    <service id="pimcore_ecommerce.locator.payment_manager.provider" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="paypal" type="service_closure" id="pimcore_ecommerce.payment_manager.provider.paypal"/>
      </argument>
    </service>
    <service id="pimcore_ecommerce.index_service.default.config" class="App\Ecommerce\IndexService\Config\MySqlConfig" autowire="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>default</argument>
      <argument type="collection">
        <argument key="name" type="collection">
          <argument key="type">varchar(255)</argument>
          <argument key="filter_group">string</argument>
          <argument key="name">name</argument>
          <argument key="field_name">OSName</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_id">null</argument>
          <argument key="getter_options" type="collection"/>
          <argument key="interpreter_id">null</argument>
          <argument key="interpreter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="manufacturer_name" type="collection">
          <argument key="type">varchar(255)</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectValue</argument>
          <argument key="interpreter_options" type="collection">
            <argument key="target" type="collection">
              <argument key="fieldname">name</argument>
              <argument key="locale">en</argument>
            </argument>
          </argument>
          <argument key="filter_group">string</argument>
          <argument key="name">manufacturer_name</argument>
          <argument key="field_name">manufacturer</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_id">null</argument>
          <argument key="getter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="manufacturer" type="collection">
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects</argument>
          <argument key="filter_group">relation</argument>
          <argument key="name">manufacturer</argument>
          <argument key="field_name">null</argument>
          <argument key="type">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_id">null</argument>
          <argument key="getter_options" type="collection"/>
          <argument key="interpreter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="bodyStyle" type="collection">
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects</argument>
          <argument key="filter_group">relation</argument>
          <argument key="name">bodyStyle</argument>
          <argument key="field_name">null</argument>
          <argument key="type">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_id">null</argument>
          <argument key="getter_options" type="collection"/>
          <argument key="interpreter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="carClass" type="collection">
          <argument key="type">varchar(255)</argument>
          <argument key="filter_group">string</argument>
          <argument key="name">carClass</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_id">null</argument>
          <argument key="getter_options" type="collection"/>
          <argument key="interpreter_id">null</argument>
          <argument key="interpreter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="color" type="collection">
          <argument key="type">varchar(255)</argument>
          <argument key="filter_group">multiselect</argument>
          <argument key="name">color</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_id">null</argument>
          <argument key="getter_options" type="collection"/>
          <argument key="interpreter_id">null</argument>
          <argument key="interpreter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="country" type="collection">
          <argument key="type">varchar(10)</argument>
          <argument key="filter_group">string</argument>
          <argument key="name">country</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_id">null</argument>
          <argument key="getter_options" type="collection"/>
          <argument key="interpreter_id">null</argument>
          <argument key="interpreter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="milage" type="collection">
          <argument key="type">double</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue</argument>
          <argument key="interpreter_options" type="collection">
            <argument key="onlyValue">true</argument>
          </argument>
          <argument key="getter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence</argument>
          <argument key="getter_options" type="collection">
            <argument key="source" type="collection">
              <argument type="collection">
                <argument key="brickfield">saleInformation</argument>
                <argument key="bricktype">SaleInformation</argument>
                <argument key="fieldname">milage</argument>
              </argument>
            </argument>
          </argument>
          <argument key="name">milage</argument>
          <argument key="filter_group">double</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="length" type="collection">
          <argument key="type">double</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue</argument>
          <argument key="interpreter_options" type="collection">
            <argument key="onlyValue">true</argument>
          </argument>
          <argument key="getter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence</argument>
          <argument key="getter_options" type="collection">
            <argument key="source" type="collection">
              <argument type="collection">
                <argument key="brickfield">attributes</argument>
                <argument key="bricktype">dimensions</argument>
                <argument key="fieldname">length</argument>
              </argument>
            </argument>
          </argument>
          <argument key="name">length</argument>
          <argument key="filter_group">double</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="width" type="collection">
          <argument key="type">double</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue</argument>
          <argument key="interpreter_options" type="collection">
            <argument key="onlyValue">true</argument>
          </argument>
          <argument key="getter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence</argument>
          <argument key="getter_options" type="collection">
            <argument key="source" type="collection">
              <argument type="collection">
                <argument key="brickfield">attributes</argument>
                <argument key="bricktype">dimensions</argument>
                <argument key="fieldname">width</argument>
              </argument>
            </argument>
          </argument>
          <argument key="name">width</argument>
          <argument key="filter_group">double</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="wheelbase" type="collection">
          <argument key="type">double</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue</argument>
          <argument key="interpreter_options" type="collection">
            <argument key="onlyValue">true</argument>
          </argument>
          <argument key="getter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence</argument>
          <argument key="getter_options" type="collection">
            <argument key="source" type="collection">
              <argument type="collection">
                <argument key="brickfield">attributes</argument>
                <argument key="bricktype">dimensions</argument>
                <argument key="fieldname">wheelbase</argument>
              </argument>
            </argument>
          </argument>
          <argument key="name">wheelbase</argument>
          <argument key="filter_group">double</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="weight" type="collection">
          <argument key="type">double</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue</argument>
          <argument key="interpreter_options" type="collection">
            <argument key="onlyValue">true</argument>
          </argument>
          <argument key="getter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence</argument>
          <argument key="getter_options" type="collection">
            <argument key="source" type="collection">
              <argument type="collection">
                <argument key="brickfield">attributes</argument>
                <argument key="bricktype">dimensions</argument>
                <argument key="fieldname">weight</argument>
              </argument>
            </argument>
          </argument>
          <argument key="name">weight</argument>
          <argument key="filter_group">double</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="power" type="collection">
          <argument key="type">double</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue</argument>
          <argument key="interpreter_options" type="collection">
            <argument key="onlyValue">true</argument>
          </argument>
          <argument key="getter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence</argument>
          <argument key="getter_options" type="collection">
            <argument key="source" type="collection">
              <argument type="collection">
                <argument key="brickfield">attributes</argument>
                <argument key="bricktype">engine</argument>
                <argument key="fieldname">power</argument>
              </argument>
            </argument>
          </argument>
          <argument key="name">power</argument>
          <argument key="filter_group">double</argument>
          <argument key="field_name">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
        <argument key="segments" type="collection">
          <argument key="getter_id">App\Ecommerce\IndexService\SegmentGetter</argument>
          <argument key="interpreter_id">Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects</argument>
          <argument key="filter_group">relation</argument>
          <argument key="name">segments</argument>
          <argument key="field_name">null</argument>
          <argument key="type">null</argument>
          <argument key="locale">null</argument>
          <argument key="options" type="collection"/>
          <argument key="getter_options" type="collection"/>
          <argument key="interpreter_options" type="collection"/>
          <argument key="hide_in_fieldlist_datatype">false</argument>
          <argument key="placeholders" type="collection"/>
        </argument>
      </argument>
      <argument type="collection">
        <argument>name</argument>
        <argument>manufacturer_name</argument>
        <argument>color</argument>
        <argument>carClass</argument>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="pimcore_ecommerce.index_service.default.worker" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" autowire="true">
      <tag name="pimcore_ecommerce.index_service.worker" tenant="default"/>
      <argument type="service" id="pimcore_ecommerce.index_service.default.config"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.pimcore_ecommerce_sql"/>
    </service>
    <service id="pimcore_ecommerce.locator.index_service.getters" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Ecommerce\IndexService\SegmentGetter" type="service_closure" id="App\Ecommerce\IndexService\SegmentGetter"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence"/>
      </argument>
    </service>
    <service id="pimcore_ecommerce.locator.index_service.interpreters" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectValue" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectValue"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue"/>
      </argument>
    </service>
    <service id="pimcore_ecommerce.filter_service.default" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService" autowire="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterGroupHelper"/>
      <argument type="collection">
        <argument key="FilterInputfield" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/input.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterNumberRange" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/numberrange.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterNumberRangeSelection" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/numberrange_select.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterSelect" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/select.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterSelectFromMultiSelect" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/select.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterMultiSelect" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/multi_select.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterMultiSelectFromMultiSelect" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/multi_select.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterMultiRelation" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/multi_relation.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterCategory" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/select_category.html.twig</argument>
          </service>
        </argument>
        <argument key="FilterRelation" type="service">
          <service class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation">
            <argument type="service" id="Pimcore\Translation\Translator"/>
            <argument type="service" id="pimcore.templating.engine.delegating"/>
            <argument type="service" id="request_stack"/>
            <argument>product/filters/object_relation.html.twig</argument>
          </service>
        </argument>
      </argument>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface" class="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocator">
      <argument type="service" id=".service_locator.rQv8dBt"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
      <argument>false</argument>
    </service>
    <service id="pimcore_ecommerce.tracking.tracker.enhanced_ecommerce" class="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce" autowire="true">
      <tag name="enhanced_ecommerce">pimcore_ecommerce.tracking.tracker</tag>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker"/>
    </service>
    <service id="Pimcore\Bundle\ApplicationLoggerBundle\Installer" class="Pimcore\Bundle\ApplicationLoggerBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreApplicationLoggerBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" class="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\ApplicationLoggerBundle\Processor\ApplicationLoggerProcessor" class="Pimcore\Bundle\ApplicationLoggerBundle\Processor\ApplicationLoggerProcessor" autowire="true" autoconfigure="true"/>
    <service id="pimcore.app_logger.introspection_processor" class="Monolog\Processor\IntrospectionProcessor" autowire="true">
      <argument>DEBUG</argument>
      <argument type="collection">
        <argument>Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger</argument>
      </argument>
    </service>
    <service id="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" class="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
      <call method="pushProcessor">
        <argument type="service" id="Pimcore\Bundle\ApplicationLoggerBundle\Processor\ApplicationLoggerProcessor"/>
      </call>
      <call method="pushProcessor">
        <argument type="service" id="pimcore.app_logger.introspection_processor"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger" class="Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger" public="true" autowire="true" autoconfigure="true">
      <call method="addWriter">
        <argument type="service" id="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogArchiveTask" class="Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogArchiveTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="archiveLogEntries"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="Pimcore\Config"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogMailMaintenanceTask" class="Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogMailMaintenanceTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="logmaintenance"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="Pimcore\Config"/>
    </service>
    <service id=".1_ServiceLocator~6FKZnv7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="webpack_encore.entrypoint_lookup_collection" type="service_closure" id="webpack_encore.entrypoint_lookup_collection"/>
        <argument key="webpack_encore.tag_renderer" type="service_closure" id="webpack_encore.tag_renderer"/>
      </argument>
    </service>
    <service id="webpack_encore.entrypoint_lookup_collection" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection">
      <argument type="service" id=".service_locator.NSTkqLm"/>
    </service>
    <service id="webpack_encore.tag_renderer" class="Symfony\WebpackEncoreBundle\Asset\TagRenderer">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="service" id="assets.packages"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="webpack_encore.twig_entry_files_extension" class="Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension">
      <tag name="twig.extension"/>
      <argument type="service" id=".1_ServiceLocator~6FKZnv7"/>
    </service>
    <service id="webpack_encore.entrypoint_lookup.cache_warmer" class="Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument key="pimcoreEcommerceFramework">/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/public/build/ecommerceFramework/entrypoints.json</argument>
        <argument key="pimcoreAdmin">/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/public/build/admin/entrypoints.json</argument>
        <argument key="pimcoreAdminImageEditor">/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/public/build/imageEditor/entrypoints.json</argument>
      </argument>
      <argument>null</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/webpack_encore.cache.php</argument>
    </service>
    <service id="webpack_encore.cache" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/home/partarti/public_html/my-project/var/cache/dev/webpack_encore.cache.php</argument>
      <argument type="service" id="cache.webpack_encore"/>
    </service>
    <service id="cache.webpack_encore" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.webpack_encore.recorder_inner"/>
    </service>
    <service id="webpack_encore.exception_listener" class="Symfony\WebpackEncoreBundle\EventListener\ExceptionListener">
      <tag name="kernel.event_listener" event="kernel.exception"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="collection">
        <argument>pimcoreEcommerceFramework</argument>
        <argument>pimcoreAdmin</argument>
        <argument>pimcoreAdminImageEditor</argument>
      </argument>
    </service>
    <service id="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener" class="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="collection">
        <argument>pimcoreEcommerceFramework</argument>
        <argument>pimcoreAdmin</argument>
        <argument>pimcoreAdminImageEditor</argument>
      </argument>
    </service>
    <service id="webpack_encore.entrypoint_lookup[pimcoreEcommerceFramework]" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookup">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/vendor/pimcore/ecommerce-framework-bundle/src/Resources/public/build/ecommerceFramework/entrypoints.json</argument>
      <argument>null</argument>
      <argument>pimcoreEcommerceFramework</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="webpack_encore.entrypoint_lookup[pimcoreAdmin]" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookup">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/public/build/admin/entrypoints.json</argument>
      <argument>null</argument>
      <argument>pimcoreAdmin</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="webpack_encore.entrypoint_lookup[pimcoreAdminImageEditor]" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookup">
      <tag name="kernel.reset" method="reset"/>
      <argument>/home/partarti/public_html/my-project/vendor/pimcore/admin-ui-classic-bundle/public/build/imageEditor/entrypoints.json</argument>
      <argument>null</argument>
      <argument>pimcoreAdminImageEditor</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id=".service_locator.NSTkqLm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pimcoreAdmin" type="service_closure" id="webpack_encore.entrypoint_lookup[pimcoreAdmin]"/>
        <argument key="pimcoreAdminImageEditor" type="service_closure" id="webpack_encore.entrypoint_lookup[pimcoreAdminImageEditor]"/>
        <argument key="pimcoreEcommerceFramework" type="service_closure" id="webpack_encore.entrypoint_lookup[pimcoreEcommerceFramework]"/>
      </argument>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Installer" class="Pimcore\Bundle\GoogleMarketingBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreGoogleMarketingBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\SiteId\SiteIdProvider" class="Pimcore\Bundle\GoogleMarketingBundle\SiteId\SiteIdProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Config\ConfigProvider" class="Pimcore\Bundle\GoogleMarketingBundle\Config\ConfigProvider" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Config\Config" class="Pimcore\Bundle\GoogleMarketingBundle\Config\Config" autowire="true" autoconfigure="true">
      <factory service="Pimcore\Bundle\GoogleMarketingBundle\Config\ConfigProvider" method="getConfig"/>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Config\SiteConfigProvider" class="Pimcore\Bundle\GoogleMarketingBundle\Config\SiteConfigProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\SiteId\SiteIdProvider"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Config\ConfigProvider"/>
    </service>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker" class="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\SiteId\SiteIdProvider"/>
      <argument type="service" id="Pimcore\Bundle\GoogleMarketingBundle\Config\ConfigProvider"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="twig"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="pimcore.custom_report.adapter.factory.analytics" class="Pimcore\Bundle\CustomReportsBundle\Tool\Adapter\DefaultCustomReportAdapterFactory" autowire="true" autoconfigure="true">
      <argument>Pimcore\Bundle\GoogleMarketingBundle\CustomReport\Adapter\Analytics</argument>
    </service>
    <service id="pimcore.analytics.google.fallback_service_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" autoconfigure="true">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Config\SiteConfigProvider" type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\Config\SiteConfigProvider"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker" type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker"/>
      </argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" class="CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cmf"/>
      </call>
      <call method="setActionTriggerQueue">
        <argument type="service" id="CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" class="CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cmf"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Command\CronTriggerCommand" class="CustomerManagementFrameworkBundle\Command\CronTriggerCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cmf"/>
      </call>
      <call method="setActionTriggerListener">
        <argument type="service" id="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" class="CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cmf"/>
      </call>
      <call method="setDuplicatesIndex">
        <argument type="service" id="CustomerManagementFrameworkBundle\DuplicatesIndex\DuplicatesIndexInterface"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Command\MaintenanceCommand" class="CustomerManagementFrameworkBundle\Command\MaintenanceCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cmf"/>
      </call>
      <call method="setMaintenanceWorker">
        <argument type="service" id="CustomerManagementFrameworkBundle\Maintenance\MaintenanceWorker"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" class="CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cmf"/>
      </call>
      <call method="setIndexer">
        <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\Indexer\IndexerInterface"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions" class="CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions" public="true" autowire="true" autoconfigure="true">
      <argument>true</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>true</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface" class="CustomerManagementFrameworkBundle\CustomerSaveManager\DefaultCustomerSaveManager" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveManager\SaveOptions"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface"/>
      <call method="addSaveHandler">
        <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveHandler\NormalizeZip"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface" class="CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider" public="true" lazy="true" autowire="true" autoconfigure="true">
      <argument>Customer</argument>
      <argument>/Customer Management/customers</argument>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\ObjectNamingSchemeInterface"/>
      <argument type="service" id="Pimcore\Model\Factory"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\ObjectNamingSchemeInterface" class="CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\DefaultObjectNamingScheme" public="true" autowire="true" autoconfigure="true">
      <argument>{countryCode}/{zip}/{firstname}-{lastname}</argument>
      <argument>/Customer Management/customers</argument>
      <argument>/Customer Management/customers/_archive</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerSaveValidator\CustomerSaveValidatorInterface" class="CustomerManagementFrameworkBundle\CustomerSaveValidator\DefaultCustomerSaveValidator" public="true" autowire="true" autoconfigure="true">
      <argument>%pimcore_customer_management_framework.customer_save_validator.requiredFields%</argument>
      <argument>true</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface" class="CustomerManagementFrameworkBundle\SegmentManager\DefaultSegmentManager" public="true" autowire="true" autoconfigure="true">
      <argument>/Customer Management/segments/calculated</argument>
      <argument>/Customer Management/segments/manual</argument>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapperInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\StoredFunctionsInterface"/>
      <call method="addSegmentBuilder">
        <argument type="service" id="CustomerManagementFrameworkBundle\SegmentBuilder\StateSegmentBuilder"/>
      </call>
      <call method="addSegmentBuilder">
        <argument type="service" id="CustomerManagementFrameworkBundle\SegmentBuilder\GenderSegmentBuilder"/>
      </call>
      <call method="addSegmentBuilder">
        <argument type="service" id="App\CustomerManagementFramework\SegmentBuilder\ProductInterestSegmentBuilder"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentManager\SegmentBuilderExecutor\SegmentBuilderExecutorInterface" class="CustomerManagementFrameworkBundle\SegmentManager\SegmentBuilderExecutor\DefaultSegmentBuilderExecutor" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface"/>
      <argument type="service" id="knp_paginator"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentManager\SegmentExtractor\SegmentExtractorInterface" class="CustomerManagementFrameworkBundle\SegmentManager\SegmentExtractor\DefaultSegmentExtractor" public="true" autowire="true" autoconfigure="true"/>
    <service id="CustomerManagementFrameworkBundle\CustomerMerger\CustomerMergerInterface" class="CustomerManagementFrameworkBundle\CustomerMerger\DefaultCustomerMerger" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerDuplicatesService\CustomerDuplicatesServiceInterface" class="CustomerManagementFrameworkBundle\CustomerDuplicatesService\DefaultCustomerDuplicatesService" public="true" autowire="true" autoconfigure="true">
      <argument>%pimcore_customer_management_framework.customer_duplicates_services.duplicateCheckFields%</argument>
      <argument type="collection"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\DuplicatesIndex\DuplicatesIndexInterface" class="CustomerManagementFrameworkBundle\DuplicatesIndex\DefaultMariaDbDuplicatesIndex" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
      <argument>true</argument>
      <argument>%pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.duplicateCheckFields%</argument>
      <argument>%pimcore_customer_management_framework.customer_duplicates_services.duplicates_index.dataTransformers%</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentAssignment\Indexer\IndexerInterface" class="CustomerManagementFrameworkBundle\SegmentAssignment\Indexer\Indexer" public="true" autowire="true" autoconfigure="true">
      <argument>plugin_cmf_segment_assignment</argument>
      <argument>plugin_cmf_segment_assignment_index</argument>
      <argument>plugin_cmf_segment_assignment_queue</argument>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\StoredFunctionsInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\QueueBuilder\QueueBuilderInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapperInterface" class="CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapper" public="true" autowire="true" autoconfigure="true"/>
    <service id="CustomerManagementFrameworkBundle\SegmentAssignment\SegmentAssigner\SegmentAssignerInterface" class="CustomerManagementFrameworkBundle\SegmentAssignment\SegmentAssigner\SegmentAssigner" public="true" autowire="true" autoconfigure="true">
      <argument>plugin_cmf_segment_assignment</argument>
      <argument>plugin_cmf_segment_assignment_queue</argument>
      <argument>plugin_cmf_segment_assignment_index</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapperInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentAssignment\QueueBuilder\QueueBuilderInterface" class="CustomerManagementFrameworkBundle\SegmentAssignment\QueueBuilder\DefaultQueueBuilder" public="true" autowire="true" autoconfigure="true">
      <argument>plugin_cmf_segment_assignment_queue</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\StoredFunctionsInterface" class="CustomerManagementFrameworkBundle\SegmentAssignment\StoredFunctions\DefaultStoredFunctions" public="true" autowire="true" autoconfigure="true"/>
    <service id="CustomerManagementFrameworkBundle\SegmentAssignment\QueryService\QueryServiceInterface" class="CustomerManagementFrameworkBundle\SegmentAssignment\QueryService\DefaultQueryService" public="true" autowire="true" autoconfigure="true">
      <argument>plugin_cmf_segment_assignment_index</argument>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapperInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Maintenance\MaintenanceWorker" class="CustomerManagementFrameworkBundle\Maintenance\MaintenanceWorker" public="true" autowire="true" autoconfigure="true">
      <argument type="collection">
        <argument key="executeSegmentBuilderMaintenance" type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentBuilderExecutor\SegmentBuilderExecutorInterface"/>
        <argument key="processQueue" type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\Indexer\IndexerInterface"/>
        <argument key="cleanUpFilterDefinitions" type="service" id="CustomerManagementFrameworkBundle\CustomerView\FilterDefinition\Maintenance"/>
        <argument key="cleanUpTemporaryCustomers" type="service" id="CustomerManagementFrameworkBundle\CustomerView\Customer\Maintenance"/>
      </argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\Maintenance\Tasks\CleanupEmptyFoldersTask" class="CustomerManagementFrameworkBundle\Maintenance\Tasks\CleanupEmptyFoldersTask" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="cmf_cleanup_empty_folders"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Maintenance\Tasks\CleanupExportTmpDataTask" class="CustomerManagementFrameworkBundle\Maintenance\Tasks\CleanupExportTmpDataTask" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="cmf_cleanup_export_tmp_data"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface"/>
    </service>
    <service id="cmf.view_formatter" class="CustomerManagementFrameworkBundle\View\Formatter\DefaultViewFormatter" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="cmf.activity_view" class="CustomerManagementFrameworkBundle\ActivityView\DefaultActivityView" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="cmf.view_formatter"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager" class="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface"/>
    </service>
    <service id="cmf.activity_store_entry" class="CustomerManagementFrameworkBundle\Model\ActivityStoreEntry\DefaultActivityStoreEntry" shared="false" public="true" autowire="true" autoconfigure="true"/>
    <service id="cmf.activity_url_tracker" class="CustomerManagementFrameworkBundle\ActivityUrlTracker\DefaultActivityUrlTracker" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" class="CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" public="true" autowire="true" autoconfigure="true">
      <argument>*|ID_ENCODED|*</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\PreviewGenerator\LinkActivityDefinitionPreviewGenerator" class="CustomerManagementFrameworkBundle\PreviewGenerator\LinkActivityDefinitionPreviewGenerator" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="cmf_routing.router"/>
    </service>
    <service id="cmf.segment_manager.segment_merger" class="CustomerManagementFrameworkBundle\SegmentManager\SegmentMerger\DefaultSegmentMerger" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentMerger\DefaultSegmentMerger\MetadataFiller"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\SegmentManager\SegmentMerger\DefaultSegmentMerger\MetadataFiller" class="CustomerManagementFrameworkBundle\SegmentManager\SegmentMerger\DefaultSegmentMerger\MetadataFiller" public="true" autowire="true" autoconfigure="true"/>
    <service id="cmf.customer_duplicates_view" class="CustomerManagementFrameworkBundle\CustomerDuplicatesView\DefaultCustomerDuplicatesView" public="true" autowire="true" autoconfigure="true">
      <argument>%pimcore_customer_management_framework.customer_duplicates_services.duplicates_view.listFields%</argument>
      <argument type="service" id="cmf.view_formatter"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerView\CustomerViewInterface" class="CustomerManagementFrameworkBundle\CustomerView\DefaultCustomerView" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="cmf.view_formatter"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\CustomerView\FilterDefinition\Maintenance" class="CustomerManagementFrameworkBundle\CustomerView\FilterDefinition\Maintenance" public="true" autowire="true" autoconfigure="true"/>
    <service id="CustomerManagementFrameworkBundle\CustomerView\Customer\Maintenance" class="CustomerManagementFrameworkBundle\CustomerView\Customer\Maintenance" public="true" autowire="true" autoconfigure="true"/>
    <service id="CustomerManagementFrameworkBundle\CustomerList\SearchHelper" class="CustomerManagementFrameworkBundle\CustomerList\SearchHelper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
    </service>
    <service id="cmf.potential_duplicate_item" class="CustomerManagementFrameworkBundle\Model\CustomerDuplicates\PotentialDuplicateItem" shared="false" public="true" autowire="true" autoconfigure="true"/>
    <service id="CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" class="CustomerManagementFrameworkBundle\CustomerList\ExporterManager" public="true" autowire="true" autoconfigure="true">
      <argument>%pimcore_customer_management_framework.customer_list.exporters%</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" class="CustomerManagementFrameworkBundle\ActionTrigger\Queue\DefaultQueue" public="true" autowire="true" autoconfigure="true"/>
    <service id="cmf.action_trigger.action_manager" class="CustomerManagementFrameworkBundle\ActionTrigger\ActionManager\DefaultActionManager" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\GDPR\Consent\ConsentCheckerInterface"/>
    </service>
    <service id="cmf.rest.activities_handler" class="CustomerManagementFrameworkBundle\RESTApi\ActivitiesHandler" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
      <call method="setApiResourceRoute">
        <argument>customermanagementframework_rest_api_activities_readrecord</argument>
      </call>
    </service>
    <service id="cmf.rest.customers_handler" class="CustomerManagementFrameworkBundle\RESTApi\CustomersHandler" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <call method="setApiResourceRoute">
        <argument>customermanagementframework_rest_api_customers_readrecord</argument>
      </call>
    </service>
    <service id="cmf.rest.segments_of_customer_handler" class="CustomerManagementFrameworkBundle\RESTApi\SegmentsOfCustomerHandler" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
    </service>
    <service id="cmf.rest.segments_handler" class="CustomerManagementFrameworkBundle\RESTApi\SegmentsHandler" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
      <call method="setApiResourceRoute">
        <argument>customermanagementframework_rest_api_segments_readrecord</argument>
      </call>
    </service>
    <service id="cmf.rest.segment_groups_handler" class="CustomerManagementFrameworkBundle\RESTApi\SegmentGroupsHandler" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
      <call method="setApiResourceRoute">
        <argument>customermanagementframework_rest_api_segmentgroups_readrecord</argument>
      </call>
    </service>
    <service id="cmf.rest.deletions_handler" class="CustomerManagementFrameworkBundle\RESTApi\DeletionsHandler" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="knp_paginator"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Encryption\DefaultEncryptionService" class="CustomerManagementFrameworkBundle\Encryption\DefaultEncryptionService" public="true" autowire="true" autoconfigure="true">
      <argument>07Zco3ivgn8w9FkKlTfwlQxb+lzaas/7SLXb7eRSxOk=</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\Installer" class="CustomerManagementFrameworkBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreCustomerManagementFrameworkBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" class="CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" autowire="true" autoconfigure="true">
      <tag name="pimcore.gdpr.data-provider"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface"/>
      <argument>%pimcore.gdpr-data-extrator.customers%</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\GDPR\Consent\ConsentCheckerInterface" class="CustomerManagementFrameworkBundle\GDPR\Consent\ConsentChecker" autowire="true" autoconfigure="true"/>
    <service id="cmf.document.newsletter.factory.segmentAddressSource" class="Pimcore\Bundle\NewsletterBundle\Document\Newsletter\DefaultAddressSourceAdapterFactory" public="true" autowire="true" autoconfigure="true">
      <argument>CustomerManagementFrameworkBundle\Newsletter\AddressSource\SegmentAddressSource</argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\Helper\JsConfigService" class="CustomerManagementFrameworkBundle\Helper\JsConfigService" public="true" autowire="true" autoconfigure="true"/>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin" class="CustomerManagementFrameworkBundle\Controller\Admin" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Helper\JsConfigService"/>
      <argument type="service" id="knp_paginator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="knp_paginator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" class="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Helper\JsConfigService"/>
      <argument type="service" id="knp_paginator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Helper\JsConfigService"/>
      <argument type="service" id="knp_paginator"/>
      <call method="setExporterManager">
        <argument type="service" id="CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface"/>
      </call>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Helper\JsConfigService"/>
      <argument type="service" id="knp_paginator"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" class="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\HelperController" class="CustomerManagementFrameworkBundle\Controller\Admin\HelperController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\RulesController" class="CustomerManagementFrameworkBundle\Controller\Admin\RulesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" class="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\SegmentAssigner\SegmentAssignerInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" class="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" class="CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" class="CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" class="CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.R9QpNoR.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" class="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension" class="CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension" autowire="true">
      <tag name="twig.extension"/>
      <argument type="service" id="assets.packages"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Helper\JsConfigService"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" class="CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" autowire="true">
      <tag name="twig.extension"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerView\CustomerViewInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator"/>
    </service>
    <service id="pimcore.event_listener.frontend.activity_url_tracker" class="CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="-200"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="cmf.event_listener.pimcore_object" class="CustomerManagementFrameworkBundle\Event\PimcoreObjectEventListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.dataobject.preUpdate" method="onPreUpdate"/>
      <tag name="kernel.event_listener" event="pimcore.dataobject.postUpdate" method="onPostUpdate"/>
      <tag name="kernel.event_listener" event="pimcore.dataobject.preAdd" method="onPreAdd"/>
      <tag name="kernel.event_listener" event="pimcore.dataobject.postAdd" method="onPostAdd"/>
      <tag name="kernel.event_listener" event="pimcore.dataobject.preDelete" method="onPreDelete"/>
      <tag name="kernel.event_listener" event="pimcore.dataobject.postDelete" method="onPostDelete"/>
      <tag name="kernel.event_listener" event="pimcore.dataobject.import.preSave" method="onPreSave"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface"/>
    </service>
    <service id="cmf.event_listener.object_merger" class="CustomerManagementFrameworkBundle\Event\CustomerMergerEventListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="plugin.ObjectMerger.postMerge" method="onPostMerge"/>
      <tag name="kernel.event_listener" event="plugin.ObjectMerger.preMerge" method="onPreMerge"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface" class="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\DefaultEventHandler" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="plugin.cmf.new-activity" method="handleEvent"/>
      <tag name="kernel.event_listener" event="plugin.cmf.execute-segment-builders" method="handleEvent"/>
      <tag name="kernel.event_listener" event="plugin.cmf.after-track-activity" method="handleEvent"/>
      <tag name="kernel.event_listener" event="plugin.cmf.segment-tracked" method="handleEvent"/>
      <tag name="kernel.event_listener" event="plugin.cmf.target-group-assigned" method="handleEvent"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface"/>
      <argument type="service" id="knp_paginator"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cmf"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Event\PimcoreElementRemovalListenerInterface" class="CustomerManagementFrameworkBundle\Event\PimcoreElementRemovalListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.document.postDelete" method="onPostDelete"/>
      <tag name="kernel.event_listener" event="pimcore.asset.postDelete" method="onPostDelete"/>
      <tag name="kernel.event_listener" event="pimcore.dataobject.postDelete" method="onPostDelete"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\SegmentAssigner\SegmentAssignerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentAssignment\TypeMapper\TypeMapperInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Event\TargetingEventListener" class="CustomerManagementFrameworkBundle\Event\TargetingEventListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore_personalization.targeting.assign_document_target_group" method="onAssignDocumentTargetGroup"/>
      <tag name="kernel.event_listener" event="pimcore_personalization.targeting.post_rule_actions" method="onPostRuleActions"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" class="CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument>%pimcore_customer_management_framework.segment_assignment_classes.types%</argument>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Targeting\SegmentTracker"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" class="CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Targeting\SegmentTracker"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\DataProvider\Customer" class="CustomerManagementFrameworkBundle\Targeting\DataProvider\Customer" autowire="true" autoconfigure="true">
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\DataProvider\CustomerSegments" class="CustomerManagementFrameworkBundle\Targeting\DataProvider\CustomerSegments" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentExtractor\SegmentExtractorInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\SegmentTracker" class="CustomerManagementFrameworkBundle\Targeting\SegmentTracker" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackSegment" class="CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackSegment" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Targeting\SegmentTracker"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\ApplyTargetGroupsFromSegments" class="CustomerManagementFrameworkBundle\Targeting\ActionHandler\ApplyTargetGroupsFromSegments" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Targeting\SegmentTracker"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\AssignTargetGroupAndSegment" class="CustomerManagementFrameworkBundle\Targeting\ActionHandler\AssignTargetGroupAndSegment" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
      <call method="setSegmentManager">
        <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      </call>
      <call method="setActivityManager">
        <argument type="service" id="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager"/>
      </call>
      <call method="setDataLoader">
        <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
      </call>
      <call method="setConsentChecker">
        <argument type="service" id="CustomerManagementFrameworkBundle\GDPR\Consent\ConsentCheckerInterface"/>
      </call>
    </service>
    <service id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackActivity" class="CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackActivity" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager"/>
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\GDPR\Consent\ConsentCheckerInterface"/>
    </service>
    <service id="CustomerManagementFrameworkBundle\Security\Authentication\LoginManager" class="CustomerManagementFrameworkBundle\Security\Authentication\LoginManager" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.authentication.session_strategy"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.user_checker"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="cmf.security.user_provider" class="CustomerManagementFrameworkBundle\Security\UserProvider\CustomerObjectUserProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      <argument>email</argument>
    </service>
    <service id="cmf.security.user_password_hasher_factory" class="Pimcore\Security\Hasher\Factory\UserAwarePasswordHasherFactory" autowire="true" autoconfigure="true">
      <argument>Pimcore\Security\Hasher\PasswordFieldHasher</argument>
      <argument type="collection">
        <argument>password</argument>
      </argument>
    </service>
    <service id="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" class="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="security"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.security"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" class="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\NewsletterBundle\Installer" class="Pimcore\Bundle\NewsletterBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreNewsletterBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="pimcore_newsletter.document.newsletter.factory.default" class="Pimcore\Bundle\NewsletterBundle\Document\Newsletter\DefaultAddressSourceAdapterFactory" autowire="true" autoconfigure="true">
      <argument>Pimcore\Bundle\NewsletterBundle\Document\Newsletter\AddressSourceAdapter\DefaultAdapter</argument>
    </service>
    <service id="pimcore_newsletter.document.newsletter.factory.csv" class="Pimcore\Bundle\NewsletterBundle\Document\Newsletter\DefaultAddressSourceAdapterFactory" autowire="true" autoconfigure="true">
      <argument>Pimcore\Bundle\NewsletterBundle\Document\Newsletter\AddressSourceAdapter\CsvList</argument>
    </service>
    <service id="pimcore_newsletter.address_source_adapter.factories" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" autoconfigure="true">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="SegmentAddressSource" type="service_closure" id="cmf.document.newsletter.factory.segmentAddressSource"/>
        <argument key="csvList" type="service_closure" id="pimcore_newsletter.document.newsletter.factory.csv"/>
        <argument key="defaultAdapter" type="service_closure" id="pimcore_newsletter.document.newsletter.factory.default"/>
        <argument key="reportAdapter" type="service_closure" id="pimcore_newsletter.document.newsletter.factory.report"/>
      </argument>
    </service>
    <service id="Pimcore\Bundle\NewsletterBundle\Messenger\Handler\SendNewsletterHandler" class="Pimcore\Bundle\NewsletterBundle\Messenger\Handler\SendNewsletterHandler">
      <tag name="messenger.message_handler"/>
      <argument>%pimcore_newsletter%</argument>
      <argument type="service" id="pimcore_newsletter.address_source_adapter.factories"/>
    </service>
    <service id="Pimcore\Bundle\GlossaryBundle\Installer" class="Pimcore\Bundle\GlossaryBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreGlossaryBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" class="Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GlossaryBundle\Tool\Processor" class="Pimcore\Bundle\GlossaryBundle\Tool\Processor" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument>%pimcore_glossary.blocked_tags%</argument>
    </service>
    <service id="Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" class="Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Bundle\GlossaryBundle\Tool\Processor"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Installer" class="Pimcore\Bundle\SeoBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreSeoBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" class="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setElementService">
        <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Controller\MiscController" class="Pimcore\Bundle\SeoBundle\Controller\MiscController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\MiscController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Controller\RedirectsController" class="Pimcore\Bundle\SeoBundle\Controller\RedirectsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\RedirectsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Controller\SettingsController" class="Pimcore\Bundle\SeoBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\SettingsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Maintenance\RedirectCleanupTask" class="Pimcore\Bundle\SeoBundle\Maintenance\RedirectCleanupTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="redirectcleanup"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Maintenance\LogErrorCleanupTask" class="Pimcore\Bundle\SeoBundle\Maintenance\LogErrorCleanupTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="httperrorlog"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener" class="Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" class="Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\EventListener\DocumentListener" class="Pimcore\Bundle\SeoBundle\EventListener\DocumentListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" class="Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service">
        <service class="Pimcore\DependencyInjection\ServiceCollection">
          <argument type="service" id=".service_locator.QdF49At"/>
          <argument type="collection">
            <argument>pimcore_documents</argument>
            <argument>app_news</argument>
            <argument>app_cars</argument>
            <argument>app_category</argument>
          </argument>
        </service>
      </argument>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\EventListener\RoutingListener" class="Pimcore\Bundle\SeoBundle\EventListener\RoutingListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Bundle\SeoBundle\Redirect\RedirectHandler"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Redirect\RedirectHandler" class="Pimcore\Bundle\SeoBundle\Redirect\RedirectHandler" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
      <argument type="service" id="Pimcore\Config"/>
      <argument type="service" id="Symfony\Component\Lock\LockFactory"/>
      <argument type="service" id="monolog.logger.routing"/>
      <argument type="service" id="monolog.logger.redirect"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Redirect\Csv" class="Pimcore\Bundle\SeoBundle\Redirect\Csv" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\UrlGenerator" class="Pimcore\Bundle\SeoBundle\Sitemap\UrlGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="router.request_context"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PublishedFilter" class="Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PublishedFilter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PropertiesFilter" class="Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PropertiesFilter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\ModificationDateProcessor" class="Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\ModificationDateProcessor" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\PropertiesProcessor" class="Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\PropertiesProcessor" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\DocumentTypeFilter" class="Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\DocumentTypeFilter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\SiteRootFilter" class="Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\SiteRootFilter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator" class="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\UrlGenerator"/>
    </service>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator" class="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator"/>
      <argument type="collection">
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PublishedFilter"/>
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PropertiesFilter"/>
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\DocumentTypeFilter"/>
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\SiteRootFilter"/>
      </argument>
      <argument type="collection">
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\ModificationDateProcessor"/>
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\PropertiesProcessor"/>
      </argument>
    </service>
    <service id="presta_sitemap.generator_default" class="Presta\SitemapBundle\Service\Generator">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument>50000</argument>
      <call method="setDefaults">
        <argument>%presta_sitemap.defaults%</argument>
      </call>
    </service>
    <service id="presta_sitemap.dumper_default" class="Presta\SitemapBundle\Service\Dumper">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="filesystem"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument>sitemap</argument>
      <argument>50000</argument>
      <call method="setDefaults">
        <argument>%presta_sitemap.defaults%</argument>
      </call>
    </service>
    <service id="presta_sitemap.dump_command" class="Presta\SitemapBundle\Command\DumpSitemapsCommand" public="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="presta_sitemap.dumper_default"/>
      <argument>/home/partarti/public_html/my-project/public</argument>
      <call method="setName">
        <argument>presta:sitemaps:dump</argument>
      </call>
    </service>
    <service id="presta_sitemap.controller" class="Presta\SitemapBundle\Controller\SitemapController" public="true">
      <argument type="service" id="presta_sitemap.generator_default"/>
      <argument>3600</argument>
    </service>
    <service id="presta_sitemap.eventlistener.route_annotation" class="Presta\SitemapBundle\EventListener\RouteAnnotationEventListener">
      <tag name="kernel.event_listener" event="Presta\SitemapBundle\Event\SitemapPopulateEvent" method="registerRouteAnnotation"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>default</argument>
    </service>
    <service id="presta_sitemap.messenger.message_handler" class="Presta\SitemapBundle\Messenger\DumpSitemapMessageHandler">
      <tag name="messenger.message_handler" handles="Presta\SitemapBundle\Messenger\DumpSitemapMessage"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="presta_sitemap.dumper_default"/>
      <argument>/home/partarti/public_html/my-project/public</argument>
    </service>
    <service id="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" class="Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:search-backend-reindex</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>search-backend-reindex</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Re-indexes the backend search of pimcore</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\SimpleBackendSearchBundle\Installer" class="Pimcore\Bundle\SimpleBackendSearchBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreSimpleBackendSearchBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" class="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="debug.traced.messenger.bus.pimcore-core"/>
    </service>
    <service id="Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" class="Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler"/>
    </service>
    <service id="Pimcore\Bundle\SimpleBackendSearchBundle\Task\Maintenance\FullTextIndexOptimizeTask" class="Pimcore\Bundle\SimpleBackendSearchBundle\Task\Maintenance\FullTextIndexOptimizeTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="optimize_fulltext_indexes"/>
      <argument type="service" id="Symfony\Component\Lock\LockFactory"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\PayPalSmartPaymentButton" class="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\PayPalSmartPaymentButton" autowire="true" autoconfigure="true">
      <tag name="pimcore_ecommerce.payment.provider" key="paypal"/>
      <argument type="collection"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
    </service>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\PayPalSmartPaymentButton\Installer" class="Pimcore\Bundle\EcommerceFrameworkBundle\PayPalSmartPaymentButton\Installer" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\Service" class="Pimcore\Bundle\DataHubBundle\GraphQL\Service" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\AssetFieldHelper"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DocumentFieldHelper"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DataObjectFieldHelper"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <argument type="service" id="Pimcore\Model\Factory"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id=".service_locator.gV6gaE7"/>
      <argument type="service" id=".service_locator.wsRgTGY"/>
      <argument type="service" id=".service_locator.9.fjrOE"/>
      <argument type="service" id=".service_locator.Ab5RU3V"/>
      <argument type="service" id=".service_locator.PCfOZMy"/>
      <argument type="service" id=".service_locator.s5lZjmf"/>
      <argument type="service" id=".service_locator.xX2XS_H"/>
      <argument type="service" id=".service_locator.0mA3_OE"/>
      <argument type="service" id=".service_locator.VyHzrng"/>
      <argument type="service" id=".service_locator.GyH9f0z"/>
      <call method="setSupportedGeneralTypes">
        <argument type="collection"/>
      </call>
      <call method="setSupportedDataObjectQueryDataTypes">
        <argument type="collection">
          <argument>booleanSelect</argument>
          <argument>checkbox</argument>
          <argument>newsletterActive</argument>
          <argument>newsletterConfirmed</argument>
          <argument>classificationstore</argument>
          <argument>date</argument>
          <argument>datetime</argument>
          <argument>email</argument>
          <argument>href</argument>
          <argument>manyToOneRelation</argument>
          <argument>fieldcollections</argument>
          <argument>firstname</argument>
          <argument>geobounds</argument>
          <argument>geopolygon</argument>
          <argument>geopoint</argument>
          <argument>hotspotimage</argument>
          <argument>image</argument>
          <argument>imageGallery</argument>
          <argument>link</argument>
          <argument>externalImage</argument>
          <argument>input</argument>
          <argument>rgbaColor</argument>
          <argument>time</argument>
          <argument>calculatedValue</argument>
          <argument>lastname</argument>
          <argument>multihref</argument>
          <argument>manyToManyRelation</argument>
          <argument>manyToManyObjectRelation</argument>
          <argument>reverseManyToManyObjectRelation</argument>
          <argument>reverseObjectRelation</argument>
          <argument>multihrefMetadata</argument>
          <argument>advancedManyToManyRelation</argument>
          <argument>advancedManyToManyObjectRelation</argument>
          <argument>languagemultiselect</argument>
          <argument>multiselect</argument>
          <argument>countrymultiselect</argument>
          <argument>numeric</argument>
          <argument>quantityValue</argument>
          <argument>inputQuantityValue</argument>
          <argument>country</argument>
          <argument>gender</argument>
          <argument>language</argument>
          <argument>select</argument>
          <argument>slider</argument>
          <argument>textarea</argument>
          <argument>urlSlug</argument>
          <argument>video</argument>
          <argument>wysiwyg</argument>
          <argument>table</argument>
          <argument>structuredTable</argument>
          <argument>block</argument>
        </argument>
      </call>
      <call method="setSupportedDataObjectMutationDataTypes">
        <argument type="collection">
          <argument>booleanSelect</argument>
          <argument>checkbox</argument>
          <argument>country</argument>
          <argument>countrymultiselect</argument>
          <argument>date</argument>
          <argument>datetime</argument>
          <argument>email</argument>
          <argument>externalImage</argument>
          <argument>fieldcollections</argument>
          <argument>geopoint</argument>
          <argument>firstname</argument>
          <argument>gender</argument>
          <argument>input</argument>
          <argument>image</argument>
          <argument>language</argument>
          <argument>lastname</argument>
          <argument>newsletterActive</argument>
          <argument>manyToOneRelation</argument>
          <argument>manyToManyRelation</argument>
          <argument>manyToManyObjectRelation</argument>
          <argument>advancedManyToManyRelation</argument>
          <argument>advancedManyToManyObjectRelation</argument>
          <argument>multiselect</argument>
          <argument>newsletterConfirmed</argument>
          <argument>numeric</argument>
          <argument>select</argument>
          <argument>slider</argument>
          <argument>textarea</argument>
          <argument>time</argument>
          <argument>wysiwyg</argument>
          <argument>quantityValue</argument>
          <argument>inputQuantityValue</argument>
          <argument>table</argument>
          <argument>imageGallery</argument>
          <argument>link</argument>
        </argument>
      </call>
      <call method="setSupportedDocumentElementQueryDataTypes">
        <argument type="collection">
          <argument>areablock</argument>
          <argument>block</argument>
          <argument>checkbox</argument>
          <argument>date</argument>
          <argument>embed</argument>
          <argument>input</argument>
          <argument>image</argument>
          <argument>link</argument>
          <argument>multiselect</argument>
          <argument>numeric</argument>
          <argument>pdf</argument>
          <argument>relation</argument>
          <argument>relations</argument>
          <argument>scheduledblock</argument>
          <argument>select</argument>
          <argument>table</argument>
          <argument>textarea</argument>
          <argument>wysiwyg</argument>
          <argument>video</argument>
        </argument>
      </call>
      <call method="setSupportedDocumentElementMutationDataTypes">
        <argument type="collection">
          <argument>areablock</argument>
          <argument>block</argument>
          <argument>embed</argument>
          <argument>image</argument>
          <argument>input</argument>
          <argument>multiselect</argument>
          <argument>scheduledblock</argument>
          <argument>select</argument>
          <argument>wysiwyg</argument>
        </argument>
      </call>
      <call method="setSupportedCsFeatureQueryDataTypes">
        <argument type="collection">
          <argument>booleanSelect</argument>
          <argument>calculatedValue</argument>
          <argument>checkbox</argument>
          <argument>country</argument>
          <argument>countrymultiselect</argument>
          <argument>date</argument>
          <argument>datetime</argument>
          <argument>input</argument>
          <argument>inputQuantityValue</argument>
          <argument>language</argument>
          <argument>languagemultiselect</argument>
          <argument>multiselect</argument>
          <argument>numeric</argument>
          <argument>rgbaColor</argument>
          <argument>select</argument>
          <argument>slider</argument>
          <argument>textarea</argument>
          <argument>time</argument>
          <argument>quantityValue</argument>
          <argument>wysiwyg</argument>
        </argument>
      </call>
      <call method="registerAssetDataTypes">
        <argument type="collection">
          <argument key="asset_metadata_item" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetMetadataItem" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.assettype" id="asset_metadata_item"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="asset_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.assettype" id="asset_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="_asset_folder" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetFolderType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.assettype" id="_asset_folder"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="asset_tree" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.assettype" id="asset_tree"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
        </argument>
      </call>
      <call method="registerTranslationDataTypes">
        <argument type="collection"/>
      </call>
      <call method="registerDataObjectDataTypes">
        <argument type="collection">
          <argument key="elementdescriptor_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="elementdescriptor_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="geopoint_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="geopoint_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="object_tree" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_tree"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="_object_folder" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="_object_folder"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="object_datatype_hotspotimage" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HotspotType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_datatype_hotspotimage"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="manytoone" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HrefType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="manytoone"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="input_quantity_value" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="input_quantity_value"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="input_quantity_value_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="input_quantity_value_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="quantity_value" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="quantity_value"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="url_slug" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\UrlSlugType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="url_slug"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="object_datatype_video" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_datatype_video"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType"/>
            </service>
          </argument>
          <argument key="object_datatype_video_data" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_datatype_video_data"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="quantity_value_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="quantity_value_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="link_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\LinkInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="link_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="image_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputType\ImageInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.dataobjecttype" id="image_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
        </argument>
      </call>
      <call method="registerDocumentDataTypes">
        <argument type="collection">
          <argument key="document" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType"/>
              <call method="registerCustomDataType">
                <argument type="collection"/>
              </call>
            </service>
          </argument>
          <argument key="document_tree" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_tree"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="document_element" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_element"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="document_email" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_email"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="document_hardlink" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_hardlink"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType"/>
            </service>
          </argument>
          <argument key="document_link" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_link"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="document_page" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_page"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType"/>
            </service>
          </argument>
          <argument key="document_snippet" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_snippet"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType"/>
            </service>
          </argument>
          <argument key="_document_folder" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentFolderType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="_document_folder"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="document_link_input" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentLinkInputType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.documenttype" id="document_link_input"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
        </argument>
      </call>
      <call method="registerClassificationStoreDataTypes">
        <argument type="collection">
          <argument key="cs_group" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Group" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.cstype" id="cs_group"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature"/>
            </service>
          </argument>
          <argument key="cs_feature" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.cstype" id="cs_feature"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
        </argument>
      </call>
      <call method="registerPropertyDataTypes">
        <argument type="collection">
          <argument key="elementproperty" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="elementproperty"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="hotspotmetadata" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="hotspotmetadata"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_asset" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_asset"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_document" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_document"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_assetfolder" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetFolderType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_assetfolder"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_documentfolder" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentFolderType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_documentfolder"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_objectfolder" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectFolderType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_objectfolder"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_object" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DataObjectType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_object"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType"/>
            </service>
          </argument>
          <argument key="property_checkbox" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\CheckboxType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_checkbox"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_textarea" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextareaType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_textarea"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_text" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_text"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
          <argument key="property_select" type="service">
            <service class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\SelectType" autowire="true" autoconfigure="true">
              <tag name="pimcore.datahub.graphql.propertytype" id="property_select"/>
              <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
            </service>
          </argument>
        </argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DataObjectFieldHelper" class="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DataObjectFieldHelper" autowire="true" autoconfigure="true">
      <call method="setGraphQlService">
        <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\AssetFieldHelper" class="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\AssetFieldHelper" autowire="true" autoconfigure="true">
      <call method="setGraphQlService">
        <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DocumentFieldHelper" class="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DocumentFieldHelper" autowire="true" autoconfigure="true">
      <call method="setGraphQlService">
        <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      </call>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.anytargettype" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="anytarget"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyTargetType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.document_tree" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="document_tree"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.object" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="object"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\PimcoreObjectType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.object_tree" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="object_tree"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.asset_tree" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="asset_tree"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.hotspotmarkertype" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="hotspotmarker"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\SharedType\HotspotMarkerType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.hotspothotspottype" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="hotspothotspot"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\SharedType\HotspotHotspotType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.hotspot_metadata" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="hotspot_metadata"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.element_property_property" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="element_property"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.element_tag" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="element_tag"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\ElementTag</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.document_translation" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.generaltype_factory" id="document_translation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTranslationType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.asset" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype_factory" id="asset"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.asset_metadataitem" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype_factory" id="asset_metadataitem"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetMetadataItem</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.asset_embeddedmetainfoitem" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype_factory" id="asset_embeddedmetainfoitem"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetEmbeddedMetaInfoItem</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.video" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype_factory" id="video"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoType</argument>
    </service>
    <service id="pimcore.datahub.graphql.generaltype.factory.translation" class="Pimcore\Bundle\DataHubBundle\GraphQL\GeneralTypeFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.translationtype_factory" id="translation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\TranslationType\TranslationType</argument>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType" class="Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\LinkDataType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\LinkDataType" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataType" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataType" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataInputType" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataInputType" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_areablock" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Areablock" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_areablock"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataType"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_block" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Block" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_block"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_checkbox" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Checkbox" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_checkbox"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_date" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Date" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_date"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_embed" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Embed" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_embed"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_input" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Input" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_image" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Image" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_image"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_link" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Link" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_link"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\LinkDataType"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_multiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Multiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_multiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_numeric" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Numeric" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_numeric"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_pdf" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Pdf" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_pdf"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_relation" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Relation" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_relation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_relations" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Relations" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_relations"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_scheduledblock" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Scheduledblock" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_scheduledblock"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataType"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_select" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Select" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_select"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_table" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Table" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_table"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_textarea" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Textarea" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_textarea"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_wysiwyg" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Wysiwyg" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_wysiwyg"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_video" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementQueryFieldConfigGenerator\Video" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementquerytypegenerator" id="typegenerator_documentelementquerydatatype_video"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_checkbox" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Checkbox" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_booleanSelect"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_checkbox"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_newsletterActive"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_newsletterConfirmed"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_classificationstore" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Classificationstore" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_classificationstore"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_date" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_date"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_datetime" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Datetime" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_datetime"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_email" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Input" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_email"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_href" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Href" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_href"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_manyToOneRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_fieldcollections" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_fieldcollections"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_firstname" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Input" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_firstname"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_geobounds" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Geobounds" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_geobounds"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_geopolygon" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Geopolygon" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_geopolygon"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_geopoint" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Geopoint" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_geopoint"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_hotspotimage" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Hotspotimage" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_hotspotimage"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_image" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Image" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_image"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_imageGallery" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\ImageGallery" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_imageGallery"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_link" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Link" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_link"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_input" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Input" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_externalImage"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_input"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_rgbaColor"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_time"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_calculatedvalue" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\CalculatedValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_calculatedValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_lastname" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Input" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_lastname"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multihref" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Multihref" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_multihref"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_manyToManyRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_objects" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Objects" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_manyToManyObjectRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_reverseManyToManyObjectRelation" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\ReverseManyToManyObjectRelation" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_reverseManyToManyObjectRelation"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_reverseObjectRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multihrefMetadata" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\MultihrefMetadata" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_multihrefMetadata"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_advancedManyToManyRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_objectsMetadata" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\ObjectsMetadata" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_advancedManyToManyObjectRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Multiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_languagemultiselect"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_multiselect"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_countrymultiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_numeric" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Numeric" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_numeric"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_quantityvalue" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\QuantityValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_quantityValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_inputquantityvalue" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\InputQuantityValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_inputQuantityValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_select" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Select" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_country"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_gender"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_language"/>
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_select"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_slider" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Slider" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_slider"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_textarea" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_textarea"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_urlSlug" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\UrlSlug" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_urlSlug"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_video" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Video" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_video"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_wysiwyg" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_wysiwyg"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_table" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Table" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_table"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_structuredTable" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\StructuredTable" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_structuredTable"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_block" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryFieldConfigGenerator\Block" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_dataobjectquerydatatype_block"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_alias" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\Alias" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_alias"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_concatenator" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\Concatenator" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_concatenator"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_dateformatter" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\DateFormatter" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_dateformatter"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_elementcounter" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\ElementCounter" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_elementcounter"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_merge" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\Merge" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_merge"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_substring" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\Substring" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_substring"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_text" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\StringBase" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_text"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_thumbnail" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\Thumbnail" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_thumbnail"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_thumbnailhtml" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\ThumbnailHtml" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_thumbnailhtml"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_translatevalue" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\TranslateValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_translatevalue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_trimmer" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectQueryOperatorConfigGenerator\Trimmer" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectquerytypegenerator" id="typegenerator_queryoperator_trimmer"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.alias" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="alias"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Alias</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.concatenator" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="concatenator"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Concatenator</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.dateformatter" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="dateformatter"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\DateFormatter</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.elementcounter" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="elementcounter"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\ElementCounter</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.substring" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="substring"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Substring</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.thumbnail" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="thumbnail"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Thumbnail</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.thumbnailhtml" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="thumbnailhtml"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\ThumbnailHtml</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.merge" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="merge"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Merge</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.text" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="text"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Text</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.translatevalue" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="translatevalue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\TranslateValue</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.trimmer" class="Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Factory\DefaultQueryOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectqueryoperator_factory" id="trimmer"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\Query\Operator\Trimmer</argument>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetMetadataItem" class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetMetadataItem" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype" id="asset_metadata_item"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype" id="asset_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetFolderType" class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetFolderType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype" id="_asset_folder"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType" class="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.assettype" id="asset_tree"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Group" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Group" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.cstype" id="cs_group"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.cstype" id="cs_feature"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType"/>
      <call method="registerCustomDataType">
        <argument type="collection"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_tree"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_element"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_email"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_hardlink"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_link"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_page"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_snippet"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentFolderType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentFolderType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="_document_folder"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentLinkInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentLinkInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documenttype" id="document_link_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="elementdescriptor_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="geopoint_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_tree"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="_object_folder"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HotspotType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HotspotType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_datatype_hotspotimage"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HrefType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HrefType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="manytoone"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="input_quantity_value"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="input_quantity_value_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="quantity_value"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\UrlSlugType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\UrlSlugType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="url_slug"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_datatype_video"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="object_datatype_video_data"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="quantity_value_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\LinkInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\LinkInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="link_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentPageInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentPageInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.document_inputtype" id="document_page_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputType\ImageInputType" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputType\ImageInputType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjecttype" id="image_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Areablock" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_areablock"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataInputType"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Areablock"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_block" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Block" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_block"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Block"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_embed" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Embed" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_embed"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Embed"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_image" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Image" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_image"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Image"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_input" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Input" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Input"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_multiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Multiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_multiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Multiselect"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Scheduledblock" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_scheduledblock"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataInputType"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Scheduledblock"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_select" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Select" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_select"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Select"/>
    </service>
    <service id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_wysiwyg" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementMutationFieldConfigGenerator\Wysiwyg" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.documentelementmutationtypegenerator" id="typegenerator_documentelementmutationdatatype_wysiwyg"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Input"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Areablock" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Areablock" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Block" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Block" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Embed" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Embed" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Image" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Image" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Input" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Input" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Multiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Multiselect" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Scheduledblock" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Scheduledblock" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Select" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Select" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Wysiwyg" class="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Wysiwyg" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_booleanSelect" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\BooleanSelect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_booleanSelect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_checkbox" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Checkbox" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_checkbox"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_country" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_country"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_countrymultiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Multiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_countrymultiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_date" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Date" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_date"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_datetime" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Date" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_datetime"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_email" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_email"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_externalImage" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\ExternalImage" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_externalImage"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_fieldcollections" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Fieldcollections" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_fieldcollections"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_geopoint" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Geopoint" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_geopoint"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_firstname" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_firstname"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_gender" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_gender"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_input" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_image" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Image" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_image"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_language" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_language"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_lastname" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_lastname"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_newsletterActive" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Checkbox" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_newsletterActive"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_manyToOneRelation" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\ManyToOneRelation" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_manyToOneRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_manyToManyRelation" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\ManyToManyRelation" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_manyToManyRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_manyToManyObjectRelation" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\ManyToManyObjectRelation" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_manyToManyObjectRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_advancedManyToManyRelation" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\AdvancedManyToManyRelation" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_advancedManyToManyRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_advancedManyToManyObjectRelation" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\AdvancedManyToManyObjectRelation" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_advancedManyToManyObjectRelation"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_multiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Multiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_multiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_newsletterConfirmed" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Checkbox" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_newsletterConfirmed"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_numeric" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Numeric" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_numeric"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_select" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_select"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_slider" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Numeric" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_slider"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_textarea" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_textarea"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_time" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_time"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_wysiwyg" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Base" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_wysiwyg"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_quantityValue" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\QuantityValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_quantityValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_inputQuantityValue" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\InputQuantityValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_inputQuantityValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_table" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Table" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_table"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_imageGallery" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\ImageGallery" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_imageGallery"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_operator_ifempty" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationOperatorConfigGenerator\IfEmpty" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationoperator_ifempty"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_operator_localeswitcher" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationOperatorConfigGenerator\LocaleSwitcher" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationoperator_localeswitcher"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_operator_localecollector" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationOperatorConfigGenerator\LocaleCollector" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationoperator_localecollector"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_link" class="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Link" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationtypegenerator" id="typegenerator_dataobjectmutationdatatype_link"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationoperator.factory.ifempty" class="Pimcore\Bundle\DataHubBundle\GraphQL\Mutation\Operator\Factory\DefaultMutationOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationoperator_factory" id="ifempty"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationOperatorConfigGenerator\IfEmpty</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationoperator.factory.localeswitcher" class="Pimcore\Bundle\DataHubBundle\GraphQL\Mutation\Operator\Factory\DefaultMutationOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationoperator_factory" id="localeswitcher"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationOperatorConfigGenerator\LocaleSwitcher</argument>
    </service>
    <service id="pimcore.datahub.graphql.dataobjectmutationoperator.factory.localecollector" class="Pimcore\Bundle\DataHubBundle\GraphQL\Mutation\Operator\Factory\DefaultMutationOperatorFactory" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.dataobjectmutationoperator_factory" id="localecollector"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument>Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationOperatorConfigGenerator\LocaleCollector</argument>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_booleanSelect" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\BooleanSelect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_booleanSelect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_calculatedValue" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\CalculatedValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_calculatedValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_checkbox" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Checkbox" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_checkbox"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_country" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Country" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_country"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_countrymultiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Countrymultiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_countrymultiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_date" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Date" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_date"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_datetime" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Datetime" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_datetime"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_input" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Input" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_input"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_inputQuantityValue" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\InputQuantityValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_inputQuantityValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_language" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Language" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_language"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_languagemultiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Languagemultiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_languagemultiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_multiselect" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Multiselect" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_multiselect"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_numeric" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Numeric" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_numeric"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_rgbaColor" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\RgbaColor" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_rgbaColor"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_select" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Select" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_select"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_slider" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Slider" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_slider"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_textarea" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Textarea" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_textarea"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_time" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Time" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_time"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_quantityValue" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\QuantityValue" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_quantityValue"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_wysiwyg" class="Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreFeatureQueryTypeGenerator\Wysiwyg" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.csfeaturequerytypegenerator" id="typegenerator_csfeaturequerydatatype_wysiwyg"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="elementproperty"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="hotspotmetadata"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_asset"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_document"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetFolderType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetFolderType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_assetfolder"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentFolderType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentFolderType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_documentfolder"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectFolderType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectFolderType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_objectfolder"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DataObjectType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DataObjectType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_object"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\CheckboxType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\CheckboxType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_checkbox"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextareaType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextareaType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_textarea"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_text"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\SelectType" class="Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\SelectType" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.propertytype" id="property_select"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\GraphQL\ElementTag" class="Pimcore\Bundle\DataHubBundle\GraphQL\ElementTag" autowire="true" autoconfigure="true">
      <tag name="pimcore.datahub.graphql.elementtag" id="element_tag"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" class="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\EventListener\AdminListener" class="Pimcore\Bundle\DataHubBundle\EventListener\AdminListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.admin.indexAction.settings" method="addIndexSettings"/>
      <argument>%pimcore_data_hub%</argument>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" class="Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" class="Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" class="Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Controller\ConfigController" class="Pimcore\Bundle\DataHubBundle\Controller\ConfigController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" class="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.O2p6Lk7.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" class="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\Service\CheckConsumerPermissionsService"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\Service\OutputCacheService"/>
      <argument type="service" id="Pimcore\Bundle\DataHubBundle\Service\FileUploadService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.jIByowl.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Service\CheckConsumerPermissionsService" class="Pimcore\Bundle\DataHubBundle\Service\CheckConsumerPermissionsService" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\DataHubBundle\Service\ExportService" class="Pimcore\Bundle\DataHubBundle\Service\ExportService" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\DataHubBundle\Service\FileUploadService" class="Pimcore\Bundle\DataHubBundle\Service\FileUploadService" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\DataHubBundle\Service\ImportService" class="Pimcore\Bundle\DataHubBundle\Service\ImportService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Extension\Bundle\PimcoreBundleManager"/>
      <argument type="service" id="parameter_bag"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Service\OutputCacheService" class="Pimcore\Bundle\DataHubBundle\Service\OutputCacheService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\DataHubBundle\Service\ResponseService" class="Pimcore\Bundle\DataHubBundle\Service\ResponseService" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\DataHubBundle\Installer" class="Pimcore\Bundle\DataHubBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreDataHubBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="OutputDataConfigToolkitBundle\Controller\ClassController" class="OutputDataConfigToolkitBundle\Controller\ClassController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setClassificationDisplayMode">
        <argument>none</argument>
      </call>
      <call method="setClassificationGroupedDisplay">
        <argument>false</argument>
      </call>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.OutputDataConfigToolkitBundle\Controller\ClassController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="OutputDataConfigToolkitBundle\Controller\AdminController" class="OutputDataConfigToolkitBundle\Controller\AdminController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <call method="setDefaultGridClasses">
        <argument type="collection"/>
      </call>
      <call method="setOrderByName">
        <argument>false</argument>
      </call>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.dZKVYg7.OutputDataConfigToolkitBundle\Controller\AdminController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Web2PrintToolsBundle\Twig\OutputChannelExtension" class="Web2PrintToolsBundle\Twig\OutputChannelExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Web2PrintToolsBundle\Controller\AdminController" class="Web2PrintToolsBundle\Controller\AdminController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Web2PrintToolsBundle\Controller\AdminController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Web2PrintToolsBundle\Tools\Installer" class="Web2PrintToolsBundle\Tools\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('Web2PrintToolsBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" class="Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\Installer" class="Pimcore\Bundle\WebToPrintBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreWebToPrintBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="Pimcore\Translation\Translator"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" class="Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\DocumentHelperExtensions" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\PrintCatalogExtension" class="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\PrintCatalogExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\EventListener\IndexSettingsListener" class="Pimcore\Bundle\WebToPrintBundle\EventListener\IndexSettingsListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="pimcore.admin.indexAction.settings" method="indexSettings"/>
    </service>
    <service id="Pimcore\Bundle\WebToPrintBundle\Messenger\Handler\GenerateWeb2PrintPdfHandler" class="Pimcore\Bundle\WebToPrintBundle\Messenger\Handler\GenerateWeb2PrintPdfHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\StaticRoutesBundle\Installer" class="Pimcore\Bundle\StaticRoutesBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreStaticRoutesBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" class="Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" class="Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" autowire="true" autoconfigure="true">
      <tag name="router" priority="100"/>
      <tag name="monolog.logger" channel="routing"/>
      <argument type="service" id="router.request_context"/>
      <argument type="service" id="Pimcore\Config"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.routing"/>
      </call>
      <call method="setLocaleParams">
        <argument type="collection"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.routing"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\WordExportBundle\Installer" class="Pimcore\Bundle\WordExportBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreWordExportBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\WordExportBundle\Controller\TranslationController" class="Pimcore\Bundle\WordExportBundle\Controller\TranslationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\WordExportBundle\Controller\TranslationController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\Installer" class="Pimcore\Bundle\XliffBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="expression">service('kernel').getBundle('PimcoreXliffBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" class="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setTokenResolver">
        <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController"/>
      </call>
      <call method="setPimcoreSerializer">
        <argument type="service" id="Pimcore\Serializer\Serializer"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface" class="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorService" autowire="true" autoconfigure="true">
      <call method="registerDataExtractor">
        <argument>object</argument>
        <argument type="service" id="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor"/>
      </call>
      <call method="registerDataExtractor">
        <argument>document</argument>
        <argument type="service" id="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DocumentDataExtractor"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ExportService\ExportServiceInterface" class="Pimcore\Bundle\XliffBundle\ExportService\ExportService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface"/>
      <argument type="service" id="Pimcore\Bundle\XliffBundle\ExportService\Exporter\ExporterInterface"/>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor" class="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor" autowire="true" autoconfigure="true">
      <tag name="pimcore.translation.data-extractor" type="object"/>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DocumentDataExtractor" class="Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DocumentDataExtractor" autowire="true" autoconfigure="true">
      <tag name="pimcore.translation.data-extractor" type="document"/>
      <argument type="service" id="Pimcore\Document\Editable\EditableUsageResolver"/>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ExportService\Exporter\ExporterInterface" class="Pimcore\Bundle\XliffBundle\ExportService\Exporter\Xliff12Exporter" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\XliffBundle\Escaper\Xliff12Escaper"/>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ImporterService\ImporterServiceInterface" class="Pimcore\Bundle\XliffBundle\ImporterService\ImporterService" autowire="true" autoconfigure="true">
      <call method="registerImporter">
        <argument>object</argument>
        <argument type="service" id="Pimcore\Bundle\XliffBundle\ImporterService\Importer\DataObjectImporter"/>
      </call>
      <call method="registerImporter">
        <argument>document</argument>
        <argument type="service" id="Pimcore\Bundle\XliffBundle\ImporterService\Importer\DocumentImporter"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ImporterService\Importer\DataObjectImporter" class="Pimcore\Bundle\XliffBundle\ImporterService\Importer\DataObjectImporter" autowire="true" autoconfigure="true">
      <tag name="pimcore.translation.importer" type="object"/>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ImporterService\Importer\DocumentImporter" class="Pimcore\Bundle\XliffBundle\ImporterService\Importer\DocumentImporter" autowire="true" autoconfigure="true">
      <tag name="pimcore.translation.importer" type="document"/>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ImportDataExtractor\ImportDataExtractorInterface" class="Pimcore\Bundle\XliffBundle\ImportDataExtractor\Xliff12DataExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\XliffBundle\Escaper\Xliff12Escaper"/>
      <argument type="service" id="Pimcore\Bundle\XliffBundle\ImportDataExtractor\TranslationItemResolver\TranslationItemResolverInterface"/>
    </service>
    <service id="Pimcore\Bundle\XliffBundle\ImportDataExtractor\TranslationItemResolver\TranslationItemResolverInterface" class="Pimcore\Bundle\XliffBundle\ImportDataExtractor\TranslationItemResolver\TranslationItemResolver" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\XliffBundle\Escaper\Xliff12Escaper" class="Pimcore\Bundle\XliffBundle\Escaper\Xliff12Escaper" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Installer" class="Pimcore\Bundle\GenericExecutionEngineBundle\Installer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="expression">service('kernel').getBundle('PimcoreGenericExecutionEngineBundle')</argument>
      <call method="setMigrationRepository">
        <argument type="service" id="Pimcore\Migrations\FilteredMigrationsRepository"/>
      </call>
      <call method="setTableMetadataStorage">
        <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      </call>
      <call method="setDependencyFactory">
        <argument type="service" id="doctrine.migrations.dependency_factory"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Agent\JobExecutionAgentInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\Agent\JobExecutionAgent" autowire="true" autoconfigure="true">
      <argument>dev</argument>
      <argument>continue_on_error</argument>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Configuration\ExecutionContextInterface"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepositoryInterface"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunErrorLogRepositoryInterface"/>
      <argument type="service" id="monolog.logger.generic_execution_engine"/>
      <argument type="service" id="debug.traced.generic.execution.engine.bus"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepositoryInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepository" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\CurrentMessage\CurrentMessageProviderInterface"/>
      <argument type="service" id="doctrine.orm.pimcore_entity_manager"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Configuration\ExecutionContextInterface"/>
      <argument type="service" id="monolog.logger.generic_execution_engine"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Security\PermissionServiceInterface"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunErrorLogRepositoryInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunErrorLogRepository" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.pimcore_entity_manager"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Grid\JobRunGridInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\Grid\JobRunGrid" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\CurrentMessage\CurrentMessageProviderInterface"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Configuration\ExecutionContextInterface"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\CurrentMessage\CurrentMessageProviderInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\CurrentMessage\CurrentMessageProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" class="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Agent\JobExecutionAgentInterface"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobRunStatusChangeSubscriber" class="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobRunStatusChangeSubscriber" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="preUpdate" priority="500" connection="default"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepositoryInterface"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Extractor\JobRunExtractorInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\Extractor\JobRunExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Helper\SymfonyExpression\ExpressionServiceInterface"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepositoryInterface"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Security\PermissionServiceInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\Security\PermissionService" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Configuration\ExecutionContextInterface" class="Pimcore\Bundle\GenericExecutionEngineBundle\Configuration\ExecutionContext" autowire="true" autoconfigure="true">
      <argument type="collection">
        <argument key="default" type="collection">
          <argument key="translations_domain">admin</argument>
          <argument key="error_handling">continue_on_error</argument>
        </argument>
      </argument>
    </service>
    <service id="Pimcore\Messenger\Middleware\CollectGarbageMiddleware" class="Pimcore\Messenger\Middleware\CollectGarbageMiddleware" autowire="true" autoconfigure="true">
      <tag name="messenger.middleware"/>
    </service>
    <service id="Pimcore\Bundle\GenericExecutionEngineBundle\Messenger\Middleware\StepConditionMiddleware" class="Pimcore\Bundle\GenericExecutionEngineBundle\Messenger\Middleware\StepConditionMiddleware" autowire="true" autoconfigure="true">
      <tag name="messenger.middleware"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Agent\JobExecutionAgentInterface"/>
      <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Extractor\JobRunExtractorInterface"/>
      <argument type="service" id="monolog.logger.generic_execution_engine"/>
    </service>
    <service id="pimcore.security.password_hasher_factory" class="Pimcore\Security\Hasher\PasswordHasherFactory" autowire="true" autoconfigure="true">
      <tag name="container.decorator" id="security.password_hasher_factory" inner="pimcore.security.password_hasher_factory.inner"/>
      <argument type="service" id="pimcore.security.password_hasher_factory.inner"/>
      <argument type="collection">
        <argument key="Pimcore\Security\User\User" type="service" id="pimcore.security.user_password_hasher_factory"/>
        <argument key="Pimcore\Model\DataObject\Customer" type="service" id="cmf.security.user_password_hasher_factory"/>
      </argument>
    </service>
    <service id="Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" class="Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" autowire="true" autoconfigure="true">
      <tag name="kernel.cache_warmer"/>
    </service>
    <service id="Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" class="Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" autowire="true" autoconfigure="true">
      <tag name="kernel.cache_warmer"/>
    </service>
    <service id="Pimcore\Cache\Symfony\CacheClearer" class="Pimcore\Cache\Symfony\CacheClearer" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Helper\LongRunningHelper" class="Pimcore\Helper\LongRunningHelper" public="true" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="pimcore"/>
      <argument type="service" id="doctrine"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.pimcore"/>
      </call>
    </service>
    <service id="Pimcore\Config" class="Pimcore\Config" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Config\ReportConfigWriter" class="Pimcore\Config\ReportConfigWriter" autowire="true" autoconfigure="true">
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" class="Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Controller\WebDavController" class="Pimcore\Bundle\CoreBundle\Controller\WebDavController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.CgLZdtH.Pimcore\Bundle\CoreBundle\Controller\WebDavController"/>
      </call>
    </service>
    <service id="Pimcore\Controller\Config\ControllerDataProvider" class="Pimcore\Controller\Config\ControllerDataProvider" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="kernel"/>
      <argument>%pimcore.service_controllers%</argument>
    </service>
    <service id="Pimcore\Http\ClientFactory" class="Pimcore\Http\ClientFactory" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Config"/>
    </service>
    <service id="GuzzleHttp\Client" class="GuzzleHttp\Client" public="true" autowire="true" autoconfigure="true">
      <factory service="Pimcore\Http\ClientFactory" method="createClient"/>
    </service>
    <service id="Pimcore\DataObject\Consent\Service" class="Pimcore\DataObject\Consent\Service" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Model\DataObject\ClassDefinition\ClassDefinitionManager" class="Pimcore\Model\DataObject\ClassDefinition\ClassDefinitionManager" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Model\DataObject\ClassDefinition\DynamicOptionsProvider\CountryOptionsProvider" class="Pimcore\Model\DataObject\ClassDefinition\DynamicOptionsProvider\CountryOptionsProvider" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="Pimcore\Mail\Plugins\RedirectingPlugin" class="Pimcore\Mail\Plugins\RedirectingPlugin" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Mail\Mailer" class="Pimcore\Mail\Mailer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="Pimcore\Mail\Plugins\RedirectingPlugin"/>
    </service>
    <service id="Pimcore\Translation\TranslationEntriesDumper" class="Pimcore\Translation\TranslationEntriesDumper" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Model\DataObject\QuantityValue\UnitConversionService" class="Pimcore\Model\DataObject\QuantityValue\UnitConversionService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\DataObject\QuantityValue\QuantityValueConverterInterface"/>
    </service>
    <service id="Pimcore\Model\DataObject\QuantityValue\Service" class="Pimcore\Model\DataObject\QuantityValue\Service" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Model\DataObject\QuantityValue\QuantityValueConverterInterface" class="Pimcore\Model\DataObject\QuantityValue\DefaultConverter" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" class="Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" autowire="true" autoconfigure="true">
      <tag name="controller.argument_value_resolver" priority="101"/>
      <tag name="controller.argument_value_resolver"/>
    </service>
    <service id="Symfony\Component\Lock\PersistingStoreInterface" class="Symfony\Component\Lock\Store\DoctrineDbalStore" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Symfony\Component\Lock\LockFactory" class="Symfony\Component\Lock\LockFactory" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Symfony\Component\Lock\PersistingStoreInterface"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" class="Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Tool\Storage" class="Pimcore\Tool\Storage" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id=".service_locator.j55CNh_"/>
    </service>
    <service id="Pimcore\Image\Adapter\Imagick" class="Pimcore\Image\Adapter\Imagick" shared="false" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Helper\SymfonyExpression\ExpressionServiceInterface" class="Pimcore\Helper\SymfonyExpression\ExpressionService" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Image\Adapter\GD" class="Pimcore\Image\Adapter\GD" shared="false" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Model\Version\Adapter\FileSystemVersionStorageAdapter" class="Pimcore\Model\Version\Adapter\FileSystemVersionStorageAdapter" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Security\User\UserProvider" class="Pimcore\Security\User\UserProvider" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Security\User\TokenStorageUserResolver" class="Pimcore\Security\User\TokenStorageUserResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="Pimcore\Security\User\UserLoader" class="Pimcore\Security\User\UserLoader" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
    </service>
    <service id="Pimcore\Security\User\UserChecker" class="Pimcore\Security\User\UserChecker" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\SystemSettingsConfig" class="Pimcore\SystemSettingsConfig" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
    </service>
    <service id="Pimcore\Model\Notification\Service\NotificationService" class="Pimcore\Model\Notification\Service\NotificationService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Notification\Service\UserService"/>
    </service>
    <service id="Pimcore\Model\Notification\Service\UserService" class="Pimcore\Model\Notification\Service\UserService" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Routing\DynamicRouteProvider" class="Pimcore\Routing\DynamicRouteProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
      <call method="addHandler">
        <argument type="service" id="Pimcore\Routing\Dynamic\DocumentRouteHandler"/>
      </call>
      <call method="addHandler">
        <argument type="service" id="Pimcore\Routing\Dynamic\DataObjectRouteHandler"/>
      </call>
    </service>
    <service id="Pimcore\Routing\Dynamic\DocumentRouteHandler" class="Pimcore\Routing\Dynamic\DocumentRouteHandler" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Service"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Config"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\StaticPageResolver"/>
    </service>
    <service id="Pimcore\Routing\Dynamic\DataObjectRouteHandler" class="Pimcore\Routing\Dynamic\DataObjectRouteHandler" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
    </service>
    <service id="Pimcore\Routing\Element\Router" class="Pimcore\Routing\Element\Router" autowire="true" autoconfigure="true">
      <tag name="router" priority="110"/>
      <argument type="service" id="router.request_context"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
    </service>
    <service id="Pimcore\Routing\Loader\BundleRoutingLoader" class="Pimcore\Routing\Loader\BundleRoutingLoader" autowire="true" autoconfigure="true">
      <tag name="routing.loader"/>
      <argument type="service" id="Pimcore\Config\BundleConfigLocator"/>
    </service>
    <service id="Pimcore\Workflow\Manager" class="Pimcore\Workflow\Manager" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="workflow.registry"/>
      <argument type="service" id="Pimcore\Workflow\EventSubscriber\NotesSubscriber"/>
      <argument type="service" id="Pimcore\Workflow\ExpressionService"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="registerWorkflow">
        <argument>simple_asset_workflow</argument>
        <argument type="collection">
          <argument key="label">Simple Asset Workflow</argument>
          <argument key="priority">0</argument>
          <argument key="type">state_machine</argument>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>simple_asset_workflow</argument>
        <argument>start</argument>
        <argument type="collection">
          <argument key="label">Start Place of the Workflow</argument>
          <argument key="title">Start checking this asset</argument>
          <argument key="color">#3572b0</argument>
          <argument key="visibleInHeader">true</argument>
          <argument key="colorInverted">false</argument>
          <argument key="permissions" type="collection"/>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>simple_asset_workflow</argument>
        <argument>review_license</argument>
        <argument type="collection">
          <argument key="label">Review License</argument>
          <argument key="color">orange</argument>
          <argument key="visibleInHeader">true</argument>
          <argument key="title"></argument>
          <argument key="colorInverted">false</argument>
          <argument key="permissions" type="collection"/>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>simple_asset_workflow</argument>
        <argument>finished</argument>
        <argument type="collection">
          <argument key="label">Asset Reviewed</argument>
          <argument key="color">green</argument>
          <argument key="visibleInHeader">true</argument>
          <argument key="title"></argument>
          <argument key="colorInverted">false</argument>
          <argument key="permissions" type="collection"/>
        </argument>
      </call>
      <call method="registerWorkflow">
        <argument>product_data_enrichment</argument>
        <argument type="collection">
          <argument key="label">Product Data Enrichment Workflow</argument>
          <argument key="priority">0</argument>
          <argument key="type">workflow</argument>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>product_data_enrichment</argument>
        <argument>todo</argument>
        <argument type="collection">
          <argument key="label">ToDo</argument>
          <argument key="title">Product Magic did not start</argument>
          <argument key="color">#3572b0</argument>
          <argument key="colorInverted">true</argument>
          <argument key="permissions" type="collection">
            <argument type="collection">
              <argument key="objectLayout">CarTodo</argument>
              <argument key="publish">false</argument>
              <argument key="unpublish">false</argument>
            </argument>
          </argument>
          <argument key="visibleInHeader">true</argument>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>product_data_enrichment</argument>
        <argument>edit_text</argument>
        <argument type="collection">
          <argument key="label">Edit Text</argument>
          <argument key="color">orange</argument>
          <argument key="permissions" type="collection">
            <argument type="collection">
              <argument key="publish">false</argument>
              <argument key="unpublish">false</argument>
            </argument>
          </argument>
          <argument key="title"></argument>
          <argument key="colorInverted">false</argument>
          <argument key="visibleInHeader">true</argument>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>product_data_enrichment</argument>
        <argument>edit_images</argument>
        <argument type="collection">
          <argument key="label">Edit Images</argument>
          <argument key="color">orange</argument>
          <argument key="permissions" type="collection">
            <argument type="collection">
              <argument key="publish">false</argument>
              <argument key="unpublish">false</argument>
            </argument>
          </argument>
          <argument key="title"></argument>
          <argument key="colorInverted">false</argument>
          <argument key="visibleInHeader">true</argument>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>product_data_enrichment</argument>
        <argument>done_text</argument>
        <argument type="collection">
          <argument key="label">Done Text</argument>
          <argument key="color">green</argument>
          <argument key="permissions" type="collection">
            <argument type="collection">
              <argument key="publish">false</argument>
              <argument key="unpublish">false</argument>
            </argument>
          </argument>
          <argument key="title"></argument>
          <argument key="colorInverted">false</argument>
          <argument key="visibleInHeader">true</argument>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>product_data_enrichment</argument>
        <argument>done_images</argument>
        <argument type="collection">
          <argument key="label">Done Images</argument>
          <argument key="color">green</argument>
          <argument key="permissions" type="collection">
            <argument type="collection">
              <argument key="publish">false</argument>
              <argument key="unpublish">false</argument>
            </argument>
          </argument>
          <argument key="title"></argument>
          <argument key="colorInverted">false</argument>
          <argument key="visibleInHeader">true</argument>
        </argument>
      </call>
      <call method="addPlaceConfig">
        <argument>product_data_enrichment</argument>
        <argument>done_all</argument>
        <argument type="collection">
          <argument key="label">Product is ready</argument>
          <argument key="color">#009900</argument>
          <argument key="permissions" type="collection">
            <argument type="collection">
              <argument key="condition">is_fully_authenticated() and 'ROLE_PIMCORE_ADMIN' in role_names</argument>
              <argument key="objectLayout">CarReview</argument>
            </argument>
            <argument type="collection">
              <argument key="objectLayout">CarReview</argument>
            </argument>
          </argument>
          <argument key="title"></argument>
          <argument key="colorInverted">false</argument>
          <argument key="visibleInHeader">true</argument>
        </argument>
      </call>
      <call method="addGlobalAction">
        <argument>product_data_enrichment</argument>
        <argument>log_time</argument>
        <argument type="collection">
          <argument key="label">Log Time</argument>
          <argument key="guard">is_fully_authenticated()</argument>
          <argument key="notes" type="collection">
            <argument key="commentEnabled">true</argument>
            <argument key="commentRequired">true</argument>
            <argument key="type">Worklog</argument>
            <argument key="title">Time Logged</argument>
            <argument key="additionalFields" type="collection">
              <argument type="collection">
                <argument key="name">timeWorked</argument>
                <argument key="fieldType">input</argument>
                <argument key="title">Time spent</argument>
                <argument key="required">true</argument>
                <argument key="fieldTypeSettings" type="collection"/>
              </argument>
            </argument>
          </argument>
          <argument key="objectLayout">false</argument>
          <argument key="saveSubject">true</argument>
          <argument key="to" type="collection"/>
        </argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="Pimcore\Workflow\Place\StatusInfo" class="Pimcore\Workflow\Place\StatusInfo" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Workflow\Manager"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Workflow\Notification\NotificationEmailService" class="Pimcore\Workflow\Notification\NotificationEmailService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Workflow\Notification\PimcoreNotificationService" class="Pimcore\Workflow\Notification\PimcoreNotificationService" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Notification\Service\NotificationService"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="workflow.marking_store.state_table" class="Pimcore\Workflow\MarkingStore\StateTableMarkingStore" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="workflow.marking_store.multiple_state" class="Symfony\Component\Workflow\MarkingStore\MethodMarkingStore" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="workflow.marking_store.single_state" class="Symfony\Component\Workflow\MarkingStore\MethodMarkingStore" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="workflow.marking_store.data_object_splitted_state" class="Pimcore\Workflow\MarkingStore\DataObjectSplittedStateMarkingStore" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="workflow.marking_store.data_object_multiple_state" class="Pimcore\Workflow\MarkingStore\DataObjectMultipleStateMarkingStore" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="workflow.support_strategy.expression" class="Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Workflow\ExpressionService"/>
    </service>
    <service id="workflow.support_strategy.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker" autowire="true" autoconfigure="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument>false</argument>
    </service>
    <service id="Pimcore\Workflow\ExpressionService" class="Pimcore\Workflow\ExpressionService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="workflow.security.expression_language"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="workflow.support_strategy.authorization_checker"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.role_hierarchy"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="Pimcore\Workflow\EventSubscriber\NotificationSubscriber" class="Pimcore\Workflow\EventSubscriber\NotificationSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Workflow\Notification\NotificationEmailService"/>
      <argument type="service" id="Pimcore\Workflow\Notification\PimcoreNotificationService"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument type="service" id="Pimcore\Workflow\ExpressionService"/>
      <argument type="service" id="Pimcore\Workflow\Manager"/>
    </service>
    <service id="Pimcore\Workflow\EventSubscriber\NotesSubscriber" class="Pimcore\Workflow\EventSubscriber\NotesSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" class="Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="pimcore.workflow.place-options-provider" class="Pimcore\Workflow\Place\OptionsProvider" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Workflow\Manager"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Workflow\Dumper\GraphvizDumper" class="Pimcore\Workflow\Dumper\GraphvizDumper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Workflow\Manager"/>
    </service>
    <service id="Pimcore\Workflow\Dumper\StateMachineGraphvizDumper" class="Pimcore\Workflow\Dumper\StateMachineGraphvizDumper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Workflow\Manager"/>
    </service>
    <service id="Pimcore\Extension\Bundle\PimcoreBundleLocator" class="Pimcore\Extension\Bundle\PimcoreBundleLocator" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Composer\PackageInfo"/>
      <argument>%pimcore.extensions.bundles.search_paths%</argument>
      <argument>true</argument>
    </service>
    <service id="Pimcore\Extension\Bundle\PimcoreBundleManager" class="Pimcore\Extension\Bundle\PimcoreBundleManager" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Extension\Bundle\PimcoreBundleLocator"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="cmf_routing.router"/>
    </service>
    <service id="Pimcore\HttpKernel\BundleLocator\BundleLocator" class="Pimcore\HttpKernel\BundleLocator\BundleLocator" autowire="true" autoconfigure="true">
      <argument type="service" id="kernel"/>
    </service>
    <service id="Pimcore\HttpKernel\WebPathResolver" class="Pimcore\HttpKernel\WebPathResolver" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Composer\PackageInfo" class="Pimcore\Composer\PackageInfo" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Config\BundleConfigLocator" class="Pimcore\Config\BundleConfigLocator" autowire="true" autoconfigure="true">
      <argument type="service" id="kernel"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange" class="Pimcore\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Cache\Symfony\CacheClearer"/>
      <argument type="service" id="Pimcore\Tool\AssetsInstaller"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Tool\AssetsInstaller" class="Pimcore\Tool\AssetsInstaller" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Tool\MaintenanceModeHelperInterface" class="Pimcore\Tool\MaintenanceModeHelper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Http\RequestHelper" class="Pimcore\Http\RequestHelper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context"/>
    </service>
    <service id="Pimcore\Http\ResponseHelper" class="Pimcore\Http\ResponseHelper" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Http\RequestMatcherFactory" class="Pimcore\Http\RequestMatcherFactory" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Http\Context\PimcoreContextGuesser" class="Pimcore\Http\Context\PimcoreContextGuesser" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\RequestMatcherFactory"/>
      <call method="addContextRoutes">
        <argument>admin</argument>
        <argument type="collection">
          <argument type="collection">
            <argument key="path">^/admin(/.*)?$</argument>
            <argument key="route">false</argument>
            <argument key="host">false</argument>
            <argument key="methods" type="collection"/>
          </argument>
          <argument type="collection">
            <argument key="route">^pimcore_admin_</argument>
            <argument key="path">false</argument>
            <argument key="host">false</argument>
            <argument key="methods" type="collection"/>
          </argument>
        </argument>
      </call>
      <call method="addContextRoutes">
        <argument>profiler</argument>
        <argument type="collection">
          <argument type="collection">
            <argument key="path">^/_(profiler|wdt)(/.*)?$</argument>
            <argument key="route">false</argument>
            <argument key="host">false</argument>
            <argument key="methods" type="collection"/>
          </argument>
        </argument>
      </call>
    </service>
    <service id="Pimcore\Http\ResponseStack" class="Pimcore\Http\ResponseStack" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Http\Response\CodeInjector" class="Pimcore\Http\Response\CodeInjector" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\ResponseHelper"/>
    </service>
    <service id="Pimcore\Http\Request\Resolver\PimcoreContextResolver" class="Pimcore\Http\Request\Resolver\PimcoreContextResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Http\Context\PimcoreContextGuesser"/>
    </service>
    <service id="Pimcore\Http\Request\Resolver\StaticPageResolver" class="Pimcore\Http\Request\Resolver\StaticPageResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Http\Request\Resolver\OutputTimestampResolver" class="Pimcore\Http\Request\Resolver\OutputTimestampResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Http\Request\Resolver\SiteResolver" class="Pimcore\Http\Request\Resolver\SiteResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Http\Request\Resolver\EditmodeResolver" class="Pimcore\Http\Request\Resolver\EditmodeResolver" public="true" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="init"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Security\User\UserLoader"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.init"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.init"/>
      </call>
    </service>
    <service id="Pimcore\Http\Request\Resolver\DocumentResolver" class="Pimcore\Http\Request\Resolver\DocumentResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Http\Request\Resolver\TemplateResolver" class="Pimcore\Http\Request\Resolver\TemplateResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Http\Request\Resolver\ResponseHeaderResolver" class="Pimcore\Http\Request\Resolver\ResponseHeaderResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="Pimcore\Translation\Translator" class="Pimcore\Translation\Translator" autowire="true" autoconfigure="true">
      <tag name="kernel.locale_aware"/>
      <argument type="service" id="translator.data_collector"/>
      <call method="setKernel">
        <argument type="service" id="kernel"/>
      </call>
      <call method="setAdminPath">
        <argument>@PimcoreCoreBundle/translations</argument>
      </call>
      <call method="setAdminTranslationMapping">
        <argument type="collection"/>
      </call>
    </service>
    <service id="Pimcore\Localization\LocaleServiceInterface" class="Pimcore\Localization\LocaleService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
    </service>
    <service id="Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" class="Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" autowire="true" autoconfigure="true">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
    </service>
    <service id="Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" class="Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" autowire="true" autoconfigure="true">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
    </service>
    <service id="Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" class="Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" autowire="true" autoconfigure="true">
      <tag name="controller.argument_value_resolver"/>
    </service>
    <service id="Pimcore\Resolver\ClassResolver" class="Pimcore\Resolver\ClassResolver" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;Pimcore\Resolver\ClassResolver&quot;: argument &quot;$map&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="pimcore.class.resolver.document" class="Pimcore\Resolver\ClassResolver" public="true" autowire="true" autoconfigure="true">
      <argument>%pimcore.documents.classes.map%</argument>
    </service>
    <service id="pimcore.class.resolver.asset" class="Pimcore\Resolver\ClassResolver" public="true" autowire="true" autoconfigure="true">
      <argument>%pimcore.assets.classes.map%</argument>
    </service>
    <service id="Pimcore\Model\Document\Editable\Loader\EditableLoader" class="Pimcore\Model\Document\Editable\Loader\EditableLoader" public="true" autowire="true" autoconfigure="true">
      <argument type="collection">
        <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader.prefix_loader"/>
        <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader.class_map_loader"/>
      </argument>
    </service>
    <service id="pimcore.implementation_loader.object.data" class="Pimcore\Model\DataObject\ClassDefinition\Loader\DataLoader" public="true" autowire="true" autoconfigure="true">
      <argument type="collection">
        <argument type="service" id="pimcore.implementation_loader.object.data.prefix_loader"/>
        <argument type="service" id="pimcore.implementation_loader.object.data.class_map_loader"/>
      </argument>
    </service>
    <service id="pimcore.implementation_loader.asset.metadata.data" class="Pimcore\Model\Asset\Metadata\Loader\DataLoader" public="true" autowire="true" autoconfigure="true">
      <argument type="collection">
        <argument type="service" id="pimcore.implementation_loader.asset.metadata.data.class_map_loader"/>
      </argument>
    </service>
    <service id="pimcore.implementation_loader.object.layout" class="Pimcore\Model\DataObject\ClassDefinition\Loader\LayoutLoader" public="true" autowire="true" autoconfigure="true">
      <argument type="collection">
        <argument type="service" id="pimcore.implementation_loader.object.layout.prefix_loader"/>
      </argument>
    </service>
    <service id="Pimcore\Model\Factory" class="Pimcore\Model\Factory" autowire="true" autoconfigure="true">
      <call method="addLoader">
        <argument type="service" id="Pimcore\Model\Factory\FallbackBuilder"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="pimcore.model.factory.classmap_builder"/>
      </call>
    </service>
    <service id="Pimcore\Model\Factory\FallbackBuilder" class="Pimcore\Model\Factory\FallbackBuilder" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Document\Editable\Block\BlockStateStack" class="Pimcore\Document\Editable\Block\BlockStateStack" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Document\Editable\EditableHandler" class="Pimcore\Document\Editable\EditableHandler" public="true" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="pimcore"/>
      <argument type="service" id="Pimcore\Extension\Document\Areabrick\AreabrickManager"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
      <argument type="service" id="Pimcore\HttpKernel\BundleLocator\BundleLocator"/>
      <argument type="service" id="Pimcore\HttpKernel\WebPathResolver"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"/>
      <argument type="service" id="Pimcore\Http\ResponseStack"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="twig.runtime.httpkernel"/>
      <argument type="service" id="fragment.renderer.inline"/>
      <argument type="service" id="request_stack"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.pimcore"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.pimcore"/>
      </call>
    </service>
    <service id="Pimcore\Document\Editable\EditmodeEditableDefinitionCollector" class="Pimcore\Document\Editable\EditmodeEditableDefinitionCollector" autowire="true" autoconfigure="true"/>
    <service id="pimcore.document.areabrick.brick_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" autowire="true" autoconfigure="true">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="blockquote" type="service_closure" id="app.area.brick.blockquote"/>
        <argument key="email-image" type="service_closure" id="app.area.brick.email_image"/>
        <argument key="email-news" type="service_closure" id="app.area.brick.email_news"/>
        <argument key="email-teaser" type="service_closure" id="app.area.brick.email_teaser"/>
        <argument key="email-wysiwyg" type="service_closure" id="app.area.brick.email_wysiwyg"/>
        <argument key="embed" type="service_closure" id="app.area.brick.embed"/>
        <argument key="featurette" type="service_closure" id="app.area.brick.featurette"/>
        <argument key="gallery-carousel" type="service_closure" id="app.area.brick.gallery_carousel"/>
        <argument key="gallery-folder" type="service_closure" id="app.area.brick.gallery_folder"/>
        <argument key="gallery-single-images" type="service_closure" id="app.area.brick.gallery_single_images"/>
        <argument key="headlines" type="service_closure" id="app.area.brick.headlines"/>
        <argument key="hero-grid" type="service_closure" id="app.area.brick.hero_grid"/>
        <argument key="hero-teaser" type="service_closure" id="app.area.brick.hero_teaser"/>
        <argument key="horizontal-line" type="service_closure" id="app.area.brick.horizontal_line"/>
        <argument key="icon-teaser-row" type="service_closure" id="app.area.brick.icon_teaser_row"/>
        <argument key="image" type="service_closure" id="app.area.brick.image"/>
        <argument key="image-hotspot-marker" type="service_closure" id="app.area.brick.image_hotspot_marker"/>
        <argument key="image-metadata" type="service_closure" id="app.area.brick.image_metadata"/>
        <argument key="pdf" type="service_closure" id="app.area.brick.pdf"/>
        <argument key="personalized-product-teaser" type="service_closure" id="app.area.brick.personalized_product_teaser"/>
        <argument key="print-key-visual" type="service_closure" id="app.area.brick.print_key_visual"/>
        <argument key="print-page-break" type="service_closure" id="app.area.brick.print_page_break"/>
        <argument key="print-product-row" type="service_closure" id="app.area.brick.print_product_row"/>
        <argument key="print-product-table" type="service_closure" id="app.area.brick.print_product_table"/>
        <argument key="print-title-page" type="service_closure" id="app.area.brick.print_title_page"/>
        <argument key="print-toc" type="service_closure" id="app.area.brick.print_toc"/>
        <argument key="print-wysiwyg" type="service_closure" id="app.area.brick.print_wysiwyg"/>
        <argument key="product-grid" type="service_closure" id="app.area.brick.product_grid"/>
        <argument key="product-teaser" type="service_closure" id="app.area.brick.product_teaser"/>
        <argument key="standard-teaser" type="service_closure" id="app.area.brick.standard_teaser"/>
        <argument key="text-accordion" type="service_closure" id="app.area.brick.text_accordion"/>
        <argument key="time-slider-featurette" type="service_closure" id="app.area.brick.time_slider_featurette"/>
        <argument key="validity" type="service_closure" id="App\MyAreaBricks\Custom\Areabricks\Validity"/>
        <argument key="video" type="service_closure" id="app.area.brick.video"/>
        <argument key="wysiwyg" type="service_closure" id="app.area.brick.wysiwyg"/>
        <argument key="wysiwyg-with-images" type="service_closure" id="app.area.brick.wysiwyg_with_images"/>
      </argument>
    </service>
    <service id="Pimcore\Extension\Document\Areabrick\AreabrickManager" class="Pimcore\Extension\Document\Areabrick\AreabrickManager" autowire="true" autoconfigure="true">
      <argument type="service" id="pimcore.document.areabrick.brick_locator"/>
      <call method="registerService">
        <argument>validity</argument>
        <argument>App\MyAreaBricks\Custom\Areabricks\Validity</argument>
      </call>
      <call method="registerService">
        <argument>email-wysiwyg</argument>
        <argument>app.area.brick.email_wysiwyg</argument>
      </call>
      <call method="registerService">
        <argument>email-image</argument>
        <argument>app.area.brick.email_image</argument>
      </call>
      <call method="registerService">
        <argument>hero-teaser</argument>
        <argument>app.area.brick.hero_teaser</argument>
      </call>
      <call method="registerService">
        <argument>hero-grid</argument>
        <argument>app.area.brick.hero_grid</argument>
      </call>
      <call method="registerService">
        <argument>gallery-single-images</argument>
        <argument>app.area.brick.gallery_single_images</argument>
      </call>
      <call method="registerService">
        <argument>print-key-visual</argument>
        <argument>app.area.brick.print_key_visual</argument>
      </call>
      <call method="registerService">
        <argument>image-metadata</argument>
        <argument>app.area.brick.image_metadata</argument>
      </call>
      <call method="registerService">
        <argument>video</argument>
        <argument>app.area.brick.video</argument>
      </call>
      <call method="registerService">
        <argument>product-teaser</argument>
        <argument>app.area.brick.product_teaser</argument>
      </call>
      <call method="registerService">
        <argument>icon-teaser-row</argument>
        <argument>app.area.brick.icon_teaser_row</argument>
      </call>
      <call method="registerService">
        <argument>print-product-row</argument>
        <argument>app.area.brick.print_product_row</argument>
      </call>
      <call method="registerService">
        <argument>email-teaser</argument>
        <argument>app.area.brick.email_teaser</argument>
      </call>
      <call method="registerService">
        <argument>pdf</argument>
        <argument>app.area.brick.pdf</argument>
      </call>
      <call method="registerService">
        <argument>wysiwyg</argument>
        <argument>app.area.brick.wysiwyg</argument>
      </call>
      <call method="registerService">
        <argument>product-grid</argument>
        <argument>app.area.brick.product_grid</argument>
      </call>
      <call method="registerService">
        <argument>blockquote</argument>
        <argument>app.area.brick.blockquote</argument>
      </call>
      <call method="registerService">
        <argument>email-news</argument>
        <argument>app.area.brick.email_news</argument>
      </call>
      <call method="registerService">
        <argument>text-accordion</argument>
        <argument>app.area.brick.text_accordion</argument>
      </call>
      <call method="registerService">
        <argument>horizontal-line</argument>
        <argument>app.area.brick.horizontal_line</argument>
      </call>
      <call method="registerService">
        <argument>print-title-page</argument>
        <argument>app.area.brick.print_title_page</argument>
      </call>
      <call method="registerService">
        <argument>time-slider-featurette</argument>
        <argument>app.area.brick.time_slider_featurette</argument>
      </call>
      <call method="registerService">
        <argument>headlines</argument>
        <argument>app.area.brick.headlines</argument>
      </call>
      <call method="registerService">
        <argument>print-toc</argument>
        <argument>app.area.brick.print_toc</argument>
      </call>
      <call method="registerService">
        <argument>print-wysiwyg</argument>
        <argument>app.area.brick.print_wysiwyg</argument>
      </call>
      <call method="registerService">
        <argument>standard-teaser</argument>
        <argument>app.area.brick.standard_teaser</argument>
      </call>
      <call method="registerService">
        <argument>wysiwyg-with-images</argument>
        <argument>app.area.brick.wysiwyg_with_images</argument>
      </call>
      <call method="registerService">
        <argument>gallery-carousel</argument>
        <argument>app.area.brick.gallery_carousel</argument>
      </call>
      <call method="registerService">
        <argument>featurette</argument>
        <argument>app.area.brick.featurette</argument>
      </call>
      <call method="registerService">
        <argument>print-product-table</argument>
        <argument>app.area.brick.print_product_table</argument>
      </call>
      <call method="registerService">
        <argument>gallery-folder</argument>
        <argument>app.area.brick.gallery_folder</argument>
      </call>
      <call method="registerService">
        <argument>image</argument>
        <argument>app.area.brick.image</argument>
      </call>
      <call method="registerService">
        <argument>personalized-product-teaser</argument>
        <argument>app.area.brick.personalized_product_teaser</argument>
      </call>
      <call method="registerService">
        <argument>embed</argument>
        <argument>app.area.brick.embed</argument>
      </call>
      <call method="registerService">
        <argument>print-page-break</argument>
        <argument>app.area.brick.print_page_break</argument>
      </call>
      <call method="registerService">
        <argument>image-hotspot-marker</argument>
        <argument>app.area.brick.image_hotspot_marker</argument>
      </call>
    </service>
    <service id="Pimcore\Model\Document\Service" class="Pimcore\Model\Document\Service" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Document\Renderer\DocumentRendererInterface" class="Pimcore\Document\Renderer\DocumentRenderer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Templating\Renderer\ActionRenderer"/>
      <argument type="service" id="fragment.renderer.inline"/>
      <argument type="service" id="Pimcore\Routing\Dynamic\DocumentRouteHandler"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <call method="setContainerService">
        <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
      </call>
    </service>
    <service id="Pimcore\Document\Editable\EditableUsageResolver" class="Pimcore\Document\Editable\EditableUsageResolver" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Pimcore\Document\Renderer\DocumentRendererInterface"/>
    </service>
    <service id="Pimcore\Document\StaticPageGenerator" class="Pimcore\Document\StaticPageGenerator" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Document\Renderer\DocumentRendererInterface"/>
      <argument type="service" id="Symfony\Component\Lock\LockFactory"/>
      <argument type="service" id="Pimcore\SystemSettingsConfig"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="redirect"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
      <argument type="service" id="Pimcore\Config"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.redirect"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" class="Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      <argument type="service" id="request_stack"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
      <argument type="service" id="Pimcore\Model\Document\Service"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" class="Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" class="Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Translation\Translator"/>
      <argument>pimcore_debug_translations</argument>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" class="Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Translation\TranslationEntriesDumper"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="init"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Security\User\UserLoader"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.init"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.init"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="twig"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Document\Editable\Block\BlockStateStack"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Document\StaticPageGenerator"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Config"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
      <call method="setStaticPageResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\StaticPageResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\TemplateResolver"/>
      <argument type="service" id="twig"/>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" class="Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" class="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Workflow\Manager"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" class="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="Pimcore\Document\Renderer\DocumentRendererInterface"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="Pimcore\SystemSettingsConfig"/>
      <argument type="service" id="Pimcore\Model\Document\Service"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\SiteResolver"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\ResponseHeaderResolver"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
      <argument type="service" id="Pimcore\Security\User\UserLoader"/>
      <argument type="service" id="Pimcore\Extension\Bundle\PimcoreBundleManager"/>
      <argument type="service" id="cmf_routing.router"/>
      <argument type="service" id="Pimcore\Document\Editable\EditmodeEditableDefinitionCollector"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\ResponseStack"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <call method="setResponseHelper">
        <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      </call>
      <call method="setPimcoreContextResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
      </call>
      <call method="setStaticPageResolver">
        <argument type="service" id="Pimcore\Http\Request\Resolver\StaticPageResolver"/>
      </call>
    </service>
    <service id="Pimcore\Cache\FullPage\SessionStatus" class="Pimcore\Cache\FullPage\SessionStatus" autowire="true" autoconfigure="true">
      <argument>_sf2_meta</argument>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" class="Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="Pimcore\Tool\MaintenanceModeHelperInterface"/>
      <call method="loadTemplateFromResource">
        <argument>@PimcoreCoreBundle/public/misc/maintenance.html</argument>
      </call>
      <call method="setResponseHelper">
        <argument type="service" id="Pimcore\Http\ResponseHelper"/>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\OutputTimestampResolver"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" class="Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
      <argument type="service" id="Pimcore\Http\RequestMatcherFactory"/>
      <argument type="service" id="web_profiler.debug_toolbar" on-invalid="ignore"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>%pimcore.web_profiler.toolbar.excluded_routes%</argument>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" class="Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="Pimcore\Templating\Renderer\ActionRenderer" class="Pimcore\Templating\Renderer\ActionRenderer" autowire="true" autoconfigure="true">
      <argument type="service" id="twig.runtime.httpkernel"/>
    </service>
    <service id="Pimcore\Templating\Renderer\IncludeRenderer" class="Pimcore\Templating\Renderer\IncludeRenderer" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Templating\Renderer\ActionRenderer"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="Pimcore\Templating\Renderer\EditableRenderer" class="Pimcore\Templating\Renderer\EditableRenderer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
      <argument type="service" id="Pimcore\Document\Editable\EditmodeEditableDefinitionCollector"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="pimcore.templating.navigation.renderer_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" autowire="true" autoconfigure="true">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbs" type="service_closure" id="Pimcore\Navigation\Renderer\Breadcrumbs"/>
        <argument key="menu" type="service_closure" id="Pimcore\Navigation\Renderer\Menu"/>
      </argument>
    </service>
    <service id="Pimcore\Navigation\Builder" class="Pimcore\Navigation\Builder" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Http\RequestHelper"/>
    </service>
    <service id="Pimcore\Navigation\Renderer\Menu" class="Pimcore\Navigation\Renderer\Menu" autowire="true" autoconfigure="true">
      <tag name="pimcore.navigation.renderer" alias="menu"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
    </service>
    <service id="Pimcore\Navigation\Renderer\Breadcrumbs" class="Pimcore\Navigation\Renderer\Breadcrumbs" autowire="true" autoconfigure="true">
      <tag name="pimcore.navigation.renderer" alias="breadcrumbs"/>
      <argument type="service" id="pimcore.templating.engine.delegating"/>
    </service>
    <service id="pimcore.templating.engine.delegating" class="Pimcore\Templating\TwigDefaultDelegatingEngine" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="twig"/>
      <argument type="service" id="Pimcore\Config"/>
    </service>
    <service id="Pimcore\Twig\Extension\HelpersExtension" class="Pimcore\Twig\Extension\HelpersExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\PimcoreUrl"/>
    </service>
    <service id="Pimcore\Twig\Extension\DocumentEditableExtension" class="Pimcore\Twig\Extension\DocumentEditableExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
    </service>
    <service id="Pimcore\Twig\Extension\SubrequestExtension" class="Pimcore\Twig\Extension\SubrequestExtension" lazy="true" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Inc"/>
    </service>
    <service id="Pimcore\Twig\Extension\PimcoreObjectExtension" class="Pimcore\Twig\Extension\PimcoreObjectExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\PimcoreToolExtension" class="Pimcore\Twig\Extension\PimcoreToolExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\NavigationExtension" class="Pimcore\Twig\Extension\NavigationExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Navigation"/>
    </service>
    <service id="Pimcore\Twig\Extension\HeaderExtension" class="Pimcore\Twig\Extension\HeaderExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\HeadLink"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\HeadMeta"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\HeadScript"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\HeadStyle"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\HeadTitle"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\InlineScript"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
    </service>
    <service id="Pimcore\Twig\Extension\AssetCompressExtension" class="Pimcore\Twig\Extension\AssetCompressExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\WebsiteConfigExtension" class="Pimcore\Twig\Extension\WebsiteConfigExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\DumpExtension" class="Pimcore\Twig\Extension\DumpExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\CacheExtension" class="Pimcore\Twig\Extension\CacheExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
    </service>
    <service id="Pimcore\Twig\Extension\CacheTagExtension" class="Pimcore\Twig\Extension\CacheTagExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\HeadLink" class="Pimcore\Twig\Extension\Templating\HeadLink" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
      <argument type="service" id="twig.extension.weblink"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\HeadMeta" class="Pimcore\Twig\Extension\Templating\HeadMeta" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\HeadScript" class="Pimcore\Twig\Extension\Templating\HeadScript" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
      <argument type="service" id="twig.extension.weblink"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\HeadStyle" class="Pimcore\Twig\Extension\Templating\HeadStyle" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\HeadTitle" class="Pimcore\Twig\Extension\Templating\HeadTitle" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\Inc" class="Pimcore\Twig\Extension\Templating\Inc" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Templating\Renderer\IncludeRenderer"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\EditmodeResolver"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\InlineScript" class="Pimcore\Twig\Extension\Templating\InlineScript" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
      <argument type="service" id="twig.extension.weblink"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\Navigation" class="Pimcore\Twig\Extension\Templating\Navigation" lazy="true" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Navigation\Builder"/>
      <argument type="service" id="pimcore.templating.navigation.renderer_locator"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\Placeholder" class="Pimcore\Twig\Extension\Templating\Placeholder" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" class="Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
    </service>
    <service id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService" class="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Twig\Extension\Templating\Placeholder\Container" class="Pimcore\Twig\Extension\Templating\Placeholder\Container" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" class="Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Pimcore\Twig\Extension\Templating\Placeholder\ContainerService"/>
    </service>
    <service id="Pimcore\Twig\Extension\AssetHelperExtensions" class="Pimcore\Twig\Extension\AssetHelperExtensions" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\DataObjectHelperExtensions" class="Pimcore\Twig\Extension\DataObjectHelperExtensions" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Twig\Extension\DocumentHelperExtensions" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Extension\ImageThumbnailExtension" class="Pimcore\Twig\Extension\ImageThumbnailExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Pimcore\Twig\Sandbox\SecurityPolicy" class="Pimcore\Twig\Sandbox\SecurityPolicy" autowire="true" autoconfigure="true">
      <argument>%pimcore.templating.twig.sandbox_security_policy.tags%</argument>
      <argument>%pimcore.templating.twig.sandbox_security_policy.filters%</argument>
      <argument>%pimcore.templating.twig.sandbox_security_policy.functions%</argument>
    </service>
    <service id="Twig\Extension\SandboxExtension" class="Twig\Extension\SandboxExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="Pimcore\Twig\Sandbox\SecurityPolicy"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" class="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" autowire="true" autoconfigure="true">
      <tag name="data_collector" template="@PimcoreCore/Profiler/data_collector.html.twig" id="pimcore" priority="500"/>
      <tag name="data_collector"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="Pimcore\Http\Request\Resolver\PimcoreContextResolver"/>
    </service>
    <service id="Pimcore\Migrations\FilteredMigrationsRepository" class="Pimcore\Migrations\FilteredMigrationsRepository" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Migrations\FilteredTableMetadataStorage" class="Pimcore\Migrations\FilteredTableMetadataStorage" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Migrations\DirectoryAwareVersionComparator" class="Pimcore\Migrations\DirectoryAwareVersionComparator" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.migrations.configuration"/>
    </service>
    <service id="Pimcore\Image\Optimizer" class="Pimcore\Image\Optimizer" public="true">
      <call method="registerOptimizer">
        <argument type="service" id="Pimcore\Image\Optimizer\SpatieImageOptimizer"/>
      </call>
    </service>
    <service id="Pimcore\Image\Optimizer\SpatieImageOptimizer" class="Pimcore\Image\Optimizer\SpatieImageOptimizer">
      <tag name="pimcore.image.optimizer"/>
    </service>
    <service id="Pimcore\Maintenance\Executor" class="Pimcore\Maintenance\Executor" autowire="true" autoconfigure="true">
      <argument>maintenance.pid</argument>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="debug.traced.messenger.bus.pimcore-core"/>
      <call method="registerTask">
        <argument>ecommerce_pending_orders</argument>
        <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupPendingOrdersTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>ecommerce_vouchers</argument>
        <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupVouchersTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>archiveLogEntries</argument>
        <argument type="service" id="Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogArchiveTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>logmaintenance</argument>
        <argument type="service" id="Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogMailMaintenanceTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>cmf_cleanup_empty_folders</argument>
        <argument type="service" id="CustomerManagementFrameworkBundle\Maintenance\Tasks\CleanupEmptyFoldersTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>cmf_cleanup_export_tmp_data</argument>
        <argument type="service" id="CustomerManagementFrameworkBundle\Maintenance\Tasks\CleanupExportTmpDataTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>redirectcleanup</argument>
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Maintenance\RedirectCleanupTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>httperrorlog</argument>
        <argument type="service" id="Pimcore\Bundle\SeoBundle\Maintenance\LogErrorCleanupTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>optimize_fulltext_indexes</argument>
        <argument type="service" id="Pimcore\Bundle\SimpleBackendSearchBundle\Task\Maintenance\FullTextIndexOptimizeTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>scheduledtasks</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\ScheduledTasksTask"/>
        <argument>\Pimcore\Messenger\ScheduledTaskMessage</argument>
      </call>
      <call method="registerTask">
        <argument>cleanuplogfiles</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\LogCleanupTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>cleanupBrickTables</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\CleanupBrickTablesTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>cleanupClassificationstoreTables</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\CleanupClassificationstoreTablesTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>cleanupFieldcollectionTables</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\CleanupFieldcollectionTablesTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>versioncleanup</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\VersionsCleanupTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>VersionsCleanupStackTraceDb</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\VersionsCleanupStackTraceDbTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>cleanupbrokenviews</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\DbCleanupBrokenViewsTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>tmpstorecleanup</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\TmpStoreCleanupTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>housekeeping</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\HousekeepingTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>low_quality_image_preview</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\LowQualityImagePreviewTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>pruning_cache_items</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\PruningCacheItemsTask"/>
        <argument>null</argument>
      </call>
      <call method="registerTask">
        <argument>documents_static_page_generate</argument>
        <argument type="service" id="Pimcore\Maintenance\Tasks\StaticPagesGenerationTask"/>
        <argument>null</argument>
      </call>
    </service>
    <service id="Pimcore\Maintenance\Tasks\ScheduledTasksTask" class="Pimcore\Maintenance\Tasks\ScheduledTasksTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="scheduledtasks" messengerMessageClass="\Pimcore\Messenger\ScheduledTaskMessage"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\LogCleanupTask" class="Pimcore\Maintenance\Tasks\LogCleanupTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="cleanuplogfiles"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\DataObject\DataObjectTaskHelper" class="Pimcore\Maintenance\Tasks\DataObject\DataObjectTaskHelper" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\DataObject\CleanupBrickTablesTaskHelper" class="Pimcore\Maintenance\Tasks\DataObject\CleanupBrickTablesTaskHelper" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="Pimcore\Maintenance\Tasks\DataObject\DataObjectTaskHelper"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\CleanupBrickTablesTask" class="Pimcore\Maintenance\Tasks\CleanupBrickTablesTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="cleanupBrickTables"/>
      <argument type="service" id="Pimcore\Maintenance\Tasks\DataObject\CleanupBrickTablesTaskHelper"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\CleanupClassificationstoreTablesTask" class="Pimcore\Maintenance\Tasks\CleanupClassificationstoreTablesTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="cleanupClassificationstoreTables"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\DataObject\CleanupFieldcollectionTablesTaskHelper" class="Pimcore\Maintenance\Tasks\DataObject\CleanupFieldcollectionTablesTaskHelper" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="Pimcore\Maintenance\Tasks\DataObject\DataObjectTaskHelper"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\CleanupFieldcollectionTablesTask" class="Pimcore\Maintenance\Tasks\CleanupFieldcollectionTablesTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="cleanupFieldcollectionTables"/>
      <argument type="service" id="Pimcore\Maintenance\Tasks\DataObject\CleanupFieldcollectionTablesTaskHelper"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\VersionsCleanupTask" class="Pimcore\Maintenance\Tasks\VersionsCleanupTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="versioncleanup"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="Pimcore\SystemSettingsConfig"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\VersionsCleanupStackTraceDbTask" class="Pimcore\Maintenance\Tasks\VersionsCleanupStackTraceDbTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="VersionsCleanupStackTraceDb"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\DbCleanupBrokenViewsTask" class="Pimcore\Maintenance\Tasks\DbCleanupBrokenViewsTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="cleanupbrokenviews"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\TmpStoreCleanupTask" class="Pimcore\Maintenance\Tasks\TmpStoreCleanupTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="tmpstorecleanup"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\HousekeepingTask" class="Pimcore\Maintenance\Tasks\HousekeepingTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="housekeeping"/>
      <argument>7776000</argument>
      <argument>1800</argument>
    </service>
    <service id="Pimcore\Maintenance\Tasks\LowQualityImagePreviewTask" class="Pimcore\Maintenance\Tasks\LowQualityImagePreviewTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="low_quality_image_preview"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="Symfony\Component\Lock\LockFactory"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\PruningCacheItemsTask" class="Pimcore\Maintenance\Tasks\PruningCacheItemsTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="pruning_cache_items"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="Pimcore\Maintenance\Tasks\StaticPagesGenerationTask" class="Pimcore\Maintenance\Tasks\StaticPagesGenerationTask" autowire="true" autoconfigure="true">
      <tag name="pimcore.maintenance.task" type="documents_static_page_generate"/>
      <argument type="service" id="Pimcore\Document\StaticPageGenerator"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Bundle\Helper" class="Pimcore\Bundle\CoreBundle\Command\Bundle\Helper" abstract="true">
      <tag name="container.excluded" source="in &quot;config/commands.yaml&quot;"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" class="Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:assets:generate-checksums</argument>
      </call>
      <call method="setDescription">
        <argument>Re-generates checksum for specific or all assets</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" class="Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:assets:remove-custom-setting</argument>
      </call>
      <call method="setDescription">
        <argument>Removes a custom setting from assets</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="pimcore:bundle:install"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Extension\Bundle\PimcoreBundleManager"/>
      <argument type="service" id="Pimcore\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange"/>
      <call method="setName">
        <argument>pimcore:bundle:install</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Extension\Bundle\PimcoreBundleManager"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="pimcore:bundle:uninstall"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Extension\Bundle\PimcoreBundleManager"/>
      <argument type="service" id="Pimcore\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange"/>
      <call method="setName">
        <argument>pimcore:bundle:uninstall</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" class="Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setName">
        <argument>pimcore:cache:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear caches</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" class="Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:cache:warming</argument>
      </call>
      <call method="setDescription">
        <argument>Warm up caches</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" class="Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\PHPClassDumperInterface"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\PHPFieldCollectionClassDumperInterface"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\PHPObjectBrickClassDumperInterface"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\PHPObjectBrickContainerClassDumperInterface"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\PHPSelectOptionsEnumDumperInterface"/>
      <call method="setName">
        <argument>pimcore:build:classes</argument>
      </call>
      <call method="setDescription">
        <argument>rebuilds php files for classes, field collections and object bricks
    based on updated var/classes/definition_*.php files</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" class="Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="pimcore:deployment:classes-rebuild"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setClassDefinitionManager">
        <argument type="service" id="Pimcore\Model\DataObject\ClassDefinition\ClassDefinitionManager"/>
      </call>
      <call method="setName">
        <argument>pimcore:deployment:classes-rebuild</argument>
      </call>
      <call method="setDescription">
        <argument>rebuilds db structure for classes, field collections and object bricks
    based on updated var/classes/definition_*.php files</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Model\DataObject\QuantityValue\Service"/>
      <call method="setName">
        <argument>pimcore:definition:import:units</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>definition:import:units</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Import quantity value units from a JSON export</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" class="Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:classificationstore:delete-store</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>classificationstore:delete-store</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Delete Classification Store</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" class="Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:locale:delete-unused-tables</argument>
      </call>
      <call method="setDescription">
        <argument>Delete unused locale(invalid language) tables &amp; views</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:documents:cleanup</argument>
      </call>
      <call method="setDescription">
        <argument>Cleans up unused document types. Removes type from enums and tables if exist</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" class="Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:documents:generate-page-previews</argument>
      </call>
      <call method="setDescription">
        <argument>Generates the previews shown in the tree on hover</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" class="Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:documents:migrate-elements</argument>
      </call>
      <call method="setDescription">
        <argument>Migrates document elements to editables.
    See issue https://github.com/pimcore/pimcore/issues/7384 first</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:email:cleanup</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>email:cleanup</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Cleanup email logs</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" class="Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Document\StaticPageGenerator"/>
      <call method="setName">
        <argument>pimcore:documents:generate-static-pages</argument>
      </call>
      <call method="setDescription">
        <argument>Regenerate static pages</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument type="service" id="Pimcore\Migrations\FilteredTableMetadataStorage"/>
      <call method="setName">
        <argument>internal:migration-helpers</argument>
      </call>
      <call method="setHidden">
        <argument>true</argument>
      </call>
      <call method="setDescription">
        <argument>For internal use only</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>internal:model-dao-mapping-generator</argument>
      </call>
      <call method="setHidden">
        <argument>true</argument>
      </call>
      <call method="setDescription">
        <argument>For internal use only</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Localization\LocaleServiceInterface"/>
      <call method="setName">
        <argument>internal:unicode-cldr-language-territory-generator</argument>
      </call>
      <call method="setHidden">
        <argument>true</argument>
      </call>
      <call method="setDescription">
        <argument>For internal use only</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" class="Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:image:low-quality-preview</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>pimcore:image:svg-preview</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Regenerates low-quality image previews for all image assets</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" class="Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="pimcore:maintenance"/>
      <tag name="console.command" command="maintenance"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Maintenance\Executor"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>pimcore:maintenance</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>maintenance</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Asynchronous maintenance jobs of pimcore (needs to be set up as cron job)</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" class="Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Tool\MaintenanceModeHelperInterface"/>
      <call method="setName">
        <argument>pimcore:maintenance-mode</argument>
      </call>
      <call method="setDescription">
        <argument>Enable or disable maintenance mode</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" class="Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.j55CNh_"/>
      <call method="setName">
        <argument>pimcore:migrate:storage</argument>
      </call>
      <call method="setDescription">
        <argument>Migrate data from one storage to another</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" class="Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:migrate:thumbnails-folder-structure</argument>
      </call>
      <call method="setDescription">
        <argument>Change thumbnail folder structure to
    &lt;asset storage&gt;/&lt;path to asset&gt;/&lt;asset id&gt;/image-thumb__&lt;asset id&gt;__&lt;thumbnail name&gt;/&lt;asset filename&gt;
    instead of
    &lt;asset storage&gt;/&lt;path to asset&gt;/image-thumb__&lt;asset id&gt;__&lt;thumbnail name&gt;/&lt;asset filename&gt;</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" class="Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:mysql-tools</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>mysql-tools</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Optimize and warmup mysql database</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" class="Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="pimcore:thumbnails:optimize-images"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Pimcore\Image\Optimizer"/>
      <call method="setName">
        <argument>pimcore:thumbnails:optimize-images</argument>
      </call>
      <call method="setDescription">
        <argument>Optimize filesize of all thumbnails</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:recyclebin:cleanup</argument>
      </call>
      <call method="setDescription">
        <argument>Cleanup recyclebin entries</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" class="Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:system:requirements:check</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>system:requirements:check</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Check system requirements</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" class="Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:user:reset-password</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>reset-password</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Reset a user's password</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" class="Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:run-script</argument>
      </call>
      <call method="setDescription">
        <argument>Run a specific PHP script in an initialized Pimcore environment</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:thumbnails:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear certain image or video thumbnails (temp. files)</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:thumbnails:image</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>thumbnails:image</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Generate image thumbnails, useful to pre-generate thumbnails in the background</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:thumbnails:video</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>thumbnails:video</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Generate video thumbnails, useful to pre-generate thumbnails in the background</argument>
      </call>
    </service>
    <service id="Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" class="Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>pimcore:workflow:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Dump a workflow</argument>
      </call>
    </service>
    <service id="pimcore.cache.adapter.null" class="Symfony\Component\Cache\Adapter\NullAdapter" autowire="true" autoconfigure="true"/>
    <service id="pimcore.cache.adapter.null_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="pimcore.cache.adapter.null"/>
      <argument>null</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="pimcore.cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" autowire="true" autoconfigure="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument></argument>
      <argument>31536000</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="pimcore.cache.adapter.doctrine_dbal_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" autowire="true" autoconfigure="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal"/>
      <argument>null</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="pimcore.cache.pool.app" class="Symfony\Component\Cache\Adapter\ProxyAdapter" autowire="true" autoconfigure="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
      <argument>app</argument>
    </service>
    <service id="Pimcore\Cache\Core\CoreCacheHandler" class="Pimcore\Cache\Core\CoreCacheHandler" public="true" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="cache"/>
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
      <argument type="service" id="Pimcore\Cache\Core\WriteLock"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache"/>
      </call>
    </service>
    <service id="Pimcore\Cache\Core\WriteLock" class="Pimcore\Cache\Core\WriteLock" autowire="true" autoconfigure="true">
      <tag name="monolog.logger" channel="cache"/>
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache"/>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache"/>
      </call>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\Consent" class="Pimcore\DataObject\BlockDataMarshaller\Consent" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_consent" key="block_consent"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\Date" class="Pimcore\DataObject\BlockDataMarshaller\Date" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_date" key="block_date"/>
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_datetime" key="block_datetime"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\EncryptedField" class="Pimcore\DataObject\BlockDataMarshaller\EncryptedField" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_encryptedField" key="block_encryptedField"/>
      <argument type="service" id="Pimcore\Element\MarshallerService"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\ExternalImage" class="Pimcore\DataObject\BlockDataMarshaller\ExternalImage" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_externalImage" key="block_externalImage"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\Geopoint" class="Pimcore\DataObject\BlockDataMarshaller\Geopoint" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_geopoint" key="block_geopoint"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\Geobounds" class="Pimcore\DataObject\BlockDataMarshaller\Geobounds" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_geobounds" key="block_geobounds"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\Geopolygon" class="Pimcore\DataObject\BlockDataMarshaller\Geopolygon" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_geopolygon" key="block_geopolygon"/>
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_geopolyline" key="block_geopolyline"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\Localizedfields" class="Pimcore\DataObject\BlockDataMarshaller\Localizedfields" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_localizedfields" key="block_localizedfields"/>
      <argument type="service" id="Pimcore\Element\MarshallerService"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\RgbaColor" class="Pimcore\DataObject\BlockDataMarshaller\RgbaColor" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_rgbaColor" key="block_rgbaColor"/>
    </service>
    <service id="Pimcore\DataObject\BlockDataMarshaller\StructuredTable" class="Pimcore\DataObject\BlockDataMarshaller\StructuredTable" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_block_structuredTable" key="block_structuredTable"/>
    </service>
    <service id="Pimcore\DataObject\ClassificationstoreDataMarshaller\BooleanSelect" class="Pimcore\DataObject\ClassificationstoreDataMarshaller\BooleanSelect" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_booleanSelect" key="classificationstore_booleanSelect"/>
    </service>
    <service id="Pimcore\DataObject\ClassificationstoreDataMarshaller\EncryptedField" class="Pimcore\DataObject\ClassificationstoreDataMarshaller\EncryptedField" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_encryptedField" key="classificationstore_encryptedField"/>
      <argument type="service" id="Pimcore\Element\MarshallerService"/>
    </service>
    <service id="Pimcore\DataObject\ClassificationstoreDataMarshaller\Multiselect" class="Pimcore\DataObject\ClassificationstoreDataMarshaller\Multiselect" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_multiselect" key="classificationstore_multiselect"/>
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_countrymultiselect" key="classificationstore_countrymultiselect"/>
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_languagesmultiselect" key="classificationstore_languagemultiselect"/>
    </service>
    <service id="Pimcore\DataObject\ClassificationstoreDataMarshaller\RgbaColor" class="Pimcore\DataObject\ClassificationstoreDataMarshaller\RgbaColor" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_rgbaColor" key="classificationstore_rgbaColor"/>
    </service>
    <service id="Pimcore\DataObject\ClassificationstoreDataMarshaller\Table" class="Pimcore\DataObject\ClassificationstoreDataMarshaller\Table" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_table" key="classificationstore_table"/>
    </service>
    <service id="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValue" class="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValue" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_quantityValue" key="classificationstore_quantityValue"/>
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_inputQuantityValue" key="classificationstore_inputQuantityValue"/>
    </service>
    <service id="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValueRange" class="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValueRange" public="true" autowire="true" autoconfigure="true">
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_quantityValueRange" key="classificationstore_quantityValueRange"/>
      <tag name="pimcore.dataobject.fielddefinition.marshaller" id="fielddefinition_marshaller_classificationstore_inputQuantityValueRange" key="classificationstore_inputQuantityValueRange"/>
    </service>
    <service id="Pimcore\Element\MarshallerService" class="Pimcore\Element\MarshallerService" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id=".service_locator.eGtMJtV"/>
    </service>
    <service id="Pimcore\Messenger\Handler\VideoConvertHandler" class="Pimcore\Messenger\Handler\VideoConvertHandler">
      <tag name="messenger.message_handler"/>
    </service>
    <service id="Pimcore\Messenger\Handler\CleanupThumbnailsHandler" class="Pimcore\Messenger\Handler\CleanupThumbnailsHandler">
      <tag name="messenger.message_handler"/>
    </service>
    <service id="Pimcore\Messenger\Handler\AssetUpdateTasksHandler" class="Pimcore\Messenger\Handler\AssetUpdateTasksHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="Pimcore\Helper\LongRunningHelper"/>
    </service>
    <service id="Pimcore\Messenger\Handler\AssetPreviewImageHandler" class="Pimcore\Messenger\Handler\AssetPreviewImageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Messenger\Handler\MaintenanceTaskHandler" class="Pimcore\Messenger\Handler\MaintenanceTaskHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="Pimcore\Maintenance\Executor"/>
    </service>
    <service id="Pimcore\Messenger\Handler\ScheduledTaskHandler" class="Pimcore\Messenger\Handler\ScheduledTaskHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="Pimcore\Maintenance\Executor"/>
    </service>
    <service id="Pimcore\Messenger\Handler\OptimizeImageHandler" class="Pimcore\Messenger\Handler\OptimizeImageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="Pimcore\Image\Optimizer"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Messenger\Handler\GeneratePagePreviewHandler" class="Pimcore\Messenger\Handler\GeneratePagePreviewHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\Messenger\Handler\VersionDeleteHandler" class="Pimcore\Messenger\Handler\VersionDeleteHandler">
      <tag name="messenger.message_handler"/>
    </service>
    <service id="Pimcore\Messenger\Handler\SanityCheckHandler" class="Pimcore\Messenger\Handler\SanityCheckHandler">
      <tag name="messenger.message_handler"/>
    </service>
    <service id="Pimcore\Messenger\Handler\ElementDependenciesHandler" class="Pimcore\Messenger\Handler\ElementDependenciesHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\ClassBuilderInterface" class="Pimcore\DataObject\ClassBuilder\ClassBuilder" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\FieldDefinitionDocBlockBuilderInterface"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\FieldDefinitionPropertiesBuilderInterface"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\FieldDefinitionBuilderInterface"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\FieldCollectionClassBuilderInterface" class="Pimcore\DataObject\ClassBuilder\FieldCollectionClassBuilder" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\FieldDefinitionDocBlockBuilderInterface"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\FieldDefinitionBuilderInterface" class="Pimcore\DataObject\ClassBuilder\FieldDefinitionBuilder" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\DataObject\ClassBuilder\FieldDefinitionDocBlockBuilderInterface" class="Pimcore\DataObject\ClassBuilder\FieldDefinitionDocBlockBuilder" public="true" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\DataObject\ClassBuilder\FieldDefinitionPropertiesBuilderInterface" class="Pimcore\DataObject\ClassBuilder\FieldDefinitionPropertiesBuilder" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\DataObject\ClassBuilder\ListingClassBuilderInterface" class="Pimcore\DataObject\ClassBuilder\ListingClassBuilder" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\ListingClassFieldDefinitionBuilderInterface"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\ListingClassFieldDefinitionBuilderInterface" class="Pimcore\DataObject\ClassBuilder\ListingClassFieldDefinitionBuilder" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\DataObject\ClassBuilder\ObjectBrickClassBuilderInterface" class="Pimcore\DataObject\ClassBuilder\ObjectBrickClassBuilder" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\FieldDefinitionDocBlockBuilderInterface"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\ObjectBrickContainerClassBuilderInterface" class="Pimcore\DataObject\ClassBuilder\ObjectBrickContainerClassBuilder" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\DataObject\ClassBuilder\PHPClassDumperInterface" class="Pimcore\DataObject\ClassBuilder\PHPClassDumper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\ClassBuilderInterface"/>
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\ListingClassBuilderInterface"/>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\PHPFieldCollectionClassDumperInterface" class="Pimcore\DataObject\ClassBuilder\PHPFieldCollectionClassDumper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\FieldCollectionClassBuilderInterface"/>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\PHPObjectBrickClassDumperInterface" class="Pimcore\DataObject\ClassBuilder\PHPObjectBrickClassDumper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\ObjectBrickClassBuilderInterface"/>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\PHPObjectBrickContainerClassDumperInterface" class="Pimcore\DataObject\ClassBuilder\PHPObjectBrickContainerClassDumper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\ObjectBrickContainerClassBuilderInterface"/>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\PHPSelectOptionsEnumDumperInterface" class="Pimcore\DataObject\ClassBuilder\PHPSelectOptionsEnumDumper" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\DataObject\ClassBuilder\SelectOptionsEnumBuilderInterface"/>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="Pimcore\DataObject\ClassBuilder\SelectOptionsEnumBuilderInterface" class="Pimcore\DataObject\ClassBuilder\SelectOptionsEnumBuilder" autowire="true" autoconfigure="true"/>
    <service id="Pimcore\Serializer\Serializer" class="Pimcore\Serializer\Serializer" public="true" autowire="true">
      <argument type="collection">
        <argument type="service" id="pimcore.serializer.normalizer.reference_loop"/>
      </argument>
      <argument type="collection">
        <argument type="service" id="pimcore.serializer.encoder.json"/>
      </argument>
    </service>
    <service id="pimcore.serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder" autowire="true">
      <tag name="pimcore.serializer.encoder"/>
    </service>
    <service id="pimcore.serializer.normalizer.reference_loop" class="Pimcore\Serializer\Normalizer\ReferenceLoopNormalizer" autowire="true">
      <tag name="pimcore.serializer.normalizer"/>
    </service>
    <service id="Pimcore\Model\Document\Editable\Loader\EditableLoader.prefix_loader" class="Pimcore\Model\Document\Editable\Loader\PrefixLoader">
      <argument type="collection">
        <argument>\Pimcore\Model\Document\Editable\</argument>
      </argument>
    </service>
    <service id="Pimcore\Model\Document\Editable\Loader\EditableLoader.class_map_loader" class="Pimcore\Loader\ImplementationLoader\ClassMapLoader">
      <argument type="collection">
        <argument key="outputchanneltable">Web2PrintToolsBundle\Model\Document\Editable\Outputchanneltable</argument>
      </argument>
    </service>
    <service id="pimcore.implementation_loader.object.data.prefix_loader" class="Pimcore\Loader\ImplementationLoader\PrefixLoader">
      <argument type="collection">
        <argument>\Pimcore\Model\DataObject\ClassDefinition\Data\</argument>
        <argument>\Object_Class_Data_</argument>
      </argument>
    </service>
    <service id="pimcore.implementation_loader.object.data.class_map_loader" class="Pimcore\Loader\ImplementationLoader\ClassMapLoader">
      <argument type="collection">
        <argument key="targetGroup">\Pimcore\Model\DataObject\ClassDefinition\Data\TargetGroup</argument>
        <argument key="targetGroupMultiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\TargetGroupMultiselect</argument>
        <argument key="indexFieldSelection">Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection</argument>
        <argument key="indexFieldSelectionCombo">Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionCombo</argument>
        <argument key="indexFieldSelectionField">Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionField</argument>
        <argument key="newsletterActive">\Pimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterActive</argument>
        <argument key="newsletterConfirmed">\Pimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterConfirmed</argument>
        <argument key="block">\Pimcore\Model\DataObject\ClassDefinition\Data\Block</argument>
        <argument key="calculatedValue">\Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue</argument>
        <argument key="checkbox">\Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox</argument>
        <argument key="classificationstore">\Pimcore\Model\DataObject\ClassDefinition\Data\Classificationstore</argument>
        <argument key="consent">\Pimcore\Model\DataObject\ClassDefinition\Data\Consent</argument>
        <argument key="country">\Pimcore\Model\DataObject\ClassDefinition\Data\Country</argument>
        <argument key="countrymultiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\Countrymultiselect</argument>
        <argument key="date">\Pimcore\Model\DataObject\ClassDefinition\Data\Date</argument>
        <argument key="datetime">\Pimcore\Model\DataObject\ClassDefinition\Data\Datetime</argument>
        <argument key="email">\Pimcore\Model\DataObject\ClassDefinition\Data\Email</argument>
        <argument key="encryptedField">\Pimcore\Model\DataObject\ClassDefinition\Data\EncryptedField</argument>
        <argument key="externalImage">\Pimcore\Model\DataObject\ClassDefinition\Data\ExternalImage</argument>
        <argument key="fieldcollections">\Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections</argument>
        <argument key="firstname">\Pimcore\Model\DataObject\ClassDefinition\Data\Firstname</argument>
        <argument key="gender">\Pimcore\Model\DataObject\ClassDefinition\Data\Gender</argument>
        <argument key="geobounds">\Pimcore\Model\DataObject\ClassDefinition\Data\Geobounds</argument>
        <argument key="geopoint">\Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint</argument>
        <argument key="geopolygon">\Pimcore\Model\DataObject\ClassDefinition\Data\Geopolygon</argument>
        <argument key="geopolyline">\Pimcore\Model\DataObject\ClassDefinition\Data\Geopolyline</argument>
        <argument key="hotspotimage">\Pimcore\Model\DataObject\ClassDefinition\Data\Hotspotimage</argument>
        <argument key="manyToOneRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation</argument>
        <argument key="image">\Pimcore\Model\DataObject\ClassDefinition\Data\Image</argument>
        <argument key="imageGallery">\Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery</argument>
        <argument key="input">\Pimcore\Model\DataObject\ClassDefinition\Data\Input</argument>
        <argument key="language">\Pimcore\Model\DataObject\ClassDefinition\Data\Language</argument>
        <argument key="languagemultiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\Languagemultiselect</argument>
        <argument key="lastname">\Pimcore\Model\DataObject\ClassDefinition\Data\Lastname</argument>
        <argument key="link">\Pimcore\Model\DataObject\ClassDefinition\Data\Link</argument>
        <argument key="localizedfields">\Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields</argument>
        <argument key="manyToManyRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyRelation</argument>
        <argument key="advancedManyToManyRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyRelation</argument>
        <argument key="multiselect">\Pimcore\Model\DataObject\ClassDefinition\Data\Multiselect</argument>
        <argument key="reverseObjectRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation</argument>
        <argument key="urlSlug">\Pimcore\Model\DataObject\ClassDefinition\Data\UrlSlug</argument>
        <argument key="numeric">\Pimcore\Model\DataObject\ClassDefinition\Data\Numeric</argument>
        <argument key="numericRange">\Pimcore\Model\DataObject\ClassDefinition\Data\NumericRange</argument>
        <argument key="objectbricks">\Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks</argument>
        <argument key="manyToManyObjectRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation</argument>
        <argument key="advancedManyToManyObjectRelation">\Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation</argument>
        <argument key="password">\Pimcore\Model\DataObject\ClassDefinition\Data\Password</argument>
        <argument key="rgbaColor">\Pimcore\Model\DataObject\ClassDefinition\Data\RgbaColor</argument>
        <argument key="quantityValue">\Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue</argument>
        <argument key="quantityValueRange">\Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValueRange</argument>
        <argument key="inputQuantityValue">\Pimcore\Model\DataObject\ClassDefinition\Data\InputQuantityValue</argument>
        <argument key="select">\Pimcore\Model\DataObject\ClassDefinition\Data\Select</argument>
        <argument key="slider">\Pimcore\Model\DataObject\ClassDefinition\Data\Slider</argument>
        <argument key="structuredTable">\Pimcore\Model\DataObject\ClassDefinition\Data\StructuredTable</argument>
        <argument key="table">\Pimcore\Model\DataObject\ClassDefinition\Data\Table</argument>
        <argument key="textarea">\Pimcore\Model\DataObject\ClassDefinition\Data\Textarea</argument>
        <argument key="time">\Pimcore\Model\DataObject\ClassDefinition\Data\Time</argument>
        <argument key="user">\Pimcore\Model\DataObject\ClassDefinition\Data\User</argument>
        <argument key="video">\Pimcore\Model\DataObject\ClassDefinition\Data\Video</argument>
        <argument key="wysiwyg">\Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg</argument>
      </argument>
    </service>
    <service id="pimcore.implementation_loader.object.layout.prefix_loader" class="Pimcore\Loader\ImplementationLoader\PrefixLoader">
      <argument type="collection">
        <argument>\Pimcore\Model\DataObject\ClassDefinition\Layout\</argument>
        <argument>\Object_Class_Layout_</argument>
      </argument>
    </service>
    <service id="pimcore.implementation_loader.asset.metadata.data.class_map_loader" class="Pimcore\Loader\ImplementationLoader\ClassMapLoader">
      <argument type="collection">
        <argument key="asset">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Asset</argument>
        <argument key="checkbox">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Checkbox</argument>
        <argument key="date">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Date</argument>
        <argument key="document">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Document</argument>
        <argument key="input">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Input</argument>
        <argument key="object">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\DataObject</argument>
        <argument key="select">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Select</argument>
        <argument key="textarea">\Pimcore\Model\Asset\MetaData\ClassDefinition\Data\Textarea</argument>
      </argument>
    </service>
    <service id="pimcore.model.factory.classmap_builder" class="Pimcore\Loader\ImplementationLoader\ClassMapLoader">
      <argument type="collection">
        <argument key="Pimcore\Model\Document\Page">Pimcore\Bundle\PersonalizationBundle\Model\Document\Page</argument>
        <argument key="Pimcore\Model\Document\Snippet">Pimcore\Bundle\PersonalizationBundle\Model\Document\Snippet</argument>
        <argument key="Pimcore\Model\DataObject\Car">App\Model\Product\Car</argument>
        <argument key="Pimcore\Model\DataObject\AccessoryPart">App\Model\Product\AccessoryPart</argument>
        <argument key="Pimcore\Model\DataObject\Category">App\Model\Product\Category</argument>
        <argument key="Pimcore\Model\DataObject\Customer">App\Model\Customer</argument>
      </argument>
    </service>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" class="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" class="Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController" class="App\Controller\AccountController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController" class="App\Controller\AccountController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AccountController" class="App\Controller\AccountController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" class="App\Controller\BaseController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" class="App\Controller\BaseController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\BaseController" class="App\Controller\BaseController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController" class="App\Controller\CartController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController" class="App\Controller\CartController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\CartController" class="App\Controller\CartController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckoutController" class="App\Controller\CheckoutController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckoutController" class="App\Controller\CheckoutController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\CheckoutController" class="App\Controller\CheckoutController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" class="App\Controller\ContentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" class="App\Controller\ContentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ContentController" class="App\Controller\ContentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" class="App\Controller\DefaultController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" class="App\Controller\DefaultController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\DefaultController" class="App\Controller\DefaultController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" class="App\Controller\NewsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" class="App\Controller\NewsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\NewsController" class="App\Controller\NewsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" class="App\Controller\PaymentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" class="App\Controller\PaymentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\PaymentController" class="App\Controller\PaymentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" class="App\Controller\ProductController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" class="App\Controller\ProductController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ProductController" class="App\Controller\ProductController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController" class="App\Controller\Web2printController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController" class="App\Controller\Web2printController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Web2printController" class="App\Controller\Web2printController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetCopyrightCommand" class="App\Command\AssetCopyrightCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\AssetCopyrightCommand" class="App\Command\AssetCopyrightCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DataCommand" class="App\Command\DataCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\DataCommand" class="App\Command\DataCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryAddressFormType" class="App\Form\DeliveryAddressFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\DeliveryAddressFormType" class="App\Form\DeliveryAddressFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginFormType" class="App\Form\LoginFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\LoginFormType" class="App\Form\LoginFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CarSubmitFormType" class="App\Form\CarSubmitFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\CarSubmitFormType" class="App\Form\CarSubmitFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CategoryFilterExtension" class="App\Twig\Extension\CategoryFilterExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\CategoryFilterExtension" class="App\Twig\Extension\CategoryFilterExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Country" class="App\Twig\Extension\Country" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\Country" class="App\Twig\Extension\Country" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Currency" class="App\Twig\Extension\Currency" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\Currency" class="App\Twig\Extension\Currency" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\GeneralFilterExtension" class="App\Twig\Extension\GeneralFilterExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\GeneralFilterExtension" class="App\Twig\Extension\GeneralFilterExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NavigationExtension" class="App\Twig\Extension\NavigationExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\NavigationExtension" class="App\Twig\Extension\NavigationExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\UniqidExtension" class="App\Twig\Extension\UniqidExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\UniqidExtension" class="App\Twig\Extension\UniqidExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LanguageSwitcherExtension" class="App\Twig\Extension\LanguageSwitcherExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\LanguageSwitcherExtension" class="App\Twig\Extension\LanguageSwitcherExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ProductPageExtension" class="App\Twig\Extension\ProductPageExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\ProductPageExtension" class="App\Twig\Extension\ProductPageExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\NewsExtension" class="App\Twig\Extension\NewsExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\NewsExtension" class="App\Twig\Extension\NewsExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\PrintCatalogExtension" class="App\Twig\Extension\PrintCatalogExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\Extension\PrintCatalogExtension" class="App\Twig\Extension\PrintCatalogExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl" class="App\Website\Tool\PimcoreUrl" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\PimcoreUrl" class="App\Website\Tool\PimcoreUrl" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AuthenticationLoginListener" class="App\EventListener\AuthenticationLoginListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.App\EventListener\AuthenticationLoginListener" class="App\EventListener\AuthenticationLoginListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventListener\AuthenticationLoginListener" class="App\EventListener\AuthenticationLoginListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\AuthenticationLogoutListener" class="App\EventListener\AuthenticationLogoutListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.App\EventListener\AuthenticationLogoutListener" class="App\EventListener\AuthenticationLogoutListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventListener\AuthenticationLogoutListener" class="App\EventListener\AuthenticationLogoutListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" class="App\EventListener\UserSessionPerspectiveListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" class="App\EventListener\UserSessionPerspectiveListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" class="App\EventListener\UserSessionPerspectiveListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MyAreaBricks\Custom\Areabricks\Validity.0.App\MyAreaBricks\Custom\Areabricks\Validity" class="App\MyAreaBricks\Custom\Areabricks\Validity" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MyAreaBricks\Custom\Areabricks\Validity" class="App\MyAreaBricks\Custom\Areabricks\Validity" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" class="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" class="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" class="Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" class="Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" class="Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" class="Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" class="Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" class="Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" class="Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" class="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" class="Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" class="Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" class="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" class="Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" class="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" class="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" class="Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" class="Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" class="Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" class="Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" class="Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" class="Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" class="Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" class="Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" class="Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" class="Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" class="Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" class="Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" class="Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" class="Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" class="Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" class="Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" class="Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" class="Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" class="Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.custom_report.adapter.factories" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" class="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" class="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" class="Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" class="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" class="Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" class="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" class="Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" class="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch" autowire="true" autoconfigure="true" abstract="true">
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory"/>
      <argument>null</argument>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch" class="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" class="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" class="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" class="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" class="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Monolog\ResettableInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" class="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" class="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" class="Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" class="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.analytics.google.fallback_service_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" class="CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" class="CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" class="CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" class="CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand" class="CustomerManagementFrameworkBundle\Command\CronTriggerCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Command\CronTriggerCommand" class="CustomerManagementFrameworkBundle\Command\CronTriggerCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" class="CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" class="CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand" class="CustomerManagementFrameworkBundle\Command\MaintenanceCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Command\MaintenanceCommand" class="CustomerManagementFrameworkBundle\Command\MaintenanceCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" class="CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" class="CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" class="CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" class="CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin" class="CustomerManagementFrameworkBundle\Controller\Admin" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin" class="CustomerManagementFrameworkBundle\Controller\Admin" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin" class="CustomerManagementFrameworkBundle\Controller\Admin" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" class="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" class="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" class="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" class="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" class="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" class="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" class="CustomerManagementFrameworkBundle\Controller\Admin\HelperController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" class="CustomerManagementFrameworkBundle\Controller\Admin\HelperController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" class="CustomerManagementFrameworkBundle\Controller\Admin\HelperController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" class="CustomerManagementFrameworkBundle\Controller\Admin\RulesController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" class="CustomerManagementFrameworkBundle\Controller\Admin\RulesController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" class="CustomerManagementFrameworkBundle\Controller\Admin\RulesController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" class="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" class="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" class="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" class="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" class="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" class="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" class="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" class="CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" class="CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" class="CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" class="CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" class="CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" class="CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" class="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" class="CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" class="CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" class="CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" class="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" class="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" class="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker" class="CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.event_listener.frontend.activity_url_tracker" class="CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" class="CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" class="CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" class="CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" class="CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" class="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" class="CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" class="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" class="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" class="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore_newsletter.address_source_adapter.factories" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore_newsletter.address_source_adapter.factories" class="Symfony\Component\DependencyInjection\ServiceLocator" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" class="Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" class="Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" class="Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" class="Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" class="Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" class="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" class="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" class="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\MiscController" class="Pimcore\Bundle\SeoBundle\Controller\MiscController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\MiscController" class="Pimcore\Bundle\SeoBundle\Controller\MiscController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\MiscController" class="Pimcore\Bundle\SeoBundle\Controller\MiscController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController" class="Pimcore\Bundle\SeoBundle\Controller\RedirectsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController" class="Pimcore\Bundle\SeoBundle\Controller\RedirectsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\RedirectsController" class="Pimcore\Bundle\SeoBundle\Controller\RedirectsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController" class="Pimcore\Bundle\SeoBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController" class="Pimcore\Bundle\SeoBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\SettingsController" class="Pimcore\Bundle\SeoBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener" class="Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener" class="Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" class="Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" class="Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\DocumentListener" class="Pimcore\Bundle\SeoBundle\EventListener\DocumentListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\DocumentListener" class="Pimcore\Bundle\SeoBundle\EventListener\DocumentListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" class="Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" class="Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\RoutingListener" class="Pimcore\Bundle\SeoBundle\EventListener\RoutingListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\RoutingListener" class="Pimcore\Bundle\SeoBundle\EventListener\RoutingListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" class="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" class="Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" class="Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" class="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" class="Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Messenger\Handler\BatchHandlerInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" class="Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" class="Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" class="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" class="Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" class="Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" class="Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" class="Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" class="Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" class="Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" class="Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" class="Pimcore\Bundle\DataHubBundle\Controller\ConfigController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" class="Pimcore\Bundle\DataHubBundle\Controller\ConfigController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" class="Pimcore\Bundle\DataHubBundle\Controller\ConfigController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" class="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" class="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" class="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" class="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" class="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" class="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\ClassController" class="OutputDataConfigToolkitBundle\Controller\ClassController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\ClassController" class="OutputDataConfigToolkitBundle\Controller\ClassController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.OutputDataConfigToolkitBundle\Controller\ClassController" class="OutputDataConfigToolkitBundle\Controller\ClassController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\AdminController" class="OutputDataConfigToolkitBundle\Controller\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\AdminController" class="OutputDataConfigToolkitBundle\Controller\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.OutputDataConfigToolkitBundle\Controller\AdminController" class="OutputDataConfigToolkitBundle\Controller\AdminController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Web2PrintToolsBundle\Twig\OutputChannelExtension" class="Web2PrintToolsBundle\Twig\OutputChannelExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Web2PrintToolsBundle\Twig\OutputChannelExtension" class="Web2PrintToolsBundle\Twig\OutputChannelExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Web2PrintToolsBundle\Controller\AdminController" class="Web2PrintToolsBundle\Controller\AdminController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Web2PrintToolsBundle\Controller\AdminController" class="Web2PrintToolsBundle\Controller\AdminController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Web2PrintToolsBundle\Controller\AdminController" class="Web2PrintToolsBundle\Controller\AdminController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" class="Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" class="Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" class="Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" class="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" class="Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" class="Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" class="Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\WebToPrintBundle\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\DocumentHelperExtensions" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\WebToPrintBundle\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\DocumentHelperExtensions" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\WebToPrintBundle\Twig\Extension\PrintCatalogExtension" class="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\PrintCatalogExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\WebToPrintBundle\Twig\Extension\PrintCatalogExtension" class="Pimcore\Bundle\WebToPrintBundle\Twig\Extension\PrintCatalogExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" class="Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" class="Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" class="Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" class="Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" class="Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController" class="Pimcore\Bundle\WordExportBundle\Controller\TranslationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController" class="Pimcore\Bundle\WordExportBundle\Controller\TranslationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\WordExportBundle\Controller\TranslationController" class="Pimcore\Bundle\WordExportBundle\Controller\TranslationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" class="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" class="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" class="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" class="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" class="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" class="Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" class="Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" class="Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" class="Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" class="Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" class="Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" class="Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController" class="Pimcore\Bundle\CoreBundle\Controller\WebDavController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController" class="Pimcore\Bundle\CoreBundle\Controller\WebDavController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\WebDavController" class="Pimcore\Bundle\CoreBundle\Controller\WebDavController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" class="Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" class="Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory" class="Symfony\Component\Lock\LockFactory" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Symfony\Component\Lock\LockFactory" class="Symfony\Component\Lock\LockFactory" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" class="Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" class="Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber" class="Pimcore\Workflow\EventSubscriber\NotificationSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotificationSubscriber" class="Pimcore\Workflow\EventSubscriber\NotificationSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber" class="Pimcore\Workflow\EventSubscriber\NotesSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotesSubscriber" class="Pimcore\Workflow\EventSubscriber\NotesSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" class="Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" class="Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver" class="Pimcore\Http\Request\Resolver\EditmodeResolver" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Http\Request\Resolver\EditmodeResolver" class="Pimcore\Http\Request\Resolver\EditmodeResolver" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator" class="Pimcore\Translation\Translator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Translation\Translator" class="Pimcore\Translation\Translator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" class="Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" class="Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" class="Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" class="Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" class="Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" class="Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler" class="Pimcore\Document\Editable\EditableHandler" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Document\Editable\EditableHandler" class="Pimcore\Document\Editable\EditableHandler" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.document.areabrick.brick_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" class="Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" class="Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" class="Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" class="Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" class="Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" class="Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" class="Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" class="Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" class="Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" class="Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" class="Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" class="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" class="Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" class="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" class="Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" class="Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" class="Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" class="Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" class="Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" class="Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" class="Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" class="Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" class="Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer" class="Pimcore\Templating\Renderer\EditableRenderer" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Templating\Renderer\EditableRenderer" class="Pimcore\Templating\Renderer\EditableRenderer" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.templating.navigation.renderer_locator" class="Symfony\Component\DependencyInjection\ServiceLocator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension" class="Pimcore\Twig\Extension\HelpersExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\HelpersExtension" class="Pimcore\Twig\Extension\HelpersExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension" class="Pimcore\Twig\Extension\DocumentEditableExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\DocumentEditableExtension" class="Pimcore\Twig\Extension\DocumentEditableExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension" class="Pimcore\Twig\Extension\SubrequestExtension" lazy="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\SubrequestExtension" class="Pimcore\Twig\Extension\SubrequestExtension" lazy="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension" class="Pimcore\Twig\Extension\PimcoreObjectExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\PimcoreObjectExtension" class="Pimcore\Twig\Extension\PimcoreObjectExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension" class="Pimcore\Twig\Extension\PimcoreToolExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\PimcoreToolExtension" class="Pimcore\Twig\Extension\PimcoreToolExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension" class="Pimcore\Twig\Extension\NavigationExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\NavigationExtension" class="Pimcore\Twig\Extension\NavigationExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension" class="Pimcore\Twig\Extension\HeaderExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\HeaderExtension" class="Pimcore\Twig\Extension\HeaderExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension" class="Pimcore\Twig\Extension\AssetCompressExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\AssetCompressExtension" class="Pimcore\Twig\Extension\AssetCompressExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension" class="Pimcore\Twig\Extension\WebsiteConfigExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\WebsiteConfigExtension" class="Pimcore\Twig\Extension\WebsiteConfigExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension" class="Pimcore\Twig\Extension\DumpExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\DumpExtension" class="Pimcore\Twig\Extension\DumpExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension" class="Pimcore\Twig\Extension\CacheExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\CacheExtension" class="Pimcore\Twig\Extension\CacheExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheTagExtension" class="Pimcore\Twig\Extension\CacheTagExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\CacheTagExtension" class="Pimcore\Twig\Extension\CacheTagExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink" class="Pimcore\Twig\Extension\Templating\HeadLink" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadLink" class="Pimcore\Twig\Extension\Templating\HeadLink" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta" class="Pimcore\Twig\Extension\Templating\HeadMeta" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadMeta" class="Pimcore\Twig\Extension\Templating\HeadMeta" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript" class="Pimcore\Twig\Extension\Templating\HeadScript" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadScript" class="Pimcore\Twig\Extension\Templating\HeadScript" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle" class="Pimcore\Twig\Extension\Templating\HeadStyle" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadStyle" class="Pimcore\Twig\Extension\Templating\HeadStyle" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle" class="Pimcore\Twig\Extension\Templating\HeadTitle" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadTitle" class="Pimcore\Twig\Extension\Templating\HeadTitle" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc" class="Pimcore\Twig\Extension\Templating\Inc" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\Inc" class="Pimcore\Twig\Extension\Templating\Inc" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript" class="Pimcore\Twig\Extension\Templating\InlineScript" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\InlineScript" class="Pimcore\Twig\Extension\Templating\InlineScript" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation" class="Pimcore\Twig\Extension\Templating\Navigation" lazy="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\Navigation" class="Pimcore\Twig\Extension\Templating\Navigation" lazy="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder" class="Pimcore\Twig\Extension\Templating\Placeholder" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder" class="Pimcore\Twig\Extension\Templating\Placeholder" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" class="Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" class="Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" class="Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" class="Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions" class="Pimcore\Twig\Extension\AssetHelperExtensions" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\AssetHelperExtensions" class="Pimcore\Twig\Extension\AssetHelperExtensions" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions" class="Pimcore\Twig\Extension\DataObjectHelperExtensions" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\DataObjectHelperExtensions" class="Pimcore\Twig\Extension\DataObjectHelperExtensions" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Twig\Extension\DocumentHelperExtensions" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\DocumentHelperExtensions" class="Pimcore\Twig\Extension\DocumentHelperExtensions" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension" class="Pimcore\Twig\Extension\ImageThumbnailExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Twig\Extension\ImageThumbnailExtension" class="Pimcore\Twig\Extension\ImageThumbnailExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\SandboxExtension" class="Twig\Extension\SandboxExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Twig\Extension\SandboxExtension" class="Twig\Extension\SandboxExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" class="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" class="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" class="Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" class="Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" class="Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" class="Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" class="Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" class="Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" class="Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" class="Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" class="Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" class="Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" class="Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" class="Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" class="Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" class="Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" class="Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" class="Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" class="Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" class="Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" class="Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" class="Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" class="Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" class="Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" class="Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" class="Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" class="Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" class="Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" class="Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" class="Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" class="Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" class="Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" class="Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" class="Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" class="Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" class="Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" class="Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" class="Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" class="Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" class="Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" class="Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" class="Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" class="Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" class="Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" class="Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" class="Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" class="Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" class="Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" class="Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" class="Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" class="Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" class="Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.cache.adapter.null_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" autowire="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.cache.adapter.doctrine_dbal_tag_aware" class="Symfony\Component\Cache\Adapter\TagAwareAdapter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app" class="Symfony\Component\Cache\Adapter\ProxyAdapter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.pimcore.cache.pool.app" class="Symfony\Component\Cache\Adapter\ProxyAdapter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler" class="Pimcore\Cache\Core\CoreCacheHandler" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Cache\Core\CoreCacheHandler" class="Pimcore\Cache\Core\CoreCacheHandler" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock" class="Pimcore\Cache\Core\WriteLock" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Pimcore\Cache\Core\WriteLock" class="Pimcore\Cache\Core\WriteLock" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".service_locator.w7.f4fT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="base64" type="service_closure" id="container.env_var_processor"/>
        <argument key="bool" type="service_closure" id="container.env_var_processor"/>
        <argument key="const" type="service_closure" id="container.env_var_processor"/>
        <argument key="csv" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" type="service_closure" id="container.env_var_processor"/>
        <argument key="defined" type="service_closure" id="container.env_var_processor"/>
        <argument key="enum" type="service_closure" id="container.env_var_processor"/>
        <argument key="file" type="service_closure" id="container.env_var_processor"/>
        <argument key="float" type="service_closure" id="container.env_var_processor"/>
        <argument key="int" type="service_closure" id="container.env_var_processor"/>
        <argument key="json" type="service_closure" id="container.env_var_processor"/>
        <argument key="key" type="service_closure" id="container.env_var_processor"/>
        <argument key="not" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="shuffle" type="service_closure" id="container.env_var_processor"/>
        <argument key="string" type="service_closure" id="container.env_var_processor"/>
        <argument key="trim" type="service_closure" id="container.env_var_processor"/>
        <argument key="url" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id=".service_locator.KAPXGPI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="collection" type="service_closure" id=".errored..service_locator.KAPXGPI.Pimcore\HttpKernel\BundleCollection\BundleCollection"/>
      </argument>
    </service>
    <service id=".service_locator.y4_Zrx." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="loader" type="service_closure" id=".errored..service_locator.y4_Zrx..Symfony\Component\Config\Loader\LoaderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.mowKTeN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authenticationUtils" type="service_closure" id="security.authentication_utils"/>
      </argument>
    </service>
    <service id=".service_locator.R2r9YCA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authenticationLoginListener" type="service_closure" id="App\EventListener\AuthenticationLoginListener"/>
        <argument key="consentService" type="service_closure" id="Pimcore\DataObject\Consent\Service"/>
        <argument key="customerProvider" type="service_closure" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
        <argument key="loginManager" type="service_closure" id="CustomerManagementFrameworkBundle\Security\Authentication\LoginManager"/>
        <argument key="newsletterDoubleOptInService" type="service_closure" id="App\Services\NewsletterDoubleOptInService"/>
        <argument key="registrationFormHandler" type="service_closure" id="App\Form\RegistrationFormHandler"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
        <argument key="urlGenerator" type="service_closure" id="cmf_routing.router"/>
      </argument>
    </service>
    <service id=".service_locator.WO_xUCv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.F9wRci_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="consentService" type="service_closure" id="Pimcore\DataObject\Consent\Service"/>
        <argument key="newsletterDoubleOptInService" type="service_closure" id="App\Services\NewsletterDoubleOptInService"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.HeD2bte" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="newsletterDoubleOptInService" type="service_closure" id="App\Services\NewsletterDoubleOptInService"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator._Hj.OfQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="App\Services\PasswordRecoveryService"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.xKClWXG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.zDO7X.v" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ecommerceFactory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      </argument>
    </service>
    <service id=".service_locator.QoYQ81i" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbHelperService" type="service_closure" id="App\Website\Navigation\BreadcrumbHelperService"/>
        <argument key="ecommerceFactory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      </argument>
    </service>
    <service id=".service_locator.fN.bTh." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ecommerceFactory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.HBVUz8d" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbHelperService" type="service_closure" id="App\Website\Navigation\BreadcrumbHelperService"/>
        <argument key="ecommerceFactory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
        <argument key="factory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      </argument>
    </service>
    <service id=".service_locator.6iU1O7p" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.ZUwwaRD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.rs4aItc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbHelperService" type="service_closure" id="App\Website\Navigation\BreadcrumbHelperService"/>
        <argument key="headTitleHelper" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadTitle"/>
        <argument key="newsLinkGenerator" type="service_closure" id="App\Website\LinkGenerator\NewsLinkGenerator"/>
        <argument key="placeholderHelper" type="service_closure" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
      </argument>
    </service>
    <service id=".service_locator.2abpqNC" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="newsLinkGenerator" type="service_closure" id="App\Website\LinkGenerator\NewsLinkGenerator"/>
      </argument>
    </service>
    <service id=".service_locator.Wt9TiFK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbHelperService" type="service_closure" id="App\Website\Navigation\BreadcrumbHelperService"/>
        <argument key="factory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      </argument>
    </service>
    <service id=".service_locator.WLsvOE9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="factory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      </argument>
    </service>
    <service id=".service_locator.feY34C_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="object" type="service_closure" id=".errored..service_locator.feY34C_.Pimcore\Model\DataObject\AbstractObject"/>
      </argument>
    </service>
    <service id=".service_locator.ezm0uov" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbHelperService" type="service_closure" id="App\Website\Navigation\BreadcrumbHelperService"/>
        <argument key="ecommerceFactory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
        <argument key="headTitleHelper" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadTitle"/>
        <argument key="product" type="service_closure" id=".errored..service_locator.ezm0uov.Pimcore\Model\DataObject\Concrete"/>
        <argument key="productLinkGenerator" type="service_closure" id="App\Website\LinkGenerator\ProductLinkGenerator"/>
        <argument key="segmentTrackingHelperService" type="service_closure" id="App\Services\SegmentTrackingHelperService"/>
      </argument>
    </service>
    <service id=".service_locator.5krUyyL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbHelperService" type="service_closure" id="App\Website\Navigation\BreadcrumbHelperService"/>
        <argument key="ecommerceFactory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
        <argument key="headTitleHelper" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadTitle"/>
        <argument key="listHelper" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\ListHelper"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
        <argument key="segmentTrackingHelperService" type="service_closure" id="App\Services\SegmentTrackingHelperService"/>
      </argument>
    </service>
    <service id=".service_locator.h0XzqEq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="breadcrumbHelperService" type="service_closure" id="App\Website\Navigation\BreadcrumbHelperService"/>
        <argument key="ecommerceFactory" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
        <argument key="headTitleHelper" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadTitle"/>
        <argument key="listHelper" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\ListHelper"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
        <argument key="placeholder" type="service_closure" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
        <argument key="productLinkGenerator" type="service_closure" id="App\Website\LinkGenerator\ProductLinkGenerator"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.DfDPVv." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
      </argument>
    </service>
    <service id=".service_locator.vKuE_NP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="config" type="service_closure" id="Pimcore\Config"/>
      </argument>
    </service>
    <service id=".service_locator.1Z9fEX7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.v5Ruhag" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="twig" type="service_closure" id="twig"/>
      </argument>
    </service>
    <service id=".service_locator.L6ENSH7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="filesystem" type="service_closure" id="filesystem"/>
      </argument>
    </service>
    <service id=".service_locator.DMYpsPF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="csrfProtection" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="gridHelperService" type="service_closure" id="Pimcore\Bundle\AdminBundle\Helper\GridHelperService"/>
      </argument>
    </service>
    <service id=".service_locator.vsLWZYc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="event" type="service_closure" id=".errored..service_locator.vsLWZYc.Symfony\Component\HttpKernel\Event\ControllerEvent"/>
      </argument>
    </service>
    <service id=".service_locator.n1yyPuo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tokenResolver" type="service_closure" id="Pimcore\Security\User\TokenStorageUserResolver"/>
      </argument>
    </service>
    <service id=".service_locator.Jqmw7qR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pimcoreSerializer" type="service_closure" id="Pimcore\Serializer\Serializer"/>
      </argument>
    </service>
    <service id=".service_locator.EhhH0rI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.EhhH0rI.Pimcore\Model\User"/>
      </argument>
    </service>
    <service id=".service_locator.ynboVm1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="gridHelperService" type="service_closure" id="Pimcore\Bundle\AdminBundle\Helper\GridHelperService"/>
      </argument>
    </service>
    <service id=".service_locator.RGHub4n" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="defaultPreviewGenerator" type="service_closure" id="Pimcore\Model\DataObject\ClassDefinition\PreviewGeneratorInterface"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
      </argument>
    </service>
    <service id=".service_locator.vISKrbb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modelFactory" type="service_closure" id="Pimcore\Model\Factory"/>
      </argument>
    </service>
    <service id=".service_locator.ZaRBfVi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="csrfProtection" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="gridHelperService" type="service_closure" id="Pimcore\Bundle\AdminBundle\Helper\GridHelperService"/>
        <argument key="localeService" type="service_closure" id="Pimcore\Localization\LocaleServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.5eNiEjA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="defaultPreviewGenerator" type="service_closure" id="Pimcore\Model\DataObject\ClassDefinition\PreviewGeneratorInterface"/>
      </argument>
    </service>
    <service id=".service_locator.Wh8X7Vp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="config" type="service_closure" id="Pimcore\Config"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
      </argument>
    </service>
    <service id=".service_locator.3fyqnqv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.nvDaOtv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="gridHelperService" type="service_closure" id="Pimcore\Bundle\AdminBundle\Helper\GridHelperService"/>
      </argument>
    </service>
    <service id=".service_locator.3FjVarr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="localeService" type="service_closure" id="Pimcore\Localization\LocaleServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.Fjfw3vv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="conversionService" type="service_closure" id="Pimcore\Model\DataObject\QuantityValue\UnitConversionService"/>
      </argument>
    </service>
    <service id=".service_locator.jqXUAW8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="documentRenderer" type="service_closure" id="Pimcore\Document\Renderer\DocumentRendererInterface"/>
        <argument key="router" type="service_closure" id="cmf_routing.router"/>
      </argument>
    </service>
    <service id=".service_locator.4LxmfVi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="element" type="service_closure" id=".errored..service_locator.4LxmfVi.Pimcore\Model\Element\ElementInterface"/>
      </argument>
    </service>
    <service id=".service_locator.iWwbKUs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="serializer" type="service_closure" id="serializer"/>
      </argument>
    </service>
    <service id=".service_locator.jpTl4m2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="staticPageGenerator" type="service_closure" id="Pimcore\Document\StaticPageGenerator"/>
      </argument>
    </service>
    <service id=".service_locator.5TNXJXZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messengerBusPimcoreCore" type="service_closure" id="debug.traced.messenger.bus.pimcore-core"/>
      </argument>
    </service>
    <service id=".service_locator.x4TFa_0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="blockStateStack" type="service_closure" id="Pimcore\Document\Editable\Block\BlockStateStack"/>
        <argument key="definitionCollector" type="service_closure" id="Pimcore\Document\Editable\EditmodeEditableDefinitionCollector"/>
        <argument key="documentResolver" type="service_closure" id="Pimcore\Http\Request\Resolver\DocumentResolver"/>
        <argument key="editableRenderer" type="service_closure" id="Pimcore\Templating\Renderer\EditableRenderer"/>
        <argument key="localeService" type="service_closure" id="Pimcore\Localization\LocaleServiceInterface"/>
        <argument key="twig" type="service_closure" id="twig"/>
      </argument>
    </service>
    <service id=".service_locator.JJKBkz9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="actionRenderer" type="service_closure" id="Pimcore\Templating\Renderer\ActionRenderer"/>
        <argument key="editableHandler" type="service_closure" id="Pimcore\Document\Editable\EditableHandler"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="localeService" type="service_closure" id="Pimcore\Localization\LocaleServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.WAsaUE7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="profiler" type="service_closure" id="profiler" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.MP0Omp3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bundleManager" type="service_closure" id="Pimcore\Extension\Bundle\PimcoreBundleManager"/>
        <argument key="config" type="service_closure" id="Pimcore\Config"/>
        <argument key="csrfProtection" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="maintenanceExecutor" type="service_closure" id="Pimcore\Maintenance\Executor"/>
        <argument key="maintenanceModeHelper" type="service_closure" id="Pimcore\Tool\MaintenanceModeHelperInterface"/>
      </argument>
    </service>
    <service id=".service_locator.0C9PAkx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="db" type="service_closure" id="doctrine.dbal.default_connection"/>
        <argument key="kernel" type="service_closure" id="kernel"/>
      </argument>
    </service>
    <service id=".service_locator.WwIVeH3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="event" type="service_closure" id=".errored..service_locator.WwIVeH3.Symfony\Component\HttpKernel\Event\ResponseEvent"/>
      </argument>
    </service>
    <service id=".service_locator.jY0DXCn" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="db" type="service_closure" id="doctrine.dbal.default_connection"/>
        <argument key="profiler" type="service_closure" id="profiler" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.HhrzyhG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authenticationUtils" type="service_closure" id="security.authentication_utils"/>
        <argument key="config" type="service_closure" id="Pimcore\Config"/>
        <argument key="csrfProtection" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
      </argument>
    </service>
    <service id=".service_locator.Sq1D4mj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="csrfProtection" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
      </argument>
    </service>
    <service id=".service_locator.Jb8cWiW" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="config" type="service_closure" id="Pimcore\Config"/>
        <argument key="csrfProtection" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
        <argument key="resetPasswordLimiter" type="service_closure" id="limiter.reset_password"/>
        <argument key="router" type="service_closure" id="cmf_routing.router"/>
      </argument>
    </service>
    <service id=".service_locator.DMYTyfy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="config" type="service_closure" id="Pimcore\Config"/>
        <argument key="twoFactor" type="service_closure" id="scheb_two_factor.security.google_authenticator"/>
      </argument>
    </service>
    <service id=".service_locator.6lwxRHw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="provider" type="service_closure" id="Pimcore\Controller\Config\ControllerDataProvider"/>
      </argument>
    </service>
    <service id=".service_locator.mvswpQy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="maintenanceModeHelper" type="service_closure" id="Pimcore\Tool\MaintenanceModeHelperInterface"/>
      </argument>
    </service>
    <service id=".service_locator.y9lR5kP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="localeService" type="service_closure" id="Pimcore\Localization\LocaleServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.aMdXQnA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="Pimcore\Model\Notification\Service\UserService"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.gGvT0fN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="Pimcore\Model\Notification\Service\NotificationService"/>
      </argument>
    </service>
    <service id=".service_locator.FGCzFkv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="config" type="service_closure" id="Pimcore\Bundle\AdminBundle\System\AdminConfig"/>
      </argument>
    </service>
    <service id=".service_locator.YaXw9a9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="config" type="service_closure" id="Pimcore\SystemSettingsConfig"/>
      </argument>
    </service>
    <service id=".service_locator.eWGQ0Dx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache" type="service_closure" id="Pimcore\Cache\Core\CoreCacheHandler"/>
        <argument key="config" type="service_closure" id="Pimcore\Bundle\AdminBundle\System\AdminConfig"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="filesystem" type="service_closure" id="filesystem"/>
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="symfonyCacheClearer" type="service_closure" id="Pimcore\Cache\Symfony\CacheClearer"/>
      </argument>
    </service>
    <service id=".service_locator.h5UY1B0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache" type="service_closure" id="Pimcore\Cache\Core\CoreCacheHandler"/>
        <argument key="config" type="service_closure" id="Pimcore\SystemSettingsConfig"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="filesystem" type="service_closure" id="filesystem"/>
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="symfonyCacheClearer" type="service_closure" id="Pimcore\Cache\Symfony\CacheClearer"/>
      </argument>
    </service>
    <service id=".service_locator.WRAMTiv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache" type="service_closure" id="Pimcore\Cache\Core\CoreCacheHandler"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="filesystem" type="service_closure" id="filesystem"/>
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="symfonyCacheClearer" type="service_closure" id="Pimcore\Cache\Symfony\CacheClearer"/>
      </argument>
    </service>
    <service id=".service_locator.Lrdi3b0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
      </argument>
    </service>
    <service id=".service_locator.SoIa2O7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="validator" type="service_closure" id="debug.validator"/>
      </argument>
    </service>
    <service id=".service_locator.uhnTwWQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="cmf_routing.router"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.QXfUFOU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="workflowManager" type="service_closure" id="Pimcore\Workflow\Manager"/>
      </argument>
    </service>
    <service id=".service_locator.7Q9P1zo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="workflowManager" type="service_closure" id="Pimcore\Workflow\Manager"/>
        <argument key="workflowRegistry" type="service_closure" id="workflow.registry"/>
      </argument>
    </service>
    <service id=".service_locator.mXOUSS." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="actionsButtonService" type="service_closure" id="Pimcore\Bundle\AdminBundle\Service\Workflow\ActionsButtonService"/>
        <argument key="placeStatusInfo" type="service_closure" id="Pimcore\Workflow\Place\StatusInfo"/>
        <argument key="router" type="service_closure" id="cmf_routing.router"/>
        <argument key="workflowManager" type="service_closure" id="Pimcore\Workflow\Manager"/>
      </argument>
    </service>
    <service id=".service_locator.Ll5S9zO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="manager" type="service_closure" id="Pimcore\Workflow\Manager"/>
        <argument key="workflowRegistry" type="service_closure" id="workflow.registry"/>
      </argument>
    </service>
    <service id=".service_locator.HXLWsYs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="manager" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Manager"/>
      </argument>
    </service>
    <service id=".service_locator.cFaDQbX" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"/>
      </argument>
    </service>
    <service id=".service_locator.8UNIl6t" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"/>
      </argument>
    </service>
    <service id=".service_locator.WlGKq.q" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pimcoreUsers" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"/>
      </argument>
    </service>
    <service id=".service_locator.WYENjC6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache" type="service_closure" id="Pimcore\Cache\Core\CoreCacheHandler"/>
      </argument>
    </service>
    <service id=".service_locator.tySs9So" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="formatter" type="service_closure" id="Pimcore\Localization\IntlFormatter"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.AZH4qiR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="client" type="service_closure" id="GuzzleHttp\Client"/>
        <argument key="formatter" type="service_closure" id="Pimcore\Localization\IntlFormatter"/>
        <argument key="localeService" type="service_closure" id="Pimcore\Localization\LocaleServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.G_sXqUP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="csrfProtectionHandler" type="service_closure" id="Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"/>
      </argument>
    </service>
    <service id=".service_locator.lCeiqsv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.oohwkbn" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="db" type="service_closure" id="doctrine.dbal.default_connection"/>
      </argument>
    </service>
    <service id=".service_locator.nZfIMgq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="siteConfigProvider" type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\Config\SiteConfigProvider"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.m0Zw.ym" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="siteConfigProvider" type="service_closure" id="Pimcore\Bundle\GoogleMarketingBundle\Config\SiteConfigProvider"/>
      </argument>
    </service>
    <service id=".service_locator.DSOrUi1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="configWriter" type="service_closure" id="Pimcore\Config\ReportConfigWriter"/>
      </argument>
    </service>
    <service id=".service_locator.CxWG_w8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="customerProvider" type="service_closure" id="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.AAxMZID" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="customerView" type="service_closure" id="CustomerManagementFrameworkBundle\CustomerView\CustomerViewInterface"/>
      </argument>
    </service>
    <service id=".service_locator.6_u9Kgg" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exporterManager" type="service_closure" id="CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface"/>
      </argument>
    </service>
    <service id=".service_locator.GOgV5uN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="duplicatesIndex" type="service_closure" id="CustomerManagementFrameworkBundle\DuplicatesIndex\DuplicatesIndexInterface"/>
      </argument>
    </service>
    <service id=".service_locator.Me82sOL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="service" type="service_closure" id="CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"/>
      </argument>
    </service>
    <service id=".service_locator.QNqAwDQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="segmentManager" type="service_closure" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      </argument>
    </service>
    <service id=".service_locator.Y2ZqaEr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="templateExporter" type="service_closure" id=".errored..service_locator.Y2ZqaEr.CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\Mailchimp\TemplateExporter"/>
      </argument>
    </service>
    <service id=".service_locator.fXLVRbA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="queue" type="service_closure" id=".errored..service_locator.fXLVRbA.CustomerManagementFrameworkBundle\Newsletter\Queue\NewsletterQueueInterface"/>
      </argument>
    </service>
    <service id=".service_locator.Nz_4ElU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="documentRouteHandler" type="service_closure" id="Pimcore\Routing\Dynamic\DocumentRouteHandler"/>
      </argument>
    </service>
    <service id=".service_locator.zI9gcZ7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="documentRouteHandler" type="service_closure" id="Pimcore\Routing\Dynamic\DocumentRouteHandler"/>
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
      </argument>
    </service>
    <service id=".service_locator._48f6F1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="elementService" type="service_closure" id="Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.Vmf.MVO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="redirectHandler" type="service_closure" id="Pimcore\Bundle\SeoBundle\Redirect\RedirectHandler"/>
      </argument>
    </service>
    <service id=".service_locator.6OkMSTR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="csv" type="service_closure" id="Pimcore\Bundle\SeoBundle\Redirect\Csv"/>
      </argument>
    </service>
    <service id=".service_locator.bJH6cAQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="graphQlService" type="service_closure" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      </argument>
    </service>
    <service id=".service_locator.5Z_2pHo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="routingService" type="service_closure" id="cmf_routing.router"/>
      </argument>
    </service>
    <service id=".service_locator.4KCCa9I" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exportService" type="service_closure" id="Pimcore\Bundle\DataHubBundle\Service\ExportService"/>
      </argument>
    </service>
    <service id=".service_locator.psUk7na" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="importService" type="service_closure" id="Pimcore\Bundle\DataHubBundle\Service\ImportService"/>
      </argument>
    </service>
    <service id=".service_locator.9cdOE2f" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="localeService" type="service_closure" id="Pimcore\Localization\LocaleServiceInterface"/>
        <argument key="longRunningHelper" type="service_closure" id="Pimcore\Helper\LongRunningHelper"/>
        <argument key="modelFactory" type="service_closure" id="Pimcore\Model\Factory"/>
        <argument key="responseService" type="service_closure" id="Pimcore\Bundle\DataHubBundle\Service\ResponseService"/>
        <argument key="service" type="service_closure" id="Pimcore\Bundle\DataHubBundle\GraphQL\Service"/>
      </argument>
    </service>
    <service id=".service_locator.9kc2ITW" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="factory" type="service_closure" id="Pimcore\Model\Factory"/>
      </argument>
    </service>
    <service id=".service_locator.QZcLSkd" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exportService" type="service_closure" id="Pimcore\Bundle\XliffBundle\ExportService\ExportServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.WYPnIFL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exportService" type="service_closure" id="Pimcore\Bundle\XliffBundle\ExportService\ExportServiceInterface"/>
        <argument key="translationExporter" type="service_closure" id="Pimcore\Bundle\XliffBundle\ExportService\Exporter\ExporterInterface"/>
      </argument>
    </service>
    <service id=".service_locator.hQXCgd5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="importDataExtractor" type="service_closure" id="Pimcore\Bundle\XliffBundle\ImportDataExtractor\ImportDataExtractorInterface"/>
      </argument>
    </service>
    <service id=".service_locator.ubj2SXF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="importDataExtractor" type="service_closure" id="Pimcore\Bundle\XliffBundle\ImportDataExtractor\ImportDataExtractorInterface"/>
        <argument key="importerService" type="service_closure" id="Pimcore\Bundle\XliffBundle\ImporterService\ImporterServiceInterface"/>
      </argument>
    </service>
    <service id=".service_locator.WBHcjLv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Controller\AccountController::confirmNewsletterAction" type="service_closure" id=".service_locator.HeD2bte"/>
        <argument key="App\Controller\AccountController::loginAction" type="service_closure" id=".service_locator.mowKTeN"/>
        <argument key="App\Controller\AccountController::registerAction" type="service_closure" id=".service_locator.R2r9YCA"/>
        <argument key="App\Controller\AccountController::resetPasswordAction" type="service_closure" id=".service_locator._Hj.OfQ"/>
        <argument key="App\Controller\AccountController::sendPasswordRecoveryMailAction" type="service_closure" id=".service_locator._Hj.OfQ"/>
        <argument key="App\Controller\AccountController::updateMarketingPermissionAction" type="service_closure" id=".service_locator.F9wRci_"/>
        <argument key="App\Controller\CartController::addToCartAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\CartController::applyVoucherAction" type="service_closure" id=".service_locator.fN.bTh."/>
        <argument key="App\Controller\CartController::cartListingAction" type="service_closure" id=".service_locator.QoYQ81i"/>
        <argument key="App\Controller\CartController::removeFromCartAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\CartController::removeVoucherAction" type="service_closure" id=".service_locator.fN.bTh."/>
        <argument key="App\Controller\CheckoutController::checkoutAddressAction" type="service_closure" id=".service_locator.HBVUz8d"/>
        <argument key="App\Controller\CheckoutController::checkoutCompletedAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\ContentController::carSubmitAction" type="service_closure" id=".service_locator.6iU1O7p"/>
        <argument key="App\Controller\ContentController::tenantSwitchesAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\NewsController::detailAction" type="service_closure" id=".service_locator.rs4aItc"/>
        <argument key="App\Controller\NewsController::emailNewsTeaserAction" type="service_closure" id=".service_locator.2abpqNC"/>
        <argument key="App\Controller\NewsController::listingAction" type="service_closure" id=".service_locator.ZUwwaRD"/>
        <argument key="App\Controller\PaymentController::checkoutPaymentAction" type="service_closure" id=".service_locator.Wt9TiFK"/>
        <argument key="App\Controller\PaymentController::commitOrderAction" type="service_closure" id=".service_locator.WLsvOE9"/>
        <argument key="App\Controller\PaymentController::startPaymentAction" type="service_closure" id=".service_locator.WLsvOE9"/>
        <argument key="App\Controller\ProductController::detailAction" type="service_closure" id=".service_locator.ezm0uov"/>
        <argument key="App\Controller\ProductController::listingAction" type="service_closure" id=".service_locator.5krUyyL"/>
        <argument key="App\Controller\ProductController::productDetailSlugAction" type="service_closure" id=".service_locator.feY34C_"/>
        <argument key="App\Controller\ProductController::productTeaserAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\ProductController::searchAction" type="service_closure" id=".service_locator.h0XzqEq"/>
        <argument key="App\Kernel::loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="App\Kernel::microKernelRegisterContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="App\Kernel::registerBundlesToCollection" type="service_closure" id=".service_locator.KAPXGPI"/>
        <argument key="App\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController::listAction" type="service_closure" id=".service_locator.CxWG_w8"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController::createCustomerAction" type="service_closure" id=".service_locator.CxWG_w8"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController::saveAction" type="service_closure" id=".service_locator.AAxMZID"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController::shareAction" type="service_closure" id=".service_locator.AAxMZID"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController::updateAction" type="service_closure" id=".service_locator.AAxMZID"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController::listAction" type="service_closure" id=".service_locator.GOgV5uN"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController::exportDataObjectAction" type="service_closure" id=".service_locator.Me82sOL"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController::searchDataObjectsAction" type="service_closure" id=".service_locator.Me82sOL"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\HelperController::groupedSegmentsAction" type="service_closure" id=".service_locator.QNqAwDQ"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\HelperController::possibleNewsletterFilterFlagsAction" type="service_closure" id=".service_locator.CxWG_w8"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\RulesController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController::inheritableSegments" type="service_closure" id=".service_locator.QNqAwDQ"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController::userManagementAction" type="service_closure" id=".service_locator.G_sXqUP"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController::exportAction" type="service_closure" id=".service_locator.Y2ZqaEr"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController::getQueueSize" type="service_closure" id=".service_locator.fXLVRbA"/>
        <argument key="OutputDataConfigToolkitBundle\Controller\AdminController::initializeAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="OutputDataConfigToolkitBundle\Controller\AdminController::saveOutputConfigAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="OutputDataConfigToolkitBundle\Controller\ClassController::getClassDefinitionForColumnConfigAction" type="service_closure" id=".service_locator.9kc2ITW"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::addAssetAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::addAssetCompatibilityAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::deleteInfoAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::getDataByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::getFolderContentPreviewAction" type="service_closure" id=".service_locator.nvDaOtv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::getPreviewDocumentAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::gridProxyAction" type="service_closure" id=".service_locator.DMYpsPF"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::importZipAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::importZipFilesAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::replaceAssetAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::saveAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::showVersionAction" type="service_closure" id=".service_locator.v5Ruhag"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::treeGetChildrenByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController::batchAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController::downloadXlsxFileAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController::getBatchJobsAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController::getExportJobsAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController::getSharedGridColumnConfigs" type="service_closure" id=".service_locator.EhhH0rI"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::fieldcollectionListAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::fieldcollectionTreeAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::getIconsAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::objectbrickListAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::objectbrickTreeAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::objectbrickUpdateAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::selectOptionsTreeAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::selectOptionsUpdateAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::videoAllowedTypesAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::addAction" type="service_closure" id=".service_locator.vISKrbb"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::deleteInfoAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::diffVersionsAction" type="service_closure" id=".service_locator.v5Ruhag"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::getAction" type="service_closure" id=".service_locator.RGHub4n"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::getFolderAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::gridProxyAction" type="service_closure" id=".service_locator.ZaRBfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::previewAction" type="service_closure" id=".service_locator.5eNiEjA"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::previewVersionAction" type="service_closure" id=".service_locator.v5Ruhag"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::treeGetChildrenByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::doExportAction" type="service_closure" id=".service_locator.3FjVarr"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::doGetGridColumnConfig" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::downloadXlsxFileAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::getBatchJobsAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::getExportJobsAction" type="service_closure" id=".service_locator.nvDaOtv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::getSharedGridColumnConfigs" type="service_closure" id=".service_locator.EhhH0rI"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::gridDeleteColumnConfigAction" type="service_closure" id=".service_locator.Wh8X7Vp"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::gridGetColumnConfigAction" type="service_closure" id=".service_locator.Wh8X7Vp"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::importUploadAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController::convertAction" type="service_closure" id=".service_locator.Fjfw3vv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController::convertAllAction" type="service_closure" id=".service_locator.Fjfw3vv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController::getVariantsAction" type="service_closure" id=".service_locator.ZaRBfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::deleteInfoAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::diffVersionsAction" type="service_closure" id=".service_locator.jqXUAW8"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::getDataByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::treeGetChildrenByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController::getDataByIdAction" type="service_closure" id=".service_locator.iWwbKUs"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController::areabrickRenderIndexEditmode" type="service_closure" id=".service_locator.x4TFa_0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController::generatePreviewsAction" type="service_closure" id=".service_locator.5TNXJXZ"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController::getDataByIdAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController::saveAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController::renderletAction" type="service_closure" id=".service_locator.JJKBkz9"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController::getPredefinedPropertiesAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController::showEmailLogAction" type="service_closure" id=".service_locator.WAsaUE7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController::indexAction" type="service_closure" id=".service_locator.MP0Omp3"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController::onKernelResponseEvent" type="service_closure" id=".service_locator.WwIVeH3"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController::statisticsAction" type="service_closure" id=".service_locator.0C9PAkx"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController::checkAction" type="service_closure" id=".service_locator.jY0DXCn"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::csrfTokenAction" type="service_closure" id=".service_locator.Sq1D4mj"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::loginAction" type="service_closure" id=".service_locator.HhrzyhG"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::lostpasswordAction" type="service_closure" id=".service_locator.Jb8cWiW"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::onKernelResponseEvent" type="service_closure" id=".service_locator.WwIVeH3"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::twoFactorAuthenticationAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::twoFactorSetupAuthenticationAction" type="service_closure" id=".service_locator.DMYTyfy"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController::adminCssAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController::countryListAction" type="service_closure" id=".service_locator.y9lR5kP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController::getAvailableControllerReferencesAction" type="service_closure" id=".service_locator.6lwxRHw"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController::getAvailableTemplatesAction" type="service_closure" id=".service_locator.6lwxRHw"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController::iconListAction" type="service_closure" id=".service_locator.WAsaUE7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController::jsonTranslationsSystemAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController::maintenanceAction" type="service_closure" id=".service_locator.mvswpQy"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::deleteAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::deleteAllAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::findAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::findAllAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::findLastUnreadAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::markAsReadAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::recipientsAction" type="service_closure" id=".service_locator.aMdXQnA"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController::sendAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::clearCacheAction" type="service_closure" id=".service_locator.WRAMTiv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::clearOutputCacheAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::clearTemporaryFilesAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::getAppearanceSystemAction" type="service_closure" id=".service_locator.FGCzFkv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::getAvailableCountriesAction" type="service_closure" id=".service_locator.y9lR5kP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::getSystemAction" type="service_closure" id=".service_locator.YaXw9a9"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::setAppearanceSystemAction" type="service_closure" id=".service_locator.eWGQ0Dx"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::setSystemAction" type="service_closure" id=".service_locator.h5UY1B0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::thumbnailAdapterCheckAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController::videoThumbnailAdapterCheckAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController::getBatchAssignmentJobsAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController::importAction" type="service_closure" id=".service_locator.y9lR5kP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController::translationsAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController::uploadImportFileAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController::getTokenLoginLinkAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController::invitationLinkAction" type="service_closure" id=".service_locator.uhnTwWQ"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController::updateAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController::updateCurrentUserAction" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController::getModalCustomHtml" type="service_closure" id=".service_locator.Ll5S9zO"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController::getWorkflowDetailsStore" type="service_closure" id=".service_locator.mXOUSS."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController::getWorkflowFormAction" type="service_closure" id=".service_locator.QXfUFOU"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController::showGraph" type="service_closure" id=".service_locator.QXfUFOU"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController::submitGlobalAction" type="service_closure" id=".service_locator.7Q9P1zo"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController::submitWorkflowTransitionAction" type="service_closure" id=".service_locator.7Q9P1zo"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController::getDataProvidersAction" type="service_closure" id=".service_locator.HXLWsYs"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController::exportAssetsAction" type="service_closure" id=".service_locator.cFaDQbX"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController::searchAssetAction" type="service_closure" id=".service_locator.cFaDQbX"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController::exportDataObjectAction" type="service_closure" id=".service_locator.8UNIl6t"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController::searchDataObjectsAction" type="service_closure" id=".service_locator.8UNIl6t"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController::exportUserDataAction" type="service_closure" id=".service_locator.WlGKq.q"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController::searchUsersAction" type="service_closure" id=".service_locator.WlGKq.q"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController::showAction" type="service_closure" id=".service_locator.oohwkbn"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController::exportConfiguration" type="service_closure" id=".service_locator.4KCCa9I"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController::getAction" type="service_closure" id=".service_locator.bJH6cAQ"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController::getExplorerUrlAction" type="service_closure" id=".service_locator.5Z_2pHo"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController::importConfiguration" type="service_closure" id=".service_locator.psUk7na"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController::explorerAction" type="service_closure" id=".service_locator.5Z_2pHo"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::webonyxAction" type="service_closure" id=".service_locator.9cdOE2f"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController::detailAction" type="service_closure" id=".service_locator.AZH4qiR"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController::itemCancelAction" type="service_closure" id=".service_locator.Sq1D4mj"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController::itemComplaintAction" type="service_closure" id=".service_locator.G_sXqUP"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController::itemEditAction" type="service_closure" id=".service_locator.G_sXqUP"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController::listAction" type="service_closure" id=".service_locator.tySs9So"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController::getAllTenantsAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController::getFieldsAction" type="service_closure" id=".service_locator.lCeiqsv"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController::getValuesForFilterFieldAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController::portletAnalyticsSitesAction" type="service_closure" id=".service_locator.nZfIMgq"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::chartmetricdataAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::dataExplorerAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::deeplinkAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::sourceAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::summaryAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController::saveAction" type="service_closure" id=".service_locator.DSOrUi1"/>
        <argument key="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController::sendAction" type="service_closure" id=".service_locator.5TNXJXZ"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController::targetGroupAddAction" type="service_closure" id=".service_locator.WYENjC6"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController::targetGroupDeleteAction" type="service_closure" id=".service_locator.WYENjC6"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController::targetGroupSaveAction" type="service_closure" id=".service_locator.WYENjC6"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController::areabrickRenderIndexEditmode" type="service_closure" id=".service_locator.x4TFa_0"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController::generatePreviewsAction" type="service_closure" id=".service_locator.5TNXJXZ"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController::getDataByIdAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController::saveAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController::seopanelTreeAction" type="service_closure" id=".service_locator.zI9gcZ7"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController::seopanelTreeRootAction" type="service_closure" id=".service_locator.Nz_4ElU"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\MiscController::httpErrorLogDetailAction" type="service_closure" id=".service_locator.WAsaUE7"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\RedirectsController::csvExportAction" type="service_closure" id=".service_locator.6OkMSTR"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\RedirectsController::csvImportAction" type="service_closure" id=".service_locator.6OkMSTR"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\RedirectsController::redirectsAction" type="service_closure" id=".service_locator.Vmf.MVO"/>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController::findAction" type="service_closure" id=".service_locator.nvDaOtv"/>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController::quickSearchAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController::quickSearchByIdAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController::startPdfGenerationAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController::getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController::onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController::startPdfGenerationAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\WordExportBundle\Controller\TranslationController::wordExportAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController::xliffExportAction" type="service_closure" id=".service_locator.QZcLSkd"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController::xliffExportDownloadAction" type="service_closure" id=".service_locator.WYPnIFL"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController::xliffImportElementAction" type="service_closure" id=".service_locator.ubj2SXF"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController::xliffImportUploadAction" type="service_closure" id=".service_locator.hQXCgd5"/>
        <argument key="Pimcore\Kernel::loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="Pimcore\Kernel::microKernelRegisterContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="Pimcore\Kernel::registerBundlesToCollection" type="service_closure" id=".service_locator.KAPXGPI"/>
        <argument key="Pimcore\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel::microKernelRegisterContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel::registerBundlesToCollection" type="service_closure" id=".service_locator.KAPXGPI"/>
        <argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="App\Controller\AccountController:confirmNewsletterAction" type="service_closure" id=".service_locator.HeD2bte"/>
        <argument key="App\Controller\AccountController:loginAction" type="service_closure" id=".service_locator.mowKTeN"/>
        <argument key="App\Controller\AccountController:registerAction" type="service_closure" id=".service_locator.R2r9YCA"/>
        <argument key="App\Controller\AccountController:resetPasswordAction" type="service_closure" id=".service_locator._Hj.OfQ"/>
        <argument key="App\Controller\AccountController:sendPasswordRecoveryMailAction" type="service_closure" id=".service_locator._Hj.OfQ"/>
        <argument key="App\Controller\AccountController:updateMarketingPermissionAction" type="service_closure" id=".service_locator.F9wRci_"/>
        <argument key="App\Controller\CartController:addToCartAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\CartController:applyVoucherAction" type="service_closure" id=".service_locator.fN.bTh."/>
        <argument key="App\Controller\CartController:cartListingAction" type="service_closure" id=".service_locator.QoYQ81i"/>
        <argument key="App\Controller\CartController:removeFromCartAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\CartController:removeVoucherAction" type="service_closure" id=".service_locator.fN.bTh."/>
        <argument key="App\Controller\CheckoutController:checkoutAddressAction" type="service_closure" id=".service_locator.HBVUz8d"/>
        <argument key="App\Controller\CheckoutController:checkoutCompletedAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\ContentController:carSubmitAction" type="service_closure" id=".service_locator.6iU1O7p"/>
        <argument key="App\Controller\ContentController:tenantSwitchesAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\NewsController:detailAction" type="service_closure" id=".service_locator.rs4aItc"/>
        <argument key="App\Controller\NewsController:emailNewsTeaserAction" type="service_closure" id=".service_locator.2abpqNC"/>
        <argument key="App\Controller\NewsController:listingAction" type="service_closure" id=".service_locator.ZUwwaRD"/>
        <argument key="App\Controller\PaymentController:checkoutPaymentAction" type="service_closure" id=".service_locator.Wt9TiFK"/>
        <argument key="App\Controller\PaymentController:commitOrderAction" type="service_closure" id=".service_locator.WLsvOE9"/>
        <argument key="App\Controller\PaymentController:startPaymentAction" type="service_closure" id=".service_locator.WLsvOE9"/>
        <argument key="App\Controller\ProductController:detailAction" type="service_closure" id=".service_locator.ezm0uov"/>
        <argument key="App\Controller\ProductController:listingAction" type="service_closure" id=".service_locator.5krUyyL"/>
        <argument key="App\Controller\ProductController:productDetailSlugAction" type="service_closure" id=".service_locator.feY34C_"/>
        <argument key="App\Controller\ProductController:productTeaserAction" type="service_closure" id=".service_locator.zDO7X.v"/>
        <argument key="App\Controller\ProductController:searchAction" type="service_closure" id=".service_locator.h0XzqEq"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController:listAction" type="service_closure" id=".service_locator.CxWG_w8"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController:createCustomerAction" type="service_closure" id=".service_locator.CxWG_w8"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController:saveAction" type="service_closure" id=".service_locator.AAxMZID"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController:shareAction" type="service_closure" id=".service_locator.AAxMZID"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController:updateAction" type="service_closure" id=".service_locator.AAxMZID"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController:listAction" type="service_closure" id=".service_locator.GOgV5uN"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController:exportDataObjectAction" type="service_closure" id=".service_locator.Me82sOL"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController:searchDataObjectsAction" type="service_closure" id=".service_locator.Me82sOL"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\HelperController:groupedSegmentsAction" type="service_closure" id=".service_locator.QNqAwDQ"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\HelperController:possibleNewsletterFilterFlagsAction" type="service_closure" id=".service_locator.CxWG_w8"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\RulesController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController:inheritableSegments" type="service_closure" id=".service_locator.QNqAwDQ"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController:userManagementAction" type="service_closure" id=".service_locator.G_sXqUP"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController:exportAction" type="service_closure" id=".service_locator.Y2ZqaEr"/>
        <argument key="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController:getQueueSize" type="service_closure" id=".service_locator.fXLVRbA"/>
        <argument key="OutputDataConfigToolkitBundle\Controller\AdminController:initializeAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="OutputDataConfigToolkitBundle\Controller\AdminController:saveOutputConfigAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="OutputDataConfigToolkitBundle\Controller\ClassController:getClassDefinitionForColumnConfigAction" type="service_closure" id=".service_locator.9kc2ITW"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:addAssetAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:addAssetCompatibilityAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:deleteInfoAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:getDataByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:getFolderContentPreviewAction" type="service_closure" id=".service_locator.nvDaOtv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:getPreviewDocumentAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:gridProxyAction" type="service_closure" id=".service_locator.DMYpsPF"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:importZipAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:importZipFilesAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:replaceAssetAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:saveAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:showVersionAction" type="service_closure" id=".service_locator.v5Ruhag"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController:treeGetChildrenByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController:batchAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController:downloadXlsxFileAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController:getBatchJobsAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController:getExportJobsAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController:getSharedGridColumnConfigs" type="service_closure" id=".service_locator.EhhH0rI"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:fieldcollectionListAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:fieldcollectionTreeAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:getIconsAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:objectbrickListAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:objectbrickTreeAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:objectbrickUpdateAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:selectOptionsTreeAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:selectOptionsUpdateAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController:videoAllowedTypesAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:addAction" type="service_closure" id=".service_locator.vISKrbb"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:deleteInfoAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:diffVersionsAction" type="service_closure" id=".service_locator.v5Ruhag"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:getAction" type="service_closure" id=".service_locator.RGHub4n"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:getFolderAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:gridProxyAction" type="service_closure" id=".service_locator.ZaRBfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:previewAction" type="service_closure" id=".service_locator.5eNiEjA"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:previewVersionAction" type="service_closure" id=".service_locator.v5Ruhag"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController:treeGetChildrenByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:doExportAction" type="service_closure" id=".service_locator.3FjVarr"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:doGetGridColumnConfig" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:downloadXlsxFileAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:getBatchJobsAction" type="service_closure" id=".service_locator.ynboVm1"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:getExportJobsAction" type="service_closure" id=".service_locator.nvDaOtv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:getSharedGridColumnConfigs" type="service_closure" id=".service_locator.EhhH0rI"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:gridDeleteColumnConfigAction" type="service_closure" id=".service_locator.Wh8X7Vp"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:gridGetColumnConfigAction" type="service_closure" id=".service_locator.Wh8X7Vp"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController:importUploadAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController:convertAction" type="service_closure" id=".service_locator.Fjfw3vv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController:convertAllAction" type="service_closure" id=".service_locator.Fjfw3vv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController:getVariantsAction" type="service_closure" id=".service_locator.ZaRBfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController:deleteInfoAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController:diffVersionsAction" type="service_closure" id=".service_locator.jqXUAW8"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController:getDataByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController:treeGetChildrenByIdAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController:getDataByIdAction" type="service_closure" id=".service_locator.iWwbKUs"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController:areabrickRenderIndexEditmode" type="service_closure" id=".service_locator.x4TFa_0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController:generatePreviewsAction" type="service_closure" id=".service_locator.5TNXJXZ"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController:getDataByIdAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController:saveAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController:renderletAction" type="service_closure" id=".service_locator.JJKBkz9"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController:getPredefinedPropertiesAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController:showEmailLogAction" type="service_closure" id=".service_locator.WAsaUE7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController:indexAction" type="service_closure" id=".service_locator.MP0Omp3"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController:onKernelResponseEvent" type="service_closure" id=".service_locator.WwIVeH3"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController:statisticsAction" type="service_closure" id=".service_locator.0C9PAkx"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController:checkAction" type="service_closure" id=".service_locator.jY0DXCn"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController:csrfTokenAction" type="service_closure" id=".service_locator.Sq1D4mj"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController:loginAction" type="service_closure" id=".service_locator.HhrzyhG"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController:lostpasswordAction" type="service_closure" id=".service_locator.Jb8cWiW"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController:onKernelResponseEvent" type="service_closure" id=".service_locator.WwIVeH3"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController:twoFactorAuthenticationAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController:twoFactorSetupAuthenticationAction" type="service_closure" id=".service_locator.DMYTyfy"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController:adminCssAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController:countryListAction" type="service_closure" id=".service_locator.y9lR5kP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController:getAvailableControllerReferencesAction" type="service_closure" id=".service_locator.6lwxRHw"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController:getAvailableTemplatesAction" type="service_closure" id=".service_locator.6lwxRHw"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController:iconListAction" type="service_closure" id=".service_locator.WAsaUE7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController:jsonTranslationsSystemAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController:maintenanceAction" type="service_closure" id=".service_locator.mvswpQy"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:deleteAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:deleteAllAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:findAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:findAllAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:findLastUnreadAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:markAsReadAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:recipientsAction" type="service_closure" id=".service_locator.aMdXQnA"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController:sendAction" type="service_closure" id=".service_locator.gGvT0fN"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:clearCacheAction" type="service_closure" id=".service_locator.WRAMTiv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:clearOutputCacheAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:clearTemporaryFilesAction" type="service_closure" id=".service_locator.Lrdi3b0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:getAppearanceSystemAction" type="service_closure" id=".service_locator.FGCzFkv"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:getAvailableCountriesAction" type="service_closure" id=".service_locator.y9lR5kP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:getSystemAction" type="service_closure" id=".service_locator.YaXw9a9"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:setAppearanceSystemAction" type="service_closure" id=".service_locator.eWGQ0Dx"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:setSystemAction" type="service_closure" id=".service_locator.h5UY1B0"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:thumbnailAdapterCheckAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController:videoThumbnailAdapterCheckAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController:getBatchAssignmentJobsAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController:importAction" type="service_closure" id=".service_locator.y9lR5kP"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController:translationsAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController:uploadImportFileAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController:getTokenLoginLinkAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController:invitationLinkAction" type="service_closure" id=".service_locator.uhnTwWQ"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController:updateAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController:updateCurrentUserAction" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController:getModalCustomHtml" type="service_closure" id=".service_locator.Ll5S9zO"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController:getWorkflowDetailsStore" type="service_closure" id=".service_locator.mXOUSS."/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController:getWorkflowFormAction" type="service_closure" id=".service_locator.QXfUFOU"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController:showGraph" type="service_closure" id=".service_locator.QXfUFOU"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController:submitGlobalAction" type="service_closure" id=".service_locator.7Q9P1zo"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController:submitWorkflowTransitionAction" type="service_closure" id=".service_locator.7Q9P1zo"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController:getDataProvidersAction" type="service_closure" id=".service_locator.HXLWsYs"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController:exportAssetsAction" type="service_closure" id=".service_locator.cFaDQbX"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController:searchAssetAction" type="service_closure" id=".service_locator.cFaDQbX"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController:exportDataObjectAction" type="service_closure" id=".service_locator.8UNIl6t"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController:searchDataObjectsAction" type="service_closure" id=".service_locator.8UNIl6t"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController:exportUserDataAction" type="service_closure" id=".service_locator.WlGKq.q"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController:searchUsersAction" type="service_closure" id=".service_locator.WlGKq.q"/>
        <argument key="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController:showAction" type="service_closure" id=".service_locator.oohwkbn"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController:exportConfiguration" type="service_closure" id=".service_locator.4KCCa9I"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController:getAction" type="service_closure" id=".service_locator.bJH6cAQ"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController:getExplorerUrlAction" type="service_closure" id=".service_locator.5Z_2pHo"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\ConfigController:importConfiguration" type="service_closure" id=".service_locator.psUk7na"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController:explorerAction" type="service_closure" id=".service_locator.5Z_2pHo"/>
        <argument key="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController:webonyxAction" type="service_closure" id=".service_locator.9cdOE2f"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController:detailAction" type="service_closure" id=".service_locator.AZH4qiR"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController:itemCancelAction" type="service_closure" id=".service_locator.Sq1D4mj"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController:itemComplaintAction" type="service_closure" id=".service_locator.G_sXqUP"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController:itemEditAction" type="service_closure" id=".service_locator.G_sXqUP"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController:listAction" type="service_closure" id=".service_locator.tySs9So"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController:getAllTenantsAction" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController:getFieldsAction" type="service_closure" id=".service_locator.lCeiqsv"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController:getValuesForFilterFieldAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController:portletAnalyticsSitesAction" type="service_closure" id=".service_locator.nZfIMgq"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController:chartmetricdataAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController:dataExplorerAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController:deeplinkAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController:sourceAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController:summaryAction" type="service_closure" id=".service_locator.m0Zw.ym"/>
        <argument key="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController:saveAction" type="service_closure" id=".service_locator.DSOrUi1"/>
        <argument key="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController:sendAction" type="service_closure" id=".service_locator.5TNXJXZ"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController:targetGroupAddAction" type="service_closure" id=".service_locator.WYENjC6"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController:targetGroupDeleteAction" type="service_closure" id=".service_locator.WYENjC6"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController:targetGroupSaveAction" type="service_closure" id=".service_locator.WYENjC6"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController:areabrickRenderIndexEditmode" type="service_closure" id=".service_locator.x4TFa_0"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController:generatePreviewsAction" type="service_closure" id=".service_locator.5TNXJXZ"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController:getDataByIdAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController:saveAction" type="service_closure" id=".service_locator.jpTl4m2"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController:seopanelTreeAction" type="service_closure" id=".service_locator.zI9gcZ7"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController:seopanelTreeRootAction" type="service_closure" id=".service_locator.Nz_4ElU"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\MiscController:httpErrorLogDetailAction" type="service_closure" id=".service_locator.WAsaUE7"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\RedirectsController:csvExportAction" type="service_closure" id=".service_locator.6OkMSTR"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\RedirectsController:csvImportAction" type="service_closure" id=".service_locator.6OkMSTR"/>
        <argument key="Pimcore\Bundle\SeoBundle\Controller\RedirectsController:redirectsAction" type="service_closure" id=".service_locator.Vmf.MVO"/>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController:findAction" type="service_closure" id=".service_locator.nvDaOtv"/>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController:quickSearchAction" type="service_closure" id=".service_locator.DfDPVv."/>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController:quickSearchByIdAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController:startPdfGenerationAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController:getTreeNodeConfig" type="service_closure" id=".service_locator.4LxmfVi"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController:onKernelControllerEvent" type="service_closure" id=".service_locator.vsLWZYc"/>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController:startPdfGenerationAction" type="service_closure" id=".service_locator.vKuE_NP"/>
        <argument key="Pimcore\Bundle\WordExportBundle\Controller\TranslationController:wordExportAction" type="service_closure" id=".service_locator.L6ENSH7"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController:xliffExportAction" type="service_closure" id=".service_locator.QZcLSkd"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController:xliffExportDownloadAction" type="service_closure" id=".service_locator.WYPnIFL"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController:xliffImportElementAction" type="service_closure" id=".service_locator.ubj2SXF"/>
        <argument key="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController:xliffImportUploadAction" type="service_closure" id=".service_locator.hQXCgd5"/>
        <argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel:microKernelRegisterContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel:registerBundlesToCollection" type="service_closure" id=".service_locator.KAPXGPI"/>
        <argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
      </argument>
    </service>
    <service id=".service_locator.GpqwPW4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Cmf\Bundle\RoutingBundle\Validator\Constraints\RouteDefaultsTwigValidator" type="service_closure" id="cmf_routing.validator.route_defaults"/>
        <argument key="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" type="service_closure" id="security.validator.user_password"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service_closure" id="validator.email"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" type="service_closure" id="validator.no_suspicious_characters"/>
        <argument key="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" type="service_closure" id="validator.not_compromised_password"/>
        <argument key="Symfony\Component\Validator\Constraints\WhenValidator" type="service_closure" id="validator.when"/>
        <argument key="cmf_routing.validator.route_defaults" type="service_closure" id="cmf_routing.validator.route_defaults"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="security.validator.user_password" type="service_closure" id="security.validator.user_password"/>
        <argument key="validator.expression" type="service_closure" id="validator.expression"/>
      </argument>
    </service>
    <service id=".service_locator.lLv4pWF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
      </argument>
    </service>
    <service id=".debug.value_resolver.security.user_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.user_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.security.security_token_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.security_token_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.doctrine.orm.entity_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="doctrine.orm.entity_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.backed_enum_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.uid" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.uid"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.datetime"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_attribute"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.session"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.service"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.default"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.variadic"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.not_tagged_controller"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_payload"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.query_parameter_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".service_locator.5vjwHZK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Form\CarSubmitFormType" type="service_closure" id="App\Form\CarSubmitFormType"/>
        <argument key="App\Form\DeliveryAddressFormType" type="service_closure" id="App\Form\DeliveryAddressFormType"/>
        <argument key="App\Form\LoginFormType" type="service_closure" id="App\Form\LoginFormType"/>
        <argument key="App\Form\RegistrationFormType" type="service_closure" id="App\Form\RegistrationFormType"/>
        <argument key="Symfony\Bridge\Doctrine\Form\Type\EntityType" type="service_closure" id="form.type.entity"/>
        <argument key="Symfony\Cmf\Bundle\RoutingBundle\Form\Type\RouteTypeType" type="service_closure" id="cmf_routing.route_type_form_type"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ChoiceType" type="service_closure" id="form.type.choice"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ColorType" type="service_closure" id="form.type.color"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FileType" type="service_closure" id="form.type.file"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="service_closure" id="form.type.form"/>
      </argument>
    </service>
    <service id="generic.execution.engine.bus.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware">
      <argument type="service" id="debug.stopwatch"/>
      <argument>generic.execution.engine.bus</argument>
    </service>
    <service id="generic.execution.engine.bus.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware">
      <argument>generic.execution.engine.bus</argument>
    </service>
    <service id="generic.execution.engine.bus.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware">
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>true</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="generic.execution.engine.bus.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware">
      <argument type="service" id="generic.execution.engine.bus.messenger.handlers_locator"/>
      <argument>false</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="debug.traced.generic.execution.engine.bus" class="Symfony\Component\Messenger\TraceableMessageBus">
      <tag name="messenger.bus"/>
      <tag name="container.decorator" id="generic.execution.engine.bus" inner="debug.traced.generic.execution.engine.bus.inner"/>
      <argument type="service" id="debug.traced.generic.execution.engine.bus.inner"/>
    </service>
    <service id="messenger.bus.pimcore-core.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware">
      <argument type="service" id="debug.stopwatch"/>
      <argument>messenger.bus.pimcore-core</argument>
    </service>
    <service id="messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware">
      <argument>messenger.bus.pimcore-core</argument>
    </service>
    <service id="messenger.bus.pimcore-core.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware">
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>true</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.bus.pimcore-core.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware">
      <argument type="service" id="messenger.bus.pimcore-core.messenger.handlers_locator"/>
      <argument>false</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="debug.traced.messenger.bus.pimcore-core" class="Symfony\Component\Messenger\TraceableMessageBus">
      <tag name="messenger.bus"/>
      <tag name="container.decorator" id="messenger.bus.pimcore-core" inner="debug.traced.messenger.bus.pimcore-core.inner"/>
      <argument type="service" id="debug.traced.messenger.bus.pimcore-core.inner"/>
    </service>
    <service id=".service_locator.nB2sjPs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="generic.execution.engine.bus" type="service_closure" id="debug.traced.generic.execution.engine.bus"/>
        <argument key="messenger.bus.pimcore-core" type="service_closure" id="debug.traced.messenger.bus.pimcore-core"/>
      </argument>
    </service>
    <service id=".service_locator.Xbsa8iG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.AVCNyyT" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="process.messenger.process_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.yjpgFOf" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="console.messenger.execute_command_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.rO2VZ3E" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="mailer.messenger.message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.WVUVwtS" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="messenger.redispatch_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.rPh0BEM" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Bundle\NewsletterBundle\Messenger\Handler\SendNewsletterHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.YoGk2EA" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="presta_sitemap.messenger.message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.qwLn66O" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.LWOzW5_" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Bundle\WebToPrintBundle\Messenger\Handler\GenerateWeb2PrintPdfHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.hXCJaMH" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\VideoConvertHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.viFTP8K" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\CleanupThumbnailsHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.k0eF5TB" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\AssetUpdateTasksHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.6970Xst" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\AssetPreviewImageHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.wap_jo0" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\MaintenanceTaskHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.xegAUdx" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\ScheduledTaskHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.FHVFnd6" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\OptimizeImageHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.7jCJZcn" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\GeneratePagePreviewHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.OQGQys5" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\VersionDeleteHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.zwqoIxn" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\SanityCheckHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.FG9l2.1" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\ElementDependenciesHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Mnqtxjq" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="process.messenger.process_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.ZZGH6zk" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="console.messenger.execute_command_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.b5gnOyR" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="mailer.messenger.message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.N85jVd3" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="messenger.redispatch_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.vDq8eJy" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Bundle\NewsletterBundle\Messenger\Handler\SendNewsletterHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.lJQKkYe" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="presta_sitemap.messenger.message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.bJGgoiG" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.X9Y2BKE" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Bundle\WebToPrintBundle\Messenger\Handler\GenerateWeb2PrintPdfHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.B4ixLmb" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\VideoConvertHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.ZPdV2Ak" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\CleanupThumbnailsHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.iHsnMy7" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\AssetUpdateTasksHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.x4c3Tw8" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\AssetPreviewImageHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.VzVjqdo" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\MaintenanceTaskHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.R1GFKNN" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\ScheduledTaskHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.AyyS7I7" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\OptimizeImageHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.ZO6JJgE" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\GeneratePagePreviewHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.haPKtJc" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\VersionDeleteHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.v.ooHDP" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\SanityCheckHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.ipARWKc" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="Pimcore\Messenger\Handler\ElementDependenciesHandler"/>
      <argument type="collection"/>
    </service>
    <service id="generic.execution.engine.bus.messenger.handlers_locator" class="Symfony\Component\Messenger\Handler\HandlersLocator">
      <argument type="collection">
        <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.AVCNyyT"/>
        </argument>
        <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.yjpgFOf"/>
        </argument>
        <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.rO2VZ3E"/>
        </argument>
        <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.WVUVwtS"/>
        </argument>
        <argument key="Pimcore\Bundle\NewsletterBundle\Messenger\SendNewsletterMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.rPh0BEM"/>
        </argument>
        <argument key="Presta\SitemapBundle\Messenger\DumpSitemapMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.YoGk2EA"/>
        </argument>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Message\SearchBackendMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.qwLn66O"/>
        </argument>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Messenger\GenerateWeb2PrintPdfMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.LWOzW5_"/>
        </argument>
        <argument key="Pimcore\Messenger\VideoConvertMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.hXCJaMH"/>
        </argument>
        <argument key="Pimcore\Messenger\CleanupThumbnailsMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.viFTP8K"/>
        </argument>
        <argument key="Pimcore\Messenger\AssetUpdateTasksMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.k0eF5TB"/>
        </argument>
        <argument key="Pimcore\Messenger\AssetPreviewImageMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.6970Xst"/>
        </argument>
        <argument key="Pimcore\Messenger\MaintenanceTaskMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.wap_jo0"/>
        </argument>
        <argument key="Pimcore\Messenger\ScheduledTaskMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.xegAUdx"/>
        </argument>
        <argument key="Pimcore\Messenger\OptimizeImageMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.FHVFnd6"/>
        </argument>
        <argument key="Pimcore\Messenger\GeneratePagePreviewMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.7jCJZcn"/>
        </argument>
        <argument key="Pimcore\Messenger\VersionDeleteMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.OQGQys5"/>
        </argument>
        <argument key="Pimcore\Messenger\SanityCheckMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.zwqoIxn"/>
        </argument>
        <argument key="Pimcore\Messenger\ElementDependenciesMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.FG9l2.1"/>
        </argument>
      </argument>
    </service>
    <service id="messenger.bus.pimcore-core.messenger.handlers_locator" class="Symfony\Component\Messenger\Handler\HandlersLocator">
      <argument type="collection">
        <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Mnqtxjq"/>
        </argument>
        <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.ZZGH6zk"/>
        </argument>
        <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.b5gnOyR"/>
        </argument>
        <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.N85jVd3"/>
        </argument>
        <argument key="Pimcore\Bundle\NewsletterBundle\Messenger\SendNewsletterMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.vDq8eJy"/>
        </argument>
        <argument key="Presta\SitemapBundle\Messenger\DumpSitemapMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.lJQKkYe"/>
        </argument>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Message\SearchBackendMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.bJGgoiG"/>
        </argument>
        <argument key="Pimcore\Bundle\WebToPrintBundle\Messenger\GenerateWeb2PrintPdfMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.X9Y2BKE"/>
        </argument>
        <argument key="Pimcore\Messenger\VideoConvertMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.B4ixLmb"/>
        </argument>
        <argument key="Pimcore\Messenger\CleanupThumbnailsMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.ZPdV2Ak"/>
        </argument>
        <argument key="Pimcore\Messenger\AssetUpdateTasksMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.iHsnMy7"/>
        </argument>
        <argument key="Pimcore\Messenger\AssetPreviewImageMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.x4c3Tw8"/>
        </argument>
        <argument key="Pimcore\Messenger\MaintenanceTaskMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.VzVjqdo"/>
        </argument>
        <argument key="Pimcore\Messenger\ScheduledTaskMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.R1GFKNN"/>
        </argument>
        <argument key="Pimcore\Messenger\OptimizeImageMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.AyyS7I7"/>
        </argument>
        <argument key="Pimcore\Messenger\GeneratePagePreviewMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.ZO6JJgE"/>
        </argument>
        <argument key="Pimcore\Messenger\VersionDeleteMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.haPKtJc"/>
        </argument>
        <argument key="Pimcore\Messenger\SanityCheckMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.v.ooHDP"/>
        </argument>
        <argument key="Pimcore\Messenger\ElementDependenciesMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.ipARWKc"/>
        </argument>
      </argument>
    </service>
    <service id=".debug.security.voter.security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.authenticated_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.scheb_two_factor.security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="scheb_two_factor.security.access.authenticated_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.role_hierarchy_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.role_hierarchy_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.expression_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.listener.csrf_protection" class="Symfony\Component\Security\Http\EventListener\CsrfProtectionListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="security.logout.listener.csrf_token_clearing" class="Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_storage"/>
    </service>
    <service id="security.ldap_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id="monolog.logger.admin" class="Monolog\Logger" public="true">
      <argument>admin</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.request" class="Monolog\Logger" public="true">
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.console" class="Monolog\Logger" public="true">
      <argument>console</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.messenger" class="Monolog\Logger" public="true">
      <argument>messenger</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.cache" class="Monolog\Logger" public="true">
      <argument>cache</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.mailer" class="Monolog\Logger" public="true">
      <argument>mailer</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.translation" class="Monolog\Logger" public="true">
      <argument>translation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.php" class="Monolog\Logger" public="true">
      <argument>php</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.event" class="Monolog\Logger" public="true">
      <argument>event</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger" public="true">
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.lock" class="Monolog\Logger" public="true">
      <argument>lock</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.profiler" class="Monolog\Logger" public="true">
      <argument>profiler</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.security" class="Monolog\Logger" public="true">
      <argument>security</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.doctrine" class="Monolog\Logger" public="true">
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.debug" class="Monolog\Logger" public="true">
      <argument>debug</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.admin_statistics" class="Monolog\Logger" public="true">
      <argument>admin_statistics</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.usage"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.pimcore_ecommerce_indexupdater" class="Monolog\Logger" public="true">
      <argument>pimcore_ecommerce_indexupdater</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.pimcore_ecommerce" class="Monolog\Logger" public="true">
      <argument>pimcore_ecommerce</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.update_payment" class="Monolog\Logger" public="true">
      <argument>update_payment</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.update_payment"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.routing" class="Monolog\Logger" public="true">
      <argument>routing</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.pimcore" class="Monolog\Logger" public="true">
      <argument>pimcore</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.init" class="Monolog\Logger" public="true">
      <argument>init</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.redirect" class="Monolog\Logger" public="true">
      <argument>redirect</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.redirect"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.pimcore_ecommerce_sql" class="Monolog\Logger" public="true">
      <argument>pimcore_ecommerce_sql</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.pimcore_ecommerce_es" class="Monolog\Logger" public="true">
      <argument>pimcore_ecommerce_es</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.pimcore_ecommerce_findologic" class="Monolog\Logger" public="true">
      <argument>pimcore_ecommerce_findologic</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.cmf" class="Monolog\Logger" public="true">
      <argument>cmf</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.generic_execution_engine" class="Monolog\Logger" public="true">
      <argument>generic_execution_engine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.pimcore_api" class="Monolog\Logger" public="true">
      <argument>pimcore_api</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.session" class="Monolog\Logger" public="true">
      <argument>session</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.error"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id=".service_locator.527PgNY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobRunStatusChangeSubscriber" type="service_closure" id="Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobRunStatusChangeSubscriber"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_listener"/>
        <argument key="doctrine.orm.listeners.lock_store_schema_listener" type="service_closure" id="doctrine.orm.listeners.lock_store_schema_listener"/>
        <argument key="doctrine.orm.listeners.pdo_session_handler_schema_listener" type="service_closure" id="doctrine.orm.listeners.pdo_session_handler_schema_listener"/>
        <argument key="doctrine.orm.messenger.doctrine_schema_listener" type="service_closure" id="doctrine.orm.messenger.doctrine_schema_listener"/>
        <argument key="doctrine.orm.pimcore_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.pimcore_listeners.attach_entity_listeners"/>
      </argument>
    </service>
    <service id=".service_locator.KLVvNIq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.ulid_generator" type="service_closure" id="doctrine.ulid_generator"/>
        <argument key="doctrine.uuid_generator" type="service_closure" id="doctrine.uuid_generator"/>
      </argument>
    </service>
    <service id=".doctrine.orm.pimcore_metadata_driver" class="Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver">
      <tag name="container.decorator" id="doctrine.orm.pimcore_metadata_driver" inner=".doctrine.orm.pimcore_metadata_driver.inner"/>
      <argument type="service" id=".doctrine.orm.pimcore_metadata_driver.inner"/>
      <argument type="service" id=".service_locator.KLVvNIq"/>
    </service>
    <service id="doctrine.dbal.default_schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager">
      <argument type="collection">
        <argument type="service" id="doctrine_migrations.schema_filter_listener"/>
      </argument>
    </service>
    <service id="doctrine.dbal.logging_middleware.default" class="Doctrine\DBAL\Logging\Middleware">
      <tag name="monolog.logger" channel="doctrine"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.dbal.debug_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware">
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
      <call method="setConnectionName">
        <argument>default</argument>
      </call>
    </service>
    <service id=".service_locator.0jjrjyx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pimcore.admin.storage" type="service_closure" id="pimcore.admin.storage"/>
        <argument key="pimcore.application_log.storage" type="service_closure" id="pimcore.application_log.storage"/>
        <argument key="pimcore.asset.storage" type="service_closure" id="pimcore.asset.storage"/>
        <argument key="pimcore.asset_cache.storage" type="service_closure" id="pimcore.asset_cache.storage"/>
        <argument key="pimcore.document_static.storage" type="service_closure" id="pimcore.document_static.storage"/>
        <argument key="pimcore.email_log.storage" type="service_closure" id="pimcore.email_log.storage"/>
        <argument key="pimcore.recycle_bin.storage" type="service_closure" id="pimcore.recycle_bin.storage"/>
        <argument key="pimcore.temp.storage" type="service_closure" id="pimcore.temp.storage"/>
        <argument key="pimcore.thumbnail.storage" type="service_closure" id="pimcore.thumbnail.storage"/>
        <argument key="pimcore.version.storage" type="service_closure" id="pimcore.version.storage"/>
      </argument>
    </service>
    <service id="pimcore_newsletter.document.newsletter.factory.report" class="Pimcore\Bundle\NewsletterBundle\CustomReports\Tool\Adapter\ReportAddressSourceAdapterFactory" autowire="true" autoconfigure="true">
      <argument type="service" id="pimcore.custom_report.adapter.factories"/>
    </service>
    <service id="app.area.brick.email_wysiwyg" class="App\Document\Areabrick\EmailWysiwyg" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.email_image" class="App\Document\Areabrick\EmailImage" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.hero_teaser" class="App\Document\Areabrick\HeroTeaser" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.hero_grid" class="App\Document\Areabrick\HeroGrid" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.gallery_single_images" class="App\Document\Areabrick\GallerySingleImages" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.print_key_visual" class="App\Document\Areabrick\PrintKeyVisual" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.image_metadata" class="App\Document\Areabrick\ImageMetadata" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.video" class="App\Document\Areabrick\Video" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.product_teaser" class="App\Document\Areabrick\ProductTeaser" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.icon_teaser_row" class="App\Document\Areabrick\IconTeaserRow" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.print_product_row" class="App\Document\Areabrick\PrintProductRow" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.email_teaser" class="App\Document\Areabrick\EmailTeaser" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.pdf" class="App\Document\Areabrick\Pdf" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.wysiwyg" class="App\Document\Areabrick\Wysiwyg" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.product_grid" class="App\Document\Areabrick\ProductGrid" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.blockquote" class="App\Document\Areabrick\Blockquote" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.email_news" class="App\Document\Areabrick\EmailNews" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.text_accordion" class="App\Document\Areabrick\TextAccordion" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.horizontal_line" class="App\Document\Areabrick\HorizontalLine" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.print_title_page" class="App\Document\Areabrick\PrintTitlePage" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.time_slider_featurette" class="App\Document\Areabrick\TimeSliderFeaturette" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.headlines" class="App\Document\Areabrick\Headlines" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.print_toc" class="App\Document\Areabrick\PrintToc" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.print_wysiwyg" class="App\Document\Areabrick\PrintWysiwyg" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.standard_teaser" class="App\Document\Areabrick\StandardTeaser" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.wysiwyg_with_images" class="App\Document\Areabrick\WysiwygWithImages" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.gallery_carousel" class="App\Document\Areabrick\GalleryCarousel" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.featurette" class="App\Document\Areabrick\Featurette" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.print_product_table" class="App\Document\Areabrick\PrintProductTable" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.gallery_folder" class="App\Document\Areabrick\GalleryFolder" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.image" class="App\Document\Areabrick\Image" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.personalized_product_teaser" class="App\Document\Areabrick\PersonalizedProductTeaser" autowire="true" autoconfigure="true">
      <argument type="service" id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\Targeting\SegmentTracker"/>
      <argument type="service" id="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface"/>
      <argument type="service" id="Pimcore\Bundle\EcommerceFrameworkBundle\Factory"/>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.embed" class="App\Document\Areabrick\Embed" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.print_page_break" class="App\Document\Areabrick\PrintPageBreak" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="app.area.brick.image_hotspot_marker" class="App\Document\Areabrick\ImageHotspotMarker" autowire="true" autoconfigure="true">
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
      <call method="setEditableRenderer">
        <argument type="service" id="Pimcore\Templating\Renderer\EditableRenderer"/>
      </call>
    </service>
    <service id="workflow.abstract" class="Symfony\Component\Workflow\Workflow" public="true" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="state_machine.abstract" class="Symfony\Component\Workflow\StateMachine" public="true" autowire="true" autoconfigure="true" abstract="true">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="workflow.registry" class="Symfony\Component\Workflow\Registry" autowire="true" autoconfigure="true">
      <call method="addWorkflow">
        <argument type="service" id="state_machine.simple_asset_workflow"/>
        <argument type="service">
          <service class="Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy" autowire="true">
            <argument type="service" id="Pimcore\Workflow\ExpressionService"/>
            <argument>\Pimcore\Model\Asset</argument>
            <argument>is_fully_authenticated()</argument>
          </service>
        </argument>
      </call>
      <call method="addWorkflow">
        <argument type="service" id="workflow.product_data_enrichment"/>
        <argument type="service" id="App\Workflow\SupportsStrategy"/>
      </call>
    </service>
    <service id="workflow.security.expression_language" class="Symfony\Component\Workflow\EventListener\ExpressionLanguage" autowire="true" autoconfigure="true">
      <argument type="service" id="cache.app"/>
    </service>
    <service id="state_machine.simple_asset_workflow" class="Symfony\Component\Workflow\StateMachine" public="true" autowire="true">
      <argument type="service" id="state_machine.simple_asset_workflow.definition"/>
      <argument type="service">
        <service class="Pimcore\Workflow\MarkingStore\StateTableMarkingStore" autowire="true">
          <argument>simple_asset_workflow</argument>
        </service>
      </argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>simple_asset_workflow</argument>
      <argument>null</argument>
    </service>
    <service id="state_machine.simple_asset_workflow.definition" class="Symfony\Component\Workflow\Definition">
      <tag name="simple_asset_workflow" type="state_machine" marking_store="state_table">workflow.definition</tag>
      <argument type="collection">
        <argument>start</argument>
        <argument>review_license</argument>
        <argument>finished</argument>
      </argument>
      <argument type="collection">
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>start_workflow</argument>
            <argument>start</argument>
            <argument>review_license</argument>
            <argument type="collection">
              <argument key="label">Start Workflow</argument>
              <argument key="objectLayout">false</argument>
              <argument key="notificationSettings" type="collection"/>
              <argument key="changePublishedState">no_change</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>finish_review</argument>
            <argument>review_license</argument>
            <argument>finished</argument>
            <argument type="collection">
              <argument key="label">Finish Review</argument>
              <argument key="objectLayout">false</argument>
              <argument key="notificationSettings" type="collection"/>
              <argument key="changePublishedState">no_change</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>restart_review</argument>
            <argument>finished</argument>
            <argument>review_license</argument>
            <argument type="collection">
              <argument key="label">Restart Review</argument>
              <argument key="objectLayout">false</argument>
              <argument key="notificationSettings" type="collection"/>
              <argument key="changePublishedState">no_change</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
          </service>
        </argument>
      </argument>
      <argument type="collection">
        <argument>start</argument>
      </argument>
    </service>
    <service id="workflow.product_data_enrichment" class="Symfony\Component\Workflow\Workflow" public="true" autowire="true">
      <argument type="service" id="workflow.product_data_enrichment.definition"/>
      <argument type="service">
        <service class="Pimcore\Workflow\MarkingStore\StateTableMarkingStore" autowire="true">
          <argument>product_data_enrichment</argument>
        </service>
      </argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>product_data_enrichment</argument>
      <argument>null</argument>
    </service>
    <service id="workflow.product_data_enrichment.definition" class="Symfony\Component\Workflow\Definition">
      <tag name="product_data_enrichment" type="workflow" marking_store="state_table">workflow.definition</tag>
      <argument type="collection">
        <argument>todo</argument>
        <argument>edit_text</argument>
        <argument>edit_images</argument>
        <argument>done_text</argument>
        <argument>done_images</argument>
        <argument>done_all</argument>
      </argument>
      <argument type="collection">
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>start_work</argument>
            <argument type="collection">
              <argument>todo</argument>
            </argument>
            <argument type="collection">
              <argument>edit_text</argument>
              <argument>edit_images</argument>
            </argument>
            <argument type="collection">
              <argument key="label">Start Work</argument>
              <argument key="objectLayout">false</argument>
              <argument key="notificationSettings" type="collection"/>
              <argument key="changePublishedState">no_change</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
            <call method="setCustomHtmlService">
              <argument type="service">
                <service class="App\Services\Workflow\CustomHtmlService" autowire="true">
                  <argument>mark_done_all</argument>
                  <argument>false</argument>
                  <argument>top</argument>
                </service>
              </argument>
            </call>
          </service>
        </argument>
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>mark_text_done</argument>
            <argument type="collection">
              <argument>edit_text</argument>
            </argument>
            <argument type="collection">
              <argument>done_text</argument>
            </argument>
            <argument type="collection">
              <argument key="label">Mark Text Done</argument>
              <argument key="objectLayout">false</argument>
              <argument key="notificationSettings" type="collection"/>
              <argument key="changePublishedState">no_change</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
            <call method="setCustomHtmlService">
              <argument type="service">
                <service class="App\Services\Workflow\CustomHtmlService" autowire="true">
                  <argument>mark_done_all</argument>
                  <argument>false</argument>
                  <argument>top</argument>
                </service>
              </argument>
            </call>
          </service>
        </argument>
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>mark_images_done</argument>
            <argument type="collection">
              <argument>edit_images</argument>
            </argument>
            <argument type="collection">
              <argument>done_images</argument>
            </argument>
            <argument type="collection">
              <argument key="label">Mark Images Done</argument>
              <argument key="notificationSettings" type="collection">
                <argument type="collection">
                  <argument key="notifyUsers" type="collection">
                    <argument>admin</argument>
                  </argument>
                  <argument key="notifyRoles" type="collection">
                    <argument>projectmanagers</argument>
                    <argument>admins</argument>
                  </argument>
                  <argument key="channelType" type="collection">
                    <argument>mail</argument>
                    <argument>pimcore_notification</argument>
                  </argument>
                  <argument key="mailType">template</argument>
                  <argument key="mailPath">@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig</argument>
                </argument>
              </argument>
              <argument key="objectLayout">false</argument>
              <argument key="changePublishedState">no_change</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
            <call method="setCustomHtmlService">
              <argument type="service">
                <service class="App\Services\Workflow\CustomHtmlService" autowire="true">
                  <argument>mark_done_all</argument>
                  <argument>false</argument>
                  <argument>top</argument>
                </service>
              </argument>
            </call>
          </service>
        </argument>
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>mark_done_all</argument>
            <argument type="collection">
              <argument>done_text</argument>
              <argument>done_images</argument>
            </argument>
            <argument type="collection">
              <argument>done_all</argument>
            </argument>
            <argument type="collection">
              <argument key="label">Mark Product Done</argument>
              <argument key="changePublishedState">force_published</argument>
              <argument key="notes" type="collection">
                <argument key="commentEnabled">true</argument>
                <argument key="customHtml" type="collection">
                  <argument key="service">App\Services\Workflow\CustomHtmlService</argument>
                  <argument key="position">top</argument>
                </argument>
                <argument key="commentRequired">false</argument>
                <argument key="type">Status update</argument>
                <argument key="additionalFields" type="collection"/>
              </argument>
              <argument key="notificationSettings" type="collection">
                <argument type="collection">
                  <argument key="notifyUsers" type="collection">
                    <argument>admin</argument>
                  </argument>
                  <argument key="notifyRoles" type="collection">
                    <argument>projectmanagers</argument>
                    <argument>admins</argument>
                  </argument>
                  <argument key="channelType" type="collection">
                    <argument>mail</argument>
                    <argument>pimcore_notification</argument>
                  </argument>
                  <argument key="mailType">template</argument>
                  <argument key="mailPath">@PimcoreCore/Workflow/NotificationEmail/notificationEmail.html.twig</argument>
                </argument>
              </argument>
              <argument key="objectLayout">false</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
            <call method="setCustomHtmlService">
              <argument type="service">
                <service class="App\Services\Workflow\CustomHtmlService" autowire="true">
                  <argument>mark_done_all</argument>
                  <argument>false</argument>
                  <argument>top</argument>
                </service>
              </argument>
            </call>
          </service>
        </argument>
        <argument type="service">
          <service class="Pimcore\Workflow\Transition">
            <argument>reopen_issue</argument>
            <argument type="collection">
              <argument>done_all</argument>
            </argument>
            <argument type="collection">
              <argument>todo</argument>
            </argument>
            <argument type="collection">
              <argument key="label">Reopen Product</argument>
              <argument key="notes" type="collection">
                <argument key="commentEnabled">true</argument>
                <argument key="commentRequired">true</argument>
                <argument key="type">Status update</argument>
                <argument key="additionalFields" type="collection"/>
              </argument>
              <argument key="objectLayout">false</argument>
              <argument key="notificationSettings" type="collection"/>
              <argument key="changePublishedState">no_change</argument>
              <argument key="unsavedChangesBehaviour">warn</argument>
            </argument>
          </service>
        </argument>
      </argument>
      <argument type="collection">
        <argument>todo</argument>
      </argument>
    </service>
    <service id=".service_locator.yY.p4P7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv"/>
        <argument key="translation.loader.dat" type="service_closure" id="translation.loader.dat"/>
        <argument key="translation.loader.ini" type="service_closure" id="translation.loader.ini"/>
        <argument key="translation.loader.json" type="service_closure" id="translation.loader.json"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo"/>
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml"/>
      </argument>
    </service>
    <service id="debug.security.event_dispatcher.pimcore_webdav" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.pimcore_webdav">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.pimcore_webdav" inner="debug.security.event_dispatcher.pimcore_webdav.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.pimcore_webdav.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.pimcore_webdav.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.session.pimcore_webdav"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.pimcore_webdav"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.pimcore_webdav"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\AuthenticationLoginListener"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.pimcore_admin" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.pimcore_admin">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.pimcore_admin" inner="debug.security.event_dispatcher.pimcore_admin.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.pimcore_admin.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.pimcore_admin.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\AuthenticationLogoutListener"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.session.pimcore_admin"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.default.pimcore_admin"/>
          <argument>onLogout</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.session.pimcore_admin"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.pimcore_admin"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2080</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginFailureEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.pimcore_admin"/>
          <argument>onFailedLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.pimcore_admin"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\AuthenticationTokenCreatedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.token_created_listener.two_factor.pimcore_admin"/>
          <argument>onAuthenticationTokenCreated</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.pimcore_admin"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.pimcore_admin"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\AuthenticationLoginListener"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.cmf_webservice" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.cmf_webservice">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.cmf_webservice" inner="debug.security.event_dispatcher.cmf_webservice.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.cmf_webservice.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.cmf_webservice.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.cmf_webservice"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.cmf_webservice"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\AuthenticationLoginListener"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.demo_frontend" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.demo_frontend">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.demo_frontend" inner="debug.security.event_dispatcher.demo_frontend.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.demo_frontend.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.demo_frontend.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.session.demo_frontend"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.default.demo_frontend"/>
          <argument>onLogout</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_remember_me_conditions.demo_frontend"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-32</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.remember_me.demo_frontend"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginFailureEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.remember_me.demo_frontend"/>
          <argument>clearCookie</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.remember_me.demo_frontend"/>
          <argument>clearCookie</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\TokenDeauthenticatedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.remember_me.demo_frontend"/>
          <argument>clearCookie</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.demo_frontend"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.demo_frontend"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\AuthenticationLoginListener"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.pimcore_admin"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id=".service_locator.jIByowl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Pimcore\Http\Request\Resolver\DocumentResolver" type="service_closure" id="Pimcore\Http\Request\Resolver\DocumentResolver" on-invalid="ignore"/>
        <argument key="Pimcore\Http\Request\Resolver\EditmodeResolver" type="service_closure" id="Pimcore\Http\Request\Resolver\EditmodeResolver" on-invalid="ignore"/>
        <argument key="Pimcore\Http\Request\Resolver\ResponseHeaderResolver" type="service_closure" id="Pimcore\Http\Request\Resolver\ResponseHeaderResolver" on-invalid="ignore"/>
        <argument key="Pimcore\Templating\Renderer\EditableRenderer" type="service_closure" id="Pimcore\Templating\Renderer\EditableRenderer" on-invalid="ignore"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="pimcore.templating" type="service_closure" id="pimcore.templating.engine.delegating" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="cmf_routing.router" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\AccountController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AccountController"/>
      <argument>App\Controller\AccountController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\BaseController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\BaseController"/>
      <argument>App\Controller\BaseController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\CartController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CartController"/>
      <argument>App\Controller\CartController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\CheckoutController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CheckoutController"/>
      <argument>App\Controller\CheckoutController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\ContentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ContentController"/>
      <argument>App\Controller\ContentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\DefaultController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DefaultController"/>
      <argument>App\Controller\DefaultController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\NewsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\NewsController"/>
      <argument>App\Controller\NewsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\PaymentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\PaymentController"/>
      <argument>App\Controller\PaymentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\ProductController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProductController"/>
      <argument>App\Controller\ProductController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.App\Controller\Web2printController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Web2printController"/>
      <argument>App\Controller\Web2printController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.fuYM_Z." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
      </argument>
    </service>
    <service id=".service_locator.fuYM_Z..translation.warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="translation.warmer"/>
      <argument>translation.warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fuYM_Z." method="withContext"/>
    </service>
    <service id=".service_locator.otfny_1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="routing.loader" type="service_closure" id="routing.loader"/>
      </argument>
    </service>
    <service id=".service_locator.otfny_1.router.default" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.default"/>
      <argument>router.default</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.otfny_1" method="withContext"/>
    </service>
    <service id=".service_locator.cUcW89y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="cmf_routing.router"/>
      </argument>
    </service>
    <service id=".service_locator.cUcW89y.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.cache_warmer"/>
      <argument>router.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cUcW89y" method="withContext"/>
    </service>
    <service id=".service_locator.etVElvN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="twig" type="service_closure" id="twig"/>
      </argument>
    </service>
    <service id=".service_locator.etVElvN.twig.template_cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="twig.template_cache_warmer"/>
      <argument>twig.template_cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.etVElvN" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="pimcore.templating" type="service_closure" id="pimcore.templating.engine.delegating" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="cmf_routing.router" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\UserController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\AdminBundle\Controller\PublicServicesController"/>
      <argument>Pimcore\Bundle\AdminBundle\Controller\PublicServicesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"/>
      <argument>Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController"/>
      <argument>Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController"/>
      <argument>Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController"/>
      <argument>Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"/>
      <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"/>
      <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"/>
      <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"/>
      <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"/>
      <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"/>
      <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController"/>
      <argument>Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController"/>
      <argument>Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"/>
      <argument>Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController"/>
      <argument>Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\CustomersController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\HelperController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\HelperController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\RulesController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\RulesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.R9QpNoR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="pimcore.templating" type="service_closure" id="pimcore.templating.engine.delegating" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="cmf_routing.router" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.R9QpNoR.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.R9QpNoR" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"/>
      <argument>CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController"/>
      <argument>Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\GlossaryBundle\Controller\SettingsController"/>
      <argument>Pimcore\Bundle\GlossaryBundle\Controller\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController"/>
      <argument>Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\MiscController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\SeoBundle\Controller\MiscController"/>
      <argument>Pimcore\Bundle\SeoBundle\Controller\MiscController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\RedirectsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\SeoBundle\Controller\RedirectsController"/>
      <argument>Pimcore\Bundle\SeoBundle\Controller\RedirectsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\SeoBundle\Controller\SettingsController"/>
      <argument>Pimcore\Bundle\SeoBundle\Controller\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"/>
      <argument>Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController"/>
      <argument>Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\DataHubBundle\Controller\ConfigController"/>
      <argument>Pimcore\Bundle\DataHubBundle\Controller\ConfigController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.O2p6Lk7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="cmf_routing.router" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.O2p6Lk7.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"/>
      <argument>Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.O2p6Lk7" method="withContext"/>
    </service>
    <service id=".service_locator.jIByowl.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"/>
      <argument>Pimcore\Bundle\DataHubBundle\Controller\WebserviceController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jIByowl" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.OutputDataConfigToolkitBundle\Controller\ClassController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="OutputDataConfigToolkitBundle\Controller\ClassController"/>
      <argument>OutputDataConfigToolkitBundle\Controller\ClassController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.dZKVYg7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="pimcore.templating" type="service_closure" id="pimcore.templating.engine.delegating" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="cmf_routing.router" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="translator" type="service_closure" id="Pimcore\Translation\Translator"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.dZKVYg7.OutputDataConfigToolkitBundle\Controller\AdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="OutputDataConfigToolkitBundle\Controller\AdminController"/>
      <argument>OutputDataConfigToolkitBundle\Controller\AdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.dZKVYg7" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Web2PrintToolsBundle\Controller\AdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Web2PrintToolsBundle\Controller\AdminController"/>
      <argument>Web2PrintToolsBundle\Controller\AdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"/>
      <argument>Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController"/>
      <argument>Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController"/>
      <argument>Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController"/>
      <argument>Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController"/>
      <argument>Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\WordExportBundle\Controller\TranslationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\WordExportBundle\Controller\TranslationController"/>
      <argument>Pimcore\Bundle\WordExportBundle\Controller\TranslationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController"/>
      <argument>Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"/>
      <argument>Pimcore\Bundle\CoreBundle\Controller\PublicServicesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.CgLZdtH.Pimcore\Bundle\CoreBundle\Controller\WebDavController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Pimcore\Bundle\CoreBundle\Controller\WebDavController"/>
      <argument>Pimcore\Bundle\CoreBundle\Controller\WebDavController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CgLZdtH" method="withContext"/>
    </service>
    <service id=".service_locator.foK4uYJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" type="service_closure" id=".debug.value_resolver.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver"/>
        <argument key="Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" type="service_closure" id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"/>
        <argument key="Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" type="service_closure" id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"/>
        <argument key="Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" type="service_closure" id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"/>
        <argument key="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" type="service_closure" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.default"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_payload"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.service"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.session"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.uid"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument key="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver" type="service_closure" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\UserValueResolver" type="service_closure" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument key="argument_resolver.not_tagged_controller" type="service_closure" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
    </service>
    <service id=".service_locator.XXv1IfR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id=".service_locator.NBUFN6A" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache.app" type="service_closure" id="cache.app.taggable"/>
      </argument>
    </service>
    <service id=".service_locator.WcNkH52" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="event_dispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="security.event_dispatcher.cmf_webservice" type="service_closure" id="debug.security.event_dispatcher.cmf_webservice"/>
        <argument key="security.event_dispatcher.demo_frontend" type="service_closure" id="debug.security.event_dispatcher.demo_frontend"/>
        <argument key="security.event_dispatcher.pimcore_admin" type="service_closure" id="debug.security.event_dispatcher.pimcore_admin"/>
        <argument key="security.event_dispatcher.pimcore_webdav" type="service_closure" id="debug.security.event_dispatcher.pimcore_webdav"/>
      </argument>
    </service>
    <service id=".service_locator.LD5oJC8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="security.route_loader.logout" type="service_closure" id="security.route_loader.logout"/>
      </argument>
    </service>
    <service id=".service_locator.Kl0E_Fe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="env" type="service_closure" id="container.getenv"/>
        <argument key="service" type="service_closure" id="container.get_routing_condition_service"/>
      </argument>
    </service>
    <service id=".service_locator.TpoC7U9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="logger" type="service_closure" id="monolog.logger" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="session_collector" type="service_closure" id="data_collector.request.session_collector" on-invalid="ignore"/>
        <argument key="session_factory" type="service_closure" id="session.factory" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.dPWiJIR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="html_sanitizer.sanitizer.default"/>
        <argument key="pimcore.translation_sanitizer" type="service_closure" id="html_sanitizer.sanitizer.pimcore.translation_sanitizer"/>
        <argument key="pimcore.wysiwyg_sanitizer" type="service_closure" id="html_sanitizer.sanitizer.pimcore.wysiwyg_sanitizer"/>
      </argument>
    </service>
    <service id=".service_locator.LcVn9Hr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
      </argument>
    </service>
    <service id=".service_locator.e_.xxAP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
        <argument key="security.authenticator.managers_locator" type="service_closure" id="security.authenticator.managers_locator" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.firewall.event_dispatcher_locator" type="service_closure" id="security.firewall.event_dispatcher_locator"/>
        <argument key="security.firewall.map" type="service_closure" id="security.firewall.map"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage"/>
        <argument key="security.user_checker_locator" type="service_closure" id="security.user_checker_locator"/>
      </argument>
    </service>
    <service id=".service_locator.da9LLfp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="demo_frontend" type="service_closure" id="security.authenticator.remember_me_handler.demo_frontend"/>
      </argument>
    </service>
    <service id=".service_locator.8N0eUf3" class="Pimcore\DependencyInjection\CollectionServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" type="service_closure" id="CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"/>
        <argument key="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"/>
        <argument key="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"/>
        <argument key="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"/>
        <argument key="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" type="service_closure" id="Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail"/>
      </argument>
    </service>
    <service id=".service_locator.Q9.i23." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Alias" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.alias"/>
        <argument key="Anonymizer" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.anonymizer"/>
        <argument key="AnyGetter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.any_getter"/>
        <argument key="Arithmetic" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.arithmetic"/>
        <argument key="AssetMetadataGetter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.asset_metadata_getter"/>
        <argument key="Base64" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.base64"/>
        <argument key="Boolean" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.boolean"/>
        <argument key="BooleanFormatter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.boolean_formatter"/>
        <argument key="CaseConverter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.case_converter"/>
        <argument key="CharCounter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.char_counter"/>
        <argument key="Concatenator" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.concatenator"/>
        <argument key="DateFormatter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.date_formatter"/>
        <argument key="ElementCounter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.element_counter"/>
        <argument key="FieldCollectionGetter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.field_collection_getter"/>
        <argument key="GeopointRenderer" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.geopoint_renderer"/>
        <argument key="HotspotimageRenderer" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.hotspotimage_renderer"/>
        <argument key="ImageRenderer" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.image_renderer"/>
        <argument key="IsEqual" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.is_equal"/>
        <argument key="Iterator" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.iterator"/>
        <argument key="JSON" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.json"/>
        <argument key="LFExpander" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.lf_expander"/>
        <argument key="LocaleSwitcher" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.locale_switcher"/>
        <argument key="Merge" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.merge"/>
        <argument key="ObjectFieldGetter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.object_field_getter"/>
        <argument key="PHP" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.php"/>
        <argument key="PHPCode" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.php_code"/>
        <argument key="PropertyGetter" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.property_getter"/>
        <argument key="RequiredBy" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.required_by"/>
        <argument key="StringContains" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.string_contains"/>
        <argument key="StringReplace" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.string_replace"/>
        <argument key="Substring" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.substring"/>
        <argument key="Text" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.text"/>
        <argument key="TranslateValue" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.translate_value"/>
        <argument key="Trimmer" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.trimmer"/>
        <argument key="WorkflowState" type="service_closure" id="pimcore.data_object.grid_column_config.operator.factory.workflowstate"/>
      </argument>
    </service>
    <service id=".service_locator.ETifq8x" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="DefaultValue" type="service_closure" id="pimcore.data_object.grid_column_config.value.factory.default"/>
      </argument>
    </service>
    <service id=".service_locator.4yOC9zH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cmf_customer" type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\DataProvider\Customer"/>
        <argument key="cmf_customer_segments" type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\DataProvider\CustomerSegments"/>
        <argument key="device" type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\Device"/>
        <argument key="geoip" type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoIp"/>
        <argument key="geolocation" type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoLocation"/>
        <argument key="targeting_storage" type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\TargetingStorage"/>
        <argument key="visited_pages_counter" type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\VisitedPagesCounter"/>
      </argument>
    </service>
    <service id=".service_locator.0fMGyUy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="assign_target_group" type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\AssignTargetGroupAndSegment"/>
        <argument key="cmf_apply_target_groups_from_segments" type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\ApplyTargetGroupsFromSegments"/>
        <argument key="cmf_track_activity" type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackActivity"/>
        <argument key="cmf_track_segment" type="service_closure" id="CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackSegment"/>
        <argument key="codesnippet" type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\CodeSnippet"/>
        <argument key="redirect" type="service_closure" id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\Redirect"/>
      </argument>
    </service>
    <service id=".service_locator.DfNJkA9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="pimcore_ecommerce.cart_manager.default"/>
      </argument>
    </service>
    <service id=".service_locator.12mpdvQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="pimcore_ecommerce.order_manager.default"/>
      </argument>
    </service>
    <service id=".service_locator.Iy6wLWB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="pimcore_ecommerce.pricing_manager.default"/>
      </argument>
    </service>
    <service id=".service_locator.8kO3YDI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="app.default_price_system"/>
      </argument>
    </service>
    <service id=".service_locator.MhdNWR1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="Pimcore\Bundle\EcommerceFrameworkBundle\AvailabilitySystem\AvailabilitySystem"/>
      </argument>
    </service>
    <service id=".service_locator.QIjJuPF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="pimcore_ecommerce.checkout_manager.default.commit_order_processor"/>
      </argument>
    </service>
    <service id=".service_locator.ItYxluF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="pimcore_ecommerce.checkout_manager.default.factory"/>
      </argument>
    </service>
    <service id=".service_locator.rQv8dBt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="default" type="service_closure" id="pimcore_ecommerce.filter_service.default"/>
      </argument>
    </service>
    <service id=".service_locator.QdF49At" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="app_cars" type="service_closure" id="App\Sitemaps\ProductGenerator"/>
        <argument key="app_category" type="service_closure" id="App\Sitemaps\CategoryGenerator"/>
        <argument key="app_news" type="service_closure" id="App\Sitemaps\NewsGenerator"/>
        <argument key="pimcore_documents" type="service_closure" id="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator"/>
      </argument>
    </service>
    <service id=".service_locator.gV6gaE7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typegenerator_dataobjectquerydatatype_advancedManyToManyObjectRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_objectsMetadata"/>
        <argument key="typegenerator_dataobjectquerydatatype_advancedManyToManyRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multihrefMetadata"/>
        <argument key="typegenerator_dataobjectquerydatatype_block" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_block"/>
        <argument key="typegenerator_dataobjectquerydatatype_booleanSelect" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_checkbox"/>
        <argument key="typegenerator_dataobjectquerydatatype_calculatedValue" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_calculatedvalue"/>
        <argument key="typegenerator_dataobjectquerydatatype_checkbox" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_checkbox"/>
        <argument key="typegenerator_dataobjectquerydatatype_classificationstore" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_classificationstore"/>
        <argument key="typegenerator_dataobjectquerydatatype_country" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_select"/>
        <argument key="typegenerator_dataobjectquerydatatype_countrymultiselect" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multiselect"/>
        <argument key="typegenerator_dataobjectquerydatatype_date" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_date"/>
        <argument key="typegenerator_dataobjectquerydatatype_datetime" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_datetime"/>
        <argument key="typegenerator_dataobjectquerydatatype_email" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_email"/>
        <argument key="typegenerator_dataobjectquerydatatype_externalImage" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_input"/>
        <argument key="typegenerator_dataobjectquerydatatype_fieldcollections" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_fieldcollections"/>
        <argument key="typegenerator_dataobjectquerydatatype_firstname" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_firstname"/>
        <argument key="typegenerator_dataobjectquerydatatype_gender" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_select"/>
        <argument key="typegenerator_dataobjectquerydatatype_geobounds" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_geobounds"/>
        <argument key="typegenerator_dataobjectquerydatatype_geopoint" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_geopoint"/>
        <argument key="typegenerator_dataobjectquerydatatype_geopolygon" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_geopolygon"/>
        <argument key="typegenerator_dataobjectquerydatatype_hotspotimage" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_hotspotimage"/>
        <argument key="typegenerator_dataobjectquerydatatype_href" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_href"/>
        <argument key="typegenerator_dataobjectquerydatatype_image" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_image"/>
        <argument key="typegenerator_dataobjectquerydatatype_imageGallery" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_imageGallery"/>
        <argument key="typegenerator_dataobjectquerydatatype_input" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_input"/>
        <argument key="typegenerator_dataobjectquerydatatype_inputQuantityValue" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_inputquantityvalue"/>
        <argument key="typegenerator_dataobjectquerydatatype_language" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_select"/>
        <argument key="typegenerator_dataobjectquerydatatype_languagemultiselect" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multiselect"/>
        <argument key="typegenerator_dataobjectquerydatatype_lastname" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_lastname"/>
        <argument key="typegenerator_dataobjectquerydatatype_link" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_link"/>
        <argument key="typegenerator_dataobjectquerydatatype_manyToManyObjectRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_objects"/>
        <argument key="typegenerator_dataobjectquerydatatype_manyToManyRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multihref"/>
        <argument key="typegenerator_dataobjectquerydatatype_manyToOneRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_href"/>
        <argument key="typegenerator_dataobjectquerydatatype_multihref" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multihref"/>
        <argument key="typegenerator_dataobjectquerydatatype_multihrefMetadata" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multihrefMetadata"/>
        <argument key="typegenerator_dataobjectquerydatatype_multiselect" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_multiselect"/>
        <argument key="typegenerator_dataobjectquerydatatype_newsletterActive" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_checkbox"/>
        <argument key="typegenerator_dataobjectquerydatatype_newsletterConfirmed" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_checkbox"/>
        <argument key="typegenerator_dataobjectquerydatatype_numeric" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_numeric"/>
        <argument key="typegenerator_dataobjectquerydatatype_quantityValue" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_quantityvalue"/>
        <argument key="typegenerator_dataobjectquerydatatype_reverseManyToManyObjectRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_reverseManyToManyObjectRelation"/>
        <argument key="typegenerator_dataobjectquerydatatype_reverseObjectRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_reverseManyToManyObjectRelation"/>
        <argument key="typegenerator_dataobjectquerydatatype_rgbaColor" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_input"/>
        <argument key="typegenerator_dataobjectquerydatatype_select" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_select"/>
        <argument key="typegenerator_dataobjectquerydatatype_slider" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_slider"/>
        <argument key="typegenerator_dataobjectquerydatatype_structuredTable" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_structuredTable"/>
        <argument key="typegenerator_dataobjectquerydatatype_table" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_table"/>
        <argument key="typegenerator_dataobjectquerydatatype_textarea" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_textarea"/>
        <argument key="typegenerator_dataobjectquerydatatype_time" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_input"/>
        <argument key="typegenerator_dataobjectquerydatatype_urlSlug" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_urlSlug"/>
        <argument key="typegenerator_dataobjectquerydatatype_video" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_video"/>
        <argument key="typegenerator_dataobjectquerydatatype_wysiwyg" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_datatype_wysiwyg"/>
        <argument key="typegenerator_queryoperator_alias" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_alias"/>
        <argument key="typegenerator_queryoperator_concatenator" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_concatenator"/>
        <argument key="typegenerator_queryoperator_dateformatter" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_dateformatter"/>
        <argument key="typegenerator_queryoperator_elementcounter" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_elementcounter"/>
        <argument key="typegenerator_queryoperator_merge" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_merge"/>
        <argument key="typegenerator_queryoperator_substring" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_substring"/>
        <argument key="typegenerator_queryoperator_text" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_text"/>
        <argument key="typegenerator_queryoperator_thumbnail" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_thumbnail"/>
        <argument key="typegenerator_queryoperator_thumbnailhtml" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_thumbnailhtml"/>
        <argument key="typegenerator_queryoperator_translatevalue" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_translatevalue"/>
        <argument key="typegenerator_queryoperator_trimmer" type="service_closure" id="pimcore.datahub.graphql.dataobjectquerytypegenerator_operator_trimmer"/>
      </argument>
    </service>
    <service id=".service_locator.wsRgTGY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="alias" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.alias"/>
        <argument key="concatenator" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.concatenator"/>
        <argument key="dateformatter" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.dateformatter"/>
        <argument key="elementcounter" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.elementcounter"/>
        <argument key="merge" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.merge"/>
        <argument key="substring" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.substring"/>
        <argument key="text" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.text"/>
        <argument key="thumbnail" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.thumbnail"/>
        <argument key="thumbnailhtml" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.thumbnailhtml"/>
        <argument key="translatevalue" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.translatevalue"/>
        <argument key="trimmer" type="service_closure" id="pimcore.datahub.graphql.dataobjectqueryoperator.factory.trimmer"/>
      </argument>
    </service>
    <service id=".service_locator.9.fjrOE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typegenerator_dataobjectmutationdatatype_advancedManyToManyObjectRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_advancedManyToManyObjectRelation"/>
        <argument key="typegenerator_dataobjectmutationdatatype_advancedManyToManyRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_advancedManyToManyRelation"/>
        <argument key="typegenerator_dataobjectmutationdatatype_booleanSelect" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_booleanSelect"/>
        <argument key="typegenerator_dataobjectmutationdatatype_checkbox" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_checkbox"/>
        <argument key="typegenerator_dataobjectmutationdatatype_country" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_country"/>
        <argument key="typegenerator_dataobjectmutationdatatype_countrymultiselect" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_countrymultiselect"/>
        <argument key="typegenerator_dataobjectmutationdatatype_date" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_date"/>
        <argument key="typegenerator_dataobjectmutationdatatype_datetime" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_datetime"/>
        <argument key="typegenerator_dataobjectmutationdatatype_email" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_email"/>
        <argument key="typegenerator_dataobjectmutationdatatype_externalImage" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_externalImage"/>
        <argument key="typegenerator_dataobjectmutationdatatype_fieldcollections" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_fieldcollections"/>
        <argument key="typegenerator_dataobjectmutationdatatype_firstname" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_firstname"/>
        <argument key="typegenerator_dataobjectmutationdatatype_gender" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_gender"/>
        <argument key="typegenerator_dataobjectmutationdatatype_geopoint" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_geopoint"/>
        <argument key="typegenerator_dataobjectmutationdatatype_image" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_image"/>
        <argument key="typegenerator_dataobjectmutationdatatype_imageGallery" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_imageGallery"/>
        <argument key="typegenerator_dataobjectmutationdatatype_input" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_input"/>
        <argument key="typegenerator_dataobjectmutationdatatype_inputQuantityValue" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_inputQuantityValue"/>
        <argument key="typegenerator_dataobjectmutationdatatype_language" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_language"/>
        <argument key="typegenerator_dataobjectmutationdatatype_lastname" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_lastname"/>
        <argument key="typegenerator_dataobjectmutationdatatype_link" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_link"/>
        <argument key="typegenerator_dataobjectmutationdatatype_manyToManyObjectRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_manyToManyObjectRelation"/>
        <argument key="typegenerator_dataobjectmutationdatatype_manyToManyRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_manyToManyRelation"/>
        <argument key="typegenerator_dataobjectmutationdatatype_manyToOneRelation" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_manyToOneRelation"/>
        <argument key="typegenerator_dataobjectmutationdatatype_multiselect" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_multiselect"/>
        <argument key="typegenerator_dataobjectmutationdatatype_newsletterActive" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_newsletterActive"/>
        <argument key="typegenerator_dataobjectmutationdatatype_newsletterConfirmed" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_newsletterConfirmed"/>
        <argument key="typegenerator_dataobjectmutationdatatype_numeric" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_numeric"/>
        <argument key="typegenerator_dataobjectmutationdatatype_quantityValue" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_quantityValue"/>
        <argument key="typegenerator_dataobjectmutationdatatype_select" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_select"/>
        <argument key="typegenerator_dataobjectmutationdatatype_slider" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_slider"/>
        <argument key="typegenerator_dataobjectmutationdatatype_table" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_table"/>
        <argument key="typegenerator_dataobjectmutationdatatype_textarea" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_textarea"/>
        <argument key="typegenerator_dataobjectmutationdatatype_time" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_time"/>
        <argument key="typegenerator_dataobjectmutationdatatype_wysiwyg" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_wysiwyg"/>
        <argument key="typegenerator_dataobjectmutationoperator_ifempty" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_operator_ifempty"/>
        <argument key="typegenerator_dataobjectmutationoperator_localecollector" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_operator_localecollector"/>
        <argument key="typegenerator_dataobjectmutationoperator_localeswitcher" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationtypegenerator_operator_localeswitcher"/>
      </argument>
    </service>
    <service id=".service_locator.Ab5RU3V" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ifempty" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationoperator.factory.ifempty"/>
        <argument key="localecollector" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationoperator.factory.localecollector"/>
        <argument key="localeswitcher" type="service_closure" id="pimcore.datahub.graphql.dataobjectmutationoperator.factory.localeswitcher"/>
      </argument>
    </service>
    <service id=".service_locator.PCfOZMy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typegenerator_documentelementquerydatatype_areablock" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_areablock"/>
        <argument key="typegenerator_documentelementquerydatatype_block" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_block"/>
        <argument key="typegenerator_documentelementquerydatatype_checkbox" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_checkbox"/>
        <argument key="typegenerator_documentelementquerydatatype_date" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_date"/>
        <argument key="typegenerator_documentelementquerydatatype_embed" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_embed"/>
        <argument key="typegenerator_documentelementquerydatatype_image" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_image"/>
        <argument key="typegenerator_documentelementquerydatatype_input" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_input"/>
        <argument key="typegenerator_documentelementquerydatatype_link" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_link"/>
        <argument key="typegenerator_documentelementquerydatatype_multiselect" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_multiselect"/>
        <argument key="typegenerator_documentelementquerydatatype_numeric" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_numeric"/>
        <argument key="typegenerator_documentelementquerydatatype_pdf" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_pdf"/>
        <argument key="typegenerator_documentelementquerydatatype_relation" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_relation"/>
        <argument key="typegenerator_documentelementquerydatatype_relations" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_relations"/>
        <argument key="typegenerator_documentelementquerydatatype_scheduledblock" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_scheduledblock"/>
        <argument key="typegenerator_documentelementquerydatatype_select" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_select"/>
        <argument key="typegenerator_documentelementquerydatatype_table" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_table"/>
        <argument key="typegenerator_documentelementquerydatatype_textarea" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_textarea"/>
        <argument key="typegenerator_documentelementquerydatatype_video" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_video"/>
        <argument key="typegenerator_documentelementquerydatatype_wysiwyg" type="service_closure" id="pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_wysiwyg"/>
      </argument>
    </service>
    <service id=".service_locator.s5lZjmf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typegenerator_documentelementmutationdatatype_areablock" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock"/>
        <argument key="typegenerator_documentelementmutationdatatype_block" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_block"/>
        <argument key="typegenerator_documentelementmutationdatatype_embed" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_embed"/>
        <argument key="typegenerator_documentelementmutationdatatype_image" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_image"/>
        <argument key="typegenerator_documentelementmutationdatatype_input" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_input"/>
        <argument key="typegenerator_documentelementmutationdatatype_multiselect" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_multiselect"/>
        <argument key="typegenerator_documentelementmutationdatatype_scheduledblock" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock"/>
        <argument key="typegenerator_documentelementmutationdatatype_select" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_select"/>
        <argument key="typegenerator_documentelementmutationdatatype_wysiwyg" type="service_closure" id="pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_wysiwyg"/>
      </argument>
    </service>
    <service id=".service_locator.xX2XS_H" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="anytarget" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.anytargettype"/>
        <argument key="asset_tree" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.asset_tree"/>
        <argument key="document_translation" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.document_translation"/>
        <argument key="document_tree" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.document_tree"/>
        <argument key="element_property" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.element_property_property"/>
        <argument key="element_tag" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.element_tag"/>
        <argument key="hotspot_metadata" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.hotspot_metadata"/>
        <argument key="hotspothotspot" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.hotspothotspottype"/>
        <argument key="hotspotmarker" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.hotspotmarkertype"/>
        <argument key="object" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.object"/>
        <argument key="object_tree" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.object_tree"/>
      </argument>
    </service>
    <service id=".service_locator.0mA3_OE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="asset" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.asset"/>
        <argument key="asset_embeddedmetainfoitem" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.asset_embeddedmetainfoitem"/>
        <argument key="asset_metadataitem" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.asset_metadataitem"/>
        <argument key="video" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.video"/>
      </argument>
    </service>
    <service id=".service_locator.VyHzrng" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typegenerator_csfeaturequerydatatype_booleanSelect" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_booleanSelect"/>
        <argument key="typegenerator_csfeaturequerydatatype_calculatedValue" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_calculatedValue"/>
        <argument key="typegenerator_csfeaturequerydatatype_checkbox" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_checkbox"/>
        <argument key="typegenerator_csfeaturequerydatatype_country" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_country"/>
        <argument key="typegenerator_csfeaturequerydatatype_countrymultiselect" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_countrymultiselect"/>
        <argument key="typegenerator_csfeaturequerydatatype_date" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_date"/>
        <argument key="typegenerator_csfeaturequerydatatype_datetime" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_datetime"/>
        <argument key="typegenerator_csfeaturequerydatatype_input" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_input"/>
        <argument key="typegenerator_csfeaturequerydatatype_inputQuantityValue" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_inputQuantityValue"/>
        <argument key="typegenerator_csfeaturequerydatatype_language" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_language"/>
        <argument key="typegenerator_csfeaturequerydatatype_languagemultiselect" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_languagemultiselect"/>
        <argument key="typegenerator_csfeaturequerydatatype_multiselect" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_multiselect"/>
        <argument key="typegenerator_csfeaturequerydatatype_numeric" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_numeric"/>
        <argument key="typegenerator_csfeaturequerydatatype_quantityValue" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_quantityValue"/>
        <argument key="typegenerator_csfeaturequerydatatype_rgbaColor" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_rgbaColor"/>
        <argument key="typegenerator_csfeaturequerydatatype_select" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_select"/>
        <argument key="typegenerator_csfeaturequerydatatype_slider" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_slider"/>
        <argument key="typegenerator_csfeaturequerydatatype_textarea" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_textarea"/>
        <argument key="typegenerator_csfeaturequerydatatype_time" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_time"/>
        <argument key="typegenerator_csfeaturequerydatatype_wysiwyg" type="service_closure" id="pimcore.datahub.graphql.csfeaturequerytypegenerator_datatype_wysiwyg"/>
      </argument>
    </service>
    <service id=".service_locator.GyH9f0z" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation" type="service_closure" id="pimcore.datahub.graphql.generaltype.factory.translation"/>
      </argument>
    </service>
    <service id=".service_locator.j55CNh_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pimcore.admin.storage" type="service_closure" id="pimcore.admin.storage"/>
        <argument key="pimcore.application_log.storage" type="service_closure" id="pimcore.application_log.storage"/>
        <argument key="pimcore.asset.storage" type="service_closure" id="pimcore.asset.storage"/>
        <argument key="pimcore.asset_cache.storage" type="service_closure" id="pimcore.asset_cache.storage"/>
        <argument key="pimcore.document_static.storage" type="service_closure" id="pimcore.document_static.storage"/>
        <argument key="pimcore.email_log.storage" type="service_closure" id="pimcore.email_log.storage"/>
        <argument key="pimcore.recycle_bin.storage" type="service_closure" id="pimcore.recycle_bin.storage"/>
        <argument key="pimcore.temp.storage" type="service_closure" id="pimcore.temp.storage"/>
        <argument key="pimcore.thumbnail.storage" type="service_closure" id="pimcore.thumbnail.storage"/>
        <argument key="pimcore.version.storage" type="service_closure" id="pimcore.version.storage"/>
      </argument>
    </service>
    <service id=".service_locator.eGtMJtV" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="block_consent" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Consent"/>
        <argument key="block_date" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Date"/>
        <argument key="block_datetime" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Date"/>
        <argument key="block_encryptedField" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\EncryptedField"/>
        <argument key="block_externalImage" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\ExternalImage"/>
        <argument key="block_geobounds" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Geobounds"/>
        <argument key="block_geopoint" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Geopoint"/>
        <argument key="block_geopolygon" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Geopolygon"/>
        <argument key="block_geopolyline" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Geopolygon"/>
        <argument key="block_localizedfields" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\Localizedfields"/>
        <argument key="block_rgbaColor" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\RgbaColor"/>
        <argument key="block_structuredTable" type="service_closure" id="Pimcore\DataObject\BlockDataMarshaller\StructuredTable"/>
        <argument key="classificationstore_booleanSelect" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\BooleanSelect"/>
        <argument key="classificationstore_countrymultiselect" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\Multiselect"/>
        <argument key="classificationstore_encryptedField" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\EncryptedField"/>
        <argument key="classificationstore_inputQuantityValue" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValue"/>
        <argument key="classificationstore_inputQuantityValueRange" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValueRange"/>
        <argument key="classificationstore_languagemultiselect" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\Multiselect"/>
        <argument key="classificationstore_multiselect" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\Multiselect"/>
        <argument key="classificationstore_quantityValue" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValue"/>
        <argument key="classificationstore_quantityValueRange" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\QuantityValueRange"/>
        <argument key="classificationstore_rgbaColor" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\RgbaColor"/>
        <argument key="classificationstore_table" type="service_closure" id="Pimcore\DataObject\ClassificationstoreDataMarshaller\Table"/>
      </argument>
    </service>
    <service id="debug.validator.inner" class="Symfony\Component\Validator\Validator\ValidatorInterface">
      <factory service="validator.builder" method="getValidator"/>
    </service>
    <service id="debug.event_dispatcher.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.controller_resolver.inner" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver">
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <call method="allowControllers">
        <argument type="collection">
          <argument>Symfony\Bundle\FrameworkBundle\Controller\AbstractController</argument>
          <argument>Symfony\Bundle\FrameworkBundle\Controller\TemplateController</argument>
        </argument>
      </call>
      <call method="allowControllers">
        <argument type="collection">
          <argument>App\Kernel</argument>
          <argument>App\Controller\AccountController</argument>
          <argument>App\Controller\BaseController</argument>
          <argument>App\Controller\CartController</argument>
          <argument>App\Controller\CheckoutController</argument>
          <argument>App\Controller\ContentController</argument>
          <argument>App\Controller\DefaultController</argument>
          <argument>App\Controller\NewsController</argument>
          <argument>App\Controller\PaymentController</argument>
          <argument>App\Controller\ProductController</argument>
          <argument>App\Controller\Web2printController</argument>
          <argument>Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\UserController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController</argument>
          <argument>Pimcore\Bundle\AdminBundle\Controller\PublicServicesController</argument>
          <argument>Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController</argument>
          <argument>Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController</argument>
          <argument>Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController</argument>
          <argument>Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController</argument>
          <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController</argument>
          <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController</argument>
          <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController</argument>
          <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController</argument>
          <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController</argument>
          <argument>Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController</argument>
          <argument>Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController</argument>
          <argument>Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController</argument>
          <argument>Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController</argument>
          <argument>Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\CustomersController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\HelperController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\RulesController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\SettingsController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController</argument>
          <argument>CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController</argument>
          <argument>Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController</argument>
          <argument>Pimcore\Bundle\GlossaryBundle\Controller\SettingsController</argument>
          <argument>Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController</argument>
          <argument>Pimcore\Bundle\SeoBundle\Controller\MiscController</argument>
          <argument>Pimcore\Bundle\SeoBundle\Controller\RedirectsController</argument>
          <argument>Pimcore\Bundle\SeoBundle\Controller\SettingsController</argument>
          <argument>Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController</argument>
          <argument>Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController</argument>
          <argument>Pimcore\Bundle\DataHubBundle\Controller\ConfigController</argument>
          <argument>Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController</argument>
          <argument>Pimcore\Bundle\DataHubBundle\Controller\WebserviceController</argument>
          <argument>OutputDataConfigToolkitBundle\Controller\ClassController</argument>
          <argument>OutputDataConfigToolkitBundle\Controller\AdminController</argument>
          <argument>Web2PrintToolsBundle\Controller\AdminController</argument>
          <argument>Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController</argument>
          <argument>Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintcontainerController</argument>
          <argument>Pimcore\Bundle\WebToPrintBundle\Controller\Document\PrintpageController</argument>
          <argument>Pimcore\Bundle\WebToPrintBundle\Controller\SettingsController</argument>
          <argument>Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController</argument>
          <argument>Pimcore\Bundle\WordExportBundle\Controller\TranslationController</argument>
          <argument>Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController</argument>
          <argument>Pimcore\Bundle\CoreBundle\Controller\PublicServicesController</argument>
          <argument>Pimcore\Bundle\CoreBundle\Controller\WebDavController</argument>
        </argument>
      </call>
    </service>
    <service id="debug.argument_resolver.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver">
      <argument type="service" id="argument_metadata_factory"/>
      <argument type="iterator">
        <argument type="service" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.uid"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.request"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.session"/>
        <argument type="service" id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"/>
        <argument type="service" id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"/>
        <argument type="service" id=".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.service"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.default"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
      <argument type="service" id=".service_locator.foK4uYJ"/>
    </service>
    <service id="debug.security.access.decision_manager.inner" class="Symfony\Component\Security\Core\Authorization\AccessDecisionManager">
      <argument type="iterator">
        <argument type="service" id=".debug.security.voter.security.access.authenticated_voter"/>
        <argument type="service" id=".debug.security.voter.scheb_two_factor.security.access.authenticated_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.role_hierarchy_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.expression_voter"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy">
          <argument>false</argument>
        </service>
      </argument>
    </service>
    <service id="debug.security.firewall.authenticator.pimcore_webdav.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.pimcore_webdav"/>
    </service>
    <service id="debug.security.firewall.authenticator.pimcore_admin.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.pimcore_admin"/>
    </service>
    <service id="debug.security.firewall.authenticator.cmf_webservice.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.cmf_webservice"/>
    </service>
    <service id="debug.security.firewall.authenticator.demo_frontend.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.demo_frontend"/>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory.inner" class="Doctrine\Migrations\Version\MigrationFactory">
      <factory service="doctrine.migrations.dependency_factory" method="getMigrationFactory"/>
    </service>
    <service id="scheb_two_factor.security.authentication.trust_resolver.inner" class="Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver"/>
    <service id="var_dumper.contextualized_cli_dumper.inner" class="Symfony\Component\VarDumper\Dumper\CliDumper">
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>0</argument>
      <call method="setDisplayOptions">
        <argument type="collection">
          <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
        </argument>
      </call>
    </service>
    <service id="pimcore.security.password_hasher_factory.inner" class="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory">
      <argument type="collection"/>
    </service>
    <service id="debug.traced.generic.execution.engine.bus.inner" class="Symfony\Component\Messenger\MessageBus">
      <argument type="iterator">
        <argument type="service" id="generic.execution.engine.bus.middleware.traceable"/>
        <argument type="service" id="generic.execution.engine.bus.middleware.add_bus_name_stamp_middleware"/>
        <argument type="service" id="messenger.middleware.reject_redelivered_message_middleware"/>
        <argument type="service" id="messenger.middleware.dispatch_after_current_bus"/>
        <argument type="service" id="messenger.middleware.failed_message_processing_middleware"/>
        <argument type="service" id="Pimcore\Messenger\Middleware\CollectGarbageMiddleware"/>
        <argument type="service" id="Pimcore\Bundle\GenericExecutionEngineBundle\Messenger\Middleware\StepConditionMiddleware"/>
        <argument type="service" id="generic.execution.engine.bus.middleware.send_message"/>
        <argument type="service" id="generic.execution.engine.bus.middleware.handle_message"/>
      </argument>
    </service>
    <service id="debug.traced.messenger.bus.pimcore-core.inner" class="Symfony\Component\Messenger\MessageBus">
      <argument type="iterator">
        <argument type="service" id="messenger.bus.pimcore-core.middleware.traceable"/>
        <argument type="service" id="messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware"/>
        <argument type="service" id="messenger.middleware.reject_redelivered_message_middleware"/>
        <argument type="service" id="messenger.middleware.dispatch_after_current_bus"/>
        <argument type="service" id="messenger.middleware.failed_message_processing_middleware"/>
        <argument type="service" id="messenger.bus.pimcore-core.middleware.send_message"/>
        <argument type="service" id="messenger.bus.pimcore-core.middleware.handle_message"/>
      </argument>
    </service>
    <service id=".doctrine.orm.pimcore_metadata_driver.inner" class="Doctrine\Persistence\Mapping\Driver\MappingDriverChain">
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.pimcore_attribute_metadata_driver"/>
        <argument>Pimcore\Bundle\GenericExecutionEngineBundle\Entity</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.pimcore_webdav.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.pimcore_admin.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.cmf_webservice.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.demo_frontend.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id=".errored..service_locator.KAPXGPI.Pimcore\HttpKernel\BundleCollection\BundleCollection" class="Pimcore\HttpKernel\BundleCollection\BundleCollection">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.KAPXGPI&quot;: it references class &quot;Pimcore\HttpKernel\BundleCollection\BundleCollection&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.y4_Zrx..Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.y4_Zrx.&quot;: it needs an instance of &quot;Symfony\Component\Config\Loader\LoaderInterface&quot; but this type has been excluded from autowiring."/>
    </service>
    <service id=".errored..service_locator.feY34C_.Pimcore\Model\DataObject\AbstractObject" class="Pimcore\Model\DataObject\AbstractObject">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.feY34C_&quot;: it references class &quot;Pimcore\Model\DataObject\AbstractObject&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.ezm0uov.Pimcore\Model\DataObject\Concrete" class="Pimcore\Model\DataObject\Concrete">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ezm0uov&quot;: it references class &quot;Pimcore\Model\DataObject\Concrete&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.vsLWZYc.Symfony\Component\HttpKernel\Event\ControllerEvent" class="Symfony\Component\HttpKernel\Event\ControllerEvent">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.vsLWZYc&quot;: it references class &quot;Symfony\Component\HttpKernel\Event\ControllerEvent&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.EhhH0rI.Pimcore\Model\User" class="Pimcore\Model\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.EhhH0rI&quot;: it references class &quot;Pimcore\Model\User&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.4LxmfVi.Pimcore\Model\Element\ElementInterface" class="Pimcore\Model\Element\ElementInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.4LxmfVi&quot;: it references interface &quot;Pimcore\Model\Element\ElementInterface&quot; but no such service exists. Did you create a class that implements this interface?"/>
    </service>
    <service id=".errored..service_locator.WwIVeH3.Symfony\Component\HttpKernel\Event\ResponseEvent" class="Symfony\Component\HttpKernel\Event\ResponseEvent">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.WwIVeH3&quot;: it references class &quot;Symfony\Component\HttpKernel\Event\ResponseEvent&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Y2ZqaEr.CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\Mailchimp\TemplateExporter" class="CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\Mailchimp\TemplateExporter">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Y2ZqaEr&quot;: it references class &quot;CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\Mailchimp\TemplateExporter&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.fXLVRbA.CustomerManagementFrameworkBundle\Newsletter\Queue\NewsletterQueueInterface" class="CustomerManagementFrameworkBundle\Newsletter\Queue\NewsletterQueueInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.fXLVRbA&quot;: it references interface &quot;CustomerManagementFrameworkBundle\Newsletter\Queue\NewsletterQueueInterface&quot; but no such service exists. Did you create a class that implements this interface?"/>
    </service>
    <service id=".console.command.about.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>about</argument>
      <argument type="collection"/>
      <argument>Display information about the current project</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.about"/>
    </service>
    <service id=".console.command.assets_install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:install</argument>
      <argument type="collection"/>
      <argument>Install bundle's web assets under a public directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.assets_install"/>
    </service>
    <service id=".console.command.cache_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:clear</argument>
      <argument type="collection"/>
      <argument>Clear the cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_clear"/>
    </service>
    <service id=".console.command.cache_pool_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:clear</argument>
      <argument type="collection"/>
      <argument>Clear cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_clear"/>
    </service>
    <service id=".console.command.cache_pool_prune.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:prune</argument>
      <argument type="collection"/>
      <argument>Prune cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_prune"/>
    </service>
    <service id=".console.command.cache_pool_invalidate_tags.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:invalidate-tags</argument>
      <argument type="collection"/>
      <argument>Invalidate cache tags for all or a specific pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_invalidate_tags"/>
    </service>
    <service id=".console.command.cache_pool_delete.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:delete</argument>
      <argument type="collection"/>
      <argument>Delete an item from a cache pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_delete"/>
    </service>
    <service id=".console.command.cache_pool_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:list</argument>
      <argument type="collection"/>
      <argument>List available cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_list"/>
    </service>
    <service id=".console.command.cache_warmup.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:warmup</argument>
      <argument type="collection"/>
      <argument>Warm up an empty cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_warmup"/>
    </service>
    <service id=".console.command.config_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:config</argument>
      <argument type="collection"/>
      <argument>Dump the current configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_debug"/>
    </service>
    <service id=".console.command.config_dump_reference.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>config:dump-reference</argument>
      <argument type="collection"/>
      <argument>Dump the default configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_dump_reference"/>
    </service>
    <service id=".console.command.container_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:container</argument>
      <argument type="collection"/>
      <argument>Display current services for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_debug"/>
    </service>
    <service id=".console.command.container_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:container</argument>
      <argument type="collection"/>
      <argument>Ensure that arguments injected into services match type declarations</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_lint"/>
    </service>
    <service id=".console.command.debug_autowiring.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:autowiring</argument>
      <argument type="collection"/>
      <argument>List classes/interfaces you can use for autowiring</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.debug_autowiring"/>
    </service>
    <service id=".console.command.dotenv_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:dotenv</argument>
      <argument type="collection"/>
      <argument>List all dotenv files with variables and values</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.dotenv_debug"/>
    </service>
    <service id=".console.command.event_dispatcher_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:event-dispatcher</argument>
      <argument type="collection"/>
      <argument>Display configured listeners for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.event_dispatcher_debug"/>
    </service>
    <service id=".console.command.messenger_consume_messages.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:consume</argument>
      <argument type="collection"/>
      <argument>Consume messages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_consume_messages"/>
    </service>
    <service id=".console.command.messenger_setup_transports.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:setup-transports</argument>
      <argument type="collection"/>
      <argument>Prepare the required infrastructure for the transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_setup_transports"/>
    </service>
    <service id=".console.command.messenger_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:messenger</argument>
      <argument type="collection"/>
      <argument>List messages you can dispatch using the message buses</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_debug"/>
    </service>
    <service id=".console.command.messenger_stop_workers.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stop-workers</argument>
      <argument type="collection"/>
      <argument>Stop workers after their current message</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stop_workers"/>
    </service>
    <service id=".console.command.messenger_stats.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stats</argument>
      <argument type="collection"/>
      <argument>Show the message count for one or more transports</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stats"/>
    </service>
    <service id=".console.command.router_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:router</argument>
      <argument type="collection"/>
      <argument>Display current routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_debug"/>
    </service>
    <service id=".console.command.router_match.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>router:match</argument>
      <argument type="collection"/>
      <argument>Help debug routes by simulating a path info match</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_match"/>
    </service>
    <service id=".console.command.serializer_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:serializer</argument>
      <argument type="collection"/>
      <argument>Display serialization information for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.serializer_debug"/>
    </service>
    <service id=".console.command.translation_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:translation</argument>
      <argument type="collection"/>
      <argument>Display translation messages information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_debug"/>
    </service>
    <service id=".console.command.translation_extract.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:extract</argument>
      <argument type="collection"/>
      <argument>Extract missing translations keys from code to translation files</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_extract"/>
    </service>
    <service id=".console.command.validator_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:validator</argument>
      <argument type="collection"/>
      <argument>Display validation constraints for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.validator_debug"/>
    </service>
    <service id=".console.command.translation_pull.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:pull</argument>
      <argument type="collection"/>
      <argument>Pull translations from a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_pull"/>
    </service>
    <service id=".console.command.translation_push.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:push</argument>
      <argument type="collection"/>
      <argument>Push translations to a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_push"/>
    </service>
    <service id=".console.command.xliff_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:xliff</argument>
      <argument type="collection"/>
      <argument>Lint an XLIFF file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.xliff_lint"/>
    </service>
    <service id=".console.command.yaml_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:yaml</argument>
      <argument type="collection"/>
      <argument>Lint a YAML file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.yaml_lint"/>
    </service>
    <service id=".console.command.form_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:form</argument>
      <argument type="collection"/>
      <argument>Display form type information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.form_debug"/>
    </service>
    <service id=".console.command.secrets_set.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:set</argument>
      <argument type="collection"/>
      <argument>Set a secret in the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_set"/>
    </service>
    <service id=".console.command.secrets_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:remove</argument>
      <argument type="collection"/>
      <argument>Remove a secret from the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_remove"/>
    </service>
    <service id=".console.command.secrets_generate_key.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:generate-keys</argument>
      <argument type="collection"/>
      <argument>Generate new encryption keys</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_generate_key"/>
    </service>
    <service id=".console.command.secrets_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:list</argument>
      <argument type="collection"/>
      <argument>List all secrets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_list"/>
    </service>
    <service id=".console.command.secrets_decrypt_to_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:decrypt-to-local</argument>
      <argument type="collection"/>
      <argument>Decrypt all secrets and stores them in the local vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_decrypt_to_local"/>
    </service>
    <service id=".console.command.secrets_encrypt_from_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:encrypt-from-local</argument>
      <argument type="collection"/>
      <argument>Encrypt all local secrets to the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_encrypt_from_local"/>
    </service>
    <service id=".console.command.mailer_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>mailer:test</argument>
      <argument type="collection"/>
      <argument>Test Mailer transports by sending an email</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.mailer_test"/>
    </service>
    <service id=".security.command.debug_firewall.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:firewall</argument>
      <argument type="collection"/>
      <argument>Display information about your security firewall(s)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.debug_firewall"/>
    </service>
    <service id=".security.command.user_password_hash.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>security:hash-password</argument>
      <argument type="collection"/>
      <argument>Hash a user password</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.user_password_hash"/>
    </service>
    <service id=".twig.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:twig</argument>
      <argument type="collection"/>
      <argument>Show a list of twig functions, filters, globals and tests</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.debug"/>
    </service>
    <service id=".twig.command.lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:twig</argument>
      <argument type="collection"/>
      <argument>Lint a Twig template and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.lint"/>
    </service>
    <service id=".doctrine_migrations.diff_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:diff</argument>
      <argument type="collection"/>
      <argument>Generate a migration by comparing your current database to your mapping information.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.diff_command"/>
    </service>
    <service id=".doctrine_migrations.sync_metadata_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <argument type="collection"/>
      <argument>Ensures that the metadata storage is at the latest version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.sync_metadata_command"/>
    </service>
    <service id=".doctrine_migrations.versions_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:list</argument>
      <argument type="collection"/>
      <argument>Display a list of all available migrations and their status.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.versions_command"/>
    </service>
    <service id=".doctrine_migrations.current_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:current</argument>
      <argument type="collection"/>
      <argument>Outputs the current version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.current_command"/>
    </service>
    <service id=".doctrine_migrations.dump_schema_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:dump-schema</argument>
      <argument type="collection"/>
      <argument>Dump the schema for your database to a migration.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.dump_schema_command"/>
    </service>
    <service id=".doctrine_migrations.execute_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:execute</argument>
      <argument type="collection"/>
      <argument>Execute one or more migration versions up or down manually.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.execute_command"/>
    </service>
    <service id=".doctrine_migrations.generate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:generate</argument>
      <argument type="collection"/>
      <argument>Generate a blank migration class.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.generate_command"/>
    </service>
    <service id=".doctrine_migrations.latest_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:latest</argument>
      <argument type="collection"/>
      <argument>Outputs the latest version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.latest_command"/>
    </service>
    <service id=".doctrine_migrations.migrate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:migrate</argument>
      <argument type="collection"/>
      <argument>Execute a migration to a specified version or the latest available version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.migrate_command"/>
    </service>
    <service id=".doctrine_migrations.rollup_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:rollup</argument>
      <argument type="collection"/>
      <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.rollup_command"/>
    </service>
    <service id=".doctrine_migrations.status_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:status</argument>
      <argument type="collection"/>
      <argument>View the status of a set of migrations.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.status_command"/>
    </service>
    <service id=".doctrine_migrations.up_to_date_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:up-to-date</argument>
      <argument type="collection"/>
      <argument>Tells you if your schema is up-to-date.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.up_to_date_command"/>
    </service>
    <service id=".doctrine_migrations.version_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:version</argument>
      <argument type="collection"/>
      <argument>Manually add and delete migration versions from the version table.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.version_command"/>
    </service>
    <service id=".fos_js_routing.dump_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>fos:js-routing:dump</argument>
      <argument type="collection"/>
      <argument>Dumps exposed routes to the filesystem</argument>
      <argument>false</argument>
      <argument type="service_closure" id="fos_js_routing.dump_command"/>
    </service>
    <service id=".fos_js_routing.router_debug_exposed_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>fos:js-routing:debug</argument>
      <argument type="collection"/>
      <argument>Displays currently exposed routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="fos_js_routing.router_debug_exposed_command"/>
    </service>
    <service id=".var_dumper.command.server_dump.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>server:dump</argument>
      <argument type="collection"/>
      <argument>Start a dump server that collects and displays dumps in a single place</argument>
      <argument>false</argument>
      <argument type="service_closure" id="var_dumper.command.server_dump"/>
    </service>
    <service id=".monolog.command.server_log.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>server:log</argument>
      <argument type="collection"/>
      <argument>Start a log server that displays logs in real time</argument>
      <argument>false</argument>
      <argument type="service_closure" id="monolog.command.server_log"/>
    </service>
    <service id=".Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:search-backend-reindex</argument>
      <argument type="collection">
        <argument>search-backend-reindex</argument>
      </argument>
      <argument>Re-indexes the backend search of pimcore</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:assets:generate-checksums</argument>
      <argument type="collection"/>
      <argument>Re-generates checksum for specific or all assets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:assets:remove-custom-setting</argument>
      <argument type="collection"/>
      <argument>Removes a custom setting from assets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\CacheClearCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:cache:clear</argument>
      <argument type="collection"/>
      <argument>Clear caches</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\CacheClearCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:cache:warming</argument>
      <argument type="collection"/>
      <argument>Warm up caches</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:build:classes</argument>
      <argument type="collection"/>
      <argument>rebuilds php files for classes, field collections and object bricks
    based on updated var/classes/definition_*.php files</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:deployment:classes-rebuild</argument>
      <argument type="collection"/>
      <argument>rebuilds db structure for classes, field collections and object bricks
    based on updated var/classes/definition_*.php files</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:definition:import:units</argument>
      <argument type="collection">
        <argument>definition:import:units</argument>
      </argument>
      <argument>Import quantity value units from a JSON export</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:classificationstore:delete-store</argument>
      <argument type="collection">
        <argument>classificationstore:delete-store</argument>
      </argument>
      <argument>Delete Classification Store</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:locale:delete-unused-tables</argument>
      <argument type="collection"/>
      <argument>Delete unused locale(invalid language) tables &amp; views</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:documents:cleanup</argument>
      <argument type="collection"/>
      <argument>Cleans up unused document types. Removes type from enums and tables if exist</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:documents:generate-page-previews</argument>
      <argument type="collection"/>
      <argument>Generates the previews shown in the tree on hover</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:documents:migrate-elements</argument>
      <argument type="collection"/>
      <argument>Migrates document elements to editables.
    See issue https://github.com/pimcore/pimcore/issues/7384 first</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:email:cleanup</argument>
      <argument type="collection">
        <argument>email:cleanup</argument>
      </argument>
      <argument>Cleanup email logs</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:documents:generate-static-pages</argument>
      <argument type="collection"/>
      <argument>Regenerate static pages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>internal:migration-helpers</argument>
      <argument type="collection"/>
      <argument>For internal use only</argument>
      <argument>true</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>internal:model-dao-mapping-generator</argument>
      <argument type="collection"/>
      <argument>For internal use only</argument>
      <argument>true</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>internal:unicode-cldr-language-territory-generator</argument>
      <argument type="collection"/>
      <argument>For internal use only</argument>
      <argument>true</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:image:low-quality-preview</argument>
      <argument type="collection">
        <argument>pimcore:image:svg-preview</argument>
      </argument>
      <argument>Regenerates low-quality image previews for all image assets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:maintenance</argument>
      <argument type="collection">
        <argument>maintenance</argument>
      </argument>
      <argument>Asynchronous maintenance jobs of pimcore (needs to be set up as cron job)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:maintenance-mode</argument>
      <argument type="collection"/>
      <argument>Enable or disable maintenance mode</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:migrate:storage</argument>
      <argument type="collection"/>
      <argument>Migrate data from one storage to another</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:migrate:thumbnails-folder-structure</argument>
      <argument type="collection"/>
      <argument>Change thumbnail folder structure to
    &lt;asset storage&gt;/&lt;path to asset&gt;/&lt;asset id&gt;/image-thumb__&lt;asset id&gt;__&lt;thumbnail name&gt;/&lt;asset filename&gt;
    instead of
    &lt;asset storage&gt;/&lt;path to asset&gt;/image-thumb__&lt;asset id&gt;__&lt;thumbnail name&gt;/&lt;asset filename&gt;</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:mysql-tools</argument>
      <argument type="collection">
        <argument>mysql-tools</argument>
      </argument>
      <argument>Optimize and warmup mysql database</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:thumbnails:optimize-images</argument>
      <argument type="collection"/>
      <argument>Optimize filesize of all thumbnails</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:recyclebin:cleanup</argument>
      <argument type="collection"/>
      <argument>Cleanup recyclebin entries</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:system:requirements:check</argument>
      <argument type="collection">
        <argument>system:requirements:check</argument>
      </argument>
      <argument>Check system requirements</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:user:reset-password</argument>
      <argument type="collection">
        <argument>reset-password</argument>
      </argument>
      <argument>Reset a user's password</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\RunScriptCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:run-script</argument>
      <argument type="collection"/>
      <argument>Run a specific PHP script in an initialized Pimcore environment</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\RunScriptCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:thumbnails:clear</argument>
      <argument type="collection"/>
      <argument>Clear certain image or video thumbnails (temp. files)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:thumbnails:image</argument>
      <argument type="collection">
        <argument>thumbnails:image</argument>
      </argument>
      <argument>Generate image thumbnails, useful to pre-generate thumbnails in the background</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:thumbnails:video</argument>
      <argument type="collection">
        <argument>thumbnails:video</argument>
      </argument>
      <argument>Generate video thumbnails, useful to pre-generate thumbnails in the background</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"/>
    </service>
    <service id=".Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>pimcore:workflow:dump</argument>
      <argument type="collection"/>
      <argument>Dump a workflow</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand"/>
    </service>
    <service id="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.1BQ8Cn5"/>
      <argument type="collection">
        <argument key="about">console.command.about</argument>
        <argument key="assets:install">console.command.assets_install</argument>
        <argument key="cache:clear">console.command.cache_clear</argument>
        <argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
        <argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
        <argument key="cache:pool:invalidate-tags">console.command.cache_pool_invalidate_tags</argument>
        <argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
        <argument key="cache:pool:list">console.command.cache_pool_list</argument>
        <argument key="cache:warmup">console.command.cache_warmup</argument>
        <argument key="debug:config">console.command.config_debug</argument>
        <argument key="config:dump-reference">console.command.config_dump_reference</argument>
        <argument key="debug:container">console.command.container_debug</argument>
        <argument key="lint:container">console.command.container_lint</argument>
        <argument key="debug:autowiring">console.command.debug_autowiring</argument>
        <argument key="debug:dotenv">console.command.dotenv_debug</argument>
        <argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
        <argument key="messenger:consume">console.command.messenger_consume_messages</argument>
        <argument key="messenger:setup-transports">console.command.messenger_setup_transports</argument>
        <argument key="debug:messenger">console.command.messenger_debug</argument>
        <argument key="messenger:stop-workers">console.command.messenger_stop_workers</argument>
        <argument key="messenger:stats">console.command.messenger_stats</argument>
        <argument key="debug:router">console.command.router_debug</argument>
        <argument key="router:match">console.command.router_match</argument>
        <argument key="debug:serializer">console.command.serializer_debug</argument>
        <argument key="debug:translation">console.command.translation_debug</argument>
        <argument key="translation:extract">console.command.translation_extract</argument>
        <argument key="debug:validator">console.command.validator_debug</argument>
        <argument key="translation:pull">console.command.translation_pull</argument>
        <argument key="translation:push">console.command.translation_push</argument>
        <argument key="lint:xliff">console.command.xliff_lint</argument>
        <argument key="lint:yaml">console.command.yaml_lint</argument>
        <argument key="debug:form">console.command.form_debug</argument>
        <argument key="secrets:set">console.command.secrets_set</argument>
        <argument key="secrets:remove">console.command.secrets_remove</argument>
        <argument key="secrets:generate-keys">console.command.secrets_generate_key</argument>
        <argument key="secrets:list">console.command.secrets_list</argument>
        <argument key="secrets:decrypt-to-local">console.command.secrets_decrypt_to_local</argument>
        <argument key="secrets:encrypt-from-local">console.command.secrets_encrypt_from_local</argument>
        <argument key="mailer:test">console.command.mailer_test</argument>
        <argument key="debug:firewall">security.command.debug_firewall</argument>
        <argument key="security:hash-password">security.command.user_password_hash</argument>
        <argument key="debug:twig">twig.command.debug</argument>
        <argument key="lint:twig">twig.command.lint</argument>
        <argument key="doctrine:database:create">doctrine.database_create_command</argument>
        <argument key="doctrine:database:drop">doctrine.database_drop_command</argument>
        <argument key="doctrine:query:sql">doctrine.query_sql_command</argument>
        <argument key="dbal:run-sql">Doctrine\DBAL\Tools\Console\Command\RunSqlCommand</argument>
        <argument key="doctrine:cache:clear-metadata">doctrine.cache_clear_metadata_command</argument>
        <argument key="doctrine:cache:clear-query">doctrine.cache_clear_query_cache_command</argument>
        <argument key="doctrine:cache:clear-result">doctrine.cache_clear_result_command</argument>
        <argument key="doctrine:cache:clear-collection-region">doctrine.cache_collection_region_command</argument>
        <argument key="doctrine:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_command</argument>
        <argument key="doctrine:cache:clear-entity-region">doctrine.clear_entity_region_command</argument>
        <argument key="doctrine:mapping:info">doctrine.mapping_info_command</argument>
        <argument key="doctrine:cache:clear-query-region">doctrine.clear_query_region_command</argument>
        <argument key="doctrine:query:dql">doctrine.query_dql_command</argument>
        <argument key="doctrine:schema:update">doctrine.schema_update_command</argument>
        <argument key="doctrine:schema:validate">doctrine.schema_validate_command</argument>
        <argument key="doctrine:migrations:diff">doctrine_migrations.diff_command</argument>
        <argument key="doctrine:migrations:sync-metadata-storage">doctrine_migrations.sync_metadata_command</argument>
        <argument key="doctrine:migrations:list">doctrine_migrations.versions_command</argument>
        <argument key="doctrine:migrations:current">doctrine_migrations.current_command</argument>
        <argument key="doctrine:migrations:dump-schema">doctrine_migrations.dump_schema_command</argument>
        <argument key="doctrine:migrations:execute">doctrine_migrations.execute_command</argument>
        <argument key="doctrine:migrations:generate">doctrine_migrations.generate_command</argument>
        <argument key="doctrine:migrations:latest">doctrine_migrations.latest_command</argument>
        <argument key="doctrine:migrations:migrate">doctrine_migrations.migrate_command</argument>
        <argument key="doctrine:migrations:rollup">doctrine_migrations.rollup_command</argument>
        <argument key="doctrine:migrations:status">doctrine_migrations.status_command</argument>
        <argument key="doctrine:migrations:up-to-date">doctrine_migrations.up_to_date_command</argument>
        <argument key="doctrine:migrations:version">doctrine_migrations.version_command</argument>
        <argument key="fos:js-routing:dump">fos_js_routing.dump_command</argument>
        <argument key="fos:js-routing:debug">fos_js_routing.router_debug_exposed_command</argument>
        <argument key="server:dump">var_dumper.command.server_dump</argument>
        <argument key="server:log">monolog.command.server_log</argument>
        <argument key="pimcore:extjs">Pimcore\Bundle\AdminBundle\Command\ExtJSCommand</argument>
        <argument key="presta:sitemaps:dump">presta_sitemap.dump_command</argument>
        <argument key="pimcore:search-backend-reindex">Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand</argument>
        <argument key="search-backend-reindex">Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand</argument>
        <argument key="pimcore:assets:generate-checksums">Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand</argument>
        <argument key="pimcore:assets:remove-custom-setting">Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand</argument>
        <argument key="pimcore:bundle:install">Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand</argument>
        <argument key="pimcore:bundle:uninstall">Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand</argument>
        <argument key="pimcore:cache:clear">Pimcore\Bundle\CoreBundle\Command\CacheClearCommand</argument>
        <argument key="pimcore:cache:warming">Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand</argument>
        <argument key="pimcore:build:classes">Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand</argument>
        <argument key="pimcore:deployment:classes-rebuild">Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand</argument>
        <argument key="pimcore:definition:import:units">Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand</argument>
        <argument key="definition:import:units">Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand</argument>
        <argument key="pimcore:classificationstore:delete-store">Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand</argument>
        <argument key="classificationstore:delete-store">Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand</argument>
        <argument key="pimcore:locale:delete-unused-tables">Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand</argument>
        <argument key="pimcore:documents:cleanup">Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand</argument>
        <argument key="pimcore:documents:generate-page-previews">Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews</argument>
        <argument key="pimcore:documents:migrate-elements">Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand</argument>
        <argument key="pimcore:email:cleanup">Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand</argument>
        <argument key="email:cleanup">Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand</argument>
        <argument key="pimcore:documents:generate-static-pages">Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand</argument>
        <argument key="internal:migration-helpers">Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand</argument>
        <argument key="internal:model-dao-mapping-generator">Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand</argument>
        <argument key="internal:unicode-cldr-language-territory-generator">Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand</argument>
        <argument key="pimcore:image:low-quality-preview">Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand</argument>
        <argument key="pimcore:image:svg-preview">Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand</argument>
        <argument key="pimcore:maintenance">Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand</argument>
        <argument key="maintenance">Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand</argument>
        <argument key="pimcore:maintenance-mode">Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand</argument>
        <argument key="pimcore:migrate:storage">Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand</argument>
        <argument key="pimcore:migrate:thumbnails-folder-structure">Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand</argument>
        <argument key="pimcore:mysql-tools">Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand</argument>
        <argument key="mysql-tools">Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand</argument>
        <argument key="pimcore:thumbnails:optimize-images">Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand</argument>
        <argument key="pimcore:recyclebin:cleanup">Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand</argument>
        <argument key="pimcore:system:requirements:check">Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand</argument>
        <argument key="system:requirements:check">Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand</argument>
        <argument key="pimcore:user:reset-password">Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand</argument>
        <argument key="reset-password">Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand</argument>
        <argument key="pimcore:run-script">Pimcore\Bundle\CoreBundle\Command\RunScriptCommand</argument>
        <argument key="pimcore:thumbnails:clear">Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand</argument>
        <argument key="pimcore:thumbnails:image">Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand</argument>
        <argument key="thumbnails:image">Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand</argument>
        <argument key="pimcore:thumbnails:video">Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand</argument>
        <argument key="thumbnails:video">Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand</argument>
        <argument key="pimcore:workflow:dump">Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand</argument>
      </argument>
    </service>
    <service id=".service_locator.1BQ8Cn5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="console.command.about" type="service_closure" id=".console.command.about.lazy"/>
        <argument key="console.command.assets_install" type="service_closure" id=".console.command.assets_install.lazy"/>
        <argument key="console.command.cache_clear" type="service_closure" id=".console.command.cache_clear.lazy"/>
        <argument key="console.command.cache_pool_clear" type="service_closure" id=".console.command.cache_pool_clear.lazy"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.lazy"/>
        <argument key="console.command.cache_pool_invalidate_tags" type="service_closure" id=".console.command.cache_pool_invalidate_tags.lazy"/>
        <argument key="console.command.cache_pool_delete" type="service_closure" id=".console.command.cache_pool_delete.lazy"/>
        <argument key="console.command.cache_pool_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
        <argument key="console.command.cache_warmup" type="service_closure" id=".console.command.cache_warmup.lazy"/>
        <argument key="console.command.config_debug" type="service_closure" id=".console.command.config_debug.lazy"/>
        <argument key="console.command.config_dump_reference" type="service_closure" id=".console.command.config_dump_reference.lazy"/>
        <argument key="console.command.container_debug" type="service_closure" id=".console.command.container_debug.lazy"/>
        <argument key="console.command.container_lint" type="service_closure" id=".console.command.container_lint.lazy"/>
        <argument key="console.command.debug_autowiring" type="service_closure" id=".console.command.debug_autowiring.lazy"/>
        <argument key="console.command.dotenv_debug" type="service_closure" id=".console.command.dotenv_debug.lazy"/>
        <argument key="console.command.event_dispatcher_debug" type="service_closure" id=".console.command.event_dispatcher_debug.lazy"/>
        <argument key="console.command.messenger_consume_messages" type="service_closure" id=".console.command.messenger_consume_messages.lazy"/>
        <argument key="console.command.messenger_setup_transports" type="service_closure" id=".console.command.messenger_setup_transports.lazy"/>
        <argument key="console.command.messenger_debug" type="service_closure" id=".console.command.messenger_debug.lazy"/>
        <argument key="console.command.messenger_stop_workers" type="service_closure" id=".console.command.messenger_stop_workers.lazy"/>
        <argument key="console.command.messenger_stats" type="service_closure" id=".console.command.messenger_stats.lazy"/>
        <argument key="console.command.router_debug" type="service_closure" id=".console.command.router_debug.lazy"/>
        <argument key="console.command.router_match" type="service_closure" id=".console.command.router_match.lazy"/>
        <argument key="console.command.serializer_debug" type="service_closure" id=".console.command.serializer_debug.lazy"/>
        <argument key="console.command.translation_debug" type="service_closure" id=".console.command.translation_debug.lazy"/>
        <argument key="console.command.translation_extract" type="service_closure" id=".console.command.translation_extract.lazy"/>
        <argument key="console.command.validator_debug" type="service_closure" id=".console.command.validator_debug.lazy"/>
        <argument key="console.command.translation_pull" type="service_closure" id=".console.command.translation_pull.lazy"/>
        <argument key="console.command.translation_push" type="service_closure" id=".console.command.translation_push.lazy"/>
        <argument key="console.command.xliff_lint" type="service_closure" id=".console.command.xliff_lint.lazy"/>
        <argument key="console.command.yaml_lint" type="service_closure" id=".console.command.yaml_lint.lazy"/>
        <argument key="console.command.form_debug" type="service_closure" id=".console.command.form_debug.lazy"/>
        <argument key="console.command.secrets_set" type="service_closure" id=".console.command.secrets_set.lazy"/>
        <argument key="console.command.secrets_remove" type="service_closure" id=".console.command.secrets_remove.lazy"/>
        <argument key="console.command.secrets_generate_key" type="service_closure" id=".console.command.secrets_generate_key.lazy"/>
        <argument key="console.command.secrets_list" type="service_closure" id=".console.command.secrets_list.lazy"/>
        <argument key="console.command.secrets_decrypt_to_local" type="service_closure" id=".console.command.secrets_decrypt_to_local.lazy"/>
        <argument key="console.command.secrets_encrypt_from_local" type="service_closure" id=".console.command.secrets_encrypt_from_local.lazy"/>
        <argument key="console.command.mailer_test" type="service_closure" id=".console.command.mailer_test.lazy"/>
        <argument key="security.command.debug_firewall" type="service_closure" id=".security.command.debug_firewall.lazy"/>
        <argument key="security.command.user_password_hash" type="service_closure" id=".security.command.user_password_hash.lazy"/>
        <argument key="twig.command.debug" type="service_closure" id=".twig.command.debug.lazy"/>
        <argument key="twig.command.lint" type="service_closure" id=".twig.command.lint.lazy"/>
        <argument key="doctrine.database_create_command" type="service_closure" id="doctrine.database_create_command"/>
        <argument key="doctrine.database_drop_command" type="service_closure" id="doctrine.database_drop_command"/>
        <argument key="doctrine.query_sql_command" type="service_closure" id="doctrine.query_sql_command"/>
        <argument key="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" type="service_closure" id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand"/>
        <argument key="doctrine.cache_clear_metadata_command" type="service_closure" id="doctrine.cache_clear_metadata_command"/>
        <argument key="doctrine.cache_clear_query_cache_command" type="service_closure" id="doctrine.cache_clear_query_cache_command"/>
        <argument key="doctrine.cache_clear_result_command" type="service_closure" id="doctrine.cache_clear_result_command"/>
        <argument key="doctrine.cache_collection_region_command" type="service_closure" id="doctrine.cache_collection_region_command"/>
        <argument key="doctrine.schema_create_command" type="service_closure" id="doctrine.schema_create_command"/>
        <argument key="doctrine.schema_drop_command" type="service_closure" id="doctrine.schema_drop_command"/>
        <argument key="doctrine.clear_entity_region_command" type="service_closure" id="doctrine.clear_entity_region_command"/>
        <argument key="doctrine.mapping_info_command" type="service_closure" id="doctrine.mapping_info_command"/>
        <argument key="doctrine.clear_query_region_command" type="service_closure" id="doctrine.clear_query_region_command"/>
        <argument key="doctrine.query_dql_command" type="service_closure" id="doctrine.query_dql_command"/>
        <argument key="doctrine.schema_update_command" type="service_closure" id="doctrine.schema_update_command"/>
        <argument key="doctrine.schema_validate_command" type="service_closure" id="doctrine.schema_validate_command"/>
        <argument key="doctrine_migrations.diff_command" type="service_closure" id=".doctrine_migrations.diff_command.lazy"/>
        <argument key="doctrine_migrations.sync_metadata_command" type="service_closure" id=".doctrine_migrations.sync_metadata_command.lazy"/>
        <argument key="doctrine_migrations.versions_command" type="service_closure" id=".doctrine_migrations.versions_command.lazy"/>
        <argument key="doctrine_migrations.current_command" type="service_closure" id=".doctrine_migrations.current_command.lazy"/>
        <argument key="doctrine_migrations.dump_schema_command" type="service_closure" id=".doctrine_migrations.dump_schema_command.lazy"/>
        <argument key="doctrine_migrations.execute_command" type="service_closure" id=".doctrine_migrations.execute_command.lazy"/>
        <argument key="doctrine_migrations.generate_command" type="service_closure" id=".doctrine_migrations.generate_command.lazy"/>
        <argument key="doctrine_migrations.latest_command" type="service_closure" id=".doctrine_migrations.latest_command.lazy"/>
        <argument key="doctrine_migrations.migrate_command" type="service_closure" id=".doctrine_migrations.migrate_command.lazy"/>
        <argument key="doctrine_migrations.rollup_command" type="service_closure" id=".doctrine_migrations.rollup_command.lazy"/>
        <argument key="doctrine_migrations.status_command" type="service_closure" id=".doctrine_migrations.status_command.lazy"/>
        <argument key="doctrine_migrations.up_to_date_command" type="service_closure" id=".doctrine_migrations.up_to_date_command.lazy"/>
        <argument key="doctrine_migrations.version_command" type="service_closure" id=".doctrine_migrations.version_command.lazy"/>
        <argument key="fos_js_routing.dump_command" type="service_closure" id=".fos_js_routing.dump_command.lazy"/>
        <argument key="fos_js_routing.router_debug_exposed_command" type="service_closure" id=".fos_js_routing.router_debug_exposed_command.lazy"/>
        <argument key="var_dumper.command.server_dump" type="service_closure" id=".var_dumper.command.server_dump.lazy"/>
        <argument key="monolog.command.server_log" type="service_closure" id=".monolog.command.server_log.lazy"/>
        <argument key="Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" type="service_closure" id="Pimcore\Bundle\AdminBundle\Command\ExtJSCommand"/>
        <argument key="presta_sitemap.dump_command" type="service_closure" id="presta_sitemap.dump_command"/>
        <argument key="Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" type="service_closure" id=".Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" type="service_closure" id="Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\CacheClearCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\RunScriptCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand.lazy"/>
        <argument key="Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" type="service_closure" id=".Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand.lazy"/>
      </argument>
    </service>
    <service id="cache.app.recorder_inner" class="Symfony\Component\Cache\Adapter\ProxyAdapter" autowire="true">
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
      <argument>app</argument>
    </service>
    <service id="cache.system.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>z7afxYSkWk</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.validator.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>josxAj5Rha</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.serializer.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>kuS+ANVrPX</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.annotations.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>Dbe3I7BRoj</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.property_info.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>NVM+EWO-nF</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.messenger.restart_workers_signal.recorder_inner" class="Symfony\Component\Cache\Adapter\ProxyAdapter" autowire="true">
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
      <argument>app</argument>
    </service>
    <service id="cache.rate_limiter.recorder_inner" class="Symfony\Component\Cache\Adapter\ProxyAdapter" autowire="true">
      <argument type="service" id="pimcore.cache.adapter.doctrine_dbal_tag_aware"/>
      <argument>app</argument>
    </service>
    <service id="cache.validator_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>PlG7WpomRH</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.security_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>IrLCE-1AUK</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.security_is_granted_attribute_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>yAyK7rEaQB</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.security_token_verifier.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>zUTrUdDzh9</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.doctrine.orm.pimcore.result.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.pimcore.query.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.webpack_encore.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>ZFz8P5dCM-</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/partarti/public_html/my-project/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id=".service_locator.q72PDWQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Website\Tool\PimcoreUrl" type="service_closure" id="Pimcore\Twig\Extension\Templating\PimcoreUrl"/>
        <argument key="Symfony\Bridge\Twig\Extension\CsrfRuntime" type="service_closure" id="twig.runtime.security_csrf"/>
        <argument key="Symfony\Bridge\Twig\Extension\HttpKernelRuntime" type="service_closure" id="twig.runtime.httpkernel"/>
        <argument key="Symfony\Bridge\Twig\Extension\SerializerRuntime" type="service_closure" id="twig.runtime.serializer"/>
        <argument key="Symfony\Component\Form\FormRenderer" type="service_closure" id="twig.form.renderer"/>
        <argument key="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime" type="service_closure" id="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime"/>
        <argument key="Pimcore\Twig\Extension\Templating\HeadLink" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadLink"/>
        <argument key="Pimcore\Twig\Extension\Templating\HeadMeta" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadMeta"/>
        <argument key="Pimcore\Twig\Extension\Templating\HeadScript" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadScript"/>
        <argument key="Pimcore\Twig\Extension\Templating\HeadStyle" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadStyle"/>
        <argument key="Pimcore\Twig\Extension\Templating\HeadTitle" type="service_closure" id="Pimcore\Twig\Extension\Templating\HeadTitle"/>
        <argument key="Pimcore\Twig\Extension\Templating\Inc" type="service_closure" id="Pimcore\Twig\Extension\Templating\Inc"/>
        <argument key="Pimcore\Twig\Extension\Templating\InlineScript" type="service_closure" id="Pimcore\Twig\Extension\Templating\InlineScript"/>
        <argument key="Pimcore\Twig\Extension\Templating\Navigation" type="service_closure" id="Pimcore\Twig\Extension\Templating\Navigation"/>
        <argument key="Pimcore\Twig\Extension\Templating\Placeholder" type="service_closure" id="Pimcore\Twig\Extension\Templating\Placeholder"/>
        <argument key="Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" type="service_closure" id="Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension"/>
        <argument key="Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" type="service_closure" id="Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware"/>
      </argument>
    </service>
    <service id="App\Kernel" alias="kernel" public="true"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Psr\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel"/>
    <service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack"/>
    <service id="Symfony\Component\HttpKernel\HttpCache\StoreInterface" alias="http_cache.store"/>
    <service id="Symfony\Component\HttpFoundation\UrlHelper" alias="url_helper"/>
    <service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel"/>
    <service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem"/>
    <service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator"/>
    <service id="Symfony\Component\HttpFoundation\UriSigner" alias="uri_signer"/>
    <service id="Symfony\Component\HttpKernel\UriSigner" alias="uri_signer">
      <deprecated package="symfony/framework-bundle" version="6.4">The "%alias_id%" alias is deprecated, use "Symfony\Component\HttpFoundation\UriSigner" instead.</deprecated>
    </service>
    <service id="Symfony\Component\DependencyInjection\ReverseContainer" alias="reverse_container"/>
    <service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
    <service id="Symfony\Component\Clock\ClockInterface" alias="clock"/>
    <service id="Psr\Clock\ClockInterface" alias="clock"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
    <service id="error_renderer.html" alias="twig.error_renderer.html"/>
    <service id="error_renderer" alias="error_handler.error_renderer.serializer"/>
    <service id=".Psr\Container\ContainerInterface $parameter_bag" alias="parameter_bag"/>
    <service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
    <service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
    <service id="Symfony\Contracts\Translation\TranslatorInterface" alias="Pimcore\Translation\Translator" public="true"/>
    <service id="Symfony\Component\Asset\Packages" alias="assets.packages"/>
    <service id="mailer" alias="Pimcore\Mail\Mailer"/>
    <service id="Symfony\Component\Mailer\MailerInterface" alias="mailer.mailer"/>
    <service id="mailer.default_transport" alias="mailer.transports"/>
    <service id="Symfony\Component\Mailer\Transport\TransportInterface" alias="mailer.transports"/>
    <service id="Symfony\Component\Translation\Reader\TranslationReaderInterface" alias="translation.reader"/>
    <service id="Symfony\Component\Translation\Extractor\ExtractorInterface" alias="translation.extractor"/>
    <service id="Symfony\Component\Translation\Writer\TranslationWriterInterface" alias="translation.writer"/>
    <service id="Symfony\Contracts\Translation\LocaleAwareInterface" alias="translation.locale_switcher"/>
    <service id="Symfony\Component\Translation\LocaleSwitcher" alias="translation.locale_switcher"/>
    <service id="translator" alias="Pimcore\Translation\Translator" public="true"/>
    <service id="translator.formatter" alias="translator.formatter.default"/>
    <service id="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" alias="debug.file_link_formatter"/>
    <service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch"/>
    <service id="routing.loader.annotation" alias="routing.loader.attribute">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute" service instead.</deprecated>
    </service>
    <service id="routing.loader.annotation.directory" alias="routing.loader.attribute.directory">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute.directory" service instead.</deprecated>
    </service>
    <service id="routing.loader.annotation.file" alias="routing.loader.attribute.file">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute.file" service instead.</deprecated>
    </service>
    <service id="router" alias="cmf_routing.router" public="true"/>
    <service id="Symfony\Component\Routing\RouterInterface" alias="cmf_routing.router"/>
    <service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="cmf_routing.router"/>
    <service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="cmf_routing.router"/>
    <service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="cmf_routing.router"/>
    <service id="Symfony\Component\Routing\RequestContext" alias="router.request_context"/>
    <service id="annotation_reader" alias="annotations.cached_reader"/>
    <service id="Doctrine\Common\Annotations\Reader" alias="annotations.cached_reader"/>
    <service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\SerializerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\NormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\DenormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\EncoderInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\DecoderInterface" alias="serializer"/>
    <service id="serializer.property_accessor" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface" alias="serializer.mapping.class_discriminator_resolver"/>
    <service id="Symfony\Component\Serializer\Normalizer\ObjectNormalizer" alias="serializer.normalizer.object">
      <deprecated package="symfony/serializer" version="6.2">The "%alias_id%" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Serializer\Normalizer\PropertyNormalizer" alias="serializer.normalizer.property">
      <deprecated package="symfony/serializer" version="6.2">The "%alias_id%" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface" alias="serializer.mapping.class_metadata_factory"/>
    <service id="error_renderer.serializer" alias="error_handler.error_renderer.serializer"/>
    <service id="Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="lock.factory" alias="lock.default.factory"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $reset_password.limiter" alias="limiter.reset_password"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $resetPasswordLimiter" alias="limiter.reset_password"/>
    <service id="Symfony\Component\Uid\Factory\UlidFactory" alias="ulid.factory"/>
    <service id="Symfony\Component\Uid\Factory\UuidFactory" alias="uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\NameBasedUuidFactory" alias="name_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\RandomBasedUuidFactory" alias="random_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\TimeBasedUuidFactory" alias="time_based_uuid.factory"/>
    <service id="cache.default_redis_provider" alias=".cache_connection.GD_MSZC"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.JKE6keX"/>
    <service id="cache.default_doctrine_dbal_provider" alias="doctrine.dbal.default_connection"/>
    <service id="SessionHandlerInterface" alias="session.handler.native"/>
    <service id="session.storage.factory" alias="session.storage.factory.native"/>
    <service id="session.handler" alias="session.handler.native"/>
    <service id="Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface" alias="security.csrf.token_generator"/>
    <service id="Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface" alias="security.csrf.token_storage"/>
    <service id="Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" alias="security.csrf.token_manager"/>
    <service id="Symfony\Component\Form\ResolvedFormTypeFactoryInterface" alias="form.resolved_type_factory"/>
    <service id="Symfony\Component\Form\FormRegistryInterface" alias="form.registry"/>
    <service id="Symfony\Component\Form\FormFactoryInterface" alias="form.factory"/>
    <service id="form.property_accessor" alias="property_accessor"/>
    <service id="form.choice_list_factory" alias="form.choice_list_factory.cached"/>
    <service id="Symfony\Component\Validator\Validator\ValidatorInterface" alias="debug.validator"/>
    <service id="validator.mapping.class_metadata_factory" alias="debug.validator"/>
    <service id="Symfony\Component\Messenger\Transport\Serialization\SerializerInterface" alias="messenger.transport.native_php_serializer"/>
    <service id="messenger.default_serializer" alias="messenger.transport.native_php_serializer"/>
    <service id="messenger.listener.stop_worker_on_sigterm_signal_listener" alias="messenger.listener.stop_worker_signals_listener">
      <deprecated package="6.3" version="symfony/messenger">The "%alias_id%" service is deprecated, use the "Symfony\Component\Console\Command\SignalableCommandInterface" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\Messenger\MessageBusInterface $generic.execution.engine.bus" alias="debug.traced.generic.execution.engine.bus"/>
    <service id="Symfony\Component\Messenger\MessageBusInterface $genericExecutionEngineBus" alias="debug.traced.generic.execution.engine.bus"/>
    <service id="messenger.default_bus" alias="debug.traced.messenger.bus.pimcore-core" public="true"/>
    <service id="Symfony\Component\Messenger\MessageBusInterface" alias="debug.traced.messenger.bus.pimcore-core"/>
    <service id="html_sanitizer" alias="html_sanitizer.sanitizer.default"/>
    <service id="Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface" alias="html_sanitizer.sanitizer.default"/>
    <service id=".Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcore.wysiwyg_sanitizer" alias="html_sanitizer.sanitizer.pimcore.wysiwyg_sanitizer"/>
    <service id="Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcoreWysiwygSanitizer" alias="html_sanitizer.sanitizer.pimcore.wysiwyg_sanitizer"/>
    <service id=".Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcore.translation_sanitizer" alias="html_sanitizer.sanitizer.pimcore.translation_sanitizer"/>
    <service id="Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcoreTranslationSanitizer" alias="html_sanitizer.sanitizer.pimcore.translation_sanitizer"/>
    <service id="Symfony\Component\Mime\MimeTypesInterface" alias="mime_types"/>
    <service id="Symfony\Component\Mime\MimeTypeGuesserInterface" alias="mime_types"/>
    <service id="Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" alias="security.authorization_checker"/>
    <service id="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" alias="security.token_storage"/>
    <service id="Symfony\Bundle\SecurityBundle\Security" alias="security.helper"/>
    <service id="Symfony\Component\Security\Core\Security" alias="security.helper">
      <deprecated package="symfony/security-bundle" version="6.2">The "%alias_id%" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface" alias="security.authentication.session_strategy"/>
    <service id="Symfony\Component\Security\Http\Authentication\AuthenticationUtils" alias="security.authentication_utils"/>
    <service id="Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface" alias="debug.security.access.decision_manager"/>
    <service id="Symfony\Component\Security\Core\Role\RoleHierarchyInterface" alias="security.role_hierarchy"/>
    <service id="Symfony\Component\Security\Http\Firewall" alias="debug.security.firewall"/>
    <service id="Symfony\Component\Security\Http\FirewallMapInterface" alias="security.firewall.map"/>
    <service id="Symfony\Component\Security\Http\HttpUtils" alias="security.http_utils"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" alias="pimcore.security.password_hasher_factory"/>
    <service id="security.password_hasher" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface" alias="security.user_authenticator"/>
    <service id="security.firewall" alias="debug.security.firewall"/>
    <service id="security.user.provider.concrete.pimcore_admin" alias="Pimcore\Security\User\UserProvider"/>
    <service id="security.user.provider.concrete.cmf_customer_provider" alias="cmf.security.user_provider"/>
    <service id="security.authentication.session_strategy.pimcore_webdav" alias="security.authentication.session_strategy"/>
    <service id="security.user_checker.pimcore_webdav" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.pimcore_admin" alias="security.authentication.session_strategy"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_pimcore_admin.limiter" alias="limiter._login_local_pimcore_admin"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalPimcoreAdminLimiter" alias="limiter._login_local_pimcore_admin"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_pimcore_admin.limiter" alias="limiter._login_global_pimcore_admin"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalPimcoreAdminLimiter" alias="limiter._login_global_pimcore_admin"/>
    <service id="security.user_checker.pimcore_admin" alias="Pimcore\Security\User\UserChecker"/>
    <service id="security.authentication.session_strategy.cmf_webservice" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.cmf_webservice" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.demo_frontend" alias="security.authentication.session_strategy"/>
    <service id="Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" alias="security.authenticator.firewall_aware_remember_me_handler"/>
    <service id="security.user_checker.demo_frontend" alias="security.user_checker"/>
    <service id="security.firewall.context_locator" alias=".service_locator.tLv_vb9"/>
    <service id="Twig_Environment" alias="twig">
      <deprecated package="symfony/twig-bundle" version="6.3">The "%alias_id%" service alias is deprecated, use "Twig\Environment" or "twig" instead.</deprecated>
    </service>
    <service id="Twig\Environment" alias="twig"/>
    <service id="Symfony\Component\Mime\BodyRendererInterface" alias="twig.mime_body_renderer"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="Doctrine\DBAL\Connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection" public="true"/>
    <service id="doctrine.dbal.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id=".Doctrine\DBAL\Connection $default.connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\DBAL\Connection $defaultConnection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\ORM\EntityManagerInterface" alias="doctrine.orm.pimcore_entity_manager"/>
    <service id="doctrine.orm.metadata.annotation_reader" alias="annotations.cached_reader"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.pimcore_entity_manager" public="true"/>
    <service id="doctrine.orm.pimcore_metadata_cache" alias="cache.doctrine.orm.pimcore.metadata"/>
    <service id="doctrine.orm.pimcore_result_cache" alias="cache.doctrine.orm.pimcore.result"/>
    <service id="doctrine.orm.pimcore_query_cache" alias="cache.doctrine.orm.pimcore.query"/>
    <service id=".Doctrine\ORM\EntityManagerInterface $pimcore.entity_manager" alias="doctrine.orm.pimcore_entity_manager"/>
    <service id="Doctrine\ORM\EntityManagerInterface $pimcoreEntityManager" alias="doctrine.orm.pimcore_entity_manager"/>
    <service id="doctrine.orm.pimcore_entity_manager.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="doctrine.migrations.metadata_storage" alias="doctrine.migrations.storage.table_storage"/>
    <service id="cmf_routing.route_provider" alias="Pimcore\Routing\DynamicRouteProvider" public="true"/>
    <service id="Symfony\Cmf\Component\Routing\ChainRouterInterface" alias="cmf_routing.router"/>
    <service id="scheb_two_factor.csrf_token_manager" alias="security.csrf.token_manager"/>
    <service id="Scheb\TwoFactorBundle\Model\PersisterInterface" alias="scheb_two_factor.persister.doctrine"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" alias="scheb_two_factor.firewall_context"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface" alias="scheb_two_factor.security.form_renderer"/>
    <service id="scheb_two_factor.security.google.form_renderer" alias="scheb_two_factor.security.google.default_form_renderer"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface" alias="scheb_two_factor.security.google_authenticator"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator" alias="scheb_two_factor.security.google_authenticator"/>
    <service id="scheb_two_factor.persister" alias="scheb_two_factor.persister.doctrine"/>
    <service id="scheb_two_factor.ip_whitelist_provider" alias="scheb_two_factor.default_ip_whitelist_provider"/>
    <service id="scheb_two_factor.token_factory" alias="scheb_two_factor.default_token_factory"/>
    <service id="scheb_two_factor.provider_decider" alias="scheb_two_factor.default_provider_decider"/>
    <service id="scheb_two_factor.code_reuse_cache" alias=""/>
    <service id="fos_js_routing.router" alias="cmf_routing.router"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.admin.storage" alias="pimcore.admin.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreAdminStorage" alias="pimcore.admin.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.admin.storage" alias="pimcore.admin.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreAdminStorage" alias="pimcore.admin.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.admin.storage" alias="pimcore.admin.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreAdminStorage" alias="pimcore.admin.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.application_log.storage" alias="pimcore.application_log.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreApplicationLogStorage" alias="pimcore.application_log.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.application_log.storage" alias="pimcore.application_log.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreApplicationLogStorage" alias="pimcore.application_log.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.application_log.storage" alias="pimcore.application_log.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreApplicationLogStorage" alias="pimcore.application_log.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.document_static.storage" alias="pimcore.document_static.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreDocumentStaticStorage" alias="pimcore.document_static.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.document_static.storage" alias="pimcore.document_static.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreDocumentStaticStorage" alias="pimcore.document_static.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.document_static.storage" alias="pimcore.document_static.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreDocumentStaticStorage" alias="pimcore.document_static.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.asset.storage" alias="pimcore.asset.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreAssetStorage" alias="pimcore.asset.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.asset.storage" alias="pimcore.asset.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreAssetStorage" alias="pimcore.asset.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.asset.storage" alias="pimcore.asset.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreAssetStorage" alias="pimcore.asset.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.asset_cache.storage" alias="pimcore.asset_cache.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreAssetCacheStorage" alias="pimcore.asset_cache.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.asset_cache.storage" alias="pimcore.asset_cache.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreAssetCacheStorage" alias="pimcore.asset_cache.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.asset_cache.storage" alias="pimcore.asset_cache.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreAssetCacheStorage" alias="pimcore.asset_cache.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.thumbnail.storage" alias="pimcore.thumbnail.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreThumbnailStorage" alias="pimcore.thumbnail.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.thumbnail.storage" alias="pimcore.thumbnail.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreThumbnailStorage" alias="pimcore.thumbnail.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.thumbnail.storage" alias="pimcore.thumbnail.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreThumbnailStorage" alias="pimcore.thumbnail.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.version.storage" alias="pimcore.version.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreVersionStorage" alias="pimcore.version.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.version.storage" alias="pimcore.version.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreVersionStorage" alias="pimcore.version.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.version.storage" alias="pimcore.version.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreVersionStorage" alias="pimcore.version.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.recycle_bin.storage" alias="pimcore.recycle_bin.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreRecycleBinStorage" alias="pimcore.recycle_bin.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.recycle_bin.storage" alias="pimcore.recycle_bin.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreRecycleBinStorage" alias="pimcore.recycle_bin.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.recycle_bin.storage" alias="pimcore.recycle_bin.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreRecycleBinStorage" alias="pimcore.recycle_bin.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.email_log.storage" alias="pimcore.email_log.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreEmailLogStorage" alias="pimcore.email_log.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.email_log.storage" alias="pimcore.email_log.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreEmailLogStorage" alias="pimcore.email_log.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.email_log.storage" alias="pimcore.email_log.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreEmailLogStorage" alias="pimcore.email_log.storage"/>
    <service id=".League\Flysystem\FilesystemOperator $pimcore.temp.storage" alias="pimcore.temp.storage"/>
    <service id="League\Flysystem\FilesystemOperator $pimcoreTempStorage" alias="pimcore.temp.storage"/>
    <service id=".League\Flysystem\FilesystemReader $pimcore.temp.storage" alias="pimcore.temp.storage"/>
    <service id="League\Flysystem\FilesystemReader $pimcoreTempStorage" alias="pimcore.temp.storage"/>
    <service id=".League\Flysystem\FilesystemWriter $pimcore.temp.storage" alias="pimcore.temp.storage"/>
    <service id="League\Flysystem\FilesystemWriter $pimcoreTempStorage" alias="pimcore.temp.storage"/>
    <service id="Knp\Component\Pager\PaginatorInterface" alias="knp_paginator"/>
    <service id="Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface" alias="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess"/>
    <service id="pimcore_admin_bundle.content_security_policy_handler" alias="Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" public="true"/>
    <service id="Pimcore\DataObject\GridColumnConfig\Service" alias="Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Service"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorageInterface" alias="Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorage"/>
    <service id="GeoIp2\ProviderInterface" alias="GeoIp2\Database\Reader"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoaderInterface" alias="Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactoryInterface" alias="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactory"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcherInterface" alias="Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\ActionHandlerInterface" alias="Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\DelegatingActionHandler"/>
    <service id="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\TargetingStorageInterface" alias="Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage"/>
    <service id="pimcore.ecommerceframework.installer" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Tools\Installer" public="true"/>
    <service id="Pimcore\Bundle\EcommerceFrameworkBundle\EnvironmentInterface" alias="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"/>
    <service id="pimcore_ecommerce.factory" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Factory" public="true"/>
    <service id="pimcore_ecommerce.environment" alias="Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" public="true"/>
    <service id="pimcore_ecommerce.locator.cart_manager" alias="Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface"/>
    <service id="pimcore_ecommerce.locator.order_manager" alias="Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface"/>
    <service id="pimcore_ecommerce.locator.pricing_manager" alias="Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface"/>
    <service id="pimcore_ecommerce.price_system.default" alias="app.default_price_system"/>
    <service id="pimcore_ecommerce.availability_system.default" alias="Pimcore\Bundle\EcommerceFrameworkBundle\AvailabilitySystem\AvailabilitySystem"/>
    <service id="pimcore_ecommerce.locator.checkout_manager.commit_order_processor" alias="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface"/>
    <service id="pimcore_ecommerce.locator.checkout_manager.factory" alias="Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface"/>
    <service id="pimcore_ecommerce.payment_manager" alias="Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" public="true"/>
    <service id="pimcore_ecommerce.index_service" alias="Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" public="true"/>
    <service id="pimcore_ecommerce.locator.filter_service" alias="Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface"/>
    <service id="pimcore_ecommerce.voucher_service" alias="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" public="true"/>
    <service id="pimcore_ecommerce.voucher_service.token_manager_factory" alias="Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\TokenManager\TokenManagerFactory" public="true"/>
    <service id="pimcore_ecommerce.offer_tool" alias="Pimcore\Bundle\EcommerceFrameworkBundle\OfferTool\DefaultService" public="true"/>
    <service id="pimcore_ecommerce.tracking.tracking_manager" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" public="true"/>
    <service id="Pimcore\Log\ApplicationLogger" alias="Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger" public="true"/>
    <service id="pimcore.app_logger" alias="Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger" public="true"/>
    <service id="pimcore.app_logger.default" alias="Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger" public="true"/>
    <service id="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface" alias="webpack_encore.entrypoint_lookup_collection"/>
    <service id="Pimcore\Bundle\GoogleMarketingBundle\Tracker\TrackerInterface" alias="Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker"/>
    <service id="cmf.logger" alias="monolog.logger.cmf" public="true"/>
    <service id="cmf.activity_store" alias="CustomerManagementFrameworkBundle\ActivityStore\ActivityStoreInterface" public="true"/>
    <service id="cmf.activity_manager" alias="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager" public="true"/>
    <service id="CustomerManagementFrameworkBundle\ActivityManager\ActivityManagerInterface" alias="CustomerManagementFrameworkBundle\ActivityManager\DefaultActivityManager" public="true"/>
    <service id="cmf.link-activity-definition.linkgenerator" alias="CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" public="true">
      <deprecated package="pimcore/customer-management-framework-bundle" version="3">The "%alias_id%" alias is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" instead</deprecated>
    </service>
    <service id="cmf.customer_view" alias="CustomerManagementFrameworkBundle\CustomerView\CustomerViewInterface" public="true"/>
    <service id="cmf.customer_exporter_manager" alias="CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" public="true">
      <deprecated package="pimcore/customer-management-framework-bundle" version="3">The "%alias_id%" alias is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" instead</deprecated>
    </service>
    <service id="cmf.action_trigger.queue" alias="CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" public="true">
      <deprecated package="pimcore/customer-management-framework-bundle" version="3">The "%alias_id%" alias is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" instead</deprecated>
    </service>
    <service id="cmf.encryption_service" alias="CustomerManagementFrameworkBundle\Encryption\DefaultEncryptionService" public="true"/>
    <service id="CustomerManagementFrameworkBundle\Encryption\EncryptionServiceInterface" alias="CustomerManagementFrameworkBundle\Encryption\DefaultEncryptionService" public="true"/>
    <service id="cmf.event_listener.action_trigger" alias="CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface" public="true">
      <deprecated package="pimcore/customer-management-framework-bundle" version="3">The "%alias_id%" alias is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\EventHandler\EventHandlerInterface" instead</deprecated>
    </service>
    <service id="CustomerManagementFrameworkBundle\Security\Authentication\LoginManagerInterface" alias="CustomerManagementFrameworkBundle\Security\Authentication\LoginManager"/>
    <service id="cmf.customer_save_manager" alias="CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface" public="true"/>
    <service id="cmf.customer_save_validator" alias="CustomerManagementFrameworkBundle\CustomerSaveValidator\CustomerSaveValidatorInterface" public="true"/>
    <service id="cmf.segment_manager" alias="CustomerManagementFrameworkBundle\SegmentManager\SegmentManagerInterface" public="true"/>
    <service id="cmf.customer_provider" alias="CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface" public="true"/>
    <service id="cmf.customer_provider.object_naming_scheme" alias="CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\ObjectNamingSchemeInterface" public="true"/>
    <service id="cmf.customer_merger" alias="CustomerManagementFrameworkBundle\CustomerMerger\CustomerMergerInterface" public="true"/>
    <service id="cmf.customer_duplicates_service" alias="CustomerManagementFrameworkBundle\CustomerDuplicatesService\CustomerDuplicatesServiceInterface" public="true"/>
    <service id="cmf.customer_duplicates_index" alias="CustomerManagementFrameworkBundle\DuplicatesIndex\DuplicatesIndexInterface" public="true"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\UrlGeneratorInterface" alias="Pimcore\Bundle\SeoBundle\Sitemap\UrlGenerator"/>
    <service id="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGeneratorInterface" alias="Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator"/>
    <service id="Presta\SitemapBundle\Service\GeneratorInterface" alias="presta_sitemap.generator_default"/>
    <service id="Presta\SitemapBundle\Service\DumperInterface" alias="presta_sitemap.dumper_default"/>
    <service id="Presta\SitemapBundle\Controller\SitemapController" alias="presta_sitemap.controller" public="true"/>
    <service id="presta_sitemap.generator" alias="presta_sitemap.generator_default" public="true"/>
    <service id="presta_sitemap.dumper" alias="presta_sitemap.dumper_default" public="true"/>
    <service id="pimcore.datahub.graphql.assettype._asset_folder" alias="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetFolderType"/>
    <service id="pimcore.datahub.graphql.assettype.asset_input" alias="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetInputType"/>
    <service id="pimcore.datahub.graphql.assettype.asset_tree" alias="Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType"/>
    <service id="pimcore.datahub.graphql.documenttype.document" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_tree" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_element" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_email" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_hardlink" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_link" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_link_datatype" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\LinkDataType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_areablock_datatype" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_scheduledblock_datatype" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_areablock_input_datatype" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataInputType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_scheduledblock_input_datatype" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataInputType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_link_inputtype" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentLinkInputType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_page" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_snippet" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType"/>
    <service id="pimcore.datahub.graphql.documenttype._document_folder" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentFolderType"/>
    <service id="pimcore.datahub.graphql.documenttype.document_page_input" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentPageInputType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.image_input" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputType\ImageInputType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.elementdescriptor_input" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.geopoint_input" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.quantity_value_input" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueInputType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.input_quantity_value_input" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueInputType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.object" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\PimcoreObjectType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.object_tree" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype._object_folder" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType"/>
    <service id="pimcore.datahub.graphql.dataobjecttype.asset_metadata_manytoone" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HrefType"/>
    <service id="pimcore.datahub.graphql.fieldhelper.asset" alias="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\AssetFieldHelper"/>
    <service id="pimcore.datahub.graphql.fieldhelper.document" alias="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DocumentFieldHelper"/>
    <service id="pimcore.datahub.graphql.fieldhelper.object" alias="Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DataObjectFieldHelper"/>
    <service id="pimcore.datahub.graphql.documentmutationelementprocessor" alias="Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Areablock"/>
    <service id="Pimcore\Model\Document\Editable\Loader\EditableLoaderInterface" alias="Pimcore\Model\Document\Editable\Loader\EditableLoader"/>
    <service id="Pimcore\Bundle\DataHubBundle\Service\ResponseServiceInterface" alias="Pimcore\Bundle\DataHubBundle\Service\ResponseService"/>
    <service id="pimcore.http_client" alias="GuzzleHttp\Client" public="true"/>
    <service id="Pimcore\Model\Version\Adapter\VersionStorageAdapterInterface" alias="Pimcore\Model\Version\Adapter\FileSystemVersionStorageAdapter" public="true"/>
    <service id="pimcore.routing.router.request_context" alias="router.request_context" public="true"/>
    <service id="Pimcore\HttpKernel\BundleLocator\BundleLocatorInterface" alias="Pimcore\HttpKernel\BundleLocator\BundleLocator"/>
    <service id="Pimcore\Model\FactoryInterface" alias="Pimcore\Model\Factory"/>
    <service id="pimcore.model.factory" alias="Pimcore\Model\Factory" public="true"/>
    <service id="Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface" alias="Pimcore\Extension\Document\Areabrick\AreabrickManager" public="true"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface" alias="fragment.renderer.inline"/>
    <service id="Symfony\Component\Templating\EngineInterface" alias="pimcore.templating.engine.delegating"/>
    <service id="Doctrine\Migrations\DependencyFactory" alias="doctrine.migrations.dependency_factory"/>
    <service id="Pimcore\Kernel" alias="kernel" public="true"/>
    <service id="Symfony\Bridge\Twig\Extension\WebLinkExtension" alias="twig.extension.weblink" public="true"/>
    <service id="Doctrine\Persistence\ConnectionRegistry" alias="doctrine" public="true"/>
    <service id="GuzzleHttp\ClientInterface" alias="GuzzleHttp\Client" public="true"/>
    <service id="Symfony\Component\HttpKernel\EventListener\SessionListener" alias="session_listener" public="true"/>
    <service id="Pimcore\Document\Renderer\DocumentRenderer" alias="Pimcore\Document\Renderer\DocumentRendererInterface" public="true">
      <deprecated package="pimcore/pimcore" version="11.2">The "%alias_id%" alias is deprecated, use "Pimcore\Document\Renderer\DocumentRendererInterface" instead.</deprecated>
    </service>
    <service id="Pimcore\Localization\LocaleService" alias="Pimcore\Localization\LocaleServiceInterface" public="true">
      <deprecated package="pimcore/pimcore" version="11.2">The "%alias_id%" alias is deprecated, use "Pimcore\Localization\LocaleServiceInterface" instead.</deprecated>
    </service>
    <service id="pimcore.locale" alias="Pimcore\Localization\LocaleServiceInterface" public="true">
      <deprecated package="pimcore/pimcore" version="11.2">The "%alias_id%" alias is deprecated, use "Pimcore\Localization\LocaleServiceInterface" instead.</deprecated>
    </service>
    <service id="pimcore.cache.adapter.redis_tag_aware" alias="cache.adapter.redis_tag_aware"/>
    <service id="pimcore.serializer" alias="Pimcore\Serializer\Serializer"/>
    <service id="container.env_var_processors_locator" alias=".service_locator.w7.f4fT" public="true"/>
    <service id="twig.loader.filesystem" alias="twig.loader.native_filesystem"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.WBHcjLv"/>
    <service id="twig.loader" alias="twig.loader.native_filesystem"/>
    <service id="Psr\Log\LoggerInterface $adminLogger" alias="monolog.logger.admin"/>
    <service id="Psr\Log\LoggerInterface $requestLogger" alias="monolog.logger.request"/>
    <service id="Psr\Log\LoggerInterface $consoleLogger" alias="monolog.logger.console"/>
    <service id="Psr\Log\LoggerInterface $messengerLogger" alias="monolog.logger.messenger"/>
    <service id="Psr\Log\LoggerInterface $cacheLogger" alias="monolog.logger.cache"/>
    <service id="Psr\Log\LoggerInterface $mailerLogger" alias="monolog.logger.mailer"/>
    <service id="Psr\Log\LoggerInterface $translationLogger" alias="monolog.logger.translation"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $eventLogger" alias="monolog.logger.event"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $lockLogger" alias="monolog.logger.lock"/>
    <service id="Psr\Log\LoggerInterface $profilerLogger" alias="monolog.logger.profiler"/>
    <service id="Psr\Log\LoggerInterface $securityLogger" alias="monolog.logger.security"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $debugLogger" alias="monolog.logger.debug"/>
    <service id=".Psr\Log\LoggerInterface $admin_statisticsLogger" alias="monolog.logger.admin_statistics"/>
    <service id="Psr\Log\LoggerInterface $adminStatisticsLogger" alias="monolog.logger.admin_statistics"/>
    <service id=".Psr\Log\LoggerInterface $pimcore_ecommerce_indexupdaterLogger" alias="monolog.logger.pimcore_ecommerce_indexupdater"/>
    <service id="Psr\Log\LoggerInterface $pimcoreEcommerceIndexupdaterLogger" alias="monolog.logger.pimcore_ecommerce_indexupdater"/>
    <service id=".Psr\Log\LoggerInterface $pimcore_ecommerceLogger" alias="monolog.logger.pimcore_ecommerce"/>
    <service id="Psr\Log\LoggerInterface $pimcoreEcommerceLogger" alias="monolog.logger.pimcore_ecommerce"/>
    <service id=".Psr\Log\LoggerInterface $update_paymentLogger" alias="monolog.logger.update_payment"/>
    <service id="Psr\Log\LoggerInterface $updatePaymentLogger" alias="monolog.logger.update_payment"/>
    <service id="Psr\Log\LoggerInterface $routingLogger" alias="monolog.logger.routing"/>
    <service id="Psr\Log\LoggerInterface $pimcoreLogger" alias="monolog.logger.pimcore"/>
    <service id="Psr\Log\LoggerInterface $initLogger" alias="monolog.logger.init"/>
    <service id="Psr\Log\LoggerInterface $redirectLogger" alias="monolog.logger.redirect"/>
    <service id=".Psr\Log\LoggerInterface $pimcore_ecommerce_sqlLogger" alias="monolog.logger.pimcore_ecommerce_sql"/>
    <service id="Psr\Log\LoggerInterface $pimcoreEcommerceSqlLogger" alias="monolog.logger.pimcore_ecommerce_sql"/>
    <service id=".Psr\Log\LoggerInterface $pimcore_ecommerce_esLogger" alias="monolog.logger.pimcore_ecommerce_es"/>
    <service id="Psr\Log\LoggerInterface $pimcoreEcommerceEsLogger" alias="monolog.logger.pimcore_ecommerce_es"/>
    <service id=".Psr\Log\LoggerInterface $pimcore_ecommerce_findologicLogger" alias="monolog.logger.pimcore_ecommerce_findologic"/>
    <service id="Psr\Log\LoggerInterface $pimcoreEcommerceFindologicLogger" alias="monolog.logger.pimcore_ecommerce_findologic"/>
    <service id="Psr\Log\LoggerInterface $cmfLogger" alias="monolog.logger.cmf"/>
    <service id=".Psr\Log\LoggerInterface $generic_execution_engineLogger" alias="monolog.logger.generic_execution_engine"/>
    <service id="Psr\Log\LoggerInterface $genericExecutionEngineLogger" alias="monolog.logger.generic_execution_engine"/>
    <service id=".Psr\Log\LoggerInterface $pimcore_apiLogger" alias="monolog.logger.pimcore_api"/>
    <service id="Psr\Log\LoggerInterface $pimcoreApiLogger" alias="monolog.logger.pimcore_api"/>
    <service id="Psr\Log\LoggerInterface $sessionLogger" alias="monolog.logger.session"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.KLVvNIq"/>
    <service id="Symfony\Component\Workflow\Registry" alias="workflow.registry"/>
    <service id="Symfony\Component\HttpKernel\Profiler\Profiler" alias="profiler"/>
    <service id="pimcore.cache.pool" alias="pimcore.cache.adapter.doctrine_dbal_tag_aware" public="true"/>
    <service id="Pimcore\Image\AdapterInterface" alias="Pimcore\Image\Adapter\Imagick" public="true"/>
    <service id=".service_locator.9v8iiA9" alias="messenger.receiver_locator"/>
    <service id=".service_locator.1vlYwYL" alias="messenger.retry_strategy_locator"/>
    <service id=".service_locator.v0XZb0N" alias=".service_locator.7P8M8_8"/>
    <service id=".service_locator.AWoIXdf" alias=".service_locator.TKeGMS8"/>
    <service id=".service_locator._sbxU6N" alias=".service_locator.tLv_vb9"/>
    <service id=".service_locator.l1LaRSy" alias="pimcore.custom_report.adapter.factories"/>
    <service id=".service_locator.WekULQy" alias="pimcore_ecommerce.locator.payment_manager.provider"/>
    <service id=".service_locator.MPXbZng" alias="pimcore_ecommerce.locator.index_service.getters"/>
    <service id=".service_locator._w9mW7S" alias="pimcore_ecommerce.locator.index_service.interpreters"/>
    <service id=".service_locator.XDGmiR3" alias=".1_ServiceLocator~6FKZnv7"/>
    <service id=".service_locator.gUq74e4" alias=".service_locator.NSTkqLm"/>
    <service id=".service_locator.H4PoAxJ" alias="pimcore.analytics.google.fallback_service_locator"/>
    <service id=".service_locator.uQ5k032" alias="pimcore_newsletter.address_source_adapter.factories"/>
    <service id=".service_locator.nNwPSdk" alias="pimcore.document.areabrick.brick_locator"/>
    <service id=".service_locator.Y38Yilj" alias="pimcore.templating.navigation.renderer_locator"/>
    <service id=".service_locator.bJ.4HC5" alias=".service_locator.w7.f4fT"/>
    <service id=".service_locator.6ydtNsd" alias=".service_locator.R2r9YCA"/>
    <service id=".service_locator.a6Zl5fy" alias=".service_locator.F9wRci_"/>
    <service id=".service_locator.aze.4GF" alias=".service_locator.fN.bTh."/>
    <service id=".service_locator.zd1wCQV" alias=".service_locator.HBVUz8d"/>
    <service id=".service_locator.9UK0PCs" alias=".service_locator.rs4aItc"/>
    <service id=".service_locator.062Z4Cu" alias=".service_locator.Wt9TiFK"/>
    <service id=".service_locator.GyQV_GW" alias=".service_locator.ezm0uov"/>
    <service id=".service_locator.aKXw6hY" alias=".service_locator.5krUyyL"/>
    <service id=".service_locator.fDRnWVx" alias=".service_locator.h0XzqEq"/>
    <service id=".service_locator.fB0YFiX" alias=".service_locator.DMYpsPF"/>
    <service id=".service_locator.c88N2H9" alias=".service_locator.RGHub4n"/>
    <service id=".service_locator.4du_Jhr" alias=".service_locator.ZaRBfVi"/>
    <service id=".service_locator.4Ixkq5y" alias=".service_locator.Wh8X7Vp"/>
    <service id=".service_locator.Cezy.wG" alias=".service_locator.nvDaOtv"/>
    <service id=".service_locator.1EIYCxA" alias=".service_locator.3FjVarr"/>
    <service id=".service_locator.LZtLtrF" alias=".service_locator.x4TFa_0"/>
    <service id=".service_locator.iUgxrW9" alias=".service_locator.JJKBkz9"/>
    <service id=".service_locator.PNYA6cN" alias=".service_locator.MP0Omp3"/>
    <service id=".service_locator.8aWux3N" alias=".service_locator.HhrzyhG"/>
    <service id=".service_locator.lJLrSMB" alias=".service_locator.Jb8cWiW"/>
    <service id=".service_locator.cxP1_oE" alias=".service_locator.eWGQ0Dx"/>
    <service id=".service_locator..jt2Bjh" alias=".service_locator.h5UY1B0"/>
    <service id=".service_locator.zv2D.MG" alias=".service_locator.WRAMTiv"/>
    <service id=".service_locator.69fsvbU" alias=".service_locator.uhnTwWQ"/>
    <service id=".service_locator.EphqTZn" alias=".service_locator.7Q9P1zo"/>
    <service id=".service_locator.jD.md0b" alias=".service_locator.mXOUSS."/>
    <service id=".service_locator.ldmNH4l" alias=".service_locator.Ll5S9zO"/>
    <service id=".service_locator.lg9oEKh" alias=".service_locator.nZfIMgq"/>
    <service id=".service_locator.uYShFHl" alias=".service_locator.zI9gcZ7"/>
    <service id=".service_locator.rmGObde" alias=".service_locator.bJH6cAQ"/>
    <service id=".service_locator.lsIqJdy" alias=".service_locator.9cdOE2f"/>
    <service id=".service_locator.zOvJceB" alias=".service_locator.WYPnIFL"/>
    <service id=".service_locator.3cTMU_f" alias=".service_locator.WBHcjLv"/>
    <service id=".service_locator.5IDl33C" alias=".service_locator.GpqwPW4"/>
    <service id=".service_locator.4nnlRj7" alias=".service_locator.5vjwHZK"/>
    <service id=".service_locator.j_FjHIp" alias=".service_locator.527PgNY"/>
    <service id=".service_locator.ufJRpIN" alias=".service_locator.0jjrjyx"/>
    <service id=".service_locator.O24_MAy" alias=".service_locator.yY.p4P7"/>
    <service id=".service_locator.5PHMeAn" alias=".service_locator.jIByowl"/>
    <service id=".service_locator.A6_M2Ri" alias=".service_locator.CgLZdtH"/>
    <service id=".service_locator.zLugj9K" alias=".service_locator.R9QpNoR"/>
    <service id=".service_locator.jUv.zyj" alias=".service_locator.O2p6Lk7"/>
    <service id=".service_locator.aHzEmRa" alias=".service_locator.dZKVYg7"/>
    <service id="validator" alias="debug.validator"/>
    <service id="event_dispatcher" alias="debug.event_dispatcher" public="true"/>
    <service id="controller_resolver" alias="debug.controller_resolver"/>
    <service id="argument_resolver" alias="debug.argument_resolver"/>
    <service id="translator.data_collector.inner" alias="translator.default"/>
    <service id="security.access.decision_manager" alias="debug.security.access.decision_manager"/>
    <service id="security.firewall.authenticator.pimcore_webdav" alias="debug.security.firewall.authenticator.pimcore_webdav"/>
    <service id="security.firewall.authenticator.pimcore_admin" alias="debug.security.firewall.authenticator.pimcore_admin"/>
    <service id="security.firewall.authenticator.cmf_webservice" alias="debug.security.firewall.authenticator.cmf_webservice"/>
    <service id="security.firewall.authenticator.demo_frontend" alias="debug.security.firewall.authenticator.demo_frontend"/>
    <service id="twig.error_renderer.html.inner" alias="error_handler.error_renderer.html"/>
    <service id="doctrine.migrations.migrations_factory" alias="doctrine.migrations.container_aware_migrations_factory"/>
    <service id="security.authentication.trust_resolver" alias="scheb_two_factor.security.authentication.trust_resolver"/>
    <service id="var_dumper.cli_dumper" alias="var_dumper.contextualized_cli_dumper"/>
    <service id="security.password_hasher_factory" alias="pimcore.security.password_hasher_factory"/>
    <service id="Pimcore\Mail\Mailer.inner" alias="mailer.mailer"/>
    <service id="Pimcore\Translation\Translator.inner" alias="translator.data_collector"/>
    <service id="generic.execution.engine.bus" alias="debug.traced.generic.execution.engine.bus"/>
    <service id="messenger.bus.pimcore-core" alias="debug.traced.messenger.bus.pimcore-core" public="true"/>
    <service id="doctrine.orm.pimcore_metadata_driver" alias=".doctrine.orm.pimcore_metadata_driver"/>
    <service id="security.event_dispatcher.pimcore_webdav" alias="debug.security.event_dispatcher.pimcore_webdav"/>
    <service id="security.event_dispatcher.pimcore_admin" alias="debug.security.event_dispatcher.pimcore_admin"/>
    <service id="security.event_dispatcher.cmf_webservice" alias="debug.security.event_dispatcher.cmf_webservice"/>
    <service id="security.event_dispatcher.demo_frontend" alias="debug.security.event_dispatcher.demo_frontend"/>
    <service id=".service_locator.V_k9xR2" alias="pimcore_ecommerce.locator.pimcore_ecommerce.checkout_manager.handle_pending_payments_strategy_locator"/>
    <service id=".service_locator.zoS0osE" alias=".service_locator.KAPXGPI"/>
    <service id=".service_locator.gFlme_s" alias=".service_locator.y4_Zrx."/>
    <service id=".service_locator.Nn7ligY" alias=".service_locator.mowKTeN"/>
    <service id=".service_locator.jaBe5Cn" alias=".service_locator.R2r9YCA"/>
    <service id=".service_locator.R7clMT9" alias=".service_locator.F9wRci_"/>
    <service id=".service_locator.Nliw.lk" alias=".service_locator.HeD2bte"/>
    <service id=".service_locator.fVWA0tm" alias=".service_locator._Hj.OfQ"/>
    <service id=".service_locator.UuZxWBG" alias=".service_locator.zDO7X.v"/>
    <service id=".service_locator.PInR360" alias=".service_locator.QoYQ81i"/>
    <service id=".service_locator._cXzXsN" alias=".service_locator.fN.bTh."/>
    <service id=".service_locator.z9HMbo_" alias=".service_locator.HBVUz8d"/>
    <service id=".service_locator.E53uEPQ" alias=".service_locator.6iU1O7p"/>
    <service id=".service_locator.qeo2seP" alias=".service_locator.ZUwwaRD"/>
    <service id=".service_locator.8Q5viPf" alias=".service_locator.rs4aItc"/>
    <service id=".service_locator.RNHKyHe" alias=".service_locator.2abpqNC"/>
    <service id=".service_locator.7PFEqD7" alias=".service_locator.Wt9TiFK"/>
    <service id=".service_locator.62XnqPD" alias=".service_locator.WLsvOE9"/>
    <service id=".service_locator.PMoB_qz" alias=".service_locator.feY34C_"/>
    <service id=".service_locator.MnDoDIK" alias=".service_locator.ezm0uov"/>
    <service id=".service_locator.XLiqqhs" alias=".service_locator.5krUyyL"/>
    <service id=".service_locator.AeuM3Im" alias=".service_locator.h0XzqEq"/>
    <service id=".service_locator.NGrFEwZ" alias=".service_locator.DfDPVv."/>
    <service id=".service_locator.p3mS_2n" alias=".service_locator.vKuE_NP"/>
    <service id=".service_locator.5cKt1SW" alias=".service_locator.1Z9fEX7"/>
    <service id=".service_locator.mLVNv6r" alias=".service_locator.v5Ruhag"/>
    <service id=".service_locator.TZY75ZY" alias=".service_locator.L6ENSH7"/>
    <service id=".service_locator.YFtq1HS" alias=".service_locator.DMYpsPF"/>
    <service id=".service_locator.uiPRoNp" alias=".service_locator.vsLWZYc"/>
    <service id=".service_locator.OAsedRn" alias=".service_locator.n1yyPuo"/>
    <service id=".service_locator.K4u2R6d" alias=".service_locator.Jqmw7qR"/>
    <service id=".service_locator.f3LK01n" alias=".service_locator.EhhH0rI"/>
    <service id=".service_locator.iRqeivo" alias=".service_locator.ynboVm1"/>
    <service id=".service_locator.EUemi89" alias=".service_locator.RGHub4n"/>
    <service id=".service_locator.pqF.M2w" alias=".service_locator.vISKrbb"/>
    <service id=".service_locator.7pl_hrJ" alias=".service_locator.ZaRBfVi"/>
    <service id=".service_locator.5zPpNhB" alias=".service_locator.5eNiEjA"/>
    <service id=".service_locator.uohhg63" alias=".service_locator.Wh8X7Vp"/>
    <service id=".service_locator.KpVjUjx" alias=".service_locator.nvDaOtv"/>
    <service id=".service_locator.VF5P2O2" alias=".service_locator.3FjVarr"/>
    <service id=".service_locator.fu6VeIv" alias=".service_locator.Fjfw3vv"/>
    <service id=".service_locator.K3Em.Pb" alias=".service_locator.jqXUAW8"/>
    <service id=".service_locator.vWho.2b" alias=".service_locator.4LxmfVi"/>
    <service id=".service_locator.MK0VIDU" alias=".service_locator.iWwbKUs"/>
    <service id=".service_locator.EzHJgPU" alias=".service_locator.jpTl4m2"/>
    <service id=".service_locator.HRzFtwy" alias=".service_locator.5TNXJXZ"/>
    <service id=".service_locator.1AyYJlP" alias=".service_locator.x4TFa_0"/>
    <service id=".service_locator.nej0IPx" alias=".service_locator.JJKBkz9"/>
    <service id=".service_locator.IhqTF0N" alias=".service_locator.WAsaUE7"/>
    <service id=".service_locator.UpZuVfC" alias=".service_locator.MP0Omp3"/>
    <service id=".service_locator.jg.qMud" alias=".service_locator.0C9PAkx"/>
    <service id=".service_locator.UKgKHnR" alias=".service_locator.WwIVeH3"/>
    <service id=".service_locator._QCTgm1" alias=".service_locator.jY0DXCn"/>
    <service id=".service_locator.cJelWVY" alias=".service_locator.HhrzyhG"/>
    <service id=".service_locator.YLz00Sy" alias=".service_locator.Sq1D4mj"/>
    <service id=".service_locator.EO0WY7D" alias=".service_locator.Jb8cWiW"/>
    <service id=".service_locator.bx5NXv9" alias=".service_locator.DMYTyfy"/>
    <service id=".service_locator.emf5gAg" alias=".service_locator.6lwxRHw"/>
    <service id=".service_locator.ezlOABE" alias=".service_locator.mvswpQy"/>
    <service id=".service_locator.TIMO4RQ" alias=".service_locator.y9lR5kP"/>
    <service id=".service_locator.yMYYsKR" alias=".service_locator.aMdXQnA"/>
    <service id=".service_locator.1PRXMPw" alias=".service_locator.gGvT0fN"/>
    <service id=".service_locator.cUD9eYW" alias=".service_locator.FGCzFkv"/>
    <service id=".service_locator.FY_R8W2" alias=".service_locator.YaXw9a9"/>
    <service id=".service_locator.zneusGj" alias=".service_locator.eWGQ0Dx"/>
    <service id=".service_locator.115e1_P" alias=".service_locator.h5UY1B0"/>
    <service id=".service_locator.QtcI9gk" alias=".service_locator.WRAMTiv"/>
    <service id=".service_locator.FdZaWSZ" alias=".service_locator.Lrdi3b0"/>
    <service id=".service_locator.dxLDz23" alias=".service_locator.SoIa2O7"/>
    <service id=".service_locator.72LEmsU" alias=".service_locator.uhnTwWQ"/>
    <service id=".service_locator.82yPFcl" alias=".service_locator.QXfUFOU"/>
    <service id=".service_locator.0xqaHMM" alias=".service_locator.7Q9P1zo"/>
    <service id=".service_locator.GTZtvG4" alias=".service_locator.mXOUSS."/>
    <service id=".service_locator.Dx1PjV." alias=".service_locator.Ll5S9zO"/>
    <service id=".service_locator.73ufvUs" alias=".service_locator.HXLWsYs"/>
    <service id=".service_locator.q9Z.Ls3" alias=".service_locator.cFaDQbX"/>
    <service id=".service_locator.TmYUpbv" alias=".service_locator.8UNIl6t"/>
    <service id=".service_locator.3v0iYMs" alias=".service_locator.WlGKq.q"/>
    <service id=".service_locator..1zBwfi" alias=".service_locator.WYENjC6"/>
    <service id=".service_locator.e40kO5F" alias=".service_locator.tySs9So"/>
    <service id=".service_locator.TNYXtfC" alias=".service_locator.AZH4qiR"/>
    <service id=".service_locator.0ZSTCDY" alias=".service_locator.G_sXqUP"/>
    <service id=".service_locator.JwhNzq_" alias=".service_locator.lCeiqsv"/>
    <service id=".service_locator.dw9dAwj" alias=".service_locator.oohwkbn"/>
    <service id=".service_locator.yDEqCVu" alias=".service_locator.nZfIMgq"/>
    <service id=".service_locator.T.969K2" alias=".service_locator.m0Zw.ym"/>
    <service id=".service_locator.mWQMPzu" alias=".service_locator.DSOrUi1"/>
    <service id=".service_locator.HdJXKJZ" alias=".service_locator.CxWG_w8"/>
    <service id=".service_locator.z3vR2vG" alias=".service_locator.AAxMZID"/>
    <service id=".service_locator.Lku96Wm" alias=".service_locator.6_u9Kgg"/>
    <service id=".service_locator.reLekLp" alias=".service_locator.GOgV5uN"/>
    <service id=".service_locator.9x2BHpk" alias=".service_locator.Me82sOL"/>
    <service id=".service_locator.GuMr4WQ" alias=".service_locator.QNqAwDQ"/>
    <service id=".service_locator.WL4W3p." alias=".service_locator.Y2ZqaEr"/>
    <service id=".service_locator.NIpgoZz" alias=".service_locator.fXLVRbA"/>
    <service id=".service_locator.VHQ3ckM" alias=".service_locator.Nz_4ElU"/>
    <service id=".service_locator.w3mANJS" alias=".service_locator.zI9gcZ7"/>
    <service id=".service_locator.x5boY0." alias=".service_locator._48f6F1"/>
    <service id=".service_locator.X93gfNa" alias=".service_locator.Vmf.MVO"/>
    <service id=".service_locator.XB10p3X" alias=".service_locator.6OkMSTR"/>
    <service id=".service_locator.leQ4kLE" alias=".service_locator.bJH6cAQ"/>
    <service id=".service_locator.JgAMqv7" alias=".service_locator.5Z_2pHo"/>
    <service id=".service_locator.eQMZEqA" alias=".service_locator.4KCCa9I"/>
    <service id=".service_locator.MIBWnX5" alias=".service_locator.psUk7na"/>
    <service id=".service_locator.wwAMlTP" alias=".service_locator.9cdOE2f"/>
    <service id=".service_locator.nS3OUNP" alias=".service_locator.9kc2ITW"/>
    <service id=".service_locator.DikFlUs" alias=".service_locator.QZcLSkd"/>
    <service id=".service_locator.7CDfDCX" alias=".service_locator.WYPnIFL"/>
    <service id=".service_locator.ygmooOx" alias=".service_locator.hQXCgd5"/>
    <service id=".service_locator.mSEwbsm" alias=".service_locator.ubj2SXF"/>
    <service id=".service_locator.lMP9nVh" alias=".service_locator.jIByowl"/>
    <service id=".service_locator.wvHJze9" alias=".service_locator.CgLZdtH"/>
    <service id=".service_locator.I7ltaMS" alias=".service_locator.R9QpNoR"/>
    <service id=".service_locator.Cj5mqT." alias=".service_locator.O2p6Lk7"/>
    <service id=".service_locator.yD2lo8P" alias=".service_locator.dZKVYg7"/>
    <service id=".service_locator.lt2YWP1" alias=".service_locator.foK4uYJ"/>
    <service id=".service_locator.sDNt7Nn" alias=".service_locator.WcNkH52"/>
    <service id=".service_locator._kIAbz1" alias=".service_locator.TpoC7U9"/>
    <service id=".service_locator.X_7SrZP" alias=".service_locator.dPWiJIR"/>
    <service id=".service_locator..Fs8Kd7" alias=".service_locator.e_.xxAP"/>
    <service id=".service_locator.mLFL0F8" alias=".service_locator.j55CNh_"/>
    <service id=".service_locator.xldag0h" alias=".service_locator.eGtMJtV"/>
    <service id="console.command.public_alias.App\Command\AssetCopyrightCommand" alias="App\Command\AssetCopyrightCommand" public="true"/>
    <service id="console.command.public_alias.App\Command\DataCommand" alias="App\Command\DataCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" alias="Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" public="true"/>
    <service id="console.command.public_alias.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" alias="CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" public="true"/>
    <service id="console.command.public_alias.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" alias="CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" public="true"/>
    <service id="console.command.public_alias.CustomerManagementFrameworkBundle\Command\CronTriggerCommand" alias="CustomerManagementFrameworkBundle\Command\CronTriggerCommand" public="true"/>
    <service id="console.command.public_alias.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" alias="CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" public="true"/>
    <service id="console.command.public_alias.CustomerManagementFrameworkBundle\Command\MaintenanceCommand" alias="CustomerManagementFrameworkBundle\Command\MaintenanceCommand" public="true"/>
    <service id="console.command.public_alias.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" alias="CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" alias="Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" alias="Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" alias="Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" alias="Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" alias="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" alias="Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" alias="Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" public="true"/>
    <service id="console.command.public_alias.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" alias="Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" public="true"/>
  </services>
</container>
