Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "MenAtWork\MultiColumnWizardBundle\DependencyInjection\MultiColumnWizardExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since web-auth/webauthn-symfony-bundle 5.3.0: The child node "name" at path "webauthn.creation_profiles.contao_backend.rp" is deprecated and will be removed in the next major release.
Since web-auth/webauthn-symfony-bundle 5.3.0: The child node "name" at path "webauthn.creation_profiles.contao_frontend.rp" is deprecated and will be removed in the next major release.
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Since contao/core-bundle 5.6: Using the HighPriorityMessageInterface is deprecated and will no longer work in Contao 6. Use the #[AsMessage('contao_prio_high')] attribute instead.
Since contao/core-bundle 5.6: Using the NormalPriorityMessageInterface is deprecated and will no longer work in Contao 6. Use the #[AsMessage('contao_prio_normal')] attribute instead.
Since contao/core-bundle 5.6: Using the LowPriorityMessageInterface is deprecated and will no longer work in Contao 6. Use the #[AsMessage('contao_prio_low')] attribute instead.
Since nelmio/security-bundle 3.4.0: The "xss_protection" option is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead.
The "Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter::vote()" method will require a new "Vote|null $vote" argument in the next major version of its interface "Symfony\Component\Security\Core\Authorization\Voter\VoterInterface", not defining it is deprecated.
Addictic\ContaoFormBundle\Utils\FormHoneyPot::__construct(): Optional parameter $prefix declared before required parameter $twig is implicitly treated as a required parameter
Addictic\ContaoFormBundle\Utils\FormHoneyPot::__construct(): Optional parameter $nameEntropy declared before required parameter $twig is implicitly treated as a required parameter
Addictic\ContaoFormBundle\Utils\FormHoneyPot::__construct(): Optional parameter $logger declared before required parameter $twig is implicitly treated as a required parameter
Addictic\ContaoFormBundle\Utils\FormUtils::getPageRoot(): Implicitly marking parameter $objPage as nullable is deprecated, the explicit nullable type must be used instead
Addictic\ContaoSvgSpriteBundle\Classes\SvgSprite::getIcon(): Implicitly marking parameter $width as nullable is deprecated, the explicit nullable type must be used instead
Addictic\ContaoSvgSpriteBundle\Classes\SvgSprite::getIcon(): Implicitly marking parameter $height as nullable is deprecated, the explicit nullable type must be used instead
Addictic\ContaoSvgSpriteBundle\Classes\SvgSprite::getIconSvg(): Implicitly marking parameter $width as nullable is deprecated, the explicit nullable type must be used instead
Addictic\ContaoSvgSpriteBundle\Classes\SvgSprite::getIconSvg(): Implicitly marking parameter $height as nullable is deprecated, the explicit nullable type must be used instead
Method "Contao\Model::__get()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Addictic\ContaoRelationWizardBundle\Models\RelationModel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Contao\Widget::generate()" might add "string" as a native return type declaration in the future. Do the same in child class "Addictic\ContaoRelationWizardBundle\Widgets\RelationWizard" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Addictic\ContentElementBundle\Command\ExamplePageCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Since contao/core-bundle 5.7: Using "Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" is deprecated and will no longer work in Contao 6. Use the "Contao\CoreBundle\Controller\ContentElement\TwoFactorController" class instead.
The "Contao\CoreBundle\Entity\WebauthnCredential" class extends "Webauthn\PublicKeyCredentialSource" that is deprecated since 5.3, use CredentialRecord instead. Will be removed in 6.0.
The "Contao\CoreBundle\Repository\WebauthnCredentialRepository" class extends "Webauthn\Bundle\Repository\DoctrineCredentialSourceRepository" that is deprecated since 5.2.0, to be removed in 6.0.0. Please create your own doctrine-based repository.
Class "Contao\CoreBundle\Security\TwoFactor\Provider" should implement method "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInterface::needsPreparation(): bool".
The "Contao\CoreBundle\Security\Voter\WebauthnCredentialVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "Symfony\Component\Translation\DataCollectorTranslator" class is considered final since Symfony 7.1. It may change without further notice as of its next major version. You should not extend it from "Contao\CoreBundle\Translation\DataCollectorTranslator".
"SELECT COUNT(*) AS count FROM tl_site_realisation WHERE tl_site_realisation.published='1' AND (tl_site_realisation.start='' OR tl_site_realisation.start<=1778497140) AND (tl_site_realisation.stop='' OR tl_site_realisation.stop>1778497140)"
doctrine
[
"sql" => "SELECT COUNT(*) AS count FROM tl_site_realisation WHERE tl_site_realisation.published='1' AND (tl_site_realisation.start='' OR tl_site_realisation.start<=1778497140) AND (tl_site_realisation.stop='' OR tl_site_realisation.stop>1778497140)"
]
debug
Executing query:
"SELECT tl_site_realisation.* FROM tl_site_realisation WHERE tl_site_realisation.published='1' AND (tl_site_realisation.start='' OR tl_site_realisation.start<=1778497140) AND (tl_site_realisation.stop='' OR tl_site_realisation.stop>1778497140) ORDER BY tl_site_realisation.tstamp DESC LIMIT 0,12"
doctrine
[
"sql" => "SELECT tl_site_realisation.* FROM tl_site_realisation WHERE tl_site_realisation.published='1' AND (tl_site_realisation.start='' OR tl_site_realisation.start<=1778497140) AND (tl_site_realisation.stop='' OR tl_site_realisation.stop>1778497140) ORDER BY tl_site_realisation.tstamp DESC LIMIT 0,12"
]
debug
Executing statement:
"SELECT tl_page.* FROM tl_page WHERE tl_page.`id` = ? LIMIT 0,1"
User Deprecated: Since contao/core-bundle 5.3: Using "Contao\PageModel::getFrontendUrl()" is deprecated and will no longer work in Contao 6. Use the content URL generator instead.
Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'page_routing_object' not found': Unable to generate a URL for the named route "page_routing_object" as such route does not exist.
app
debug
Executing statement:
"SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1"
Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'page_routing_object' not found': Unable to generate a URL for the named route "page_routing_object" as such route does not exist.
app
debug
Executing statement:
"SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1"
Log messages generated during the compilation of the service container.
Messages
Class
1836
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\FaqElementController" (parent: .abstract.instanceof.App\Controller\ContentElement\FaqElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\FaqElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\FaqElementController).
Resolving inheritance for ".instanceof.App\Controller\ContentElement\FaqElementController.0.App\Controller\ContentElement\FaqElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\FaqElementController).
Resolving inheritance for "App\Controller\ContentElement\FaqElementController" (parent: .instanceof.App\Controller\ContentElement\FaqElementController.0.App\Controller\ContentElement\FaqElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\HeaderPageElementController" (parent: .abstract.instanceof.App\Controller\ContentElement\HeaderPageElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\HeaderPageElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\HeaderPageElementController).
Resolving inheritance for ".instanceof.App\Controller\ContentElement\HeaderPageElementController.0.App\Controller\ContentElement\HeaderPageElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\HeaderPageElementController).
Resolving inheritance for "App\Controller\ContentElement\HeaderPageElementController" (parent: .instanceof.App\Controller\ContentElement\HeaderPageElementController.0.App\Controller\ContentElement\HeaderPageElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\HeroElementController" (parent: .abstract.instanceof.App\Controller\ContentElement\HeroElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\HeroElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\HeroElementController).
Resolving inheritance for ".instanceof.App\Controller\ContentElement\HeroElementController.0.App\Controller\ContentElement\HeroElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\HeroElementController).
Resolving inheritance for "App\Controller\ContentElement\HeroElementController" (parent: .instanceof.App\Controller\ContentElement\HeroElementController.0.App\Controller\ContentElement\HeroElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\RealisationListElementController" (parent: .abstract.instanceof.App\Controller\ContentElement\RealisationListElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\RealisationListElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\RealisationListElementController).
Resolving inheritance for ".instanceof.App\Controller\ContentElement\RealisationListElementController.0.App\Controller\ContentElement\RealisationListElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\RealisationListElementController).
Resolving inheritance for "App\Controller\ContentElement\RealisationListElementController" (parent: .instanceof.App\Controller\ContentElement\RealisationListElementController.0.App\Controller\ContentElement\RealisationListElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilterApiController" (parent: .abstract.instanceof.App\Controller\FilterApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilterApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilterApiController).
Resolving inheritance for ".instanceof.App\Controller\FilterApiController.0.App\Controller\FilterApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilterApiController).
Resolving inheritance for "App\Controller\FilterApiController" (parent: .instanceof.App\Controller\FilterApiController.0.App\Controller\FilterApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\BackToTopModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\BackToTopModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\BackToTopModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\BackToTopModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\BackToTopModuleController.0.App\Controller\FrontendModule\BackToTopModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\BackToTopModuleController).
Resolving inheritance for "App\Controller\FrontendModule\BackToTopModuleController" (parent: .instanceof.App\Controller\FrontendModule\BackToTopModuleController.0.App\Controller\FrontendModule\BackToTopModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\FooterModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\FooterModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\FooterModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\FooterModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\FooterModuleController.0.App\Controller\FrontendModule\FooterModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\FooterModuleController).
Resolving inheritance for "App\Controller\FrontendModule\FooterModuleController" (parent: .instanceof.App\Controller\FrontendModule\FooterModuleController.0.App\Controller\FrontendModule\FooterModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\HeaderModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\HeaderModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\HeaderModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\HeaderModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\HeaderModuleController.0.App\Controller\FrontendModule\HeaderModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\HeaderModuleController).
Resolving inheritance for "App\Controller\FrontendModule\HeaderModuleController" (parent: .instanceof.App\Controller\FrontendModule\HeaderModuleController.0.App\Controller\FrontendModule\HeaderModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\NewsCustomListModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\NewsCustomListModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\NewsCustomListModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\NewsCustomListModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\NewsCustomListModuleController.0.App\Controller\FrontendModule\NewsCustomListModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\NewsCustomListModuleController).
Resolving inheritance for "App\Controller\FrontendModule\NewsCustomListModuleController" (parent: .instanceof.App\Controller\FrontendModule\NewsCustomListModuleController.0.App\Controller\FrontendModule\NewsCustomListModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\NewsSingleModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\NewsSingleModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\NewsSingleModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\NewsSingleModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\NewsSingleModuleController.0.App\Controller\FrontendModule\NewsSingleModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\NewsSingleModuleController).
Resolving inheritance for "App\Controller\FrontendModule\NewsSingleModuleController" (parent: .instanceof.App\Controller\FrontendModule\NewsSingleModuleController.0.App\Controller\FrontendModule\NewsSingleModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\RealisationSingleModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\RealisationSingleModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\RealisationSingleModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\RealisationSingleModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\RealisationSingleModuleController.0.App\Controller\FrontendModule\RealisationSingleModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\RealisationSingleModuleController).
Resolving inheritance for "App\Controller\FrontendModule\RealisationSingleModuleController" (parent: .instanceof.App\Controller\FrontendModule\RealisationSingleModuleController.0.App\Controller\FrontendModule\RealisationSingleModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\RealisationsListModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\RealisationsListModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\RealisationsListModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\RealisationsListModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\RealisationsListModuleController.0.App\Controller\FrontendModule\RealisationsListModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\RealisationsListModuleController).
Resolving inheritance for "App\Controller\FrontendModule\RealisationsListModuleController" (parent: .instanceof.App\Controller\FrontendModule\RealisationsListModuleController.0.App\Controller\FrontendModule\RealisationsListModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\TestimonialsListModuleController" (parent: .abstract.instanceof.App\Controller\FrontendModule\TestimonialsListModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\TestimonialsListModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\TestimonialsListModuleController).
Resolving inheritance for ".instanceof.App\Controller\FrontendModule\TestimonialsListModuleController.0.App\Controller\FrontendModule\TestimonialsListModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\TestimonialsListModuleController).
Resolving inheritance for "App\Controller\FrontendModule\TestimonialsListModuleController" (parent: .instanceof.App\Controller\FrontendModule\TestimonialsListModuleController.0.App\Controller\FrontendModule\TestimonialsListModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" (parent: .abstract.instanceof.App\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController).
Resolving inheritance for ".instanceof.App\Controller\NewsController.0.App\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController).
Resolving inheritance for "App\Controller\NewsController" (parent: .instanceof.App\Controller\NewsController.0.App\Controller\NewsController).
Resolving inheritance for ".instanceof.App\EventListener\DataContainer\GenerateAliasListener.0.App\EventListener\DataContainer\GenerateAliasListener" (parent: .abstract.instanceof.App\EventListener\DataContainer\GenerateAliasListener).
Resolving inheritance for "App\EventListener\DataContainer\GenerateAliasListener" (parent: .instanceof.App\EventListener\DataContainer\GenerateAliasListener.0.App\EventListener\DataContainer\GenerateAliasListener).
Resolving inheritance for ".instanceof.App\EventListener\DataContainer\PasteButtonCallback.0.App\EventListener\DataContainer\PasteButtonCallback" (parent: .abstract.instanceof.App\EventListener\DataContainer\PasteButtonCallback).
Resolving inheritance for "App\EventListener\DataContainer\PasteButtonCallback" (parent: .instanceof.App\EventListener\DataContainer\PasteButtonCallback.0.App\EventListener\DataContainer\PasteButtonCallback).
Resolving inheritance for ".instanceof.App\EventListener\GetArticleListener.0.App\EventListener\GetArticleListener" (parent: .abstract.instanceof.App\EventListener\GetArticleListener).
Resolving inheritance for "App\EventListener\GetArticleListener" (parent: .instanceof.App\EventListener\GetArticleListener.0.App\EventListener\GetArticleListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ViteExtension" (parent: .abstract.instanceof.App\Twig\ViteExtension).
Resolving inheritance for "App\Twig\ViteExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ViteExtension).
Resolving inheritance for ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AuthenticatorAttestationResponseValidator" (parent: .abstract.instanceof.Webauthn\AuthenticatorAttestationResponseValidator).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AuthenticatorAttestationResponseValidator" (parent: .instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AuthenticatorAttestationResponseValidator).
Resolving inheritance for "Webauthn\AuthenticatorAttestationResponseValidator" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AuthenticatorAttestationResponseValidator).
Resolving inheritance for ".instanceof.Webauthn\Event\CanDispatchEvents.0.webauthn.authenticator_attestation_response_validator.conditional_creation" (parent: .abstract.instanceof.webauthn.authenticator_attestation_response_validator.conditional_creation).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.webauthn.authenticator_attestation_response_validator.conditional_creation" (parent: .instanceof.Webauthn\Event\CanDispatchEvents.0.webauthn.authenticator_attestation_response_validator.conditional_creation).
Resolving inheritance for "webauthn.authenticator_attestation_response_validator.conditional_creation" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.webauthn.authenticator_attestation_response_validator.conditional_creation).
Resolving inheritance for ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AuthenticatorAssertionResponseValidator" (parent: .abstract.instanceof.Webauthn\AuthenticatorAssertionResponseValidator).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AuthenticatorAssertionResponseValidator" (parent: .instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AuthenticatorAssertionResponseValidator).
Resolving inheritance for "Webauthn\AuthenticatorAssertionResponseValidator" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AuthenticatorAssertionResponseValidator).
Resolving inheritance for ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\Bundle\Service\PublicKeyCredentialCreationOptionsFactory" (parent: .abstract.instanceof.Webauthn\Bundle\Service\PublicKeyCredentialCreationOptionsFactory).
Resolving inheritance for "Webauthn\Bundle\Service\PublicKeyCredentialCreationOptionsFactory" (parent: .instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\Bundle\Service\PublicKeyCredentialCreationOptionsFactory).
Resolving inheritance for ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory" (parent: .abstract.instanceof.Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory).
Resolving inheritance for "Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory" (parent: .instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory).
Resolving inheritance for ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AttestationStatement\AttestationObjectLoader" (parent: .abstract.instanceof.Webauthn\AttestationStatement\AttestationObjectLoader).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AttestationStatement\AttestationObjectLoader" (parent: .instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AttestationStatement\AttestationObjectLoader).
Resolving inheritance for "Webauthn\AttestationStatement\AttestationObjectLoader" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AttestationStatement\AttestationObjectLoader).
Resolving inheritance for ".instanceof.Webauthn\AttestationStatement\AttestationStatementSupport.0.Webauthn\AttestationStatement\NoneAttestationStatementSupport" (parent: .abstract.instanceof.Webauthn\AttestationStatement\NoneAttestationStatementSupport).
Resolving inheritance for ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AttestationStatement\NoneAttestationStatementSupport" (parent: .instanceof.Webauthn\AttestationStatement\AttestationStatementSupport.0.Webauthn\AttestationStatement\NoneAttestationStatementSupport).
Resolving inheritance for "Webauthn\AttestationStatement\NoneAttestationStatementSupport" (parent: .instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AttestationStatement\NoneAttestationStatementSupport).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Counter\ThrowExceptionIfInvalid" (parent: .abstract.instanceof.Webauthn\Counter\ThrowExceptionIfInvalid).
Resolving inheritance for "Webauthn\Counter\ThrowExceptionIfInvalid" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Counter\ThrowExceptionIfInvalid).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Controller\AssertionControllerFactory" (parent: .abstract.instanceof.Webauthn\Bundle\Controller\AssertionControllerFactory).
Resolving inheritance for "Webauthn\Bundle\Controller\AssertionControllerFactory" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Controller\AssertionControllerFactory).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository" (parent: .abstract.instanceof.Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository).
Resolving inheritance for "Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository" (parent: .abstract.instanceof.Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository).
Resolving inheritance for "Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\VerificationMethodANDCombinationsDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\VerificationMethodANDCombinationsDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\VerificationMethodANDCombinationsDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\VerificationMethodANDCombinationsDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\ExtensionDescriptorDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\ExtensionDescriptorDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\ExtensionDescriptorDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\ExtensionDescriptorDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AttestationObjectDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AttestationObjectDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AttestationObjectDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AttestationObjectDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AttestationStatementDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AttestationStatementDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AttestationStatementDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AttestationStatementDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionNormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AuthenticationExtensionNormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AuthenticationExtensionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialDescriptorNormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialDescriptorNormalizer).
Resolving inheritance for "Webauthn\Denormalizer\PublicKeyCredentialDescriptorNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialDescriptorNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AttestedCredentialDataNormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AttestedCredentialDataNormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AttestedCredentialDataNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AttestedCredentialDataNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\UrlNormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\UrlNormalizer).
Resolving inheritance for "Webauthn\Denormalizer\UrlNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\UrlNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorAssertionResponseDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AuthenticatorAssertionResponseDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AuthenticatorAssertionResponseDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorAssertionResponseDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorAttestationResponseDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AuthenticatorAttestationResponseDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AuthenticatorAttestationResponseDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorAttestationResponseDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorDataDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AuthenticatorDataDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AuthenticatorDataDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorDataDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorResponseDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\AuthenticatorResponseDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\AuthenticatorResponseDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorResponseDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\CollectedClientDataDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\CollectedClientDataDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\CollectedClientDataDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\CollectedClientDataDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\PublicKeyCredentialDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialRpEntityDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialRpEntityDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\PublicKeyCredentialRpEntityDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialRpEntityDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalAllAcceptedCredentialsDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\SignalAllAcceptedCredentialsDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\SignalAllAcceptedCredentialsDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalAllAcceptedCredentialsDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalCurrentUserDetailsDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\SignalCurrentUserDetailsDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\SignalCurrentUserDetailsDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalCurrentUserDetailsDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalUnknownCredentialDenormalizer" (parent: .abstract.instanceof.Webauthn\Denormalizer\SignalUnknownCredentialDenormalizer).
Resolving inheritance for "Webauthn\Denormalizer\SignalUnknownCredentialDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalUnknownCredentialDenormalizer).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS1" (parent: .abstract.instanceof.webauthn.cose.algorithm.RS1).
Resolving inheritance for "webauthn.cose.algorithm.RS1" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS1).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS256" (parent: .abstract.instanceof.webauthn.cose.algorithm.RS256).
Resolving inheritance for "webauthn.cose.algorithm.RS256" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS256).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS384" (parent: .abstract.instanceof.webauthn.cose.algorithm.RS384).
Resolving inheritance for "webauthn.cose.algorithm.RS384" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS384).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS512" (parent: .abstract.instanceof.webauthn.cose.algorithm.RS512).
Resolving inheritance for "webauthn.cose.algorithm.RS512" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS512).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS256" (parent: .abstract.instanceof.webauthn.cose.algorithm.PS256).
Resolving inheritance for "webauthn.cose.algorithm.PS256" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS256).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS384" (parent: .abstract.instanceof.webauthn.cose.algorithm.PS384).
Resolving inheritance for "webauthn.cose.algorithm.PS384" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS384).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS512" (parent: .abstract.instanceof.webauthn.cose.algorithm.PS512).
Resolving inheritance for "webauthn.cose.algorithm.PS512" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS512).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES256K" (parent: .abstract.instanceof.webauthn.cose.algorithm.ES256K).
Resolving inheritance for "webauthn.cose.algorithm.ES256K" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES256K).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES256" (parent: .abstract.instanceof.webauthn.cose.algorithm.ES256).
Resolving inheritance for "webauthn.cose.algorithm.ES256" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES256).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES384" (parent: .abstract.instanceof.webauthn.cose.algorithm.ES384).
Resolving inheritance for "webauthn.cose.algorithm.ES384" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES384).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES512" (parent: .abstract.instanceof.webauthn.cose.algorithm.ES512).
Resolving inheritance for "webauthn.cose.algorithm.ES512" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES512).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ED256" (parent: .abstract.instanceof.webauthn.cose.algorithm.ED256).
Resolving inheritance for "webauthn.cose.algorithm.ED256" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ED256).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ED512" (parent: .abstract.instanceof.webauthn.cose.algorithm.ED512).
Resolving inheritance for "webauthn.cose.algorithm.ED512" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ED512).
Resolving inheritance for ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.Ed25519ph" (parent: .abstract.instanceof.webauthn.cose.algorithm.Ed25519ph).
Resolving inheritance for "webauthn.cose.algorithm.Ed25519ph" (parent: .instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.Ed25519ph).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter" (parent: .abstract.instanceof.Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter).
Resolving inheritance for "Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter" (parent: .abstract.instanceof.Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter).
Resolving inheritance for "Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter).
Resolving inheritance for ".instanceof.Webauthn\MetadataService\CanLogData.0.webauthn.security.authenticator" (parent: .abstract.instanceof.webauthn.security.authenticator).
Resolving inheritance for "webauthn.security.authenticator" (parent: .instanceof.Webauthn\MetadataService\CanLogData.0.webauthn.security.authenticator).
Resolving inheritance for ".instanceof.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener.0.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener" (parent: .abstract.instanceof.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener).
Resolving inheritance for "Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener" (parent: .instanceof.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener.0.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector" (parent: .abstract.instanceof.Webauthn\Bundle\DataCollector\WebauthnCollector).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector).
Resolving inheritance for "Webauthn\Bundle\DataCollector\WebauthnCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.contao_failure" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.contao_prio_high" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.contao_prio_normal" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.contao_prio_low" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.contao_backend" (parent: security.firewall.config).
Resolving inheritance for "security.listener.contao_backend.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.contao_backend" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.contao_backend" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.contao_backend" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.contao_backend" (parent: security.logout.listener.session).
Resolving inheritance for "security.firewall_config.webauthn.contao_backend" (parent: webauthn.security.firewall_config).
Resolving inheritance for "security.authenticator.webauthn.contao_backend" (parent: webauthn.security.authenticator).
Resolving inheritance for "limiter._login_local_contao_backend" (parent: limiter).
Resolving inheritance for "limiter._login_global_contao_backend" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.contao_backend" (parent: security.listener.login_throttling).
Resolving inheritance for "contao.security.two_factor_firewall_config.contao_backend" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authenticator.two_factor.contao_backend" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.contao_backend" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.contao_backend" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.contao_backend" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "contao.security.login_authenticator.contao_backend" (parent: contao.security.login_authenticator).
Resolving inheritance for "security.authenticator.cache.expired_links" (parent: cache.app).
Resolving inheritance for "security.authenticator.login_link_signature_hasher.contao_backend" (parent: security.authenticator.abstract_login_link_signature_hasher).
Resolving inheritance for "security.authenticator.login_link_handler.contao_backend" (parent: security.authenticator.abstract_login_link_handler).
Resolving inheritance for "security.authenticator.login_link.contao_backend" (parent: security.authenticator.login_link).
Resolving inheritance for "security.authentication.success_handler.contao_backend.login_link" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.contao_backend.login_link" (parent: contao.security.authentication_success_handler).
Resolving inheritance for "security.authentication.failure_handler.contao_backend.login_link" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.contao_backend" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.contao_backend" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.contao_backend" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.contao_backend" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.contao_backend" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.contao_backend" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.contao_frontend" (parent: security.firewall.config).
Resolving inheritance for "security.listener.contao_frontend.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.contao_frontend" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.contao_frontend" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.contao_frontend" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.contao_frontend" (parent: security.logout.listener.session).
Resolving inheritance for "security.firewall_config.webauthn.contao_frontend" (parent: webauthn.security.firewall_config).
Resolving inheritance for "security.authenticator.webauthn.contao_frontend" (parent: webauthn.security.authenticator).
Resolving inheritance for "limiter._login_local_contao_frontend" (parent: limiter).
Resolving inheritance for "limiter._login_global_contao_frontend" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.contao_frontend" (parent: security.listener.login_throttling).
Resolving inheritance for "contao.security.two_factor_firewall_config.contao_frontend" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authenticator.two_factor.contao_frontend" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.contao_frontend" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.contao_frontend" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.contao_frontend" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "contao.security.login_authenticator.contao_frontend" (parent: contao.security.login_authenticator).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_handler.contao_frontend" (parent: security.authenticator.persistent_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.contao_frontend" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.contao_frontend" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.contao_frontend" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.contao_frontend" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.contao_frontend" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.contao_frontend" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.contao_frontend" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.contao_frontend" (parent: security.firewall.context).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.automator" (parent: .abstract.instanceof.contao.command.automator).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\AutomatorCommand.0.contao.command.automator" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.automator).
Resolving inheritance for "contao.command.automator" (parent: .instanceof.Contao\CoreBundle\Command\AutomatorCommand.0.contao.command.automator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_create" (parent: .abstract.instanceof.contao.command.backup_create).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\Backup\BackupCreateCommand.0.contao.command.backup_create" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_create).
Resolving inheritance for "contao.command.backup_create" (parent: .instanceof.Contao\CoreBundle\Command\Backup\BackupCreateCommand.0.contao.command.backup_create).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_list" (parent: .abstract.instanceof.contao.command.backup_list).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\Backup\BackupListCommand.0.contao.command.backup_list" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_list).
Resolving inheritance for "contao.command.backup_list" (parent: .instanceof.Contao\CoreBundle\Command\Backup\BackupListCommand.0.contao.command.backup_list).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_restore" (parent: .abstract.instanceof.contao.command.backup_restore).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\Backup\BackupRestoreCommand.0.contao.command.backup_restore" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_restore).
Resolving inheritance for "contao.command.backup_restore" (parent: .instanceof.Contao\CoreBundle\Command\Backup\BackupRestoreCommand.0.contao.command.backup_restore).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_stream_content" (parent: .abstract.instanceof.contao.command.backup_stream_content).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\Backup\BackupStreamContentCommand.0.contao.command.backup_stream_content" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_stream_content).
Resolving inheritance for "contao.command.backup_stream_content" (parent: .instanceof.Contao\CoreBundle\Command\Backup\BackupStreamContentCommand.0.contao.command.backup_stream_content).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.crawl" (parent: .abstract.instanceof.contao.command.crawl).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\CrawlCommand.0.contao.command.crawl" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.crawl).
Resolving inheritance for "contao.command.crawl" (parent: .instanceof.Contao\CoreBundle\Command\CrawlCommand.0.contao.command.crawl).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.cron" (parent: .abstract.instanceof.contao.command.cron).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\CronCommand.0.contao.command.cron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.cron).
Resolving inheritance for "contao.command.cron" (parent: .instanceof.Contao\CoreBundle\Command\CronCommand.0.contao.command.cron).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.cron_list" (parent: .abstract.instanceof.contao.command.cron_list).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\CronListCommand.0.contao.command.cron_list" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.cron_list).
Resolving inheritance for "contao.command.cron_list" (parent: .instanceof.Contao\CoreBundle\Command\CronListCommand.0.contao.command.cron_list).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_dca" (parent: .abstract.instanceof.contao.command.debug_dca).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\DebugDcaCommand.0.contao.command.debug_dca" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_dca).
Resolving inheritance for "contao.command.debug_dca" (parent: .instanceof.Contao\CoreBundle\Command\DebugDcaCommand.0.contao.command.debug_dca).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_fragments" (parent: .abstract.instanceof.contao.command.debug_fragments).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\DebugFragmentsCommand.0.contao.command.debug_fragments" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_fragments).
Resolving inheritance for "contao.command.debug_fragments" (parent: .instanceof.Contao\CoreBundle\Command\DebugFragmentsCommand.0.contao.command.debug_fragments).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_pages" (parent: .abstract.instanceof.contao.command.debug_pages).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\DebugPagesCommand.0.contao.command.debug_pages" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_pages).
Resolving inheritance for "contao.command.debug_pages" (parent: .instanceof.Contao\CoreBundle\Command\DebugPagesCommand.0.contao.command.debug_pages).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_twig" (parent: .abstract.instanceof.contao.command.debug_twig).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\DebugContaoTwigCommand.0.contao.command.debug_twig" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_twig).
Resolving inheritance for "contao.command.debug_twig" (parent: .instanceof.Contao\CoreBundle\Command\DebugContaoTwigCommand.0.contao.command.debug_twig).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.dump_twig_ide_file" (parent: .abstract.instanceof.contao.command.dump_twig_ide_file).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\DumpTwigIdeFileCommand.0.contao.command.dump_twig_ide_file" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.dump_twig_ide_file).
Resolving inheritance for "contao.command.dump_twig_ide_file" (parent: .instanceof.Contao\CoreBundle\Command\DumpTwigIdeFileCommand.0.contao.command.dump_twig_ide_file).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.filesync" (parent: .abstract.instanceof.contao.command.filesync).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\FilesyncCommand.0.contao.command.filesync" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.filesync).
Resolving inheritance for "contao.command.filesync" (parent: .instanceof.Contao\CoreBundle\Command\FilesyncCommand.0.contao.command.filesync).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.install" (parent: .abstract.instanceof.contao.command.install).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\InstallCommand.0.contao.command.install" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.install).
Resolving inheritance for "contao.command.install" (parent: .instanceof.Contao\CoreBundle\Command\InstallCommand.0.contao.command.install).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.migrate" (parent: .abstract.instanceof.contao.command.migrate).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\MigrateCommand.0.contao.command.migrate" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.migrate).
Resolving inheritance for "contao.command.migrate" (parent: .instanceof.Contao\CoreBundle\Command\MigrateCommand.0.contao.command.migrate).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.resize_images" (parent: .abstract.instanceof.contao.command.resize_images).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\ResizeImagesCommand.0.contao.command.resize_images" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.resize_images).
Resolving inheritance for "contao.command.resize_images" (parent: .instanceof.Contao\CoreBundle\Command\ResizeImagesCommand.0.contao.command.resize_images).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.supervise_workers" (parent: .abstract.instanceof.contao.command.supervise_workers).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\SuperviseWorkersCommand.0.contao.command.supervise_workers" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.supervise_workers).
Resolving inheritance for "contao.command.supervise_workers" (parent: .instanceof.Contao\CoreBundle\Command\SuperviseWorkersCommand.0.contao.command.supervise_workers).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.symlinks" (parent: .abstract.instanceof.contao.command.symlinks).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\SymlinksCommand.0.contao.command.symlinks" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.symlinks).
Resolving inheritance for "contao.command.symlinks" (parent: .instanceof.Contao\CoreBundle\Command\SymlinksCommand.0.contao.command.symlinks).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_create" (parent: .abstract.instanceof.contao.command.user_create).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\UserCreateCommand.0.contao.command.user_create" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_create).
Resolving inheritance for "contao.command.user_create" (parent: .instanceof.Contao\CoreBundle\Command\UserCreateCommand.0.contao.command.user_create).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_list" (parent: .abstract.instanceof.contao.command.user_list).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\UserListCommand.0.contao.command.user_list" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_list).
Resolving inheritance for "contao.command.user_list" (parent: .instanceof.Contao\CoreBundle\Command\UserListCommand.0.contao.command.user_list).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_password" (parent: .abstract.instanceof.contao.command.user_password).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Command\UserPasswordCommand.0.contao.command.user_password" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_password).
Resolving inheritance for "contao.command.user_password" (parent: .instanceof.Contao\CoreBundle\Command\UserPasswordCommand.0.contao.command.user_password).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\AltchaController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\AltchaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\AltchaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\AltchaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\AltchaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\AltchaController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AltchaController.0.Contao\CoreBundle\Controller\AltchaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\AltchaController).
Resolving inheritance for "Contao\CoreBundle\Controller\AltchaController" (parent: .instanceof.Contao\CoreBundle\Controller\AltchaController.0.Contao\CoreBundle\Controller\AltchaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\BackendController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Backend\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\BackendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\BackendController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\BackendController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Backend\BackendController.0.Contao\CoreBundle\Controller\Backend\BackendController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\BackendController).
Resolving inheritance for "Contao\CoreBundle\Controller\Backend\BackendController" (parent: .instanceof.Contao\CoreBundle\Controller\Backend\BackendController.0.Contao\CoreBundle\Controller\Backend\BackendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\JobsController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Backend\JobsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\JobsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\JobsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\JobsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\JobsController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\JobsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\JobsController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Backend\JobsController.0.Contao\CoreBundle\Controller\Backend\JobsController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\JobsController).
Resolving inheritance for "Contao\CoreBundle\Controller\Backend\JobsController" (parent: .instanceof.Contao\CoreBundle\Controller\Backend\JobsController.0.Contao\CoreBundle\Controller\Backend\JobsController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Backend\PreviewController.0.Contao\CoreBundle\Controller\Backend\PreviewController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Backend\PreviewController).
Resolving inheritance for "Contao\CoreBundle\Controller\Backend\PreviewController" (parent: .instanceof.Contao\CoreBundle\Controller\Backend\PreviewController.0.Contao\CoreBundle\Controller\Backend\PreviewController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Backend\PreviewSwitchController.0.Contao\CoreBundle\Controller\Backend\PreviewSwitchController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Backend\PreviewSwitchController).
Resolving inheritance for "Contao\CoreBundle\Controller\Backend\PreviewSwitchController" (parent: .instanceof.Contao\CoreBundle\Controller\Backend\PreviewSwitchController.0.Contao\CoreBundle\Controller\Backend\PreviewSwitchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\FavoriteController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Backend\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\FavoriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\FavoriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\FavoriteController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Backend\FavoriteController.0.Contao\CoreBundle\Controller\Backend\FavoriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\FavoriteController).
Resolving inheritance for "Contao\CoreBundle\Controller\Backend\FavoriteController" (parent: .instanceof.Contao\CoreBundle\Controller\Backend\FavoriteController.0.Contao\CoreBundle\Controller\Backend\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\CaptchaController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\CaptchaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\CaptchaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\CaptchaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\CaptchaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\CaptchaController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\CaptchaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\CaptchaController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\CaptchaController.0.Contao\CoreBundle\Controller\CaptchaController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\CaptchaController).
Resolving inheritance for "Contao\CoreBundle\Controller\CaptchaController" (parent: .instanceof.Contao\CoreBundle\Controller\CaptchaController.0.Contao\CoreBundle\Controller\CaptchaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\AccordionController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\AccordionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\AccordionController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\AccordionController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\AccordionController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\CloseAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\CloseAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\CloseAccountController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\CloseAccountController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\CloseAccountController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\CloseAccountController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\CodeController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\CodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\CodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\CodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CodeController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\CodeController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\CodeController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CodeController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\CodeController.0.Contao\CoreBundle\Controller\ContentElement\CodeController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\CodeController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\CodeController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\CodeController.0.Contao\CoreBundle\Controller\ContentElement\CodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\DescriptionListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\DescriptionListController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\DescriptionListController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\DescriptionListController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\DescriptionListController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\DownloadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\DownloadsController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\DownloadsController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\DownloadsController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\ElementGroupController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\ElementGroupController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\HeadlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HeadlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HeadlineController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\HeadlineController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\HeadlineController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\HeadlineController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HtmlController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\HtmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HtmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HtmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\HtmlController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\HtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\HtmlController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\HyperlinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HyperlinkController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\HyperlinkController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\HyperlinkController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\HyperlinkController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ImagesController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\ImagesController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\ImagesController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\ImagesController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ListController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ListController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ListController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ListController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ListController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\ListController.0.Contao\CoreBundle\Controller\ContentElement\ListController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ListController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\ListController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\ListController.0.Contao\CoreBundle\Controller\ContentElement\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\LoginController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\LoginController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\LoginController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\LoginController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\LoginController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\LoginController.0.Contao\CoreBundle\Controller\ContentElement\LoginController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\LoginController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\LoginController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\LoginController.0.Contao\CoreBundle\Controller\ContentElement\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\MarkdownController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\MarkdownController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\MarkdownController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\MarkdownController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\MarkdownController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\MarkdownController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\PlayerController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\PlayerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\PlayerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\PlayerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\PlayerController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\PlayerController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\PlayerController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\PlayerController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\SwiperController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\SwiperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\SwiperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\SwiperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\SwiperController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\SwiperController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\SwiperController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\SwiperController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TableController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TableController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TableController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TableController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TableController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TableController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TableController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TableController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\TableController.0.Contao\CoreBundle\Controller\ContentElement\TableController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TableController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\TableController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\TableController.0.Contao\CoreBundle\Controller\ContentElement\TableController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TemplateController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TemplateController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\TemplateController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\TemplateController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\TemplateController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TeaserController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TeaserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TeaserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TeaserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TeaserController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\TeaserController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\TeaserController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\TeaserController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TextController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TextController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TextController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TextController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TextController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TextController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TextController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TextController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TextController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TextController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\TextController.0.Contao\CoreBundle\Controller\ContentElement\TextController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TextController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\TextController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\TextController.0.Contao\CoreBundle\Controller\ContentElement\TextController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ToplinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ToplinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ToplinkController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\ToplinkController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\ToplinkController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\ToplinkController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TwoFactorController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\TwoFactorController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\TwoFactorController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\TwoFactorController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\VideoController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\VideoController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\ContentElement\VideoController.0.Contao\CoreBundle\Controller\ContentElement\VideoController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for "Contao\CoreBundle\Controller\ContentElement\VideoController" (parent: .instanceof.Contao\CoreBundle\Controller\ContentElement\VideoController.0.Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\CspReporterController.0.Contao\CoreBundle\Controller\CspReporterController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\CspReporterController).
Resolving inheritance for "Contao\CoreBundle\Controller\CspReporterController" (parent: .instanceof.Contao\CoreBundle\Controller\CspReporterController.0.Contao\CoreBundle\Controller\CspReporterController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FaviconController.0.Contao\CoreBundle\Controller\FaviconController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\FaviconController).
Resolving inheritance for "Contao\CoreBundle\Controller\FaviconController" (parent: .instanceof.Contao\CoreBundle\Controller\FaviconController.0.Contao\CoreBundle\Controller\FaviconController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendController.0.Contao\CoreBundle\Controller\FrontendController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendController).
Resolving inheritance for "Contao\CoreBundle\Controller\FrontendController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendController.0.Contao\CoreBundle\Controller\FrontendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for "Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for "Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\TemplateController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for "Contao\CoreBundle\Controller\FrontendModule\TemplateController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\TemplateController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for "Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for "Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" (parent: .instanceof.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\ErrorPageController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Page\ErrorPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ErrorPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\ErrorPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\ErrorPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ErrorPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ErrorPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\ErrorPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Page\ErrorPageController.0.Contao\CoreBundle\Controller\Page\ErrorPageController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ErrorPageController).
Resolving inheritance for "Contao\CoreBundle\Controller\Page\ErrorPageController" (parent: .instanceof.Contao\CoreBundle\Controller\Page\ErrorPageController.0.Contao\CoreBundle\Controller\Page\ErrorPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\ForwardPageController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Page\ForwardPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ForwardPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\ForwardPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\ForwardPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ForwardPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ForwardPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\ForwardPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Page\ForwardPageController.0.Contao\CoreBundle\Controller\Page\ForwardPageController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ForwardPageController).
Resolving inheritance for "Contao\CoreBundle\Controller\Page\ForwardPageController" (parent: .instanceof.Contao\CoreBundle\Controller\Page\ForwardPageController.0.Contao\CoreBundle\Controller\Page\ForwardPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\LogoutPageController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Page\LogoutPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\LogoutPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\LogoutPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\LogoutPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\LogoutPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\LogoutPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\LogoutPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Page\LogoutPageController.0.Contao\CoreBundle\Controller\Page\LogoutPageController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\LogoutPageController).
Resolving inheritance for "Contao\CoreBundle\Controller\Page\LogoutPageController" (parent: .instanceof.Contao\CoreBundle\Controller\Page\LogoutPageController.0.Contao\CoreBundle\Controller\Page\LogoutPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Page\RedirectPageController.0.Contao\CoreBundle\Controller\Page\RedirectPageController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Page\RedirectPageController).
Resolving inheritance for "Contao\CoreBundle\Controller\Page\RedirectPageController" (parent: .instanceof.Contao\CoreBundle\Controller\Page\RedirectPageController.0.Contao\CoreBundle\Controller\Page\RedirectPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\RegularPageController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Page\RegularPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RegularPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\RegularPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\RegularPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RegularPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RegularPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\RegularPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Page\RegularPageController.0.Contao\CoreBundle\Controller\Page\RegularPageController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RegularPageController).
Resolving inheritance for "Contao\CoreBundle\Controller\Page\RegularPageController" (parent: .instanceof.Contao\CoreBundle\Controller\Page\RegularPageController.0.Contao\CoreBundle\Controller\Page\RegularPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\RootPageController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Page\RootPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RootPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\RootPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\RootPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RootPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RootPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\RootPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Page\RootPageController.0.Contao\CoreBundle\Controller\Page\RootPageController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RootPageController).
Resolving inheritance for "Contao\CoreBundle\Controller\Page\RootPageController" (parent: .instanceof.Contao\CoreBundle\Controller\Page\RootPageController.0.Contao\CoreBundle\Controller\Page\RootPageController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\PreviewLinkController.0.Contao\CoreBundle\Controller\PreviewLinkController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\PreviewLinkController).
Resolving inheritance for "Contao\CoreBundle\Controller\PreviewLinkController" (parent: .instanceof.Contao\CoreBundle\Controller\PreviewLinkController.0.Contao\CoreBundle\Controller\PreviewLinkController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\RobotsTxtController.0.Contao\CoreBundle\Controller\RobotsTxtController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\RobotsTxtController).
Resolving inheritance for "Contao\CoreBundle\Controller\RobotsTxtController" (parent: .instanceof.Contao\CoreBundle\Controller\RobotsTxtController.0.Contao\CoreBundle\Controller\RobotsTxtController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\SitemapController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\SitemapController.0.Contao\CoreBundle\Controller\SitemapController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\SitemapController).
Resolving inheritance for "Contao\CoreBundle\Controller\SitemapController" (parent: .instanceof.Contao\CoreBundle\Controller\SitemapController.0.Contao\CoreBundle\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.form.change_password_type" (parent: .abstract.instanceof.contao.form.change_password_type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.contao.form.change_password_type" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.form.change_password_type).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Form\Type\AbstractContaoType.0.contao.form.change_password_type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.contao.form.change_password_type).
Resolving inheritance for "contao.form.change_password_type" (parent: .instanceof.Contao\CoreBundle\Form\Type\AbstractContaoType.0.contao.form.change_password_type).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.form.close_account_type" (parent: .abstract.instanceof.contao.form.close_account_type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.contao.form.close_account_type" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.form.close_account_type).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Form\Type\AbstractContaoType.0.contao.form.close_account_type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.contao.form.close_account_type).
Resolving inheritance for "contao.form.close_account_type" (parent: .instanceof.Contao\CoreBundle\Form\Type\AbstractContaoType.0.contao.form.close_account_type).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\AdministratorEmailListener.0.contao.listener.administrator_email" (parent: .abstract.instanceof.contao.listener.administrator_email).
Resolving inheritance for "contao.listener.administrator_email" (parent: .instanceof.Contao\CoreBundle\EventListener\AdministratorEmailListener.0.contao.listener.administrator_email).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\BackendCacheResponseListener.0.contao.listener.backend_cache_response" (parent: .abstract.instanceof.contao.listener.backend_cache_response).
Resolving inheritance for "contao.listener.backend_cache_response" (parent: .instanceof.Contao\CoreBundle\EventListener\BackendCacheResponseListener.0.contao.listener.backend_cache_response).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\BackendLocaleListener.0.contao.listener.backend_locale" (parent: .abstract.instanceof.contao.listener.backend_locale).
Resolving inheritance for "contao.listener.backend_locale" (parent: .instanceof.Contao\CoreBundle\EventListener\BackendLocaleListener.0.contao.listener.backend_locale).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\BackendNoindexListener.0.contao.listener.backend_noindex" (parent: .abstract.instanceof.contao.listener.backend_noindex).
Resolving inheritance for "contao.listener.backend_noindex" (parent: .instanceof.Contao\CoreBundle\EventListener\BackendNoindexListener.0.contao.listener.backend_noindex).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\BackendPreviewRedirectListener.0.contao.listener.backend_preview_redirect" (parent: .abstract.instanceof.contao.listener.backend_preview_redirect).
Resolving inheritance for "contao.listener.backend_preview_redirect" (parent: .instanceof.Contao\CoreBundle\EventListener\BackendPreviewRedirectListener.0.contao.listener.backend_preview_redirect).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener.0.contao.listener.backend_rebuild_cache_message" (parent: .abstract.instanceof.contao.listener.backend_rebuild_cache_message).
Resolving inheritance for "contao.listener.backend_rebuild_cache_message" (parent: .instanceof.Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener.0.contao.listener.backend_rebuild_cache_message).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\ClearSessionDataListener.0.contao.listener.clear_session_data" (parent: .abstract.instanceof.contao.listener.clear_session_data).
Resolving inheritance for "contao.listener.clear_session_data" (parent: .instanceof.Contao\CoreBundle\EventListener\ClearSessionDataListener.0.contao.listener.clear_session_data).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\CommandSchedulerListener.0.contao.listener.command_scheduler" (parent: .abstract.instanceof.contao.listener.command_scheduler).
Resolving inheritance for "contao.listener.command_scheduler" (parent: .instanceof.Contao\CoreBundle\EventListener\CommandSchedulerListener.0.contao.listener.command_scheduler).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\CspReportListener.0.contao.listener.csp_report" (parent: .abstract.instanceof.contao.listener.csp_report).
Resolving inheritance for "contao.listener.csp_report" (parent: .instanceof.Contao\CoreBundle\EventListener\CspReportListener.0.contao.listener.csp_report).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.csrf_token_cookie" (parent: .abstract.instanceof.contao.listener.csrf_token_cookie).
Resolving inheritance for "contao.listener.csrf_token_cookie" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.csrf_token_cookie).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\AccordionListener.0.contao.listener.data_container.accordion" (parent: .abstract.instanceof.contao.listener.data_container.accordion).
Resolving inheritance for "contao.listener.data_container.accordion" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\AccordionListener.0.contao.listener.data_container.accordion).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ActiveMemberGroupsListener.0.contao.listener.data_container.active_member_groups" (parent: .abstract.instanceof.contao.listener.data_container.active_member_groups).
Resolving inheritance for "contao.listener.data_container.active_member_groups" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ActiveMemberGroupsListener.0.contao.listener.data_container.active_member_groups).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ArticleColumnListener.0.contao.listener.data_container.article_column" (parent: .abstract.instanceof.contao.listener.data_container.article_column).
Resolving inheritance for "contao.listener.data_container.article_column" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ArticleColumnListener.0.contao.listener.data_container.article_column).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\BackendFavoritesListener.0.contao.listener.data_container.backend_favorites" (parent: .abstract.instanceof.contao.listener.data_container.backend_favorites).
Resolving inheritance for "contao.listener.data_container.backend_favorites" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\BackendFavoritesListener.0.contao.listener.data_container.backend_favorites).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CheckTemplateEditorSaveListener.0.contao.listener.data_container.check_template_editor_save" (parent: .abstract.instanceof.contao.listener.data_container.check_template_editor_save).
Resolving inheritance for "contao.listener.data_container.check_template_editor_save" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\CheckTemplateEditorSaveListener.0.contao.listener.data_container.check_template_editor_save).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentCompositionListener.0.contao.listener.data_container.content_composition" (parent: .abstract.instanceof.contao.listener.data_container.content_composition).
Resolving inheritance for "contao.listener.data_container.content_composition" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentCompositionListener.0.contao.listener.data_container.content_composition).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.content_element_type" (parent: .abstract.instanceof.contao.listener.data_container.content_element_type).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentElementTypeListener.0.contao.listener.data_container.content_element_type" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.content_element_type).
Resolving inheritance for "contao.listener.data_container.content_element_type" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentElementTypeListener.0.contao.listener.data_container.content_element_type).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentElementViewListener.0.contao.listener.data_container.content_element_view" (parent: .abstract.instanceof.contao.listener.data_container.content_element_view).
Resolving inheritance for "contao.listener.data_container.content_element_view" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentElementViewListener.0.contao.listener.data_container.content_element_view).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentRecordLabelListener.0.contao.listener.data_container.content_record_label" (parent: .abstract.instanceof.contao.listener.data_container.content_record_label).
Resolving inheritance for "contao.listener.data_container.content_record_label" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentRecordLabelListener.0.contao.listener.data_container.content_record_label).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CspSaveCallbackListener.0.contao.listener.data_container.csp_save_callback" (parent: .abstract.instanceof.contao.listener.data_container.csp_save_callback).
Resolving inheritance for "contao.listener.data_container.csp_save_callback" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\CspSaveCallbackListener.0.contao.listener.data_container.csp_save_callback).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CudPermissionListener.0.contao.listener.data_container.cud_permission" (parent: .abstract.instanceof.contao.listener.data_container.cud_permission).
Resolving inheritance for "contao.listener.data_container.cud_permission" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\CudPermissionListener.0.contao.listener.data_container.cud_permission).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultGlobalOperationsListener.0.contao.listener.data_container.default_global_operations" (parent: .abstract.instanceof.contao.listener.data_container.default_global_operations).
Resolving inheritance for "contao.listener.data_container.default_global_operations" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultGlobalOperationsListener.0.contao.listener.data_container.default_global_operations).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultLabelsListener.0.contao.listener.data_container.default_labels" (parent: .abstract.instanceof.contao.listener.data_container.default_labels).
Resolving inheritance for "contao.listener.data_container.default_labels" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultLabelsListener.0.contao.listener.data_container.default_labels).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultOperationsListener.0.contao.listener.data_container.default_operations" (parent: .abstract.instanceof.contao.listener.data_container.default_operations).
Resolving inheritance for "contao.listener.data_container.default_operations" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultOperationsListener.0.contao.listener.data_container.default_operations).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DescriptionListLabelListener.0.contao.listener.data_container.description_list_label" (parent: .abstract.instanceof.contao.listener.data_container.description_list_label).
Resolving inheritance for "contao.listener.data_container.description_list_label" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\DescriptionListLabelListener.0.contao.listener.data_container.description_list_label).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DisableAppConfiguredSettingsListener.0.contao.listener.data_container.disable_app_configured_settings" (parent: .abstract.instanceof.contao.listener.data_container.disable_app_configured_settings).
Resolving inheritance for "contao.listener.data_container.disable_app_configured_settings" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\DisableAppConfiguredSettingsListener.0.contao.listener.data_container.disable_app_configured_settings).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DisableCanonicalFieldsListener.0.contao.listener.data_container.disable_canonical_fields" (parent: .abstract.instanceof.contao.listener.data_container.disable_canonical_fields).
Resolving inheritance for "contao.listener.data_container.disable_canonical_fields" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\DisableCanonicalFieldsListener.0.contao.listener.data_container.disable_canonical_fields).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DynamicPtableListener.0.contao.listener.data_container.dynamic_ptable" (parent: .abstract.instanceof.contao.listener.data_container.dynamic_ptable).
Resolving inheritance for "contao.listener.data_container.dynamic_ptable" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\DynamicPtableListener.0.contao.listener.data_container.dynamic_ptable).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\EnumOptionsListener.0.contao.listener.data_container.enum_options" (parent: .abstract.instanceof.contao.listener.data_container.enum_options).
Resolving inheritance for "contao.listener.data_container.enum_options" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\EnumOptionsListener.0.contao.listener.data_container.enum_options).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\FallbackRecordLabelListener.0.contao.listener.data_container.fallback_record_label" (parent: .abstract.instanceof.contao.listener.data_container.fallback_record_label).
Resolving inheritance for "contao.listener.data_container.fallback_record_label" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\FallbackRecordLabelListener.0.contao.listener.data_container.fallback_record_label).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\FileImagePreviewListener.0.contao.listener.data_container.file_image_preview" (parent: .abstract.instanceof.contao.listener.data_container.file_image_preview).
Resolving inheritance for "contao.listener.data_container.file_image_preview" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\FileImagePreviewListener.0.contao.listener.data_container.file_image_preview).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\FrontendModulePermissionsListener.0.contao.listener.data_container.frontend_module_permissions" (parent: .abstract.instanceof.contao.listener.data_container.frontend_module_permissions).
Resolving inheritance for "contao.listener.data_container.frontend_module_permissions" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\FrontendModulePermissionsListener.0.contao.listener.data_container.frontend_module_permissions).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\JobsListener.0.contao.listener.data_container.jobs" (parent: .abstract.instanceof.contao.listener.data_container.jobs).
Resolving inheritance for "contao.listener.data_container.jobs" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\JobsListener.0.contao.listener.data_container.jobs).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.layout_options" (parent: .abstract.instanceof.contao.listener.data_container.layout_options).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LayoutOptionsListener.0.contao.listener.data_container.layout_options" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.layout_options).
Resolving inheritance for "contao.listener.data_container.layout_options" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\LayoutOptionsListener.0.contao.listener.data_container.layout_options).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LegacyGalleryPaletteListener.0.contao.listener.data_container.legacy_gallery_palette" (parent: .abstract.instanceof.contao.listener.data_container.legacy_gallery_palette).
Resolving inheritance for "contao.listener.data_container.legacy_gallery_palette" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\LegacyGalleryPaletteListener.0.contao.listener.data_container.legacy_gallery_palette).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LegacyTemplatesListener.0.contao.listener.data_container.legacy_templates" (parent: .abstract.instanceof.contao.listener.data_container.legacy_templates).
Resolving inheritance for "contao.listener.data_container.legacy_templates" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\LegacyTemplatesListener.0.contao.listener.data_container.legacy_templates).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LogoutPageRedirectListener.0.contao.listener.data_container.logout_page_redirect" (parent: .abstract.instanceof.contao.listener.data_container.logout_page_redirect).
Resolving inheritance for "contao.listener.data_container.logout_page_redirect" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\LogoutPageRedirectListener.0.contao.listener.data_container.logout_page_redirect).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\MemberGroupsListener.0.contao.listener.data_container.member_groups" (parent: .abstract.instanceof.contao.listener.data_container.member_groups).
Resolving inheritance for "contao.listener.data_container.member_groups" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\MemberGroupsListener.0.contao.listener.data_container.member_groups).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageRoutingListener.0.contao.listener.data_container.page_routing" (parent: .abstract.instanceof.contao.listener.data_container.page_routing).
Resolving inheritance for "contao.listener.data_container.page_routing" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\PageRoutingListener.0.contao.listener.data_container.page_routing).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageSearchListener.0.contao.listener.data_container.page_search" (parent: .abstract.instanceof.contao.listener.data_container.page_search).
Resolving inheritance for "contao.listener.data_container.page_search" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\PageSearchListener.0.contao.listener.data_container.page_search).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageTypeOptionsListener.0.contao.listener.data_container.page_type_options" (parent: .abstract.instanceof.contao.listener.data_container.page_type_options).
Resolving inheritance for "contao.listener.data_container.page_type_options" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\PageTypeOptionsListener.0.contao.listener.data_container.page_type_options).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageUrlListener.0.contao.listener.data_container.page_url" (parent: .abstract.instanceof.contao.listener.data_container.page_url).
Resolving inheritance for "contao.listener.data_container.page_url" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\PageUrlListener.0.contao.listener.data_container.page_url).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageUseSslDefaultListener.0.contao.listener.data_container.page_use_ssl_default" (parent: .abstract.instanceof.contao.listener.data_container.page_use_ssl_default).
Resolving inheritance for "contao.listener.data_container.page_use_ssl_default" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\PageUseSslDefaultListener.0.contao.listener.data_container.page_use_ssl_default).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PersonalDataPasswordListener.0.contao.listener.data_container.personal_data_password" (parent: .abstract.instanceof.contao.listener.data_container.personal_data_password).
Resolving inheritance for "contao.listener.data_container.personal_data_password" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\PersonalDataPasswordListener.0.contao.listener.data_container.personal_data_password).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PreviewLinkListener.0.contao.listener.data_container.preview_link" (parent: .abstract.instanceof.contao.listener.data_container.preview_link).
Resolving inheritance for "contao.listener.data_container.preview_link" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\PreviewLinkListener.0.contao.listener.data_container.preview_link).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\RecordPreviewListener.0.contao.listener.data_container.record_preview" (parent: .abstract.instanceof.contao.listener.data_container.record_preview).
Resolving inheritance for "contao.listener.data_container.record_preview" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\RecordPreviewListener.0.contao.listener.data_container.record_preview).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ResetCustomTemplateListener.0.contao.listener.data_container.reset_custom_template" (parent: .abstract.instanceof.contao.listener.data_container.reset_custom_template).
Resolving inheritance for "contao.listener.data_container.reset_custom_template" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ResetCustomTemplateListener.0.contao.listener.data_container.reset_custom_template).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao.listener.data_container.start_stop_validation" (parent: .abstract.instanceof.contao.listener.data_container.start_stop_validation).
Resolving inheritance for "contao.listener.data_container.start_stop_validation" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao.listener.data_container.start_stop_validation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\SwitchMemberOperationListener.0.contao.listener.data_container.switch_member_operation" (parent: .abstract.instanceof.contao.listener.data_container.switch_member_operation).
Resolving inheritance for "contao.listener.data_container.switch_member_operation" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\SwitchMemberOperationListener.0.contao.listener.data_container.switch_member_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\SwitchUserOperationListener.0.contao.listener.data_container.switch_user_operation" (parent: .abstract.instanceof.contao.listener.data_container.switch_user_operation).
Resolving inheritance for "contao.listener.data_container.switch_user_operation" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\SwitchUserOperationListener.0.contao.listener.data_container.switch_user_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\TemplateOptionsListener.0.contao.listener.data_container.template_options" (parent: .abstract.instanceof.contao.listener.data_container.template_options).
Resolving inheritance for "contao.listener.data_container.template_options" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\TemplateOptionsListener.0.contao.listener.data_container.template_options).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeLayoutListener.0.contao.listener.data_container.theme_layout" (parent: .abstract.instanceof.contao.listener.data_container.theme_layout).
Resolving inheritance for "contao.listener.data_container.theme_layout" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeLayoutListener.0.contao.listener.data_container.theme_layout).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeOperationsListener.0.contao.listener.data_container.theme_operations" (parent: .abstract.instanceof.contao.listener.data_container.theme_operations).
Resolving inheritance for "contao.listener.data_container.theme_operations" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeOperationsListener.0.contao.listener.data_container.theme_operations).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeTemplatesListener.0.contao.listener.data_container.theme_templates" (parent: .abstract.instanceof.contao.listener.data_container.theme_templates).
Resolving inheritance for "contao.listener.data_container.theme_templates" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeTemplatesListener.0.contao.listener.data_container.theme_templates).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\TrackFieldsListener.0.contao.listener.data_container.track_fields" (parent: .abstract.instanceof.contao.listener.data_container.track_fields).
Resolving inheritance for "contao.listener.data_container.track_fields" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\TrackFieldsListener.0.contao.listener.data_container.track_fields).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\JumpToParentOperationListener.0.contao.listener.data_container.undo.jump_to_parent_operation" (parent: .abstract.instanceof.contao.listener.data_container.undo.jump_to_parent_operation).
Resolving inheritance for "contao.listener.data_container.undo.jump_to_parent_operation" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\JumpToParentOperationListener.0.contao.listener.data_container.undo.jump_to_parent_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\LabelListener.0.contao.listener.data_container.undo.label" (parent: .abstract.instanceof.contao.listener.data_container.undo.label).
Resolving inheritance for "contao.listener.data_container.undo.label" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\LabelListener.0.contao.listener.data_container.undo.label).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\UndoOperationListener.0.contao.listener.data_container.undo_operation" (parent: .abstract.instanceof.contao.listener.data_container.undo_operation).
Resolving inheritance for "contao.listener.data_container.undo_operation" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\UndoOperationListener.0.contao.listener.data_container.undo_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\UserAdminFieldListener.0.contao.listener.data_container.user_admin_field" (parent: .abstract.instanceof.contao.listener.data_container.user_admin_field).
Resolving inheritance for "contao.listener.data_container.user_admin_field" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\UserAdminFieldListener.0.contao.listener.data_container.user_admin_field).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.user_root" (parent: .abstract.instanceof.contao.listener.data_container.user_root).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\UserRootListener.0.contao.listener.data_container.user_root" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.user_root).
Resolving inheritance for "contao.listener.data_container.user_root" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\UserRootListener.0.contao.listener.data_container.user_root).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ValidateCustomRgxpListener.0.contao.listener.data_container.validate_custom_rgxp" (parent: .abstract.instanceof.contao.listener.data_container.validate_custom_rgxp).
Resolving inheritance for "contao.listener.data_container.validate_custom_rgxp" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\ValidateCustomRgxpListener.0.contao.listener.data_container.validate_custom_rgxp).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainerCallbackListener.0.contao.listener.data_container_callback" (parent: .abstract.instanceof.contao.listener.data_container_callback).
Resolving inheritance for "contao.listener.data_container_callback" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainerCallbackListener.0.contao.listener.data_container_callback).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.dbafs_metadata" (parent: .abstract.instanceof.contao.listener.dbafs_metadata).
Resolving inheritance for "contao.listener.dbafs_metadata" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.dbafs_metadata).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DcaSwitchRequestListener.0.contao.listener.dca_switch_request" (parent: .abstract.instanceof.contao.listener.dca_switch_request).
Resolving inheritance for "contao.listener.dca_switch_request" (parent: .instanceof.Contao\CoreBundle\EventListener\DcaSwitchRequestListener.0.contao.listener.dca_switch_request).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DoctrineSchemaListener.0.contao.listener.doctrine_schema" (parent: .abstract.instanceof.contao.listener.doctrine_schema).
Resolving inheritance for "contao.listener.doctrine_schema" (parent: .instanceof.Contao\CoreBundle\EventListener\DoctrineSchemaListener.0.contao.listener.doctrine_schema).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\ExceptionConverterListener.0.contao.listener.exception_converter" (parent: .abstract.instanceof.contao.listener.exception_converter).
Resolving inheritance for "contao.listener.exception_converter" (parent: .instanceof.Contao\CoreBundle\EventListener\ExceptionConverterListener.0.contao.listener.exception_converter).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\ImageSizeOptionsListener.0.contao.listener.image_size_options" (parent: .abstract.instanceof.contao.listener.image_size_options).
Resolving inheritance for "contao.listener.image_size_options" (parent: .instanceof.Contao\CoreBundle\EventListener\ImageSizeOptionsListener.0.contao.listener.image_size_options).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\InsecureInstallationListener.0.contao.listener.insecure_installation" (parent: .abstract.instanceof.contao.listener.insecure_installation).
Resolving inheritance for "contao.listener.insecure_installation" (parent: .instanceof.Contao\CoreBundle\EventListener\InsecureInstallationListener.0.contao.listener.insecure_installation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\ContaoJsonLdSchemaListener.0.contao.listener.json_ld_schema" (parent: .abstract.instanceof.contao.listener.json_ld_schema).
Resolving inheritance for "contao.listener.json_ld_schema" (parent: .instanceof.Contao\CoreBundle\EventListener\ContaoJsonLdSchemaListener.0.contao.listener.json_ld_schema).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\LanguageFallbackWarningListener.0.contao.listener.language_fallback_warning" (parent: .abstract.instanceof.contao.listener.language_fallback_warning).
Resolving inheritance for "contao.listener.language_fallback_warning" (parent: .instanceof.Contao\CoreBundle\EventListener\LanguageFallbackWarningListener.0.contao.listener.language_fallback_warning).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\LegacyGlobalsBackupListener.0.contao.listener.legacy_globals_backup" (parent: .abstract.instanceof.contao.listener.legacy_globals_backup).
Resolving inheritance for "contao.listener.legacy_globals_backup" (parent: .instanceof.Contao\CoreBundle\EventListener\LegacyGlobalsBackupListener.0.contao.listener.legacy_globals_backup).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\LegacyRouteParametersListener.0.contao.listener.legacy_route_parameters" (parent: .abstract.instanceof.contao.listener.legacy_route_parameters).
Resolving inheritance for "contao.listener.legacy_route_parameters" (parent: .instanceof.Contao\CoreBundle\EventListener\LegacyRouteParametersListener.0.contao.listener.legacy_route_parameters).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.locale" (parent: .abstract.instanceof.contao.listener.locale).
Resolving inheritance for "contao.listener.locale" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.locale).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\LogEmailMessageListener.0.contao.listener.log_email_message" (parent: .abstract.instanceof.contao.listener.log_email_message).
Resolving inheritance for "contao.listener.log_email_message" (parent: .instanceof.Contao\CoreBundle\EventListener\LogEmailMessageListener.0.contao.listener.log_email_message).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\MakeResponsePrivateListener.0.contao.listener.make_response_private" (parent: .abstract.instanceof.contao.listener.make_response_private).
Resolving inheritance for "contao.listener.make_response_private" (parent: .instanceof.Contao\CoreBundle\EventListener\MakeResponsePrivateListener.0.contao.listener.make_response_private).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendBreadcrumbListener.0.contao.listener.menu.backend_breadcrumb" (parent: .abstract.instanceof.contao.listener.menu.backend_breadcrumb).
Resolving inheritance for "contao.listener.menu.backend_breadcrumb" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendBreadcrumbListener.0.contao.listener.menu.backend_breadcrumb).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendFavoritesListener.0.contao.listener.menu.backend_favorites" (parent: .abstract.instanceof.contao.listener.menu.backend_favorites).
Resolving inheritance for "contao.listener.menu.backend_favorites" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendFavoritesListener.0.contao.listener.menu.backend_favorites).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendHeaderListener.0.contao.listener.menu.backend_header" (parent: .abstract.instanceof.contao.listener.menu.backend_header).
Resolving inheritance for "contao.listener.menu.backend_header" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendHeaderListener.0.contao.listener.menu.backend_header).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendJobsListener.0.contao.listener.menu.backend_jobs" (parent: .abstract.instanceof.contao.listener.menu.backend_jobs).
Resolving inheritance for "contao.listener.menu.backend_jobs" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendJobsListener.0.contao.listener.menu.backend_jobs).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendLoginListener.0.contao.listener.menu.backend_login" (parent: .abstract.instanceof.contao.listener.menu.backend_login).
Resolving inheritance for "contao.listener.menu.backend_login" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendLoginListener.0.contao.listener.menu.backend_login).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendLogoutListener.0.contao.listener.menu.backend_logout" (parent: .abstract.instanceof.contao.listener.menu.backend_logout).
Resolving inheritance for "contao.listener.menu.backend_logout" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendLogoutListener.0.contao.listener.menu.backend_logout).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendMainListener.0.contao.listener.menu.backend_main" (parent: .abstract.instanceof.contao.listener.menu.backend_main).
Resolving inheritance for "contao.listener.menu.backend_main" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendMainListener.0.contao.listener.menu.backend_main).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendPreviewListener.0.contao.listener.menu.backend_preview" (parent: .abstract.instanceof.contao.listener.menu.backend_preview).
Resolving inheritance for "contao.listener.menu.backend_preview" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendPreviewListener.0.contao.listener.menu.backend_preview).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendTemplateStudioListener.0.contao.listener.menu.backend_template_studio" (parent: .abstract.instanceof.contao.listener.menu.backend_template_studio).
Resolving inheritance for "contao.listener.menu.backend_template_studio" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendTemplateStudioListener.0.contao.listener.menu.backend_template_studio).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.merge_http_headers" (parent: .abstract.instanceof.contao.listener.merge_http_headers).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\MergeHttpHeadersListener.0.contao.listener.merge_http_headers" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.merge_http_headers).
Resolving inheritance for "contao.listener.merge_http_headers" (parent: .instanceof.Contao\CoreBundle\EventListener\MergeHttpHeadersListener.0.contao.listener.merge_http_headers).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\PageAccessListener.0.contao.listener.page_access" (parent: .abstract.instanceof.contao.listener.page_access).
Resolving inheritance for "contao.listener.page_access" (parent: .instanceof.Contao\CoreBundle\EventListener\PageAccessListener.0.contao.listener.page_access).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\PageTrailCacheTagsListener.0.contao.listener.page_trail_cache_tags" (parent: .abstract.instanceof.contao.listener.page_trail_cache_tags).
Resolving inheritance for "contao.listener.page_trail_cache_tags" (parent: .instanceof.Contao\CoreBundle\EventListener\PageTrailCacheTagsListener.0.contao.listener.page_trail_cache_tags).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\PrettyErrorScreenListener.0.contao.listener.pretty_error_screen" (parent: .abstract.instanceof.contao.listener.pretty_error_screen).
Resolving inheritance for "contao.listener.pretty_error_screen" (parent: .instanceof.Contao\CoreBundle\EventListener\PrettyErrorScreenListener.0.contao.listener.pretty_error_screen).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\PreviewAuthenticationListener.0.contao.listener.preview_authentication" (parent: .abstract.instanceof.contao.listener.preview_authentication).
Resolving inheritance for "contao.listener.preview_authentication" (parent: .instanceof.Contao\CoreBundle\EventListener\PreviewAuthenticationListener.0.contao.listener.preview_authentication).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\PreviewToolbarListener.0.contao.listener.preview_toolbar" (parent: .abstract.instanceof.contao.listener.preview_toolbar).
Resolving inheritance for "contao.listener.preview_toolbar" (parent: .instanceof.Contao\CoreBundle\EventListener\PreviewToolbarListener.0.contao.listener.preview_toolbar).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\PreviewUrlConvertListener.0.contao.listener.preview_url_convert" (parent: .abstract.instanceof.contao.listener.preview_url_convert).
Resolving inheritance for "contao.listener.preview_url_convert" (parent: .instanceof.Contao\CoreBundle\EventListener\PreviewUrlConvertListener.0.contao.listener.preview_url_convert).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\PreviewUrlCreateListener.0.contao.listener.preview_url_create" (parent: .abstract.instanceof.contao.listener.preview_url_create).
Resolving inheritance for "contao.listener.preview_url_create" (parent: .instanceof.Contao\CoreBundle\EventListener\PreviewUrlCreateListener.0.contao.listener.preview_url_create).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\RequestTokenListener.0.contao.listener.request_token" (parent: .abstract.instanceof.contao.listener.request_token).
Resolving inheritance for "contao.listener.request_token" (parent: .instanceof.Contao\CoreBundle\EventListener\RequestTokenListener.0.contao.listener.request_token).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\ResponseExceptionListener.0.contao.listener.response_exception" (parent: .abstract.instanceof.contao.listener.response_exception).
Resolving inheritance for "contao.listener.response_exception" (parent: .instanceof.Contao\CoreBundle\EventListener\ResponseExceptionListener.0.contao.listener.response_exception).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\RobotsTxtListener.0.contao.listener.robots_txt" (parent: .abstract.instanceof.contao.listener.robots_txt).
Resolving inheritance for "contao.listener.robots_txt" (parent: .instanceof.Contao\CoreBundle\EventListener\RobotsTxtListener.0.contao.listener.robots_txt).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\SearchIndexListener.0.contao.listener.search_index" (parent: .abstract.instanceof.contao.listener.search_index).
Resolving inheritance for "contao.listener.search_index" (parent: .instanceof.Contao\CoreBundle\EventListener\SearchIndexListener.0.contao.listener.search_index).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Security\LogoutListener.0.contao.listener.security.logout" (parent: .abstract.instanceof.contao.listener.security.logout).
Resolving inheritance for "contao.listener.security.logout" (parent: .instanceof.Contao\CoreBundle\EventListener\Security\LogoutListener.0.contao.listener.security.logout).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Security\SwitchUserListener.0.contao.listener.security.switch_user" (parent: .abstract.instanceof.contao.listener.security.switch_user).
Resolving inheritance for "contao.listener.security.switch_user" (parent: .instanceof.Contao\CoreBundle\EventListener\Security\SwitchUserListener.0.contao.listener.security.switch_user).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener.0.contao.listener.security.two_factor_frontend" (parent: .abstract.instanceof.contao.listener.security.two_factor_frontend).
Resolving inheritance for "contao.listener.security.two_factor_frontend" (parent: .instanceof.Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener.0.contao.listener.security.two_factor_frontend).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\ServiceUnavailableListener.0.contao.listener.service_unavailable" (parent: .abstract.instanceof.contao.listener.service_unavailable).
Resolving inheritance for "contao.listener.service_unavailable" (parent: .instanceof.Contao\CoreBundle\EventListener\ServiceUnavailableListener.0.contao.listener.service_unavailable).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.subrequest_cache" (parent: .abstract.instanceof.contao.listener.subrequest_cache).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.subrequest_cache" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.subrequest_cache).
Resolving inheritance for "contao.listener.subrequest_cache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.subrequest_cache).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\TransportSecurityHeaderListener.0.contao.listener.transport_security_header" (parent: .abstract.instanceof.contao.listener.transport_security_header).
Resolving inheritance for "contao.listener.transport_security_header" (parent: .instanceof.Contao\CoreBundle\EventListener\TransportSecurityHeaderListener.0.contao.listener.transport_security_header).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\UnwrapTwigExceptionListener.0.contao.listener.unwrap_twig_exception" (parent: .abstract.instanceof.contao.listener.unwrap_twig_exception).
Resolving inheritance for "contao.listener.unwrap_twig_exception" (parent: .instanceof.Contao\CoreBundle\EventListener\UnwrapTwigExceptionListener.0.contao.listener.unwrap_twig_exception).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\UserSessionListener.0.contao.listener.user_session" (parent: .abstract.instanceof.contao.listener.user_session).
Resolving inheritance for "contao.listener.user_session" (parent: .instanceof.Contao\CoreBundle\EventListener\UserSessionListener.0.contao.listener.user_session).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\VirtualFieldsMappingListener.0.contao.listener.virtual_fields_mapping" (parent: .abstract.instanceof.contao.listener.virtual_fields_mapping).
Resolving inheritance for "contao.listener.virtual_fields_mapping" (parent: .instanceof.Contao\CoreBundle\EventListener\VirtualFieldsMappingListener.0.contao.listener.virtual_fields_mapping).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\WebauthnRouteListener.0.contao.listener.webauthn_route_backend" (parent: .abstract.instanceof.contao.listener.webauthn_route_backend).
Resolving inheritance for "contao.listener.webauthn_route_backend" (parent: .instanceof.Contao\CoreBundle\EventListener\WebauthnRouteListener.0.contao.listener.webauthn_route_backend).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\WebauthnRouteListener.0.contao.listener.webauthn_route_frontend" (parent: .abstract.instanceof.contao.listener.webauthn_route_frontend).
Resolving inheritance for "contao.listener.webauthn_route_frontend" (parent: .instanceof.Contao\CoreBundle\EventListener\WebauthnRouteListener.0.contao.listener.webauthn_route_frontend).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\CustomRgxpListener.0.contao.listener.widget.custom_rgxp" (parent: .abstract.instanceof.contao.listener.widget.custom_rgxp).
Resolving inheritance for "contao.listener.widget.custom_rgxp" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\CustomRgxpListener.0.contao.listener.widget.custom_rgxp).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\HttpUrlListener.0.contao.listener.widget.http_url" (parent: .abstract.instanceof.contao.listener.widget.http_url).
Resolving inheritance for "contao.listener.widget.http_url" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\HttpUrlListener.0.contao.listener.widget.http_url).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\RootPageDependentSelectListener.0.contao.listener.widget.root_page_dependent_select" (parent: .abstract.instanceof.contao.listener.widget.root_page_dependent_select).
Resolving inheritance for "contao.listener.widget.root_page_dependent_select" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\RootPageDependentSelectListener.0.contao.listener.widget.root_page_dependent_select).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.listener.widget.title_tag" (parent: .abstract.instanceof.contao.listener.widget.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao.listener.widget.title_tag" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.listener.widget.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\TitleTagListener.0.contao.listener.widget.title_tag" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao.listener.widget.title_tag).
Resolving inheritance for "contao.listener.widget.title_tag" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\TitleTagListener.0.contao.listener.widget.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Messenger\EventListener\MessageListener.0.contao.messenger.message_listener" (parent: .abstract.instanceof.contao.messenger.message_listener).
Resolving inheritance for "contao.messenger.message_listener" (parent: .instanceof.Contao\CoreBundle\Messenger\EventListener\MessageListener.0.contao.messenger.message_listener).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Loader\AutoRefreshTemplateHierarchyListener.0.contao.twig.loader.auto_refresh_template_hierarchy_listener" (parent: .abstract.instanceof.contao.twig.loader.auto_refresh_template_hierarchy_listener).
Resolving inheritance for "contao.twig.loader.auto_refresh_template_hierarchy_listener" (parent: .instanceof.Contao\CoreBundle\Twig\Loader\AutoRefreshTemplateHierarchyListener.0.contao.twig.loader.auto_refresh_template_hierarchy_listener).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.environment.dns" (parent: .abstract.instanceof.contao.migration.environment.dns).
Resolving inheritance for "contao.migration.environment.dns" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.environment.dns).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.accesskey" (parent: .abstract.instanceof.contao.migration.version_500.accesskey).
Resolving inheritance for "contao.migration.version_500.accesskey" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.accesskey).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.basic_entities" (parent: .abstract.instanceof.contao.migration.version_500.basic_entities).
Resolving inheritance for "contao.migration.version_500.basic_entities" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.basic_entities).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.boolean_fields" (parent: .abstract.instanceof.contao.migration.version_500.boolean_fields).
Resolving inheritance for "contao.migration.version_500.boolean_fields" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.boolean_fields).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.empty_ptable" (parent: .abstract.instanceof.contao.migration.version_500.empty_ptable).
Resolving inheritance for "contao.migration.version_500.empty_ptable" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.empty_ptable).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.guests" (parent: .abstract.instanceof.contao.migration.version_500.guests).
Resolving inheritance for "contao.migration.version_500.guests" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.guests).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.member_country_uppercase" (parent: .abstract.instanceof.contao.migration.version_500.member_country_uppercase).
Resolving inheritance for "contao.migration.version_500.member_country_uppercase" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.member_country_uppercase).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.order_field" (parent: .abstract.instanceof.contao.migration.version_500.order_field).
Resolving inheritance for "contao.migration.version_500.order_field" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.order_field).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_502.always_forward" (parent: .abstract.instanceof.contao.migration.version_502.always_forward).
Resolving inheritance for "contao.migration.version_502.always_forward" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_502.always_forward).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.caption_basic_entities" (parent: .abstract.instanceof.contao.migration.version_503.caption_basic_entities).
Resolving inheritance for "contao.migration.version_503.caption_basic_entities" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.caption_basic_entities).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.file_extension" (parent: .abstract.instanceof.contao.migration.version_503.file_extension).
Resolving inheritance for "contao.migration.version_503.file_extension" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.file_extension).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.frontend_modules" (parent: .abstract.instanceof.contao.migration.version_503.frontend_modules).
Resolving inheritance for "contao.migration.version_503.frontend_modules" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.frontend_modules).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.remember_me" (parent: .abstract.instanceof.contao.migration.version_503.remember_me).
Resolving inheritance for "contao.migration.version_503.remember_me" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.remember_me).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_505.form_store_session" (parent: .abstract.instanceof.contao.migration.version_505.form_store_session).
Resolving inheritance for "contao.migration.version_505.form_store_session" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_505.form_store_session).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_505.overwrite_meta" (parent: .abstract.instanceof.contao.migration.version_505.overwrite_meta).
Resolving inheritance for "contao.migration.version_505.overwrite_meta" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_505.overwrite_meta).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_506.layout_template" (parent: .abstract.instanceof.contao.migration.version_506.layout_template).
Resolving inheritance for "contao.migration.version_506.layout_template" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_506.layout_template).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_506.search_indexer_settings" (parent: .abstract.instanceof.contao.migration.version_506.search_indexer_settings).
Resolving inheritance for "contao.migration.version_506.search_indexer_settings" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_506.search_indexer_settings).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_507.default_cud" (parent: .abstract.instanceof.contao.migration.version_507.default_cud).
Resolving inheritance for "contao.migration.version_507.default_cud" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_507.default_cud).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_507.field_permission" (parent: .abstract.instanceof.contao.migration.version_507.field_permission).
Resolving inheritance for "contao.migration.version_507.field_permission" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_507.field_permission).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.contao.cache.clearer" (parent: .abstract.instanceof.contao.cache.clearer).
Resolving inheritance for "contao.cache.clearer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.contao.cache.clearer).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.cache.warmer" (parent: .abstract.instanceof.contao.cache.warmer).
Resolving inheritance for "contao.cache.warmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.cache.warmer).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.contao.crawl.escargot.broken_link_checker_subscriber" (parent: .abstract.instanceof.contao.crawl.escargot.broken_link_checker_subscriber).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Crawl\Escargot\Subscriber\EscargotSubscriberInterface.0.contao.crawl.escargot.broken_link_checker_subscriber" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.contao.crawl.escargot.broken_link_checker_subscriber).
Resolving inheritance for "contao.crawl.escargot.broken_link_checker_subscriber" (parent: .instanceof.Contao\CoreBundle\Crawl\Escargot\Subscriber\EscargotSubscriberInterface.0.contao.crawl.escargot.broken_link_checker_subscriber).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.contao.crawl.escargot.search_index_subscriber" (parent: .abstract.instanceof.contao.crawl.escargot.search_index_subscriber).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Crawl\Escargot\Subscriber\EscargotSubscriberInterface.0.contao.crawl.escargot.search_index_subscriber" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.contao.crawl.escargot.search_index_subscriber).
Resolving inheritance for "contao.crawl.escargot.search_index_subscriber" (parent: .instanceof.Contao\CoreBundle\Crawl\Escargot\Subscriber\EscargotSubscriberInterface.0.contao.crawl.escargot.search_index_subscriber).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\PurgeExpiredAltchaChallengesCron.0.contao.cron.purge_expired_altcha_challenges" (parent: .abstract.instanceof.contao.cron.purge_expired_altcha_challenges).
Resolving inheritance for "contao.cron.purge_expired_altcha_challenges" (parent: .instanceof.Contao\CoreBundle\Cron\PurgeExpiredAltchaChallengesCron.0.contao.cron.purge_expired_altcha_challenges).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\PurgeExpiredDataCron.0.contao.cron.purge_expired_data" (parent: .abstract.instanceof.contao.cron.purge_expired_data).
Resolving inheritance for "contao.cron.purge_expired_data" (parent: .instanceof.Contao\CoreBundle\Cron\PurgeExpiredDataCron.0.contao.cron.purge_expired_data).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\PurgeJobsCron.0.contao.cron.purge_jobs" (parent: .abstract.instanceof.contao.cron.purge_jobs).
Resolving inheritance for "contao.cron.purge_jobs" (parent: .instanceof.Contao\CoreBundle\Cron\PurgeJobsCron.0.contao.cron.purge_jobs).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\PurgeOptInTokensCron.0.contao.cron.purge_opt_in_tokens" (parent: .abstract.instanceof.contao.cron.purge_opt_in_tokens).
Resolving inheritance for "contao.cron.purge_opt_in_tokens" (parent: .instanceof.Contao\CoreBundle\Cron\PurgeOptInTokensCron.0.contao.cron.purge_opt_in_tokens).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\PurgePreviewLinksCron.0.contao.cron.purge_preview_links" (parent: .abstract.instanceof.contao.cron.purge_preview_links).
Resolving inheritance for "contao.cron.purge_preview_links" (parent: .instanceof.Contao\CoreBundle\Cron\PurgePreviewLinksCron.0.contao.cron.purge_preview_links).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\PurgeRegistrationsCron.0.contao.cron.purge_registrations" (parent: .abstract.instanceof.contao.cron.purge_registrations).
Resolving inheritance for "contao.cron.purge_registrations" (parent: .instanceof.Contao\CoreBundle\Cron\PurgeRegistrationsCron.0.contao.cron.purge_registrations).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\PurgeTempFolderCron.0.contao.cron.purge_temp_folder" (parent: .abstract.instanceof.contao.cron.purge_temp_folder).
Resolving inheritance for "contao.cron.purge_temp_folder" (parent: .instanceof.Contao\CoreBundle\Cron\PurgeTempFolderCron.0.contao.cron.purge_temp_folder).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Cron\SuperviseWorkersCron.0.contao.cron.supervise_workers" (parent: .abstract.instanceof.contao.cron.supervise_workers).
Resolving inheritance for "contao.cron.supervise_workers" (parent: .instanceof.Contao\CoreBundle\Cron\SuperviseWorkersCron.0.contao.cron.supervise_workers).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.csrf.token_manager" (parent: .abstract.instanceof.contao.csrf.token_manager).
Resolving inheritance for "contao.csrf.token_manager" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.csrf.token_manager).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.csrf.token_storage" (parent: .abstract.instanceof.contao.csrf.token_storage).
Resolving inheritance for "contao.csrf.token_storage" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.csrf.token_storage).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.contao.data_collector" (parent: .abstract.instanceof.contao.data_collector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_collector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.contao.data_collector).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao.data_collector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_collector).
Resolving inheritance for "contao.data_collector" (parent: .instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao.data_collector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_container.dca_request_switcher" (parent: .abstract.instanceof.contao.data_container.dca_request_switcher).
Resolving inheritance for "contao.data_container.dca_request_switcher" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_container.dca_request_switcher).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_container.value_formatter" (parent: .abstract.instanceof.contao.data_container.value_formatter).
Resolving inheritance for "contao.data_container.value_formatter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_container.value_formatter).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.doctrine.orm.fail_tolerant_proxy_cache_warmer" (parent: .abstract.instanceof.contao.doctrine.orm.fail_tolerant_proxy_cache_warmer).
Resolving inheritance for "contao.doctrine.orm.fail_tolerant_proxy_cache_warmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.doctrine.orm.fail_tolerant_proxy_cache_warmer).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.contao.fragment.pre_handlers" (parent: .abstract.instanceof.contao.fragment.pre_handlers).
Resolving inheritance for "contao.fragment.pre_handlers" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.contao.fragment.pre_handlers).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.framework" (parent: .abstract.instanceof.contao.framework).
Resolving inheritance for "contao.framework" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.framework).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.image.sizes" (parent: .abstract.instanceof.contao.image.sizes).
Resolving inheritance for "contao.image.sizes" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.image.sizes).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Flag\FormatFlag.0.contao.insert_tag.format_flag" (parent: .abstract.instanceof.contao.insert_tag.format_flag).
Resolving inheritance for "contao.insert_tag.format_flag" (parent: .instanceof.Contao\CoreBundle\InsertTag\Flag\FormatFlag.0.contao.insert_tag.format_flag).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.insert_tag.parser" (parent: .abstract.instanceof.contao.insert_tag.parser).
Resolving inheritance for "contao.insert_tag.parser" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.insert_tag.parser).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Flag\PhpFunctionFlag.0.contao.insert_tag.php_function_flag" (parent: .abstract.instanceof.contao.insert_tag.php_function_flag).
Resolving inheritance for "contao.insert_tag.php_function_flag" (parent: .instanceof.Contao\CoreBundle\InsertTag\Flag\PhpFunctionFlag.0.contao.insert_tag.php_function_flag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\AssetInsertTag.0.contao.insert_tag.resolver.asset" (parent: .abstract.instanceof.contao.insert_tag.resolver.asset).
Resolving inheritance for "contao.insert_tag.resolver.asset" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\AssetInsertTag.0.contao.insert_tag.resolver.asset).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\DateInsertTag.0.contao.insert_tag.resolver.date" (parent: .abstract.instanceof.contao.insert_tag.resolver.date).
Resolving inheritance for "contao.insert_tag.resolver.date" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\DateInsertTag.0.contao.insert_tag.resolver.date).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\EmptyInsertTag.0.contao.insert_tag.resolver.empty" (parent: .abstract.instanceof.contao.insert_tag.resolver.empty).
Resolving inheritance for "contao.insert_tag.resolver.empty" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\EmptyInsertTag.0.contao.insert_tag.resolver.empty).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\FormInsertTag.0.contao.insert_tag.resolver.form" (parent: .abstract.instanceof.contao.insert_tag.resolver.form).
Resolving inheritance for "contao.insert_tag.resolver.form" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\FormInsertTag.0.contao.insert_tag.resolver.form).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\FormatDateInsertTag.0.contao.insert_tag.resolver.format_date" (parent: .abstract.instanceof.contao.insert_tag.resolver.format_date).
Resolving inheritance for "contao.insert_tag.resolver.format_date" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\FormatDateInsertTag.0.contao.insert_tag.resolver.format_date).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\FragmentInsertTag.0.contao.insert_tag.resolver.fragment" (parent: .abstract.instanceof.contao.insert_tag.resolver.fragment).
Resolving inheritance for "contao.insert_tag.resolver.fragment" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\FragmentInsertTag.0.contao.insert_tag.resolver.fragment).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\IfLanguageInsertTag.0.contao.insert_tag.resolver.if_language" (parent: .abstract.instanceof.contao.insert_tag.resolver.if_language).
Resolving inheritance for "contao.insert_tag.resolver.if_language" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\IfLanguageInsertTag.0.contao.insert_tag.resolver.if_language).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\LegacyInsertTag.0.contao.insert_tag.resolver.legacy" (parent: .abstract.instanceof.contao.insert_tag.resolver.legacy).
Resolving inheritance for "contao.insert_tag.resolver.legacy" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\LegacyInsertTag.0.contao.insert_tag.resolver.legacy).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\LinkInsertTag.0.contao.insert_tag.resolver.link" (parent: .abstract.instanceof.contao.insert_tag.resolver.link).
Resolving inheritance for "contao.insert_tag.resolver.link" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\LinkInsertTag.0.contao.insert_tag.resolver.link).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Resolver\TranslationInsertTag.0.contao.insert_tag.resolver.translation" (parent: .abstract.instanceof.contao.insert_tag.resolver.translation).
Resolving inheritance for "contao.insert_tag.resolver.translation" (parent: .instanceof.Contao\CoreBundle\InsertTag\Resolver\TranslationInsertTag.0.contao.insert_tag.resolver.translation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\InsertTag\Flag\StringUtilFlag.0.contao.insert_tag.string_util_flag" (parent: .abstract.instanceof.contao.insert_tag.string_util_flag).
Resolving inheritance for "contao.insert_tag.string_util_flag" (parent: .instanceof.Contao\CoreBundle\InsertTag\Flag\StringUtilFlag.0.contao.insert_tag.string_util_flag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Mailer\AvailableTransports.0.contao.mailer.available_transports" (parent: .abstract.instanceof.contao.mailer.available_transports).
Resolving inheritance for "contao.mailer.available_transports" (parent: .instanceof.Contao\CoreBundle\Mailer\AvailableTransports.0.contao.mailer.available_transports).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Messenger\MessageHandler\CrawlMessageHandler.0.contao.messenger.crawl_message_handler" (parent: .abstract.instanceof.contao.messenger.crawl_message_handler).
Resolving inheritance for "contao.messenger.crawl_message_handler" (parent: .instanceof.Contao\CoreBundle\Messenger\MessageHandler\CrawlMessageHandler.0.contao.messenger.crawl_message_handler).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Messenger\MessageHandler\SearchIndexMessageHandler.0.contao.messenger.search_index_message_handler" (parent: .abstract.instanceof.contao.messenger.search_index_message_handler).
Resolving inheritance for "contao.messenger.search_index_message_handler" (parent: .instanceof.Contao\CoreBundle\Messenger\MessageHandler\SearchIndexMessageHandler.0.contao.messenger.search_index_message_handler).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Messenger\WebWorker.0.contao.messenger.web_worker" (parent: .abstract.instanceof.contao.messenger.web_worker).
Resolving inheritance for "contao.messenger.web_worker" (parent: .instanceof.Contao\CoreBundle\Messenger\WebWorker.0.contao.messenger.web_worker).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.contao.model_argument_resolver" (parent: .abstract.instanceof.contao.model_argument_resolver).
Resolving inheritance for "contao.model_argument_resolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.contao.model_argument_resolver).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.contao.monolog.handler" (parent: .abstract.instanceof.contao.monolog.handler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.contao.monolog.handler" (parent: .instanceof.Monolog\ResettableInterface.0.contao.monolog.handler).
Resolving inheritance for "contao.monolog.handler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.contao.monolog.handler).
Resolving inheritance for ".instanceof.Monolog\Processor\ProcessorInterface.0.contao.monolog.processor" (parent: .abstract.instanceof.contao.monolog.processor).
Resolving inheritance for "contao.monolog.processor" (parent: .instanceof.Monolog\Processor\ProcessorInterface.0.contao.monolog.processor).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.article_provider" (parent: .abstract.instanceof.contao.picker.article_provider).
Resolving inheritance for "contao.picker.article_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.article_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.file_provider" (parent: .abstract.instanceof.contao.picker.file_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao.picker.file_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.file_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\FilePickerProvider.0.contao.picker.file_provider" (parent: .instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao.picker.file_provider).
Resolving inheritance for "contao.picker.file_provider" (parent: .instanceof.Contao\CoreBundle\Picker\FilePickerProvider.0.contao.picker.file_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.page_provider" (parent: .abstract.instanceof.contao.picker.page_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PagePickerProvider.0.contao.picker.page_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.page_provider).
Resolving inheritance for "contao.picker.page_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PagePickerProvider.0.contao.picker.page_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.table_provider" (parent: .abstract.instanceof.contao.picker.table_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\TablePickerProvider.0.contao.picker.table_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.table_provider).
Resolving inheritance for "contao.picker.table_provider" (parent: .instanceof.Contao\CoreBundle\Picker\TablePickerProvider.0.contao.picker.table_provider).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.process_util" (parent: .abstract.instanceof.contao.process_util).
Resolving inheritance for "contao.process_util" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.process_util).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.altcha" (parent: .abstract.instanceof.contao.repository.altcha).
Resolving inheritance for "contao.repository.altcha" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.altcha).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.cron_job" (parent: .abstract.instanceof.contao.repository.cron_job).
Resolving inheritance for "contao.repository.cron_job" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.cron_job).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.webauthn_credential" (parent: .abstract.instanceof.contao.repository.webauthn_credential).
Resolving inheritance for "contao.repository.webauthn_credential" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.webauthn_credential).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.article_resolver" (parent: .abstract.instanceof.contao.routing.content.article_resolver).
Resolving inheritance for "contao.routing.content.article_resolver" (parent: .instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.article_resolver).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.page_resolver" (parent: .abstract.instanceof.contao.routing.content.page_resolver).
Resolving inheritance for "contao.routing.content.page_resolver" (parent: .instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.page_resolver).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.string_resolver" (parent: .abstract.instanceof.contao.routing.content.string_resolver).
Resolving inheritance for "contao.routing.content.string_resolver" (parent: .instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.string_resolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.routing.content_url_generator" (parent: .abstract.instanceof.contao.routing.content_url_generator).
Resolving inheritance for "contao.routing.content_url_generator" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.routing.content_url_generator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.routing.page_registry" (parent: .abstract.instanceof.contao.routing.page_registry).
Resolving inheritance for "contao.routing.page_registry" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.routing.page_registry).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Search\Indexer\IndexerInterface.0.contao.search.default_indexer" (parent: .abstract.instanceof.contao.search.default_indexer).
Resolving inheritance for "contao.search.default_indexer" (parent: .instanceof.Contao\CoreBundle\Search\Indexer\IndexerInterface.0.contao.search.default_indexer).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Search\Indexer\IndexerInterface.0.contao.search.delegating_indexer" (parent: .abstract.instanceof.contao.search.delegating_indexer).
Resolving inheritance for "contao.search.delegating_indexer" (parent: .instanceof.Contao\CoreBundle\Search\Indexer\IndexerInterface.0.contao.search.delegating_indexer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.backend_access_voter" (parent: .abstract.instanceof.contao.security.backend_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.backend_access_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.backend_access_voter).
Resolving inheritance for "contao.security.backend_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.backend_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.article_content_voter" (parent: .abstract.instanceof.contao.security.data_container.article_content_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.article_content_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.article_content_voter).
Resolving inheritance for "contao.security.data_container.article_content_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.article_content_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.content_alias_delete_voter" (parent: .abstract.instanceof.contao.security.data_container.content_alias_delete_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_alias_delete_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.content_alias_delete_voter).
Resolving inheritance for "contao.security.data_container.content_alias_delete_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_alias_delete_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_composition_voter" (parent: .abstract.instanceof.contao.security.data_container.content_composition_voter).
Resolving inheritance for "contao.security.data_container.content_composition_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_composition_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.content_element_nesting_voter" (parent: .abstract.instanceof.contao.security.data_container.content_element_nesting_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_element_nesting_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.content_element_nesting_voter).
Resolving inheritance for "contao.security.data_container.content_element_nesting_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_element_nesting_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_element_type_voter" (parent: .abstract.instanceof.contao.security.data_container.content_element_type_voter).
Resolving inheritance for "contao.security.data_container.content_element_type_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_element_type_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.dca_permission_voter" (parent: .abstract.instanceof.contao.security.data_container.dca_permission_voter).
Resolving inheritance for "contao.security.data_container.dca_permission_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.dca_permission_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.favorites_voter" (parent: .abstract.instanceof.contao.security.data_container.favorites_voter).
Resolving inheritance for "contao.security.data_container.favorites_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.favorites_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.form_access_voter" (parent: .abstract.instanceof.contao.security.data_container.form_access_voter).
Resolving inheritance for "contao.security.data_container.form_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.form_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.form_field_access_voter" (parent: .abstract.instanceof.contao.security.data_container.form_field_access_voter).
Resolving inheritance for "contao.security.data_container.form_field_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.form_field_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.frontend_module_voter" (parent: .abstract.instanceof.contao.security.data_container.frontend_module_voter).
Resolving inheritance for "contao.security.data_container.frontend_module_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.frontend_module_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.image_size_access_voter" (parent: .abstract.instanceof.contao.security.data_container.image_size_access_voter).
Resolving inheritance for "contao.security.data_container.image_size_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.image_size_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.image_size_item_access_voter" (parent: .abstract.instanceof.contao.security.data_container.image_size_item_access_voter).
Resolving inheritance for "contao.security.data_container.image_size_item_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.image_size_item_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.job_access_voter" (parent: .abstract.instanceof.contao.security.data_container.job_access_voter).
Resolving inheritance for "contao.security.data_container.job_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.job_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.layout_access_voter" (parent: .abstract.instanceof.contao.security.data_container.layout_access_voter).
Resolving inheritance for "contao.security.data_container.layout_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.layout_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.legacy_templates_voter" (parent: .abstract.instanceof.contao.security.data_container.legacy_templates_voter).
Resolving inheritance for "contao.security.data_container.legacy_templates_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.legacy_templates_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.page_permission_voter" (parent: .abstract.instanceof.contao.security.data_container.page_permission_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.page_permission_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.page_permission_voter).
Resolving inheritance for "contao.security.data_container.page_permission_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.page_permission_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.page_type_access_voter" (parent: .abstract.instanceof.contao.security.data_container.page_type_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.page_type_access_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.page_type_access_voter).
Resolving inheritance for "contao.security.data_container.page_type_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.page_type_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.table_access_voter" (parent: .abstract.instanceof.contao.security.data_container.table_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.table_access_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.table_access_voter).
Resolving inheritance for "contao.security.data_container.table_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.table_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.theme_content_voter" (parent: .abstract.instanceof.contao.security.data_container.theme_content_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.theme_content_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.theme_content_voter).
Resolving inheritance for "contao.security.data_container.theme_content_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.theme_content_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.undo_voter" (parent: .abstract.instanceof.contao.security.data_container.undo_voter).
Resolving inheritance for "contao.security.data_container.undo_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.undo_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.user_access_voter" (parent: .abstract.instanceof.contao.security.data_container.user_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.user_access_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.user_access_voter).
Resolving inheritance for "contao.security.data_container.user_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.user_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.user_profile_voter" (parent: .abstract.instanceof.contao.security.data_container.user_profile_voter).
Resolving inheritance for "contao.security.data_container.user_profile_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.user_profile_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.default_data_container_voter" (parent: .abstract.instanceof.contao.security.default_data_container_voter).
Resolving inheritance for "contao.security.default_data_container_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.default_data_container_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.legacy_backend_access_voter" (parent: .abstract.instanceof.contao.security.legacy_backend_access_voter).
Resolving inheritance for "contao.security.legacy_backend_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.legacy_backend_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.member_group_voter" (parent: .abstract.instanceof.contao.security.member_group_voter).
Resolving inheritance for "contao.security.member_group_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.member_group_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.webauthn_credential_voter" (parent: .abstract.instanceof.contao.security.webauthn_credential_voter).
Resolving inheritance for "contao.security.webauthn_credential_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.webauthn_credential_voter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.contao.string.simple_token_parser" (parent: .abstract.instanceof.contao.string.simple_token_parser).
Resolving inheritance for "contao.string.simple_token_parser" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.contao.string.simple_token_parser).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.contao.translation.legacy_locale_switcher" (parent: .abstract.instanceof.contao.translation.legacy_locale_switcher).
Resolving inheritance for "contao.translation.legacy_locale_switcher" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.contao.translation.legacy_locale_switcher).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.contao.translation.translator" (parent: .abstract.instanceof.contao.translation.translator).
Resolving inheritance for "contao.translation.translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.contao.translation.translator).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.backend_helper_runtime" (parent: .abstract.instanceof.contao.twig.backend_helper_runtime).
Resolving inheritance for "contao.twig.backend_helper_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.backend_helper_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.content_url_runtime" (parent: .abstract.instanceof.contao.twig.content_url_runtime).
Resolving inheritance for "contao.twig.content_url_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.content_url_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.csp_runtime" (parent: .abstract.instanceof.contao.twig.csp_runtime).
Resolving inheritance for "contao.twig.csp_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.csp_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.contao.twig.extension" (parent: .abstract.instanceof.contao.twig.extension).
Resolving inheritance for "contao.twig.extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.contao.twig.extension).
Resolving inheritance for ".instanceof.Twig\Loader\LoaderInterface.0.contao.twig.fail_tolerant_filesystem_loader" (parent: .abstract.instanceof.contao.twig.fail_tolerant_filesystem_loader).
Resolving inheritance for "contao.twig.fail_tolerant_filesystem_loader" (parent: .instanceof.Twig\Loader\LoaderInterface.0.contao.twig.fail_tolerant_filesystem_loader).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.figure_runtime" (parent: .abstract.instanceof.contao.twig.figure_runtime).
Resolving inheritance for "contao.twig.figure_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.figure_runtime).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.twig.filesystem_loader" (parent: .abstract.instanceof.contao.twig.filesystem_loader).
Resolving inheritance for ".instanceof.Twig\Loader\LoaderInterface.0.contao.twig.filesystem_loader" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.twig.filesystem_loader).
Resolving inheritance for "contao.twig.filesystem_loader" (parent: .instanceof.Twig\Loader\LoaderInterface.0.contao.twig.filesystem_loader).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.twig.filesystem_loader_warmer" (parent: .abstract.instanceof.contao.twig.filesystem_loader_warmer).
Resolving inheritance for "contao.twig.filesystem_loader_warmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.twig.filesystem_loader_warmer).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.formatter_runtime" (parent: .abstract.instanceof.contao.twig.formatter_runtime).
Resolving inheritance for "contao.twig.formatter_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.formatter_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.fragment_runtime" (parent: .abstract.instanceof.contao.twig.fragment_runtime).
Resolving inheritance for "contao.twig.fragment_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.fragment_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.highlighter_runtime" (parent: .abstract.instanceof.contao.twig.highlighter_runtime).
Resolving inheritance for "contao.twig.highlighter_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.highlighter_runtime).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.twig.ide.namespace_lookup_file_warmer" (parent: .abstract.instanceof.contao.twig.ide.namespace_lookup_file_warmer).
Resolving inheritance for "contao.twig.ide.namespace_lookup_file_warmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.twig.ide.namespace_lookup_file_warmer).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.insert_tag_runtime" (parent: .abstract.instanceof.contao.twig.insert_tag_runtime).
Resolving inheritance for "contao.twig.insert_tag_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.insert_tag_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.legacy_template_functions_runtime" (parent: .abstract.instanceof.contao.twig.legacy_template_functions_runtime).
Resolving inheritance for "contao.twig.legacy_template_functions_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.legacy_template_functions_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.picture_configuration_runtime" (parent: .abstract.instanceof.contao.twig.picture_configuration_runtime).
Resolving inheritance for "contao.twig.picture_configuration_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.picture_configuration_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.sanitizer_runtime" (parent: .abstract.instanceof.contao.twig.sanitizer_runtime).
Resolving inheritance for "contao.twig.sanitizer_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.sanitizer_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.schema_org_runtime" (parent: .abstract.instanceof.contao.twig.schema_org_runtime).
Resolving inheritance for "contao.twig.schema_org_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.schema_org_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.string_runtime" (parent: .abstract.instanceof.contao.twig.string_runtime).
Resolving inheritance for "contao.twig.string_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.string_runtime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.url_runtime" (parent: .abstract.instanceof.contao.twig.url_runtime).
Resolving inheritance for "contao.twig.url_runtime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.url_runtime).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\Backend\TemplateStudioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\TemplateStudioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\Backend\TemplateStudioController.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\TemplateStudioController).
Resolving inheritance for "Contao\CoreBundle\Controller\Backend\TemplateStudioController" (parent: .instanceof.Contao\CoreBundle\Controller\Backend\TemplateStudioController.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_content_element_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.create_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_content_element_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateContentElementVariantOperation.0.contao.twig.studio.create_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_content_element_variant_operation).
Resolving inheritance for "contao.twig.studio.create_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateContentElementVariantOperation.0.contao.twig.studio.create_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_frontend_module_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.create_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_frontend_module_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateFrontendModuleVariantOperation.0.contao.twig.studio.create_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_frontend_module_variant_operation).
Resolving inheritance for "contao.twig.studio.create_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateFrontendModuleVariantOperation.0.contao.twig.studio.create_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_content_element_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.create_legacy_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_content_element_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyContentElementVariantOperation.0.contao.twig.studio.create_legacy_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_content_element_variant_operation).
Resolving inheritance for "contao.twig.studio.create_legacy_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyContentElementVariantOperation.0.contao.twig.studio.create_legacy_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_frontend_module_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.create_legacy_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_frontend_module_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyFrontendModuleVariantOperation.0.contao.twig.studio.create_legacy_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_frontend_module_variant_operation).
Resolving inheritance for "contao.twig.studio.create_legacy_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyFrontendModuleVariantOperation.0.contao.twig.studio.create_legacy_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_page_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.create_legacy_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_page_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_page_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_page_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_page_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_page_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyPageVariantOperation.0.contao.twig.studio.create_legacy_page_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_page_variant_operation).
Resolving inheritance for "contao.twig.studio.create_legacy_page_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyPageVariantOperation.0.contao.twig.studio.create_legacy_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_operation" (parent: .abstract.instanceof.contao.twig.studio.create_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateOperation.0.contao.twig.studio.create_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_operation).
Resolving inheritance for "contao.twig.studio.create_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateOperation.0.contao.twig.studio.create_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_page_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.create_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_page_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_page_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_page_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_page_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_page_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreatePageVariantOperation.0.contao.twig.studio.create_page_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_page_variant_operation).
Resolving inheritance for "contao.twig.studio.create_page_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreatePageVariantOperation.0.contao.twig.studio.create_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_content_element_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.delete_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_content_element_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteContentElementVariantOperation.0.contao.twig.studio.delete_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_content_element_variant_operation).
Resolving inheritance for "contao.twig.studio.delete_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteContentElementVariantOperation.0.contao.twig.studio.delete_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_frontend_module_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.delete_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_frontend_module_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteFrontendModuleVariantOperation.0.contao.twig.studio.delete_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_frontend_module_variant_operation).
Resolving inheritance for "contao.twig.studio.delete_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteFrontendModuleVariantOperation.0.contao.twig.studio.delete_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_operation" (parent: .abstract.instanceof.contao.twig.studio.delete_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteOperation.0.contao.twig.studio.delete_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_operation).
Resolving inheritance for "contao.twig.studio.delete_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteOperation.0.contao.twig.studio.delete_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_content_element_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.rename_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_content_element_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_content_element_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_content_element_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenameContentElementVariantOperation.0.contao.twig.studio.rename_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_content_element_variant_operation).
Resolving inheritance for "contao.twig.studio.rename_content_element_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenameContentElementVariantOperation.0.contao.twig.studio.rename_content_element_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_frontend_module_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.rename_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_frontend_module_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_frontend_module_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenameFrontendModuleVariantOperation.0.contao.twig.studio.rename_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_frontend_module_variant_operation).
Resolving inheritance for "contao.twig.studio.rename_frontend_module_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenameFrontendModuleVariantOperation.0.contao.twig.studio.rename_frontend_module_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_page_variant_operation" (parent: .abstract.instanceof.contao.twig.studio.rename_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_page_variant_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_page_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_page_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_page_variant_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_page_variant_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenamePageVariantOperation.0.contao.twig.studio.rename_page_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_page_variant_operation).
Resolving inheritance for "contao.twig.studio.rename_page_variant_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenamePageVariantOperation.0.contao.twig.studio.rename_page_variant_operation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.save_operation" (parent: .abstract.instanceof.contao.twig.studio.save_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.save_operation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.save_operation).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.save_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.save_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.save_operation" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.save_operation).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\SaveOperation.0.contao.twig.studio.save_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.save_operation).
Resolving inheritance for "contao.twig.studio.save_operation" (parent: .instanceof.Contao\CoreBundle\Twig\Studio\Operation\SaveOperation.0.contao.twig.studio.save_operation).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.contao_manager.cache.bundle_clearer" (parent: .abstract.instanceof.contao_manager.cache.bundle_clearer).
Resolving inheritance for "contao_manager.cache.bundle_clearer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.contao_manager.cache.bundle_clearer).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.debug_plugins" (parent: .abstract.instanceof.contao_manager.command.debug_plugins).
Resolving inheritance for ".instanceof.Contao\ManagerBundle\Command\DebugPluginsCommand.0.contao_manager.command.debug_plugins" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.debug_plugins).
Resolving inheritance for "contao_manager.command.debug_plugins" (parent: .instanceof.Contao\ManagerBundle\Command\DebugPluginsCommand.0.contao_manager.command.debug_plugins).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.dotenv_dump" (parent: .abstract.instanceof.contao_manager.command.dotenv_dump).
Resolving inheritance for ".instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.0.contao_manager.command.dotenv_dump" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.dotenv_dump).
Resolving inheritance for ".instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.1.contao_manager.command.dotenv_dump" (parent: .instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.0.contao_manager.command.dotenv_dump).
Resolving inheritance for "contao_manager.command.dotenv_dump" (parent: .instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.1.contao_manager.command.dotenv_dump).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.install_skeleton" (parent: .abstract.instanceof.contao_manager.command.install_skeleton).
Resolving inheritance for ".instanceof.Contao\ManagerBundle\Command\InstallSkeletonCommand.0.contao_manager.command.install_skeleton" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.install_skeleton).
Resolving inheritance for "contao_manager.command.install_skeleton" (parent: .instanceof.Contao\ManagerBundle\Command\InstallSkeletonCommand.0.contao_manager.command.install_skeleton).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.maintenance_mode" (parent: .abstract.instanceof.contao_manager.command.maintenance_mode).
Resolving inheritance for ".instanceof.Contao\ManagerBundle\Command\MaintenanceModeCommand.0.contao_manager.command.maintenance_mode" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.maintenance_mode).
Resolving inheritance for "contao_manager.command.maintenance_mode" (parent: .instanceof.Contao\ManagerBundle\Command\MaintenanceModeCommand.0.contao_manager.command.maintenance_mode).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.setup" (parent: .abstract.instanceof.contao_manager.command.setup).
Resolving inheritance for ".instanceof.Contao\ManagerBundle\Command\ContaoSetupCommand.0.contao_manager.command.setup" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.setup).
Resolving inheritance for "contao_manager.command.setup" (parent: .instanceof.Contao\ManagerBundle\Command\ContaoSetupCommand.0.contao_manager.command.setup).
Resolving inheritance for ".instanceof.Contao\ManagerBundle\EventListener\BackendMenuListener.0.contao_manager.listener.backend_menu" (parent: .abstract.instanceof.contao_manager.listener.backend_menu).
Resolving inheritance for "contao_manager.listener.backend_menu" (parent: .instanceof.Contao\ManagerBundle\EventListener\BackendMenuListener.0.contao_manager.listener.backend_menu).
Resolving inheritance for ".instanceof.Contao\ManagerBundle\EventListener\DoctrineAlterTableListener.0.contao_manager.listener.doctrine_alter_table" (parent: .abstract.instanceof.contao_manager.listener.doctrine_alter_table).
Resolving inheritance for "contao_manager.listener.doctrine_alter_table" (parent: .instanceof.Contao\ManagerBundle\EventListener\DoctrineAlterTableListener.0.contao_manager.listener.doctrine_alter_table).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao_manager.monolog.request_processor" (parent: .abstract.instanceof.contao_manager.monolog.request_processor).
Resolving inheritance for ".instanceof.Monolog\Processor\ProcessorInterface.0.contao_manager.monolog.request_processor" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao_manager.monolog.request_processor).
Resolving inheritance for "contao_manager.monolog.request_processor" (parent: .instanceof.Monolog\Processor\ProcessorInterface.0.contao_manager.monolog.request_processor).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Routing\RouteLoaderInterface.0.contao_manager.routing.route_loader" (parent: .abstract.instanceof.contao_manager.routing.route_loader).
Resolving inheritance for "contao_manager.routing.route_loader" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Routing\RouteLoaderInterface.0.contao_manager.routing.route_loader).
Resolving inheritance for ".instanceof.Terminal42\FolderpageBundle\Controller\FolderPageController.0.Terminal42\FolderpageBundle\Controller\FolderPageController" (parent: .abstract.instanceof.Terminal42\FolderpageBundle\Controller\FolderPageController).
Resolving inheritance for "Terminal42\FolderpageBundle\Controller\FolderPageController" (parent: .instanceof.Terminal42\FolderpageBundle\Controller\FolderPageController.0.Terminal42\FolderpageBundle\Controller\FolderPageController).
Resolving inheritance for ".instanceof.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener.0.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener" (parent: .abstract.instanceof.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener).
Resolving inheritance for "Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener" (parent: .instanceof.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener.0.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener).
Resolving inheritance for ".instanceof.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener.0.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener" (parent: .abstract.instanceof.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener).
Resolving inheritance for "Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener" (parent: .instanceof.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener.0.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener).
Resolving inheritance for ".instanceof.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener.0.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener" (parent: .abstract.instanceof.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener).
Resolving inheritance for "Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener" (parent: .instanceof.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener.0.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener).
Resolving inheritance for ".instanceof.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener.0.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener" (parent: .abstract.instanceof.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener).
Resolving inheritance for "Terminal42\FolderpageBundle\EventListener\PageStatusIconListener" (parent: .instanceof.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener.0.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\FolderpageBundle\Migration\NoRobotsMigration" (parent: .abstract.instanceof.Terminal42\FolderpageBundle\Migration\NoRobotsMigration).
Resolving inheritance for "Terminal42\FolderpageBundle\Migration\NoRobotsMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\FolderpageBundle\Migration\NoRobotsMigration).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter" (parent: .abstract.instanceof.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter).
Resolving inheritance for "Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController).
Resolving inheritance for "Addictic\ContaoFormBundle\Controller\Api\FormBanIpController" (parent: .instanceof.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormController" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\Controller\Api\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormController).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\Controller\Api\FormController.0.Addictic\ContaoFormBundle\Controller\Api\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormController).
Resolving inheritance for "Addictic\ContaoFormBundle\Controller\Api\FormController" (parent: .instanceof.Addictic\ContaoFormBundle\Controller\Api\FormController.0.Addictic\ContaoFormBundle\Controller\Api\FormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\Controller\Api\FormFieldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\Controller\Api\FormFieldController.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController).
Resolving inheritance for "Addictic\ContaoFormBundle\Controller\Api\FormFieldController" (parent: .instanceof.Addictic\ContaoFormBundle\Controller\Api\FormFieldController.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement).
Resolving inheritance for "Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement" (parent: .instanceof.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\AddAssetsListener.0.Addictic\ContaoFormBundle\EventListener\AddAssetsListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\AddAssetsListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\AddAssetsListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\AddAssetsListener.0.Addictic\ContaoFormBundle\EventListener\AddAssetsListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\GetContentElementListener.0.Addictic\ContaoFormBundle\EventListener\GetContentElementListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\GetContentElementListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\GetContentElementListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\GetContentElementListener.0.Addictic\ContaoFormBundle\EventListener\GetContentElementListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener.0.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener.0.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener.0.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener.0.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener.0.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener.0.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener.0.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener.0.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener.0.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener.0.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener).
Resolving inheritance for ".instanceof.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener.0.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener).
Resolving inheritance for "Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener" (parent: .instanceof.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener.0.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\FormSubmissionCompletedMigration" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\Migration\FormSubmissionCompletedMigration).
Resolving inheritance for "Addictic\ContaoFormBundle\Migration\FormSubmissionCompletedMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\FormSubmissionCompletedMigration).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\FormSubmissionIsSpamMigration" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\Migration\FormSubmissionIsSpamMigration).
Resolving inheritance for "Addictic\ContaoFormBundle\Migration\FormSubmissionIsSpamMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\FormSubmissionIsSpamMigration).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\GdprBundleMigration" (parent: .abstract.instanceof.Addictic\ContaoFormBundle\Migration\GdprBundleMigration).
Resolving inheritance for "Addictic\ContaoFormBundle\Migration\GdprBundleMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\GdprBundleMigration).
Resolving inheritance for ".instanceof.Contao\FaqBundle\InsertTag\FaqInsertTag.0.contao_faq.insert_tag.faq" (parent: .abstract.instanceof.contao_faq.insert_tag.faq).
Resolving inheritance for "contao_faq.insert_tag.faq" (parent: .instanceof.Contao\FaqBundle\InsertTag\FaqInsertTag.0.contao_faq.insert_tag.faq).
Resolving inheritance for ".instanceof.Contao\FaqBundle\EventListener\DataContainer\FaqSearchListener.0.contao_faq.listener.data_container.faq_search" (parent: .abstract.instanceof.contao_faq.listener.data_container.faq_search).
Resolving inheritance for "contao_faq.listener.data_container.faq_search" (parent: .instanceof.Contao\FaqBundle\EventListener\DataContainer\FaqSearchListener.0.contao_faq.listener.data_container.faq_search).
Resolving inheritance for ".instanceof.Contao\FaqBundle\EventListener\SitemapListener.0.contao_faq.listener.sitemap" (parent: .abstract.instanceof.contao_faq.listener.sitemap).
Resolving inheritance for "contao_faq.listener.sitemap" (parent: .instanceof.Contao\FaqBundle\EventListener\SitemapListener.0.contao_faq.listener.sitemap).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_faq.listener.title_tag" (parent: .abstract.instanceof.contao_faq.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_faq.listener.title_tag" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_faq.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\FaqBundle\EventListener\TitleTagListener.0.contao_faq.listener.title_tag" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_faq.listener.title_tag).
Resolving inheritance for "contao_faq.listener.title_tag" (parent: .instanceof.Contao\FaqBundle\EventListener\TitleTagListener.0.contao_faq.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_faq.migration.field_permission" (parent: .abstract.instanceof.contao_faq.migration.field_permission).
Resolving inheritance for "contao_faq.migration.field_permission" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_faq.migration.field_permission).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_faq.migration.overwrite_meta" (parent: .abstract.instanceof.contao_faq.migration.overwrite_meta).
Resolving inheritance for "contao_faq.migration.overwrite_meta" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_faq.migration.overwrite_meta).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_faq.picker.faq_provider" (parent: .abstract.instanceof.contao_faq.picker.faq_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_faq.picker.faq_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_faq.picker.faq_provider).
Resolving inheritance for ".instanceof.Contao\FaqBundle\Picker\FaqPickerProvider.0.contao_faq.picker.faq_provider" (parent: .instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_faq.picker.faq_provider).
Resolving inheritance for "contao_faq.picker.faq_provider" (parent: .instanceof.Contao\FaqBundle\Picker\FaqPickerProvider.0.contao_faq.picker.faq_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_faq.routing.faq_resolver" (parent: .abstract.instanceof.contao_faq.routing.faq_resolver).
Resolving inheritance for "contao_faq.routing.faq_resolver" (parent: .instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_faq.routing.faq_resolver).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.faq_access_voter" (parent: .abstract.instanceof.contao_faq.security.faq_access_voter).
Resolving inheritance for "contao_faq.security.faq_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.faq_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.faq_category_access_voter" (parent: .abstract.instanceof.contao_faq.security.faq_category_access_voter).
Resolving inheritance for "contao_faq.security.faq_category_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.faq_category_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.legacy_backend_access_voter" (parent: .abstract.instanceof.contao_faq.security.legacy_backend_access_voter).
Resolving inheritance for "contao_faq.security.legacy_backend_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.legacy_backend_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Codefog\HasteBundle\AjaxReloadManager" (parent: .abstract.instanceof.Codefog\HasteBundle\AjaxReloadManager).
Resolving inheritance for "Codefog\HasteBundle\AjaxReloadManager" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Codefog\HasteBundle\AjaxReloadManager).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Codefog\HasteBundle\EventListener\AjaxReloadListener" (parent: .abstract.instanceof.Codefog\HasteBundle\EventListener\AjaxReloadListener).
Resolving inheritance for ".instanceof.Codefog\HasteBundle\EventListener\AjaxReloadListener.0.Codefog\HasteBundle\EventListener\AjaxReloadListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Codefog\HasteBundle\EventListener\AjaxReloadListener).
Resolving inheritance for "Codefog\HasteBundle\EventListener\AjaxReloadListener" (parent: .instanceof.Codefog\HasteBundle\EventListener\AjaxReloadListener.0.Codefog\HasteBundle\EventListener\AjaxReloadListener).
Resolving inheritance for ".instanceof.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener.0.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener" (parent: .abstract.instanceof.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener).
Resolving inheritance for "Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener" (parent: .instanceof.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener.0.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener).
Resolving inheritance for ".instanceof.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener.0.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener" (parent: .abstract.instanceof.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener).
Resolving inheritance for "Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener" (parent: .instanceof.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener.0.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener).
Resolving inheritance for ".instanceof.Codefog\HasteBundle\EventListener\DoctrineOrmListener.0.Codefog\HasteBundle\EventListener\DoctrineOrmListener" (parent: .abstract.instanceof.Codefog\HasteBundle\EventListener\DoctrineOrmListener).
Resolving inheritance for "Codefog\HasteBundle\EventListener\DoctrineOrmListener" (parent: .instanceof.Codefog\HasteBundle\EventListener\DoctrineOrmListener.0.Codefog\HasteBundle\EventListener\DoctrineOrmListener).
Resolving inheritance for ".instanceof.Codefog\HasteBundle\EventListener\InsertTagsListener.0.Codefog\HasteBundle\EventListener\InsertTagsListener" (parent: .abstract.instanceof.Codefog\HasteBundle\EventListener\InsertTagsListener).
Resolving inheritance for "Codefog\HasteBundle\EventListener\InsertTagsListener" (parent: .instanceof.Codefog\HasteBundle\EventListener\InsertTagsListener.0.Codefog\HasteBundle\EventListener\InsertTagsListener).
Resolving inheritance for ".instanceof.Codefog\HasteBundle\EventListener\DcaRelationsListener.0.Codefog\HasteBundle\EventListener\DcaRelationsListener" (parent: .abstract.instanceof.Codefog\HasteBundle\EventListener\DcaRelationsListener).
Resolving inheritance for "Codefog\HasteBundle\EventListener\DcaRelationsListener" (parent: .instanceof.Codefog\HasteBundle\EventListener\DcaRelationsListener.0.Codefog\HasteBundle\EventListener\DcaRelationsListener).
Resolving inheritance for ".instanceof.Codefog\HasteBundle\DcaRelationsManager.0.Codefog\HasteBundle\DcaRelationsManager" (parent: .abstract.instanceof.Codefog\HasteBundle\DcaRelationsManager).
Resolving inheritance for "Codefog\HasteBundle\DcaRelationsManager" (parent: .instanceof.Codefog\HasteBundle\DcaRelationsManager.0.Codefog\HasteBundle\DcaRelationsManager).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Codefog\HasteBundle\Twig\HasteExtension" (parent: .abstract.instanceof.Codefog\HasteBundle\Twig\HasteExtension).
Resolving inheritance for "Codefog\HasteBundle\Twig\HasteExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Codefog\HasteBundle\Twig\HasteExtension).
Resolving inheritance for ".instanceof.Terminal42\DcawizardBundle\Controller\CloseModalController.0.Terminal42\DcawizardBundle\Controller\CloseModalController" (parent: .abstract.instanceof.Terminal42\DcawizardBundle\Controller\CloseModalController).
Resolving inheritance for "Terminal42\DcawizardBundle\Controller\CloseModalController" (parent: .instanceof.Terminal42\DcawizardBundle\Controller\CloseModalController.0.Terminal42\DcawizardBundle\Controller\CloseModalController).
Resolving inheritance for ".instanceof.Terminal42\DcawizardBundle\EventListener\AddAssetsListener.0.Terminal42\DcawizardBundle\EventListener\AddAssetsListener" (parent: .abstract.instanceof.Terminal42\DcawizardBundle\EventListener\AddAssetsListener).
Resolving inheritance for "Terminal42\DcawizardBundle\EventListener\AddAssetsListener" (parent: .instanceof.Terminal42\DcawizardBundle\EventListener\AddAssetsListener.0.Terminal42\DcawizardBundle\EventListener\AddAssetsListener).
Resolving inheritance for ".instanceof.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener.0.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener" (parent: .abstract.instanceof.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener).
Resolving inheritance for "Terminal42\DcawizardBundle\EventListener\AjaxActionsListener" (parent: .instanceof.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener.0.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener).
Resolving inheritance for ".instanceof.Terminal42\DcawizardBundle\EventListener\CloseModalListener.0.Terminal42\DcawizardBundle\EventListener\CloseModalListener" (parent: .abstract.instanceof.Terminal42\DcawizardBundle\EventListener\CloseModalListener).
Resolving inheritance for "Terminal42\DcawizardBundle\EventListener\CloseModalListener" (parent: .instanceof.Terminal42\DcawizardBundle\EventListener\CloseModalListener.0.Terminal42\DcawizardBundle\EventListener\CloseModalListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_news.controller.page.news_feed" (parent: .abstract.instanceof.contao_news.controller.page.news_feed).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao_news.controller.page.news_feed" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_news.controller.page.news_feed).
Resolving inheritance for ".instanceof.Contao\NewsBundle\Controller\Page\NewsFeedController.0.contao_news.controller.page.news_feed" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao_news.controller.page.news_feed).
Resolving inheritance for "contao_news.controller.page.news_feed" (parent: .instanceof.Contao\NewsBundle\Controller\Page\NewsFeedController.0.contao_news.controller.page.news_feed).
Resolving inheritance for ".instanceof.Contao\NewsBundle\InsertTag\NewsInsertTag.0.contao_news.insert_tag.news" (parent: .abstract.instanceof.contao_news.insert_tag.news).
Resolving inheritance for "contao_news.insert_tag.news" (parent: .instanceof.Contao\NewsBundle\InsertTag\NewsInsertTag.0.contao_news.insert_tag.news).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\AddFeedsFromLayoutListener.0.contao_news.listener.add_feeds_from_layout" (parent: .abstract.instanceof.contao_news.listener.add_feeds_from_layout).
Resolving inheritance for "contao_news.listener.add_feeds_from_layout" (parent: .instanceof.Contao\NewsBundle\EventListener\AddFeedsFromLayoutListener.0.contao_news.listener.add_feeds_from_layout).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\DataContainer\LayoutFeedOptionsListener.0.contao_news.listener.data_container.layout_feed_options" (parent: .abstract.instanceof.contao_news.listener.data_container.layout_feed_options).
Resolving inheritance for "contao_news.listener.data_container.layout_feed_options" (parent: .instanceof.Contao\NewsBundle\EventListener\DataContainer\LayoutFeedOptionsListener.0.contao_news.listener.data_container.layout_feed_options).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\DataContainer\NewsSearchListener.0.contao_news.listener.data_container.news_search" (parent: .abstract.instanceof.contao_news.listener.data_container.news_search).
Resolving inheritance for "contao_news.listener.data_container.news_search" (parent: .instanceof.Contao\NewsBundle\EventListener\DataContainer\NewsSearchListener.0.contao_news.listener.data_container.news_search).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\DataContainer\PageListener.0.contao_news.listener.data_container.page" (parent: .abstract.instanceof.contao_news.listener.data_container.page).
Resolving inheritance for "contao_news.listener.data_container.page" (parent: .instanceof.Contao\NewsBundle\EventListener\DataContainer\PageListener.0.contao_news.listener.data_container.page).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao_news.listener.data_container.start_stop_validation" (parent: .abstract.instanceof.contao_news.listener.data_container.start_stop_validation).
Resolving inheritance for "contao_news.listener.data_container.start_stop_validation" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao_news.listener.data_container.start_stop_validation).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\NewsFeedListener.0.contao_news.listener.news_feed" (parent: .abstract.instanceof.contao_news.listener.news_feed).
Resolving inheritance for "contao_news.listener.news_feed" (parent: .instanceof.Contao\NewsBundle\EventListener\NewsFeedListener.0.contao_news.listener.news_feed).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\PreviewUrlConvertListener.0.contao_news.listener.preview_url_convert" (parent: .abstract.instanceof.contao_news.listener.preview_url_convert).
Resolving inheritance for "contao_news.listener.preview_url_convert" (parent: .instanceof.Contao\NewsBundle\EventListener\PreviewUrlConvertListener.0.contao_news.listener.preview_url_convert).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\PreviewUrlCreateListener.0.contao_news.listener.preview_url_create" (parent: .abstract.instanceof.contao_news.listener.preview_url_create).
Resolving inheritance for "contao_news.listener.preview_url_create" (parent: .instanceof.Contao\NewsBundle\EventListener\PreviewUrlCreateListener.0.contao_news.listener.preview_url_create).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\SitemapListener.0.contao_news.listener.sitemap" (parent: .abstract.instanceof.contao_news.listener.sitemap).
Resolving inheritance for "contao_news.listener.sitemap" (parent: .instanceof.Contao\NewsBundle\EventListener\SitemapListener.0.contao_news.listener.sitemap).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_news.listener.title_tag" (parent: .abstract.instanceof.contao_news.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_news.listener.title_tag" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_news.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\NewsBundle\EventListener\TitleTagListener.0.contao_news.listener.title_tag" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_news.listener.title_tag).
Resolving inheritance for "contao_news.listener.title_tag" (parent: .instanceof.Contao\NewsBundle\EventListener\TitleTagListener.0.contao_news.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.feed" (parent: .abstract.instanceof.contao_news.migration.feed).
Resolving inheritance for "contao_news.migration.feed" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.feed).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.field_permission" (parent: .abstract.instanceof.contao_news.migration.field_permission).
Resolving inheritance for "contao_news.migration.field_permission" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.field_permission).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.keep_canonical" (parent: .abstract.instanceof.contao_news.migration.keep_canonical).
Resolving inheritance for "contao_news.migration.keep_canonical" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.keep_canonical).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.overwrite_meta" (parent: .abstract.instanceof.contao_news.migration.overwrite_meta).
Resolving inheritance for "contao_news.migration.overwrite_meta" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.overwrite_meta).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_news.picker.news_provider" (parent: .abstract.instanceof.contao_news.picker.news_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_news.picker.news_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_news.picker.news_provider).
Resolving inheritance for ".instanceof.Contao\NewsBundle\Picker\NewsPickerProvider.0.contao_news.picker.news_provider" (parent: .instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_news.picker.news_provider).
Resolving inheritance for "contao_news.picker.news_provider" (parent: .instanceof.Contao\NewsBundle\Picker\NewsPickerProvider.0.contao_news.picker.news_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_news.routing.news_resolver" (parent: .abstract.instanceof.contao_news.routing.news_resolver).
Resolving inheritance for "contao_news.routing.news_resolver" (parent: .instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_news.routing.news_resolver).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.legacy_backend_access_voter" (parent: .abstract.instanceof.contao_news.security.legacy_backend_access_voter).
Resolving inheritance for "contao_news.security.legacy_backend_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.legacy_backend_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_access_voter" (parent: .abstract.instanceof.contao_news.security.news_access_voter).
Resolving inheritance for "contao_news.security.news_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_archive_access_voter" (parent: .abstract.instanceof.contao_news.security.news_archive_access_voter).
Resolving inheritance for "contao_news.security.news_archive_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_archive_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_news.security.news_content_voter" (parent: .abstract.instanceof.contao_news.security.news_content_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_content_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_news.security.news_content_voter).
Resolving inheritance for "contao_news.security.news_content_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_content_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController" (parent: .abstract.instanceof.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController).
Resolving inheritance for ".instanceof.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController).
Resolving inheritance for "Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController" (parent: .instanceof.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController" (parent: .abstract.instanceof.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController).
Resolving inheritance for ".instanceof.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController).
Resolving inheritance for "Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController" (parent: .instanceof.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController).
Resolving inheritance for ".instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener.0.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener" (parent: .abstract.instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener).
Resolving inheritance for "Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener" (parent: .instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener.0.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener).
Resolving inheritance for ".instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener.0.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener" (parent: .abstract.instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener).
Resolving inheritance for "Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener" (parent: .instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener.0.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Addictic\ContaoSvgSpriteBundle\Twig\AppExtension" (parent: .abstract.instanceof.Addictic\ContaoSvgSpriteBundle\Twig\AppExtension).
Resolving inheritance for "Addictic\ContaoSvgSpriteBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Addictic\ContaoSvgSpriteBundle\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_calendar.controller.page.calendar_feed" (parent: .abstract.instanceof.contao_calendar.controller.page.calendar_feed).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao_calendar.controller.page.calendar_feed" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_calendar.controller.page.calendar_feed).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\Controller\Page\CalendarFeedController.0.contao_calendar.controller.page.calendar_feed" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao_calendar.controller.page.calendar_feed).
Resolving inheritance for "contao_calendar.controller.page.calendar_feed" (parent: .instanceof.Contao\CalendarBundle\Controller\Page\CalendarFeedController.0.contao_calendar.controller.page.calendar_feed).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\InsertTag\EventInsertTag.0.contao_calendar.insert_tag.event" (parent: .abstract.instanceof.contao_calendar.insert_tag.event).
Resolving inheritance for "contao_calendar.insert_tag.event" (parent: .instanceof.Contao\CalendarBundle\InsertTag\EventInsertTag.0.contao_calendar.insert_tag.event).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\AddFeedsFromLayoutListener.0.contao_calendar.listener.add_feeds_from_layout" (parent: .abstract.instanceof.contao_calendar.listener.add_feeds_from_layout).
Resolving inheritance for "contao_calendar.listener.add_feeds_from_layout" (parent: .instanceof.Contao\CalendarBundle\EventListener\AddFeedsFromLayoutListener.0.contao_calendar.listener.add_feeds_from_layout).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\CalendarFeedListener.0.contao_calendar.listener.calendar_feed" (parent: .abstract.instanceof.contao_calendar.listener.calendar_feed).
Resolving inheritance for "contao_calendar.listener.calendar_feed" (parent: .instanceof.Contao\CalendarBundle\EventListener\CalendarFeedListener.0.contao_calendar.listener.calendar_feed).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\DataContainer\EventSearchListener.0.contao_calendar.listener.data_container.event_search" (parent: .abstract.instanceof.contao_calendar.listener.data_container.event_search).
Resolving inheritance for "contao_calendar.listener.data_container.event_search" (parent: .instanceof.Contao\CalendarBundle\EventListener\DataContainer\EventSearchListener.0.contao_calendar.listener.data_container.event_search).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\DataContainer\LayoutFeedOptionsListener.0.contao_calendar.listener.data_container.layout_feed_options" (parent: .abstract.instanceof.contao_calendar.listener.data_container.layout_feed_options).
Resolving inheritance for "contao_calendar.listener.data_container.layout_feed_options" (parent: .instanceof.Contao\CalendarBundle\EventListener\DataContainer\LayoutFeedOptionsListener.0.contao_calendar.listener.data_container.layout_feed_options).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\DataContainer\PageListener.0.contao_calendar.listener.data_container.page" (parent: .abstract.instanceof.contao_calendar.listener.data_container.page).
Resolving inheritance for "contao_calendar.listener.data_container.page" (parent: .instanceof.Contao\CalendarBundle\EventListener\DataContainer\PageListener.0.contao_calendar.listener.data_container.page).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao_calendar.listener.data_container.start_stop_validation" (parent: .abstract.instanceof.contao_calendar.listener.data_container.start_stop_validation).
Resolving inheritance for "contao_calendar.listener.data_container.start_stop_validation" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao_calendar.listener.data_container.start_stop_validation).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\PreviewUrlConvertListener.0.contao_calendar.listener.preview_url_convert" (parent: .abstract.instanceof.contao_calendar.listener.preview_url_convert).
Resolving inheritance for "contao_calendar.listener.preview_url_convert" (parent: .instanceof.Contao\CalendarBundle\EventListener\PreviewUrlConvertListener.0.contao_calendar.listener.preview_url_convert).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\PreviewUrlCreateListener.0.contao_calendar.listener.preview_url_create" (parent: .abstract.instanceof.contao_calendar.listener.preview_url_create).
Resolving inheritance for "contao_calendar.listener.preview_url_create" (parent: .instanceof.Contao\CalendarBundle\EventListener\PreviewUrlCreateListener.0.contao_calendar.listener.preview_url_create).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\SitemapListener.0.contao_calendar.listener.sitemap" (parent: .abstract.instanceof.contao_calendar.listener.sitemap).
Resolving inheritance for "contao_calendar.listener.sitemap" (parent: .instanceof.Contao\CalendarBundle\EventListener\SitemapListener.0.contao_calendar.listener.sitemap).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_calendar.listener.title_tag" (parent: .abstract.instanceof.contao_calendar.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_calendar.listener.title_tag" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_calendar.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\EventListener\TitleTagListener.0.contao_calendar.listener.title_tag" (parent: .instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_calendar.listener.title_tag).
Resolving inheritance for "contao_calendar.listener.title_tag" (parent: .instanceof.Contao\CalendarBundle\EventListener\TitleTagListener.0.contao_calendar.listener.title_tag).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.feed" (parent: .abstract.instanceof.contao_calendar.migration.feed).
Resolving inheritance for "contao_calendar.migration.feed" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.feed).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.field_permission" (parent: .abstract.instanceof.contao_calendar.migration.field_permission).
Resolving inheritance for "contao_calendar.migration.field_permission" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.field_permission).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.keep_canonical" (parent: .abstract.instanceof.contao_calendar.migration.keep_canonical).
Resolving inheritance for "contao_calendar.migration.keep_canonical" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.keep_canonical).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.overwrite_meta" (parent: .abstract.instanceof.contao_calendar.migration.overwrite_meta).
Resolving inheritance for "contao_calendar.migration.overwrite_meta" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.overwrite_meta).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_calendar.picker.event_provider" (parent: .abstract.instanceof.contao_calendar.picker.event_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_calendar.picker.event_provider" (parent: .instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_calendar.picker.event_provider).
Resolving inheritance for ".instanceof.Contao\CalendarBundle\Picker\EventPickerProvider.0.contao_calendar.picker.event_provider" (parent: .instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_calendar.picker.event_provider).
Resolving inheritance for "contao_calendar.picker.event_provider" (parent: .instanceof.Contao\CalendarBundle\Picker\EventPickerProvider.0.contao_calendar.picker.event_provider).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_calendar.routing.calendar_events_resolver" (parent: .abstract.instanceof.contao_calendar.routing.calendar_events_resolver).
Resolving inheritance for "contao_calendar.routing.calendar_events_resolver" (parent: .instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_calendar.routing.calendar_events_resolver).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_access_voter" (parent: .abstract.instanceof.contao_calendar.security.calendar_access_voter).
Resolving inheritance for "contao_calendar.security.calendar_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_calendar.security.calendar_content_voter" (parent: .abstract.instanceof.contao_calendar.security.calendar_content_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_content_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_calendar.security.calendar_content_voter).
Resolving inheritance for "contao_calendar.security.calendar_content_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_content_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_events_access_voter" (parent: .abstract.instanceof.contao_calendar.security.calendar_events_access_voter).
Resolving inheritance for "contao_calendar.security.calendar_events_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_events_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.legacy_backend_access_voter" (parent: .abstract.instanceof.contao_calendar.security.legacy_backend_access_voter).
Resolving inheritance for "contao_calendar.security.legacy_backend_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.legacy_backend_access_voter).
Resolving inheritance for ".instanceof.Contao\NewsletterBundle\Cron\PurgeSubscriptionsCron.0.contao_newsletter.cron.purge_subscriptions" (parent: .abstract.instanceof.contao_newsletter.cron.purge_subscriptions).
Resolving inheritance for "contao_newsletter.cron.purge_subscriptions" (parent: .instanceof.Contao\NewsletterBundle\Cron\PurgeSubscriptionsCron.0.contao_newsletter.cron.purge_subscriptions).
Resolving inheritance for ".instanceof.Contao\NewsletterBundle\EventListener\MemberActivationMailListener.0.contao_newsletter.listener.member_activation_mail" (parent: .abstract.instanceof.contao_newsletter.listener.member_activation_mail).
Resolving inheritance for "contao_newsletter.listener.member_activation_mail" (parent: .instanceof.Contao\NewsletterBundle\EventListener\MemberActivationMailListener.0.contao_newsletter.listener.member_activation_mail).
Resolving inheritance for ".instanceof.Contao\NewsletterBundle\EventListener\NewsletterRecipientsEditButtonsListener.0.contao_newsletter.listener.newsletter_recipients_edit_buttons" (parent: .abstract.instanceof.contao_newsletter.listener.newsletter_recipients_edit_buttons).
Resolving inheritance for "contao_newsletter.listener.newsletter_recipients_edit_buttons" (parent: .instanceof.Contao\NewsletterBundle\EventListener\NewsletterRecipientsEditButtonsListener.0.contao_newsletter.listener.newsletter_recipients_edit_buttons).
Resolving inheritance for ".instanceof.Contao\NewsletterBundle\EventListener\SitemapListener.0.contao_newsletter.listener.sitemap" (parent: .abstract.instanceof.contao_newsletter.listener.sitemap).
Resolving inheritance for "contao_newsletter.listener.sitemap" (parent: .instanceof.Contao\NewsletterBundle\EventListener\SitemapListener.0.contao_newsletter.listener.sitemap).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_newsletter.migration.field_permission" (parent: .abstract.instanceof.contao_newsletter.migration.field_permission).
Resolving inheritance for "contao_newsletter.migration.field_permission" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_newsletter.migration.field_permission).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_newsletter.routing.newsletter_resolver" (parent: .abstract.instanceof.contao_newsletter.routing.newsletter_resolver).
Resolving inheritance for "contao_newsletter.routing.newsletter_resolver" (parent: .instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_newsletter.routing.newsletter_resolver).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.legacy_backend_access_voter" (parent: .abstract.instanceof.contao_newsletter.security.legacy_backend_access_voter).
Resolving inheritance for "contao_newsletter.security.legacy_backend_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.legacy_backend_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_access_voter" (parent: .abstract.instanceof.contao_newsletter.security.newsletter_access_voter).
Resolving inheritance for "contao_newsletter.security.newsletter_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_channel_access_voter" (parent: .abstract.instanceof.contao_newsletter.security.newsletter_channel_access_voter).
Resolving inheritance for "contao_newsletter.security.newsletter_channel_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_channel_access_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_recipients_access_voter" (parent: .abstract.instanceof.contao_newsletter.security.newsletter_recipients_access_voter).
Resolving inheritance for "contao_newsletter.security.newsletter_recipients_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_recipients_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController" (parent: .abstract.instanceof.Addictic\ContaoRelationWizardBundle\Controller\RelationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController).
Resolving inheritance for ".instanceof.Addictic\ContaoRelationWizardBundle\Controller\RelationController.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController).
Resolving inheritance for "Addictic\ContaoRelationWizardBundle\Controller\RelationController" (parent: .instanceof.Addictic\ContaoRelationWizardBundle\Controller\RelationController.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Classes\Callbacks.0.Addictic\ContentElementBundle\Classes\Callbacks" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Classes\Callbacks).
Resolving inheritance for "Addictic\ContentElementBundle\Classes\Callbacks" (parent: .instanceof.Addictic\ContentElementBundle\Classes\Callbacks.0.Addictic\ContentElementBundle\Classes\Callbacks).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Addictic\ContentElementBundle\Command\ExamplePageCommand" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Command\ExamplePageCommand).
Resolving inheritance for "Addictic\ContentElementBundle\Command\ExamplePageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Addictic\ContentElementBundle\Command\ExamplePageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Addictic\ContentElementBundle\Command\GenerateStyle" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Command\GenerateStyle).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Command\GenerateStyle.0.Addictic\ContentElementBundle\Command\GenerateStyle" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Addictic\ContentElementBundle\Command\GenerateStyle).
Resolving inheritance for "Addictic\ContentElementBundle\Command\GenerateStyle" (parent: .instanceof.Addictic\ContentElementBundle\Command\GenerateStyle.0.Addictic\ContentElementBundle\Command\GenerateStyle).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\CardElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElementPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\Controller\ContentElementPreviewController.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\ContentElementPreviewController" (parent: .instanceof.Addictic\ContentElementBundle\Controller\ContentElementPreviewController.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\QuickEditController" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Controller\QuickEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\QuickEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\QuickEditController).
Resolving inheritance for "Addictic\ContentElementBundle\Controller\QuickEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\QuickEditController).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\AddAssetsListener.0.Addictic\ContentElementBundle\EventListener\AddAssetsListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\AddAssetsListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\AddAssetsListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\AddAssetsListener.0.Addictic\ContentElementBundle\EventListener\AddAssetsListener).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\GetArticleListener.0.Addictic\ContentElementBundle\EventListener\GetArticleListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\GetArticleListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\GetArticleListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\GetArticleListener.0.Addictic\ContentElementBundle\EventListener\GetArticleListener).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener.0.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener.0.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener).
Resolving inheritance for ".instanceof.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener.0.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener" (parent: .abstract.instanceof.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener).
Resolving inheritance for "Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener" (parent: .instanceof.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener.0.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Addictic\ContentElementBundle\Twig\AppExtension" (parent: .abstract.instanceof.Addictic\ContentElementBundle\Twig\AppExtension).
Resolving inheritance for "Addictic\ContentElementBundle\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Addictic\ContentElementBundle\Twig\AppExtension).
Resolving inheritance for ".instanceof.Contao\CommentsBundle\Cron\PurgeSubscriptionsCron.0.contao_comments.cron.purge_subscriptions" (parent: .abstract.instanceof.contao_comments.cron.purge_subscriptions).
Resolving inheritance for "contao_comments.cron.purge_subscriptions" (parent: .instanceof.Contao\CommentsBundle\Cron\PurgeSubscriptionsCron.0.contao_comments.cron.purge_subscriptions).
Resolving inheritance for ".instanceof.Contao\CommentsBundle\EventListener\DataContainer\AddCommentFieldsListener.0.contao_comments.listener.data_container.add_comment_fields" (parent: .abstract.instanceof.contao_comments.listener.data_container.add_comment_fields).
Resolving inheritance for "contao_comments.listener.data_container.add_comment_fields" (parent: .instanceof.Contao\CommentsBundle\EventListener\DataContainer\AddCommentFieldsListener.0.contao_comments.listener.data_container.add_comment_fields).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.calendar_comments_voter" (parent: .abstract.instanceof.contao_comments.security.calendar_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.calendar_comments_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.calendar_comments_voter).
Resolving inheritance for "contao_comments.security.calendar_comments_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.calendar_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.comments_access_voter" (parent: .abstract.instanceof.contao_comments.security.comments_access_voter).
Resolving inheritance for "contao_comments.security.comments_access_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.comments_access_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.content_comments_voter" (parent: .abstract.instanceof.contao_comments.security.content_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.content_comments_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.content_comments_voter).
Resolving inheritance for "contao_comments.security.content_comments_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.content_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.faq_comments_voter" (parent: .abstract.instanceof.contao_comments.security.faq_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.faq_comments_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.faq_comments_voter).
Resolving inheritance for "contao_comments.security.faq_comments_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.faq_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.legacy_hook_comments_voter" (parent: .abstract.instanceof.contao_comments.security.legacy_hook_comments_voter).
Resolving inheritance for "contao_comments.security.legacy_hook_comments_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.legacy_hook_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.news_comments_voter" (parent: .abstract.instanceof.contao_comments.security.news_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.news_comments_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.news_comments_voter).
Resolving inheritance for "contao_comments.security.news_comments_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.news_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.page_comments_voter" (parent: .abstract.instanceof.contao_comments.security.page_comments_voter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.page_comments_voter" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.page_comments_voter).
Resolving inheritance for "contao_comments.security.page_comments_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.page_comments_voter).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface.0.Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory" (parent: .instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface.0.Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface.0.Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory" (parent: .instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface.0.Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\NotificationCenterBundle\Config\ConfigLoader" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Config\ConfigLoader).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Config\ConfigLoader" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\NotificationCenterBundle\Config\ConfigLoader).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron.0.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron" (parent: .instanceof.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron.0.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Terminal42\NotificationCenterBundle\Twig\NotificationCenterRuntime" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Twig\NotificationCenterRuntime).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Twig\NotificationCenterRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Terminal42\NotificationCenterBundle\Twig\NotificationCenterRuntime).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Gateway\GatewayInterface.0.Terminal42\NotificationCenterBundle\Gateway\MailerGateway" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Gateway\MailerGateway).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Gateway\MailerGateway" (parent: .instanceof.Terminal42\NotificationCenterBundle\Gateway\GatewayInterface.0.Terminal42\NotificationCenterBundle\Gateway\MailerGateway).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener.0.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener.0.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener.0.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener.0.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener.0.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener.0.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener.0.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener.0.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener.0.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener.0.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener.0.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener.0.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener.0.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\RegistrationListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener.0.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener.0.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener.0.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener.0.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener.0.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener.0.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener.0.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries.0.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries.0.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener.0.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener.0.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener.0.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener.0.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\FormGeneratorNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\FormGeneratorNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\FormGeneratorNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\FormGeneratorNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\LostPasswordNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\LostPasswordNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\LostPasswordNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\LostPasswordNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberActivationNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\MemberActivationNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\MemberActivationNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberActivationNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberRegistrationNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\MemberRegistrationNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\MemberRegistrationNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberRegistrationNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberPersonalDataNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\MemberPersonalDataNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\MemberPersonalDataNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberPersonalDataNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController" (parent: .instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController" (parent: .instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\NotificationCenterBundle\Migration\EmailGatewayMigration" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Migration\EmailGatewayMigration).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Migration\EmailGatewayMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\NotificationCenterBundle\Migration\EmailGatewayMigration).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\NotificationCenterBundle\Migration\MailerTransportMigration" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Migration\MailerTransportMigration).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Migration\MailerTransportMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\NotificationCenterBundle\Migration\MailerTransportMigration).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterActivateNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterActivateNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterActivateNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterActivateNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterSubscribeNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterSubscribeNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterSubscribeNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterSubscribeNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterUnsubscribeNotificationType" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterUnsubscribeNotificationType).
Resolving inheritance for "Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterUnsubscribeNotificationType" (parent: .instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterUnsubscribeNotificationType).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController" (parent: .instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController).
Resolving inheritance for "Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController" (parent: .instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController).
Resolving inheritance for ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener.0.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener" (parent: .abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener).
Resolving inheritance for "Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener" (parent: .instanceof.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener.0.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController" (parent: .abstract.instanceof..abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController" (parent: .abstract.instanceof..abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.doctrine_ping_connection" (parent: messenger.middleware.doctrine_ping_connection).
Resolving inheritance for "messenger.bus.default.middleware.doctrine_close_connection" (parent: messenger.middleware.doctrine_close_connection).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.error" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.access" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.configuration" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.cron" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.email" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.files" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.forms" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.contao.general" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "assets._version_contao_core" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_contao_core" (parent: assets.path_package).
Resolving inheritance for "assets._version_system/themes/flexible" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_system/themes/flexible" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_faker" (parent: assets.path_package).
Resolving inheritance for "assets._package_multi_column_wizard" (parent: assets.path_package).
Resolving inheritance for "assets._package_addictic_contao_form" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_faq" (parent: assets.path_package).
Resolving inheritance for "assets._version_codefog_haste" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_codefog_haste" (parent: assets.path_package).
Resolving inheritance for "assets._version_terminal42_dcawizard" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_terminal42_dcawizard" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_news" (parent: assets.path_package).
Resolving inheritance for "assets._package_addictic_contao_svg_sprite" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_calendar" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_newsletter" (parent: assets.path_package).
Resolving inheritance for "assets._package_addictic_contao_relation_wizard" (parent: assets.path_package).
Resolving inheritance for "assets._package_content_element" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_comments" (parent: assets.path_package).
Resolving inheritance for "assets._version_terminal42_notification_center" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_terminal42_notification_center" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/ace" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/ace" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/altcha" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/altcha" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/choices" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/choices" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/colorbox" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/colorbox" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/contao" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/contao" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/datepicker" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/datepicker" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/dropzone" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/dropzone" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/handorgel" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/handorgel" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/jquery" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/jquery" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/jquery-ui" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/jquery-ui" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/mediabox" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/mediabox" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/mootools" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/mootools" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/simplemodal" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/simplemodal" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/swipe" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/swipe" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/swiper" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/swiper" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/tablesort" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/tablesort" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/tablesorter" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/tablesorter" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/tinymce4" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/tinymce4" (parent: assets.path_package).
Resolving inheritance for "assets._version_contao-components/tristen-tablesort" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/tristen-tablesort" (parent: assets.path_package).
Resolving inheritance for "assets._version_scrivo/highlight.php" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_scrivo/highlight.php" (parent: assets.path_package).
Resolving inheritance for "contao.fragment._contao.content_element.download" (parent: Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for "contao.fragment._contao.content_element.downloads" (parent: Contao\CoreBundle\Controller\ContentElement\DownloadsController).
Resolving inheritance for "contao.fragment._contao.content_element.image" (parent: Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for "contao.fragment._contao.content_element.gallery" (parent: Contao\CoreBundle\Controller\ContentElement\ImagesController).
Resolving inheritance for "contao.fragment._contao.content_element.vimeo" (parent: Contao\CoreBundle\Controller\ContentElement\VideoController).
Resolving inheritance for "contao.fragment._contao.content_element.youtube" (parent: Contao\CoreBundle\Controller\ContentElement\VideoController).
1
Removing service-argument resolver for controller "Contao\CoreBundle\Controller\InsertTagsController::renderAction": no corresponding services exist for the referenced types.
375
Removed service "Webauthn\Bundle\Security\Storage\OptionsStorage"; reason: private alias.
Removed service "webauthn.event_dispatcher"; reason: private alias.
Removed service "webauthn.clock"; reason: private alias.
Removed service "webauthn.http_client"; reason: private alias.
Removed service "webauthn.logger"; reason: private alias.
Removed service "Webauthn\FakeCredentialGenerator"; reason: private alias.
Removed service "Webauthn\Bundle\Repository\CredentialRecordRepositoryInterface"; reason: private alias.
Removed service "Webauthn\Bundle\Repository\PublicKeyCredentialSourceRepositoryInterface"; reason: private alias.
Removed service "Webauthn\Bundle\Repository\PublicKeyCredentialUserEntityRepositoryInterface"; reason: private alias.
Removed service "Webauthn\Counter\CounterChecker"; reason: private alias.
Removed service "webauthn.http_client.default"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "monolog.handler.contao"; reason: private alias.
Removed service "fos_http_cache.default_proxy_client"; reason: private alias.
Removed service "FOS\HttpCache\ProxyClient\ProxyClient"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "scheb_two_factor.trusted_device_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Backup\BackupCodeManagerInterface"; reason: private alias.
Removed service "scheb_two_factor.backup_code_manager"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Knp\Bundle\TimeBundle\DateTimeFormatter"; reason: private alias.
Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "CmsIg\Seal\EngineRegistry"; reason: private alias.
Removed service "CmsIg\Seal\Adapter\AdapterFactory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.contao.security.backend_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.contao.security.frontend_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.contao_backend"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_contao_backend.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalContaoBackendLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_local_contao_backend"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLocalContaoBackendLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_contao_backend.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalContaoBackendLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_global_contao_backend"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginGlobalContaoBackendLimiter"; reason: private alias.
Removed service "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface"; reason: private alias.
Removed service "security.user_checker.contao_backend"; reason: private alias.
Removed service "security.authentication.session_strategy.contao_frontend"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_contao_frontend.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalContaoFrontendLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_local_contao_frontend"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLocalContaoFrontendLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_contao_frontend.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalContaoFrontendLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_global_contao_frontend"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginGlobalContaoFrontendLimiter"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.contao_frontend"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Contao\CoreBundle\Cache\EntityCacheTags"; reason: private alias.
Removed service "Contao\CoreBundle\Cache\CacheTagManager"; reason: private alias.
Removed service "Contao\CoreBundle\Config\ResourceFinderInterface"; reason: private alias.
Removed service "Contao\CoreBundle\ContentComposition\ContentComposition"; reason: private alias.
Removed service "Contao\CoreBundle\Csp\WysiwygStyleProcessor"; reason: private alias.
Removed service "Contao\CoreBundle\Csrf\ContaoCsrfTokenManager"; reason: private alias.
Removed service "Contao\CoreBundle\DataContainer\DcaUrlAnalyzer"; reason: private alias.
Removed service "Contao\CoreBundle\DataContainer\ForeignKeyParser"; reason: private alias.
Removed service "Contao\CoreBundle\Doctrine\Backup\DumperInterface"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\FileDownloadHelper"; reason: private alias.
Removed service "Contao\CoreBundle\Framework\ContaoFramework"; reason: private alias.
Removed service "Contao\CoreBundle\Image\ImageFactoryInterface"; reason: private alias.
Removed service "Contao\CoreBundle\Image\ImageSizes"; reason: private alias.
Removed service "Contao\CoreBundle\Image\PictureFactoryInterface"; reason: private alias.
Removed service "Contao\CoreBundle\Image\Preview\PreviewFactory"; reason: private alias.
Removed service "Contao\CoreBundle\InsertTag\InsertTagParser"; reason: private alias.
Removed service "Contao\CoreBundle\Intl\Countries"; reason: private alias.
Removed service "Contao\CoreBundle\Intl\Locales"; reason: private alias.
Removed service "Contao\CoreBundle\Job\Jobs"; reason: private alias.
Removed service "Contao\CoreBundle\Mailer\AvailableTransports"; reason: private alias.
Removed service "Contao\CoreBundle\OptIn\OptIn"; reason: private alias.
Removed service "Contao\CoreBundle\Pagination\PaginationFactoryInterface"; reason: private alias.
Removed service "Contao\CoreBundle\Picker\PickerBuilderInterface"; reason: private alias.
Removed service "Contao\CoreBundle\Routing\ContentUrlGenerator"; reason: private alias.
Removed service "Contao\CoreBundle\Routing\PageFinder"; reason: private alias.
Removed service "Contao\CoreBundle\Routing\Page\PageRegistry"; reason: private alias.
Removed service "Contao\CoreBundle\Routing\ResponseContext\CoreResponseContextFactory"; reason: private alias.
Removed service "Contao\CoreBundle\Routing\ResponseContext\ResponseContextAccessor"; reason: private alias.
Removed service "Contao\CoreBundle\Routing\ScopeMatcher"; reason: private alias.
Removed service "Contao\CoreBundle\Security\Authentication\Token\TokenChecker"; reason: private alias.
Removed service "Contao\CoreBundle\Security\TwoFactor\Authenticator"; reason: private alias.
Removed service "Contao\CoreBundle\Security\TwoFactor\BackupCodeManager"; reason: private alias.
Removed service "Contao\CoreBundle\Security\TwoFactor\TrustedDeviceManager"; reason: private alias.
Removed service "Contao\CoreBundle\Slug\Slug"; reason: private alias.
Removed service "Contao\CoreBundle\String\HtmlDecoder"; reason: private alias.
Removed service "Contao\CoreBundle\String\SimpleTokenParser"; reason: private alias.
Removed service "Contao\CoreBundle\Twig\Finder\FinderFactory"; reason: private alias.
Removed service "Contao\CoreBundle\Twig\Inspector\Inspector"; reason: private alias.
Removed service "Contao\CoreBundle\Twig\Interop\ContextFactory"; reason: private alias.
Removed service "Contao\CoreBundle\Twig\Loader\ContaoFilesystemLoader"; reason: private alias.
Removed service "Contao\CoreBundle\Util\ProcessUtil"; reason: private alias.
Removed service "Contao\CoreBundle\Twig\Studio\TemplateSkeletonFactory"; reason: private alias.
Removed service "Contao\ManagerBundle\HttpKernel\JwtManager"; reason: private alias.
Removed service "Contao\CalendarBundle\Generator\CalendarEventsGenerator"; reason: private alias.
Removed service "Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.error"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoErrorLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.access"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoAccessLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.configuration"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoConfigurationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.cron"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoCronLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.email"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoEmailLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.files"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoFilesLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.forms"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoFormsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.general"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoGeneralLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $filesStorage"; reason: private alias.
Removed service ".Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $files#readonlyStorage"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $filesReadonlyStorage"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $backupsStorage"; reason: private alias.
Removed service ".Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $job-attachmentsStorage"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $jobAttachmentsStorage"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $userTemplatesStorage"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $notificationCenterBulkyItemsStorageStorage"; reason: private alias.
Removed service ".service_locator.5OeP6Xl"; reason: private alias.
Removed service ".service_locator.7NWPvHR"; reason: private alias.
Removed service ".service_locator.h.BsQu0"; reason: private alias.
Removed service ".service_locator.GzGAcR3"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "fos_http_cache.tag_handler.header_formatter"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.contao_backend"; reason: private alias.
Removed service "security.firewall.authenticator.contao_frontend"; reason: private alias.
Removed service "contao.controller_resolver.inner"; reason: private alias.
Removed service "doctrine.orm.proxy_cache_warmer"; reason: private alias.
Removed service "mailer.mailer"; reason: private alias.
Removed service "session.factory"; reason: private alias.
Removed service "contao.translation.data_collector_translator.inner"; reason: private alias.
Removed service "contao.translation.translator.inner"; reason: private alias.
Removed service "twig.template_iterator"; reason: private alias.
Removed service "contao.security.data_container.page_type_access_voter"; reason: private alias.
Removed service "security.event_dispatcher.contao_backend"; reason: private alias.
Removed service "security.event_dispatcher.contao_frontend"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service ".service_locator.FUONOQV"; reason: private alias.
Removed service ".service_locator.CTwD5xA"; reason: private alias.
Removed service ".service_locator.afQTebj"; reason: private alias.
Removed service ".service_locator.Ouck1NH"; reason: private alias.
Removed service ".service_locator.N6wJbKC"; reason: private alias.
Removed service ".service_locator.iqojUsk"; reason: private alias.
Removed service ".service_locator.UGPIptS"; reason: private alias.
Removed service ".service_locator.mWPR.jO"; reason: private alias.
Removed service ".service_locator.nH.0VfB"; reason: private alias.
Removed service ".service_locator.Q2FF2no"; reason: private alias.
Removed service ".service_locator.uvZcDJ0"; reason: private alias.
Removed service ".service_locator.sCkfnl4"; reason: private alias.
Removed service ".service_locator.QA5wvrp"; reason: private alias.
Removed service ".service_locator.uNkuvgu"; reason: private alias.
Removed service ".service_locator.i3.co9j"; reason: private alias.
Removed service ".service_locator.j0_ftEa"; reason: private alias.
Removed service ".service_locator.89BXcRL"; reason: private alias.
Removed service ".service_locator.7Vyz2bC"; reason: private alias.
Removed service ".service_locator.X9G_1M."; reason: private alias.
Removed service ".service_locator.ojNTko5"; reason: private alias.
Removed service ".service_locator.llEWbpn"; reason: private alias.
Removed service ".service_locator.RviWn21"; reason: private alias.
Removed service ".service_locator.B9M.Ftw"; reason: private alias.
Removed service ".service_locator.4u6iR0z"; reason: private alias.
Removed service ".service_locator.XYaq9GI"; reason: private alias.
Removed service ".service_locator.eaqfDLH"; reason: private alias.
353
Changed reference of service "Webauthn\AuthenticatorAttestationResponseValidator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webauthn.authenticator_attestation_response_validator.conditional_creation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webauthn\AuthenticatorAssertionResponseValidator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webauthn\Bundle\Service\PublicKeyCredentialCreationOptionsFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webauthn\AttestationStatement\AttestationObjectLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webauthn\AttestationStatement\NoneAttestationStatementSupport" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Webauthn\Denormalizer\UrlNormalizer" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "locale_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_aware_listener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "translation.locale_switcher" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "router_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "form.type.choice" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "form.type.file" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "form.type.color" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "validator.builder" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "fos_http_cache.cache_manager" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fos_http_cache.cache_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code_reuse" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.condition_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_backup_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "time.datetime_formatter" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "twig.runtime.httpkernel" previously pointing to "contao.fragment.handler" to "fragment.handler".
Changed reference of service "twig.extension.form" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "security.access.authenticated_voter" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "security.access.expression_voter" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "security.logout_url_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.exception_listener" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "security.authenticator_assertion_response_validator.webauthn.contao_backend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator_attestation_response_validator.webauthn.contao_backend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.contao_backend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.abstract_login_link_handler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.authenticator.login_link_handler.contao_backend" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.authentication.switchuser_listener.contao_backend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.contao_backend" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.exception_listener.contao_backend" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "security.context_listener.1" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "security.authenticator_assertion_response_validator.webauthn.contao_frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator_attestation_response_validator.webauthn.contao_frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.contao_frontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.exception_listener.contao_frontend" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "contao.command.symlinks" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Contao\CoreBundle\Controller\Backend\CsvImportController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Contao\CoreBundle\Controller\Backend\PreviewController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Contao\CoreBundle\Controller\Backend\PreviewSwitchController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Contao\CoreBundle\Controller\Backend\PreviewSwitchController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Contao\CoreBundle\Controller\ContentElement\CloseAccountController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Contao\CoreBundle\Controller\ContentElement\CloseAccountController" previously pointing to "contao._logger.monolog.logger.contao.access" to "monolog.logger.contao.access".
Changed reference of service "Contao\CoreBundle\Controller\ContentElement\LoginController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Contao\CoreBundle\Controller\ContentElement\LoginController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Contao\CoreBundle\Controller\Page\ErrorPageController" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "Contao\CoreBundle\Controller\Page\ForwardPageController" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "Contao\CoreBundle\Controller\Page\RootPageController" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "Contao\CoreBundle\Controller\RobotsTxtController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.listener.administrator_email" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.administrator_email" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.backend_rebuild_cache_message" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.check_template_editor_save" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.content_composition" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.data_container.content_element_view" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.content_record_label" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.description_list_label" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.disable_app_configured_settings" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.disable_canonical_fields" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.enum_options" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.fallback_record_label" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.legacy_templates" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.legacy_templates" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.data_container.member_groups" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.page_type_options" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.listener.data_container.page_url" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.page_url" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.data_container.personal_data_password" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.preview_link" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.preview_link" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.data_container.start_stop_validation" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.switch_member_operation" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.data_container.switch_user_operation" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.data_container.theme_templates" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.undo.jump_to_parent_operation" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.data_container.validate_custom_rgxp" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.insert_tags.translation" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.language_fallback_warning" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.log_email_message" previously pointing to "contao._logger.monolog.logger.contao.email" to "monolog.logger.contao.email".
Changed reference of service "contao.listener.log_email_message" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "contao.listener.menu.backend_favorites" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.menu.backend_favorites" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.menu.backend_header" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.menu.backend_header" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.menu.backend_jobs" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.menu.backend_login" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.menu.backend_logout" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.menu.backend_logout" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.menu.backend_preview" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.menu.backend_preview" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.menu.backend_preview" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.listener.menu.backend_template_studio" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.menu.backend_template_studio" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.preview_authentication" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.preview_toolbar" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.search_index" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "contao.listener.security.switch_user" previously pointing to "contao._logger.monolog.logger.contao.access" to "monolog.logger.contao.access".
Changed reference of service "contao.listener.user_session" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.listener.widget.custom_rgxp" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.widget.http_url" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.listener.widget.root_page_dependent_select" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.widget.root_page_dependent_select" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.messenger.message_listener" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "contao.cache.tag_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.cache.warmer" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.content_composition" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "contao.content_composition" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.content_composition" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.crawl.escargot.broken_link_checker_subscriber" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.crawl.escargot.search_index_subscriber" previously pointing to "contao.search.delegating_indexer" to "contao.search.indexer".
Changed reference of service "contao.crawl.escargot.search_index_subscriber" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.cron.purge_opt_in_tokens" previously pointing to "contao._logger.monolog.logger.contao.cron" to "monolog.logger.contao.cron".
Changed reference of service "contao.cron.purge_registrations" previously pointing to "contao._logger.monolog.logger.contao.cron" to "monolog.logger.contao.cron".
Changed reference of service "contao.cron.purge_temp_folder" previously pointing to "contao._logger.monolog.logger.contao.cron" to "monolog.logger.contao.cron".
Changed reference of service "contao.data_collector" previously pointing to "contao.image.imagine.gd" to "contao.image.imagine".
Changed reference of service "contao.data_collector" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.data_container.dca_url_analyzer" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.data_container.dca_url_analyzer" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.data_container.global_operations_builder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.data_container.global_operations_builder" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.data_container.operations_builder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.data_container.record_labeler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.data_container.value_formatter" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.filesystem.dbafs_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.filesystem.dbafs_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.fragment.forward_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.image.factory" previously pointing to "contao.image.imagine.gd" to "contao.image.imagine".
Changed reference of service "contao.image.imagine_preview_provider" previously pointing to "contao.image.imagine.gd" to "contao.image.imagine".
Changed reference of service "contao.image.sizes" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.image.sizes" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.insert_tag.parser" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "contao.insert_tag.parser" previously pointing to "contao.fragment.handler" to "fragment.handler".
Changed reference of service "contao.insert_tag.resolver.fragment" previously pointing to "contao.fragment.handler" to "fragment.handler".
Changed reference of service "contao.insert_tag.resolver.if_language" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.insert_tag.resolver.translation" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.intl.countries" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.intl.locales" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.job.jobs" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.job.jobs" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "contao.mailer.available_transports" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.menu.backend_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.messenger.crawl_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "contao.messenger.search_index_message_handler" previously pointing to "contao.search.delegating_indexer" to "contao.search.indexer".
Changed reference of service "contao.picker.article_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.picker.article_provider" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.picker.builder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.picker.file_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.picker.file_provider" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.picker.page_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.picker.page_provider" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.picker.table_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.picker.table_provider" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.routing.content_url_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.routing.page_404_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.routing.page_finder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.routing.page_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.routing.response_context.csp_handler_factory" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "contao.routing.response_context_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.routing.response_context_factory" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.security.token_checker" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "contao.slug.valid_characters" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.slug.valid_characters" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.translation.legacy_locale_switcher" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao.twig.finder_factory" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_manager.command.maintenance_mode" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_manager.listener.backend_menu" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao_manager.listener.backend_menu" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "MenAtWork\MultiColumnWizardBundle\EventListener\Mcw\GetOptionsBridge" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "MenAtWork\MultiColumnWizardBundle\EventListener\Mcw\ColorPicker" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "MenAtWork\MultiColumnWizardBundle\EventListener\Contao\ExecutePostActions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao_faq.picker.faq_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao_faq.picker.faq_provider" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Codefog\HasteBundle\DoctrineOrmHelper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Codefog\HasteBundle\UndoManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Terminal42\DcawizardBundle\EventListener\CloseModalListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao_news.listener.data_container.layout_feed_options" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_news.listener.data_container.start_stop_validation" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_news.picker.news_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao_news.picker.news_provider" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_calendar.generator.calendar_events" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_calendar.listener.data_container.layout_feed_options" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_calendar.listener.data_container.start_stop_validation" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_calendar.picker.event_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao_calendar.picker.event_provider" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "contao_newsletter.cron.purge_subscriptions" previously pointing to "contao._logger.monolog.logger.contao.cron" to "monolog.logger.contao.cron".
Changed reference of service "contao_comments.cron.purge_subscriptions" previously pointing to "contao._logger.monolog.logger.contao.cron" to "monolog.logger.contao.cron".
Changed reference of service "Terminal42\NotificationCenterBundle\Backend\AutoSuggester" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Terminal42\NotificationCenterBundle\BulkyItem\BulkyItemStorage" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Terminal42\NotificationCenterBundle\NotificationCenter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Terminal42\NotificationCenterBundle\Gateway\MailerGateway" previously pointing to "contao.mailer" to "mailer".
Changed reference of service "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.table_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.legacy_backend_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_faq.security.legacy_backend_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_news.security.legacy_backend_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_calendar.security.legacy_backend_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_newsletter.security.legacy_backend_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.backend_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.article_content_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.content_alias_delete_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.content_composition_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.content_element_nesting_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.content_element_type_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.favorites_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.form_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.form_field_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.frontend_module_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.image_size_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.image_size_item_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.job_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.layout_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.legacy_templates_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.page_permission_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.page_type_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.theme_content_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.undo_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.user_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.user_profile_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.member_group_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.webauthn_credential_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_faq.security.faq_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_faq.security.faq_category_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_news.security.news_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_news.security.news_archive_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_news.security.news_content_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_calendar.security.calendar_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_calendar.security.calendar_content_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_calendar.security.calendar_events_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_newsletter.security.newsletter_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_newsletter.security.newsletter_channel_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_newsletter.security.newsletter_recipients_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_comments.security.calendar_comments_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_comments.security.comments_access_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_comments.security.content_comments_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_comments.security.faq_comments_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_comments.security.news_comments_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_comments.security.page_comments_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao_comments.security.legacy_hook_comments_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.data_container.dca_permission_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.contao.security.default_data_container_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LGSHnkL" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.LGSHnkL" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hiVuiMZ" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.hiVuiMZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.HuJ73.." previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.HuJ73.." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.In8sZTN" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.In8sZTN" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.EHK395j" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.EHK395j" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator._ZW1Jd4" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator._ZW1Jd4" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IA2f74f" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.IA2f74f" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GRxafCb" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.GRxafCb" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.wnenfZo" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.wnenfZo" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9DZTEdk" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.9DZTEdk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9DZTEdk" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service ".service_locator.1IB_5P0" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.1IB_5P0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.q54lYp6" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.q54lYp6" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.2oHYZWk" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.2oHYZWk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Xtufe30" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.Xtufe30" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Vq32ILG" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.Vq32ILG" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.vP5MoU8" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.1PSWVhM" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.MSNT8UZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.QjlzhnL" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.mailer.inner" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "contao.mailer.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
1831
Removed service "App\Classes"; reason: abstract.
Removed service ".abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController"; reason: abstract.
Removed service "webauthn.security.authenticator"; reason: abstract.
Removed service "webauthn.security.firewall_config"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "fos_http_cache.request_matcher"; reason: abstract.
Removed service "fos_http_cache.request_matcher.path"; reason: abstract.
Removed service "fos_http_cache.request_matcher.host"; reason: abstract.
Removed service "fos_http_cache.request_matcher.methods"; reason: abstract.
Removed service "fos_http_cache.request_matcher.ips"; reason: abstract.
Removed service "fos_http_cache.request_matcher.attributes"; reason: abstract.
Removed service "fos_http_cache.request_matcher.query_string"; reason: abstract.
Removed service "fos_http_cache.rule_matcher"; reason: abstract.
Removed service "fos_http_cache.response_matcher.cache_control.cacheable_response"; reason: abstract.
Removed service "fos_http_cache.response_matcher.cache_control.expression"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.login_link"; reason: abstract.
Removed service "security.authenticator.abstract_login_link_handler"; reason: abstract.
Removed service "security.authenticator.expired_login_link_storage"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "Addictic\ContaoFormBundle\BackendModules"; reason: abstract.
Removed service "Addictic\ContaoFormBundle\ContaoManager"; reason: abstract.
Removed service "Addictic\ContaoFormBundle\Forms"; reason: abstract.
Removed service "Addictic\ContaoFormBundle\Models"; reason: abstract.
Removed service "Addictic\ContaoSvgSpriteBundle\ContaoManager"; reason: abstract.
Removed service "Addictic\ContaoRelationWizardBundle\ContaoManager"; reason: abstract.
Removed service "Addictic\ContentElementBundle\ContaoManager"; reason: abstract.
Removed service "Addictic\ContentElementBundle\Faker"; reason: abstract.
Removed service ".abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\FaqElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\FaqElementController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContentElement\FaqElementController.0.App\Controller\ContentElement\FaqElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentElement\FaqElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\HeaderPageElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\HeaderPageElementController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContentElement\HeaderPageElementController.0.App\Controller\ContentElement\HeaderPageElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentElement\HeaderPageElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\HeroElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\HeroElementController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContentElement\HeroElementController.0.App\Controller\ContentElement\HeroElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentElement\HeroElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\RealisationListElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\RealisationListElementController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContentElement\RealisationListElementController.0.App\Controller\ContentElement\RealisationListElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentElement\RealisationListElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilterApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilterApiController"; reason: abstract.
Removed service ".instanceof.App\Controller\FilterApiController.0.App\Controller\FilterApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FilterApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\Controller\FrontendModule\AbstractSiteFrontendModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\BackToTopModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\BackToTopModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\BackToTopModuleController.0.App\Controller\FrontendModule\BackToTopModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\BackToTopModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\FooterModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\FooterModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\FooterModuleController.0.App\Controller\FrontendModule\FooterModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\FooterModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\HeaderModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\HeaderModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\HeaderModuleController.0.App\Controller\FrontendModule\HeaderModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\HeaderModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\NewsCustomListModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\NewsCustomListModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\NewsCustomListModuleController.0.App\Controller\FrontendModule\NewsCustomListModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\NewsCustomListModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\NewsSingleModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\NewsSingleModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\NewsSingleModuleController.0.App\Controller\FrontendModule\NewsSingleModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\NewsSingleModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\RealisationSingleModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\RealisationSingleModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\RealisationSingleModuleController.0.App\Controller\FrontendModule\RealisationSingleModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\RealisationSingleModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\RealisationsListModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\RealisationsListModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\RealisationsListModuleController.0.App\Controller\FrontendModule\RealisationsListModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\RealisationsListModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontendModule\TestimonialsListModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontendModule\TestimonialsListModuleController"; reason: abstract.
Removed service ".instanceof.App\Controller\FrontendModule\TestimonialsListModuleController.0.App\Controller\FrontendModule\TestimonialsListModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontendModule\TestimonialsListModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.App\Controller\NewsController.0.App\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.App\EventListener\DataContainer\GenerateAliasListener.0.App\EventListener\DataContainer\GenerateAliasListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\DataContainer\GenerateAliasListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\DataContainer\PasteButtonCallback.0.App\EventListener\DataContainer\PasteButtonCallback"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\DataContainer\PasteButtonCallback"; reason: abstract.
Removed service ".instanceof.App\EventListener\GetArticleListener.0.App\EventListener\GetArticleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\GetArticleListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ViteExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ViteExtension"; reason: abstract.
Removed service ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AuthenticatorAttestationResponseValidator"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AuthenticatorAttestationResponseValidator"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\AuthenticatorAttestationResponseValidator"; reason: abstract.
Removed service ".instanceof.Webauthn\Event\CanDispatchEvents.0.webauthn.authenticator_attestation_response_validator.conditional_creation"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.webauthn.authenticator_attestation_response_validator.conditional_creation"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.authenticator_attestation_response_validator.conditional_creation"; reason: abstract.
Removed service ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AuthenticatorAssertionResponseValidator"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AuthenticatorAssertionResponseValidator"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\AuthenticatorAssertionResponseValidator"; reason: abstract.
Removed service ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\Bundle\Service\PublicKeyCredentialCreationOptionsFactory"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Service\PublicKeyCredentialCreationOptionsFactory"; reason: abstract.
Removed service ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory"; reason: abstract.
Removed service ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AttestationStatement\AttestationObjectLoader"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\AttestationStatement\AttestationObjectLoader"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\AttestationStatement\AttestationObjectLoader"; reason: abstract.
Removed service ".instanceof.Webauthn\AttestationStatement\AttestationStatementSupport.0.Webauthn\AttestationStatement\NoneAttestationStatementSupport"; reason: abstract.
Removed service ".instanceof.Webauthn\Event\CanDispatchEvents.0.Webauthn\AttestationStatement\NoneAttestationStatementSupport"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\AttestationStatement\NoneAttestationStatementSupport"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Counter\ThrowExceptionIfInvalid"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Counter\ThrowExceptionIfInvalid"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Controller\AssertionControllerFactory"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Controller\AssertionControllerFactory"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\VerificationMethodANDCombinationsDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\VerificationMethodANDCombinationsDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\ExtensionDescriptorDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\ExtensionDescriptorDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AttestationObjectDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AttestationObjectDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AttestationStatementDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AttestationStatementDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AuthenticationExtensionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialDescriptorNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialDescriptorNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AttestedCredentialDataNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AttestedCredentialDataNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\UrlNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\UrlNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorAssertionResponseDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AuthenticatorAssertionResponseDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorAttestationResponseDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AuthenticatorAttestationResponseDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorDataDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AuthenticatorDataDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\AuthenticatorResponseDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\AuthenticatorResponseDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\CollectedClientDataDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\CollectedClientDataDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialRpEntityDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialRpEntityDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalAllAcceptedCredentialsDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\SignalAllAcceptedCredentialsDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalCurrentUserDetailsDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\SignalCurrentUserDetailsDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Webauthn\Denormalizer\SignalUnknownCredentialDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Denormalizer\SignalUnknownCredentialDenormalizer"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS1"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.RS1"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS256"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.RS256"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS384"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.RS384"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.RS512"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.RS512"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS256"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.PS256"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS384"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.PS384"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.PS512"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.PS512"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES256K"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.ES256K"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES256"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.ES256"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES384"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.ES384"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ES512"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.ES512"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ED256"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.ED256"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.ED512"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.ED512"; reason: abstract.
Removed service ".instanceof.Cose\Algorithm\Algorithm.0.webauthn.cose.algorithm.Ed25519ph"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.cose.algorithm.Ed25519ph"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter"; reason: abstract.
Removed service ".instanceof.Webauthn\MetadataService\CanLogData.0.webauthn.security.authenticator"; reason: abstract.
Removed service ".abstract.instanceof.webauthn.security.authenticator"; reason: abstract.
Removed service ".instanceof.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener.0.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Webauthn\Bundle\DataCollector\WebauthnCollector"; reason: abstract.
Removed service ".abstract.instanceof.Webauthn\Bundle\DataCollector\WebauthnCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.automator"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\AutomatorCommand.0.contao.command.automator"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.automator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_create"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\Backup\BackupCreateCommand.0.contao.command.backup_create"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.backup_create"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_list"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\Backup\BackupListCommand.0.contao.command.backup_list"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.backup_list"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_restore"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\Backup\BackupRestoreCommand.0.contao.command.backup_restore"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.backup_restore"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.backup_stream_content"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\Backup\BackupStreamContentCommand.0.contao.command.backup_stream_content"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.backup_stream_content"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.crawl"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\CrawlCommand.0.contao.command.crawl"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.crawl"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.cron"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\CronCommand.0.contao.command.cron"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.cron"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.cron_list"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\CronListCommand.0.contao.command.cron_list"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.cron_list"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_dca"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\DebugDcaCommand.0.contao.command.debug_dca"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.debug_dca"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_fragments"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\DebugFragmentsCommand.0.contao.command.debug_fragments"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.debug_fragments"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_pages"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\DebugPagesCommand.0.contao.command.debug_pages"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.debug_pages"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_twig"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\DebugContaoTwigCommand.0.contao.command.debug_twig"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.debug_twig"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.dump_twig_ide_file"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\DumpTwigIdeFileCommand.0.contao.command.dump_twig_ide_file"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.dump_twig_ide_file"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.filesync"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\FilesyncCommand.0.contao.command.filesync"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.filesync"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.install"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\InstallCommand.0.contao.command.install"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.install"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.migrate"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\MigrateCommand.0.contao.command.migrate"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.migrate"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.resize_images"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\ResizeImagesCommand.0.contao.command.resize_images"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.resize_images"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.supervise_workers"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\SuperviseWorkersCommand.0.contao.command.supervise_workers"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.supervise_workers"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.symlinks"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\SymlinksCommand.0.contao.command.symlinks"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.symlinks"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_create"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\UserCreateCommand.0.contao.command.user_create"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.user_create"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_list"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\UserListCommand.0.contao.command.user_list"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.user_list"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_password"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Command\UserPasswordCommand.0.contao.command.user_password"; reason: abstract.
Removed service ".abstract.instanceof.contao.command.user_password"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\AltchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\AltchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\AltchaController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AltchaController.0.Contao\CoreBundle\Controller\AltchaController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\AltchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\BackendController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\BackendController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Backend\BackendController.0.Contao\CoreBundle\Controller\Backend\BackendController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Backend\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\JobsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\JobsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\JobsController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\JobsController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Backend\JobsController.0.Contao\CoreBundle\Controller\Backend\JobsController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Backend\JobsController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Backend\PreviewController.0.Contao\CoreBundle\Controller\Backend\PreviewController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Backend\PreviewController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Backend\PreviewSwitchController.0.Contao\CoreBundle\Controller\Backend\PreviewSwitchController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Backend\PreviewSwitchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\FavoriteController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Backend\FavoriteController.0.Contao\CoreBundle\Controller\Backend\FavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Backend\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\CaptchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\CaptchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\CaptchaController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\CaptchaController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\CaptchaController.0.Contao\CoreBundle\Controller\CaptchaController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\CaptchaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\AccordionController.0.Contao\CoreBundle\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController.0.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\CloseAccountController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\CloseAccountController.0.Contao\CoreBundle\Controller\ContentElement\CloseAccountController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\CloseAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\CodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\CodeController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\CodeController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\CodeController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\CodeController.0.Contao\CoreBundle\Controller\ContentElement\CodeController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\CodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\DescriptionListController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\DescriptionListController.0.Contao\CoreBundle\Controller\ContentElement\DescriptionListController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\DescriptionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\DownloadsController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\DownloadsController.0.Contao\CoreBundle\Controller\ContentElement\DownloadsController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\DownloadsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\ElementGroupController.0.Contao\CoreBundle\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HeadlineController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\HeadlineController.0.Contao\CoreBundle\Controller\ContentElement\HeadlineController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\HeadlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\HtmlController.0.Contao\CoreBundle\Controller\ContentElement\HtmlController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\HtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\HyperlinkController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\HyperlinkController.0.Contao\CoreBundle\Controller\ContentElement\HyperlinkController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\HyperlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ImagesController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\ImagesController.0.Contao\CoreBundle\Controller\ContentElement\ImagesController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ListController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ListController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ListController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\ListController.0.Contao\CoreBundle\Controller\ContentElement\ListController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\LoginController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\LoginController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\LoginController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\LoginController.0.Contao\CoreBundle\Controller\ContentElement\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController.0.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\MarkdownController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\MarkdownController.0.Contao\CoreBundle\Controller\ContentElement\MarkdownController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\MarkdownController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\PlayerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\PlayerController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\PlayerController.0.Contao\CoreBundle\Controller\ContentElement\PlayerController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\PlayerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\SwiperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\SwiperController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\SwiperController.0.Contao\CoreBundle\Controller\ContentElement\SwiperController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\SwiperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TableController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TableController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TableController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\TableController.0.Contao\CoreBundle\Controller\ContentElement\TableController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TableController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TemplateController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\TemplateController.0.Contao\CoreBundle\Controller\ContentElement\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TeaserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TeaserController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\TeaserController.0.Contao\CoreBundle\Controller\ContentElement\TeaserController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TeaserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TextController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TextController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TextController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TextController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TextController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\TextController.0.Contao\CoreBundle\Controller\ContentElement\TextController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TextController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\ToplinkController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\ToplinkController.0.Contao\CoreBundle\Controller\ContentElement\ToplinkController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\ToplinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\TwoFactorController.0.Contao\CoreBundle\Controller\ContentElement\TwoFactorController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController.0.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\ContentElement\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\ContentElement\VideoController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\ContentElement\VideoController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\ContentElement\VideoController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\ContentElement\VideoController.0.Contao\CoreBundle\Controller\ContentElement\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\ContentElement\VideoController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\CspReporterController.0.Contao\CoreBundle\Controller\CspReporterController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\CspReporterController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FaviconController.0.Contao\CoreBundle\Controller\FaviconController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\FaviconController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendController.0.Contao\CoreBundle\Controller\FrontendController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\FrontendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController.0.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController.0.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\TemplateController.0.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController.0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractFragmentController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\AbstractFrontendModuleController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController.0.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\ErrorPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ErrorPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\ErrorPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ErrorPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Page\ErrorPageController.0.Contao\CoreBundle\Controller\Page\ErrorPageController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Page\ErrorPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\ForwardPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ForwardPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\ForwardPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\ForwardPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Page\ForwardPageController.0.Contao\CoreBundle\Controller\Page\ForwardPageController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Page\ForwardPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\LogoutPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\LogoutPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\LogoutPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\LogoutPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Page\LogoutPageController.0.Contao\CoreBundle\Controller\Page\LogoutPageController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Page\LogoutPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Page\RedirectPageController.0.Contao\CoreBundle\Controller\Page\RedirectPageController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Page\RedirectPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\RegularPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RegularPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\RegularPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RegularPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Page\RegularPageController.0.Contao\CoreBundle\Controller\Page\RegularPageController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Page\RegularPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Page\RootPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RootPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Page\RootPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Page\RootPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Page\RootPageController.0.Contao\CoreBundle\Controller\Page\RootPageController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Page\RootPageController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\PreviewLinkController.0.Contao\CoreBundle\Controller\PreviewLinkController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\PreviewLinkController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\RobotsTxtController.0.Contao\CoreBundle\Controller\RobotsTxtController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\RobotsTxtController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\SitemapController.0.Contao\CoreBundle\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.form.change_password_type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.contao.form.change_password_type"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Form\Type\AbstractContaoType.0.contao.form.change_password_type"; reason: abstract.
Removed service ".abstract.instanceof.contao.form.change_password_type"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.form.close_account_type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.contao.form.close_account_type"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Form\Type\AbstractContaoType.0.contao.form.close_account_type"; reason: abstract.
Removed service ".abstract.instanceof.contao.form.close_account_type"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\AdministratorEmailListener.0.contao.listener.administrator_email"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.administrator_email"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\BackendCacheResponseListener.0.contao.listener.backend_cache_response"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.backend_cache_response"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\BackendLocaleListener.0.contao.listener.backend_locale"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.backend_locale"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\BackendNoindexListener.0.contao.listener.backend_noindex"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.backend_noindex"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\BackendPreviewRedirectListener.0.contao.listener.backend_preview_redirect"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.backend_preview_redirect"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\BackendRebuildCacheMessageListener.0.contao.listener.backend_rebuild_cache_message"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.backend_rebuild_cache_message"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\ClearSessionDataListener.0.contao.listener.clear_session_data"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.clear_session_data"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\CommandSchedulerListener.0.contao.listener.command_scheduler"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.command_scheduler"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\CspReportListener.0.contao.listener.csp_report"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.csp_report"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.csrf_token_cookie"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.csrf_token_cookie"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\AccordionListener.0.contao.listener.data_container.accordion"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.accordion"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ActiveMemberGroupsListener.0.contao.listener.data_container.active_member_groups"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.active_member_groups"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ArticleColumnListener.0.contao.listener.data_container.article_column"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.article_column"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\BackendFavoritesListener.0.contao.listener.data_container.backend_favorites"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.backend_favorites"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CheckTemplateEditorSaveListener.0.contao.listener.data_container.check_template_editor_save"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.check_template_editor_save"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentCompositionListener.0.contao.listener.data_container.content_composition"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.content_composition"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.content_element_type"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentElementTypeListener.0.contao.listener.data_container.content_element_type"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.content_element_type"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentElementViewListener.0.contao.listener.data_container.content_element_view"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.content_element_view"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ContentRecordLabelListener.0.contao.listener.data_container.content_record_label"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.content_record_label"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CspSaveCallbackListener.0.contao.listener.data_container.csp_save_callback"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.csp_save_callback"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CudPermissionListener.0.contao.listener.data_container.cud_permission"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.cud_permission"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultGlobalOperationsListener.0.contao.listener.data_container.default_global_operations"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.default_global_operations"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultLabelsListener.0.contao.listener.data_container.default_labels"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.default_labels"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DefaultOperationsListener.0.contao.listener.data_container.default_operations"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.default_operations"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DescriptionListLabelListener.0.contao.listener.data_container.description_list_label"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.description_list_label"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DisableAppConfiguredSettingsListener.0.contao.listener.data_container.disable_app_configured_settings"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.disable_app_configured_settings"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DisableCanonicalFieldsListener.0.contao.listener.data_container.disable_canonical_fields"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.disable_canonical_fields"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\DynamicPtableListener.0.contao.listener.data_container.dynamic_ptable"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.dynamic_ptable"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\EnumOptionsListener.0.contao.listener.data_container.enum_options"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.enum_options"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\FallbackRecordLabelListener.0.contao.listener.data_container.fallback_record_label"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.fallback_record_label"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\FileImagePreviewListener.0.contao.listener.data_container.file_image_preview"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.file_image_preview"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\FrontendModulePermissionsListener.0.contao.listener.data_container.frontend_module_permissions"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.frontend_module_permissions"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\JobsListener.0.contao.listener.data_container.jobs"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.jobs"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.layout_options"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LayoutOptionsListener.0.contao.listener.data_container.layout_options"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.layout_options"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LegacyGalleryPaletteListener.0.contao.listener.data_container.legacy_gallery_palette"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.legacy_gallery_palette"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LegacyTemplatesListener.0.contao.listener.data_container.legacy_templates"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.legacy_templates"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\LogoutPageRedirectListener.0.contao.listener.data_container.logout_page_redirect"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.logout_page_redirect"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\MemberGroupsListener.0.contao.listener.data_container.member_groups"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.member_groups"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageRoutingListener.0.contao.listener.data_container.page_routing"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.page_routing"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageSearchListener.0.contao.listener.data_container.page_search"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.page_search"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageTypeOptionsListener.0.contao.listener.data_container.page_type_options"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.page_type_options"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageUrlListener.0.contao.listener.data_container.page_url"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.page_url"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PageUseSslDefaultListener.0.contao.listener.data_container.page_use_ssl_default"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.page_use_ssl_default"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PersonalDataPasswordListener.0.contao.listener.data_container.personal_data_password"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.personal_data_password"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\PreviewLinkListener.0.contao.listener.data_container.preview_link"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.preview_link"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\RecordPreviewListener.0.contao.listener.data_container.record_preview"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.record_preview"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ResetCustomTemplateListener.0.contao.listener.data_container.reset_custom_template"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.reset_custom_template"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao.listener.data_container.start_stop_validation"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.start_stop_validation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\SwitchMemberOperationListener.0.contao.listener.data_container.switch_member_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.switch_member_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\SwitchUserOperationListener.0.contao.listener.data_container.switch_user_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.switch_user_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\TemplateOptionsListener.0.contao.listener.data_container.template_options"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.template_options"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeLayoutListener.0.contao.listener.data_container.theme_layout"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.theme_layout"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeOperationsListener.0.contao.listener.data_container.theme_operations"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.theme_operations"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ThemeTemplatesListener.0.contao.listener.data_container.theme_templates"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.theme_templates"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\TrackFieldsListener.0.contao.listener.data_container.track_fields"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.track_fields"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\JumpToParentOperationListener.0.contao.listener.data_container.undo.jump_to_parent_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.undo.jump_to_parent_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\LabelListener.0.contao.listener.data_container.undo.label"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.undo.label"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\Undo\UndoOperationListener.0.contao.listener.data_container.undo_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.undo_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\UserAdminFieldListener.0.contao.listener.data_container.user_admin_field"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.user_admin_field"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.user_root"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\UserRootListener.0.contao.listener.data_container.user_root"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.user_root"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\ValidateCustomRgxpListener.0.contao.listener.data_container.validate_custom_rgxp"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.validate_custom_rgxp"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainerCallbackListener.0.contao.listener.data_container_callback"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container_callback"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.dbafs_metadata"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.dbafs_metadata"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DcaSwitchRequestListener.0.contao.listener.dca_switch_request"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.dca_switch_request"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DoctrineSchemaListener.0.contao.listener.doctrine_schema"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.doctrine_schema"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\ExceptionConverterListener.0.contao.listener.exception_converter"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.exception_converter"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\ImageSizeOptionsListener.0.contao.listener.image_size_options"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.image_size_options"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\InsecureInstallationListener.0.contao.listener.insecure_installation"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.insecure_installation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\ContaoJsonLdSchemaListener.0.contao.listener.json_ld_schema"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.json_ld_schema"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\LanguageFallbackWarningListener.0.contao.listener.language_fallback_warning"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.language_fallback_warning"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\LegacyGlobalsBackupListener.0.contao.listener.legacy_globals_backup"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.legacy_globals_backup"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\LegacyRouteParametersListener.0.contao.listener.legacy_route_parameters"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.legacy_route_parameters"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.locale"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.locale"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\LogEmailMessageListener.0.contao.listener.log_email_message"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.log_email_message"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\MakeResponsePrivateListener.0.contao.listener.make_response_private"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.make_response_private"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendBreadcrumbListener.0.contao.listener.menu.backend_breadcrumb"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_breadcrumb"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendFavoritesListener.0.contao.listener.menu.backend_favorites"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_favorites"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendHeaderListener.0.contao.listener.menu.backend_header"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_header"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendJobsListener.0.contao.listener.menu.backend_jobs"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_jobs"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendLoginListener.0.contao.listener.menu.backend_login"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_login"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendLogoutListener.0.contao.listener.menu.backend_logout"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_logout"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendMainListener.0.contao.listener.menu.backend_main"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_main"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendPreviewListener.0.contao.listener.menu.backend_preview"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_preview"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Menu\BackendTemplateStudioListener.0.contao.listener.menu.backend_template_studio"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_template_studio"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.merge_http_headers"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\MergeHttpHeadersListener.0.contao.listener.merge_http_headers"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.merge_http_headers"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\PageAccessListener.0.contao.listener.page_access"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.page_access"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\PageTrailCacheTagsListener.0.contao.listener.page_trail_cache_tags"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.page_trail_cache_tags"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\PrettyErrorScreenListener.0.contao.listener.pretty_error_screen"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.pretty_error_screen"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\PreviewAuthenticationListener.0.contao.listener.preview_authentication"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.preview_authentication"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\PreviewToolbarListener.0.contao.listener.preview_toolbar"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.preview_toolbar"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\PreviewUrlConvertListener.0.contao.listener.preview_url_convert"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.preview_url_convert"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\PreviewUrlCreateListener.0.contao.listener.preview_url_create"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.preview_url_create"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\RequestTokenListener.0.contao.listener.request_token"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.request_token"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\ResponseExceptionListener.0.contao.listener.response_exception"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.response_exception"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\RobotsTxtListener.0.contao.listener.robots_txt"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.robots_txt"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\SearchIndexListener.0.contao.listener.search_index"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.search_index"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Security\LogoutListener.0.contao.listener.security.logout"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.security.logout"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Security\SwitchUserListener.0.contao.listener.security.switch_user"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.security.switch_user"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Security\TwoFactorFrontendListener.0.contao.listener.security.two_factor_frontend"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.security.two_factor_frontend"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\ServiceUnavailableListener.0.contao.listener.service_unavailable"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.service_unavailable"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao.listener.subrequest_cache"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.subrequest_cache"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.subrequest_cache"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\TransportSecurityHeaderListener.0.contao.listener.transport_security_header"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.transport_security_header"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\UnwrapTwigExceptionListener.0.contao.listener.unwrap_twig_exception"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.unwrap_twig_exception"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\UserSessionListener.0.contao.listener.user_session"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.user_session"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\VirtualFieldsMappingListener.0.contao.listener.virtual_fields_mapping"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.virtual_fields_mapping"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\WebauthnRouteListener.0.contao.listener.webauthn_route_backend"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.webauthn_route_backend"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\WebauthnRouteListener.0.contao.listener.webauthn_route_frontend"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.webauthn_route_frontend"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\CustomRgxpListener.0.contao.listener.widget.custom_rgxp"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.widget.custom_rgxp"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\HttpUrlListener.0.contao.listener.widget.http_url"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.widget.http_url"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\RootPageDependentSelectListener.0.contao.listener.widget.root_page_dependent_select"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.widget.root_page_dependent_select"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.listener.widget.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao.listener.widget.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\TitleTagListener.0.contao.listener.widget.title_tag"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.widget.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Messenger\EventListener\MessageListener.0.contao.messenger.message_listener"; reason: abstract.
Removed service ".abstract.instanceof.contao.messenger.message_listener"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Loader\AutoRefreshTemplateHierarchyListener.0.contao.twig.loader.auto_refresh_template_hierarchy_listener"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.loader.auto_refresh_template_hierarchy_listener"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.environment.dns"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.environment.dns"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.accesskey"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_500.accesskey"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.basic_entities"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_500.basic_entities"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.boolean_fields"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_500.boolean_fields"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.empty_ptable"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_500.empty_ptable"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.guests"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_500.guests"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.member_country_uppercase"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_500.member_country_uppercase"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_500.order_field"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_500.order_field"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_502.always_forward"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_502.always_forward"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.caption_basic_entities"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_503.caption_basic_entities"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.file_extension"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_503.file_extension"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.frontend_modules"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_503.frontend_modules"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_503.remember_me"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_503.remember_me"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_505.form_store_session"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_505.form_store_session"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_505.overwrite_meta"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_505.overwrite_meta"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_506.layout_template"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_506.layout_template"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_506.search_indexer_settings"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_506.search_indexer_settings"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_507.default_cud"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_507.default_cud"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao.migration.version_507.field_permission"; reason: abstract.
Removed service ".abstract.instanceof.contao.migration.version_507.field_permission"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.contao.cache.clearer"; reason: abstract.
Removed service ".abstract.instanceof.contao.cache.clearer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.cache.warmer"; reason: abstract.
Removed service ".abstract.instanceof.contao.cache.warmer"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.contao.crawl.escargot.broken_link_checker_subscriber"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Crawl\Escargot\Subscriber\EscargotSubscriberInterface.0.contao.crawl.escargot.broken_link_checker_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.contao.crawl.escargot.broken_link_checker_subscriber"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.contao.crawl.escargot.search_index_subscriber"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Crawl\Escargot\Subscriber\EscargotSubscriberInterface.0.contao.crawl.escargot.search_index_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.contao.crawl.escargot.search_index_subscriber"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\PurgeExpiredAltchaChallengesCron.0.contao.cron.purge_expired_altcha_challenges"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.purge_expired_altcha_challenges"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\PurgeExpiredDataCron.0.contao.cron.purge_expired_data"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.purge_expired_data"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\PurgeJobsCron.0.contao.cron.purge_jobs"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.purge_jobs"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\PurgeOptInTokensCron.0.contao.cron.purge_opt_in_tokens"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.purge_opt_in_tokens"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\PurgePreviewLinksCron.0.contao.cron.purge_preview_links"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.purge_preview_links"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\PurgeRegistrationsCron.0.contao.cron.purge_registrations"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.purge_registrations"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\PurgeTempFolderCron.0.contao.cron.purge_temp_folder"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.purge_temp_folder"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Cron\SuperviseWorkersCron.0.contao.cron.supervise_workers"; reason: abstract.
Removed service ".abstract.instanceof.contao.cron.supervise_workers"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.csrf.token_manager"; reason: abstract.
Removed service ".abstract.instanceof.contao.csrf.token_manager"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.csrf.token_storage"; reason: abstract.
Removed service ".abstract.instanceof.contao.csrf.token_storage"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.contao.data_collector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_collector"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao.data_collector"; reason: abstract.
Removed service ".abstract.instanceof.contao.data_collector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_container.dca_request_switcher"; reason: abstract.
Removed service ".abstract.instanceof.contao.data_container.dca_request_switcher"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.data_container.value_formatter"; reason: abstract.
Removed service ".abstract.instanceof.contao.data_container.value_formatter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.doctrine.orm.fail_tolerant_proxy_cache_warmer"; reason: abstract.
Removed service ".abstract.instanceof.contao.doctrine.orm.fail_tolerant_proxy_cache_warmer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.contao.fragment.pre_handlers"; reason: abstract.
Removed service ".abstract.instanceof.contao.fragment.pre_handlers"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.framework"; reason: abstract.
Removed service ".abstract.instanceof.contao.framework"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.image.sizes"; reason: abstract.
Removed service ".abstract.instanceof.contao.image.sizes"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Flag\FormatFlag.0.contao.insert_tag.format_flag"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.format_flag"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.insert_tag.parser"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.parser"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Flag\PhpFunctionFlag.0.contao.insert_tag.php_function_flag"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.php_function_flag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\AssetInsertTag.0.contao.insert_tag.resolver.asset"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.asset"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\DateInsertTag.0.contao.insert_tag.resolver.date"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.date"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\EmptyInsertTag.0.contao.insert_tag.resolver.empty"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.empty"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\FormInsertTag.0.contao.insert_tag.resolver.form"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.form"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\FormatDateInsertTag.0.contao.insert_tag.resolver.format_date"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.format_date"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\FragmentInsertTag.0.contao.insert_tag.resolver.fragment"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.fragment"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\IfLanguageInsertTag.0.contao.insert_tag.resolver.if_language"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.if_language"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\LegacyInsertTag.0.contao.insert_tag.resolver.legacy"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.legacy"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\LinkInsertTag.0.contao.insert_tag.resolver.link"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.link"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Resolver\TranslationInsertTag.0.contao.insert_tag.resolver.translation"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.resolver.translation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\InsertTag\Flag\StringUtilFlag.0.contao.insert_tag.string_util_flag"; reason: abstract.
Removed service ".abstract.instanceof.contao.insert_tag.string_util_flag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Mailer\AvailableTransports.0.contao.mailer.available_transports"; reason: abstract.
Removed service ".abstract.instanceof.contao.mailer.available_transports"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Messenger\MessageHandler\CrawlMessageHandler.0.contao.messenger.crawl_message_handler"; reason: abstract.
Removed service ".abstract.instanceof.contao.messenger.crawl_message_handler"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Messenger\MessageHandler\SearchIndexMessageHandler.0.contao.messenger.search_index_message_handler"; reason: abstract.
Removed service ".abstract.instanceof.contao.messenger.search_index_message_handler"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Messenger\WebWorker.0.contao.messenger.web_worker"; reason: abstract.
Removed service ".abstract.instanceof.contao.messenger.web_worker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.contao.model_argument_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao.model_argument_resolver"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.contao.monolog.handler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.contao.monolog.handler"; reason: abstract.
Removed service ".abstract.instanceof.contao.monolog.handler"; reason: abstract.
Removed service ".instanceof.Monolog\Processor\ProcessorInterface.0.contao.monolog.processor"; reason: abstract.
Removed service ".abstract.instanceof.contao.monolog.processor"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.article_provider"; reason: abstract.
Removed service ".abstract.instanceof.contao.picker.article_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.file_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao.picker.file_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\FilePickerProvider.0.contao.picker.file_provider"; reason: abstract.
Removed service ".abstract.instanceof.contao.picker.file_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.page_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PagePickerProvider.0.contao.picker.page_provider"; reason: abstract.
Removed service ".abstract.instanceof.contao.picker.page_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao.picker.table_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\TablePickerProvider.0.contao.picker.table_provider"; reason: abstract.
Removed service ".abstract.instanceof.contao.picker.table_provider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.process_util"; reason: abstract.
Removed service ".abstract.instanceof.contao.process_util"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.altcha"; reason: abstract.
Removed service ".abstract.instanceof.contao.repository.altcha"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.cron_job"; reason: abstract.
Removed service ".abstract.instanceof.contao.repository.cron_job"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.contao.repository.webauthn_credential"; reason: abstract.
Removed service ".abstract.instanceof.contao.repository.webauthn_credential"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.article_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao.routing.content.article_resolver"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.page_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao.routing.content.page_resolver"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao.routing.content.string_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao.routing.content.string_resolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.routing.content_url_generator"; reason: abstract.
Removed service ".abstract.instanceof.contao.routing.content_url_generator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.routing.page_registry"; reason: abstract.
Removed service ".abstract.instanceof.contao.routing.page_registry"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Search\Indexer\IndexerInterface.0.contao.search.default_indexer"; reason: abstract.
Removed service ".abstract.instanceof.contao.search.default_indexer"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Search\Indexer\IndexerInterface.0.contao.search.delegating_indexer"; reason: abstract.
Removed service ".abstract.instanceof.contao.search.delegating_indexer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.backend_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.backend_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.backend_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.article_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.article_content_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.article_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.content_alias_delete_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_alias_delete_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.content_alias_delete_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_composition_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.content_composition_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.content_element_nesting_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_element_nesting_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.content_element_nesting_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.content_element_type_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.content_element_type_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.dca_permission_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.dca_permission_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.favorites_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.favorites_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.form_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.form_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.form_field_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.form_field_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.frontend_module_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.frontend_module_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.image_size_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.image_size_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.image_size_item_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.image_size_item_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.job_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.job_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.layout_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.layout_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.legacy_templates_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.legacy_templates_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.page_permission_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.page_permission_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.page_permission_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.page_type_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.page_type_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.page_type_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.table_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.table_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.table_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.theme_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.theme_content_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.theme_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.undo_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.undo_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.security.data_container.user_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.user_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.user_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.user_profile_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.user_profile_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.default_data_container_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.default_data_container_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.member_group_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.member_group_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.webauthn_credential_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.webauthn_credential_voter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.contao.string.simple_token_parser"; reason: abstract.
Removed service ".abstract.instanceof.contao.string.simple_token_parser"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.contao.translation.legacy_locale_switcher"; reason: abstract.
Removed service ".abstract.instanceof.contao.translation.legacy_locale_switcher"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.contao.translation.translator"; reason: abstract.
Removed service ".abstract.instanceof.contao.translation.translator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.backend_helper_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.backend_helper_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.content_url_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.content_url_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.csp_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.csp_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.contao.twig.extension"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.extension"; reason: abstract.
Removed service ".instanceof.Twig\Loader\LoaderInterface.0.contao.twig.fail_tolerant_filesystem_loader"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.fail_tolerant_filesystem_loader"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.figure_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.figure_runtime"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.twig.filesystem_loader"; reason: abstract.
Removed service ".instanceof.Twig\Loader\LoaderInterface.0.contao.twig.filesystem_loader"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.filesystem_loader"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.twig.filesystem_loader_warmer"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.filesystem_loader_warmer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.formatter_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.formatter_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.fragment_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.fragment_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.highlighter_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.highlighter_runtime"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.contao.twig.ide.namespace_lookup_file_warmer"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.ide.namespace_lookup_file_warmer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.insert_tag_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.insert_tag_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.legacy_template_functions_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.legacy_template_functions_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.picture_configuration_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.picture_configuration_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.sanitizer_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.sanitizer_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.schema_org_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.schema_org_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.string_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.string_runtime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.contao.twig.url_runtime"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.url_runtime"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\Backend\TemplateStudioController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\Backend\TemplateStudioController.0.Contao\CoreBundle\Controller\Backend\TemplateStudioController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\Backend\TemplateStudioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateContentElementVariantOperation.0.contao.twig.studio.create_content_element_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.create_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateFrontendModuleVariantOperation.0.contao.twig.studio.create_frontend_module_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.create_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyContentElementVariantOperation.0.contao.twig.studio.create_legacy_content_element_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.create_legacy_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyFrontendModuleVariantOperation.0.contao.twig.studio.create_legacy_frontend_module_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.create_legacy_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_legacy_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_legacy_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_legacy_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_legacy_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateLegacyPageVariantOperation.0.contao.twig.studio.create_legacy_page_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.create_legacy_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreateOperation.0.contao.twig.studio.create_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.create_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.create_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.create_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.create_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.create_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\CreatePageVariantOperation.0.contao.twig.studio.create_page_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.create_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteContentElementVariantOperation.0.contao.twig.studio.delete_content_element_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.delete_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteFrontendModuleVariantOperation.0.contao.twig.studio.delete_frontend_module_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.delete_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.delete_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.delete_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.delete_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.delete_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\DeleteOperation.0.contao.twig.studio.delete_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.delete_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenameContentElementVariantOperation.0.contao.twig.studio.rename_content_element_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.rename_content_element_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenameFrontendModuleVariantOperation.0.contao.twig.studio.rename_frontend_module_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.rename_frontend_module_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.rename_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.rename_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.rename_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.rename_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\RenamePageVariantOperation.0.contao.twig.studio.rename_page_variant_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.rename_page_variant_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao.twig.studio.save_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao.twig.studio.save_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.contao.twig.studio.save_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\AbstractOperation.0.contao.twig.studio.save_operation"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Twig\Studio\Operation\SaveOperation.0.contao.twig.studio.save_operation"; reason: abstract.
Removed service ".abstract.instanceof.contao.twig.studio.save_operation"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.contao_manager.cache.bundle_clearer"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.cache.bundle_clearer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.debug_plugins"; reason: abstract.
Removed service ".instanceof.Contao\ManagerBundle\Command\DebugPluginsCommand.0.contao_manager.command.debug_plugins"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.command.debug_plugins"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.dotenv_dump"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.0.contao_manager.command.dotenv_dump"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.1.contao_manager.command.dotenv_dump"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.command.dotenv_dump"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.install_skeleton"; reason: abstract.
Removed service ".instanceof.Contao\ManagerBundle\Command\InstallSkeletonCommand.0.contao_manager.command.install_skeleton"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.command.install_skeleton"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.maintenance_mode"; reason: abstract.
Removed service ".instanceof.Contao\ManagerBundle\Command\MaintenanceModeCommand.0.contao_manager.command.maintenance_mode"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.command.maintenance_mode"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.contao_manager.command.setup"; reason: abstract.
Removed service ".instanceof.Contao\ManagerBundle\Command\ContaoSetupCommand.0.contao_manager.command.setup"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.command.setup"; reason: abstract.
Removed service ".instanceof.Contao\ManagerBundle\EventListener\BackendMenuListener.0.contao_manager.listener.backend_menu"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.listener.backend_menu"; reason: abstract.
Removed service ".instanceof.Contao\ManagerBundle\EventListener\DoctrineAlterTableListener.0.contao_manager.listener.doctrine_alter_table"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.listener.doctrine_alter_table"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.contao_manager.monolog.request_processor"; reason: abstract.
Removed service ".instanceof.Monolog\Processor\ProcessorInterface.0.contao_manager.monolog.request_processor"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.monolog.request_processor"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Routing\RouteLoaderInterface.0.contao_manager.routing.route_loader"; reason: abstract.
Removed service ".abstract.instanceof.contao_manager.routing.route_loader"; reason: abstract.
Removed service ".instanceof.Terminal42\FolderpageBundle\Controller\FolderPageController.0.Terminal42\FolderpageBundle\Controller\FolderPageController"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\FolderpageBundle\Controller\FolderPageController"; reason: abstract.
Removed service ".instanceof.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener.0.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\FolderpageBundle\EventListener\ConfigureFolderPageListener"; reason: abstract.
Removed service ".instanceof.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener.0.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\FolderpageBundle\EventListener\DefaultPageTypeListener"; reason: abstract.
Removed service ".instanceof.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener.0.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\FolderpageBundle\EventListener\PageBreadcrumbListener"; reason: abstract.
Removed service ".instanceof.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener.0.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\FolderpageBundle\EventListener\PageStatusIconListener"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\FolderpageBundle\Migration\NoRobotsMigration"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\FolderpageBundle\Migration\NoRobotsMigration"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController.0.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormController"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\Controller\Api\FormController.0.Addictic\ContaoFormBundle\Controller\Api\FormController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\Controller\Api\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\Controller\Api\FormFieldController.0.Addictic\ContaoFormBundle\Controller\Api\FormFieldController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\Controller\Api\FormFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement.0.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\AddAssetsListener.0.Addictic\ContaoFormBundle\EventListener\AddAssetsListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\AddAssetsListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\ButtonCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormFieldCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\FormSubmissionCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\HeaderCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\InputFieldCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OnSubmitCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener.0.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\DataContainer\OptionsCallbackListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\GetContentElementListener.0.Addictic\ContaoFormBundle\EventListener\GetContentElementListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\GetContentElementListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener.0.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\GetFrontendModuleListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener.0.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\LoadFormFieldListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener.0.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\ParseFrontendTemplateListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener.0.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\PrepareFormDataListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener.0.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\ProcessFormDataListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener.0.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\EventListener\ValidateFormFieldListener"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\FormSubmissionCompletedMigration"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\Migration\FormSubmissionCompletedMigration"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\FormSubmissionIsSpamMigration"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\Migration\FormSubmissionIsSpamMigration"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Addictic\ContaoFormBundle\Migration\GdprBundleMigration"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoFormBundle\Migration\GdprBundleMigration"; reason: abstract.
Removed service ".instanceof.Contao\FaqBundle\InsertTag\FaqInsertTag.0.contao_faq.insert_tag.faq"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.insert_tag.faq"; reason: abstract.
Removed service ".instanceof.Contao\FaqBundle\EventListener\DataContainer\FaqSearchListener.0.contao_faq.listener.data_container.faq_search"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.listener.data_container.faq_search"; reason: abstract.
Removed service ".instanceof.Contao\FaqBundle\EventListener\SitemapListener.0.contao_faq.listener.sitemap"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.listener.sitemap"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_faq.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_faq.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\FaqBundle\EventListener\TitleTagListener.0.contao_faq.listener.title_tag"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_faq.migration.field_permission"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.migration.field_permission"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_faq.migration.overwrite_meta"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.migration.overwrite_meta"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_faq.picker.faq_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_faq.picker.faq_provider"; reason: abstract.
Removed service ".instanceof.Contao\FaqBundle\Picker\FaqPickerProvider.0.contao_faq.picker.faq_provider"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.picker.faq_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_faq.routing.faq_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.routing.faq_resolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.faq_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.security.faq_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.faq_category_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.security.faq_category_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_faq.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_faq.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Codefog\HasteBundle\AjaxReloadManager"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\AjaxReloadManager"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Codefog\HasteBundle\EventListener\AjaxReloadListener"; reason: abstract.
Removed service ".instanceof.Codefog\HasteBundle\EventListener\AjaxReloadListener.0.Codefog\HasteBundle\EventListener\AjaxReloadListener"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\EventListener\AjaxReloadListener"; reason: abstract.
Removed service ".instanceof.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener.0.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\EventListener\DcaAjaxOperationsListener"; reason: abstract.
Removed service ".instanceof.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener.0.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\EventListener\DcaDateRangeFilterListener"; reason: abstract.
Removed service ".instanceof.Codefog\HasteBundle\EventListener\DoctrineOrmListener.0.Codefog\HasteBundle\EventListener\DoctrineOrmListener"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\EventListener\DoctrineOrmListener"; reason: abstract.
Removed service ".instanceof.Codefog\HasteBundle\EventListener\InsertTagsListener.0.Codefog\HasteBundle\EventListener\InsertTagsListener"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\EventListener\InsertTagsListener"; reason: abstract.
Removed service ".instanceof.Codefog\HasteBundle\EventListener\DcaRelationsListener.0.Codefog\HasteBundle\EventListener\DcaRelationsListener"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\EventListener\DcaRelationsListener"; reason: abstract.
Removed service ".instanceof.Codefog\HasteBundle\DcaRelationsManager.0.Codefog\HasteBundle\DcaRelationsManager"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\DcaRelationsManager"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Codefog\HasteBundle\Twig\HasteExtension"; reason: abstract.
Removed service ".abstract.instanceof.Codefog\HasteBundle\Twig\HasteExtension"; reason: abstract.
Removed service ".instanceof.Terminal42\DcawizardBundle\Controller\CloseModalController.0.Terminal42\DcawizardBundle\Controller\CloseModalController"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\DcawizardBundle\Controller\CloseModalController"; reason: abstract.
Removed service ".instanceof.Terminal42\DcawizardBundle\EventListener\AddAssetsListener.0.Terminal42\DcawizardBundle\EventListener\AddAssetsListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\DcawizardBundle\EventListener\AddAssetsListener"; reason: abstract.
Removed service ".instanceof.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener.0.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\DcawizardBundle\EventListener\AjaxActionsListener"; reason: abstract.
Removed service ".instanceof.Terminal42\DcawizardBundle\EventListener\CloseModalListener.0.Terminal42\DcawizardBundle\EventListener\CloseModalListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\DcawizardBundle\EventListener\CloseModalListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_news.controller.page.news_feed"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao_news.controller.page.news_feed"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\Controller\Page\NewsFeedController.0.contao_news.controller.page.news_feed"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.controller.page.news_feed"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\InsertTag\NewsInsertTag.0.contao_news.insert_tag.news"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.insert_tag.news"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\AddFeedsFromLayoutListener.0.contao_news.listener.add_feeds_from_layout"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.add_feeds_from_layout"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\DataContainer\LayoutFeedOptionsListener.0.contao_news.listener.data_container.layout_feed_options"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.data_container.layout_feed_options"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\DataContainer\NewsSearchListener.0.contao_news.listener.data_container.news_search"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.data_container.news_search"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\DataContainer\PageListener.0.contao_news.listener.data_container.page"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.data_container.page"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao_news.listener.data_container.start_stop_validation"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.data_container.start_stop_validation"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\NewsFeedListener.0.contao_news.listener.news_feed"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.news_feed"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\PreviewUrlConvertListener.0.contao_news.listener.preview_url_convert"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.preview_url_convert"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\PreviewUrlCreateListener.0.contao_news.listener.preview_url_create"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.preview_url_create"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\SitemapListener.0.contao_news.listener.sitemap"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.sitemap"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_news.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_news.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\EventListener\TitleTagListener.0.contao_news.listener.title_tag"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.feed"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.migration.feed"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.field_permission"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.migration.field_permission"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.keep_canonical"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.migration.keep_canonical"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_news.migration.overwrite_meta"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.migration.overwrite_meta"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_news.picker.news_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_news.picker.news_provider"; reason: abstract.
Removed service ".instanceof.Contao\NewsBundle\Picker\NewsPickerProvider.0.contao_news.picker.news_provider"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.picker.news_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_news.routing.news_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.routing.news_resolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.security.news_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_archive_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.security.news_archive_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_news.security.news_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_news.security.news_content_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.security.news_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController.0.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController.0.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener.0.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\AdjustDcaListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener.0.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoSvgSpriteBundle\EventListener\DataContainer\SettingsCallbackListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Addictic\ContaoSvgSpriteBundle\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoSvgSpriteBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_calendar.controller.page.calendar_feed"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.contao_calendar.controller.page.calendar_feed"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\Controller\Page\CalendarFeedController.0.contao_calendar.controller.page.calendar_feed"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.controller.page.calendar_feed"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\InsertTag\EventInsertTag.0.contao_calendar.insert_tag.event"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.insert_tag.event"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\AddFeedsFromLayoutListener.0.contao_calendar.listener.add_feeds_from_layout"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.add_feeds_from_layout"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\CalendarFeedListener.0.contao_calendar.listener.calendar_feed"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.calendar_feed"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\DataContainer\EventSearchListener.0.contao_calendar.listener.data_container.event_search"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.data_container.event_search"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\DataContainer\LayoutFeedOptionsListener.0.contao_calendar.listener.data_container.layout_feed_options"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.data_container.layout_feed_options"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\DataContainer\PageListener.0.contao_calendar.listener.data_container.page"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.data_container.page"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\StartStopValidationListener.0.contao_calendar.listener.data_container.start_stop_validation"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.data_container.start_stop_validation"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\PreviewUrlConvertListener.0.contao_calendar.listener.preview_url_convert"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.preview_url_convert"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\PreviewUrlCreateListener.0.contao_calendar.listener.preview_url_create"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.preview_url_create"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\SitemapListener.0.contao_calendar.listener.sitemap"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.sitemap"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.contao_calendar.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\Widget\AbstractTitleTagCallback.0.contao_calendar.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\EventListener\TitleTagListener.0.contao_calendar.listener.title_tag"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.title_tag"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.feed"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.migration.feed"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.field_permission"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.migration.field_permission"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.keep_canonical"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.migration.keep_canonical"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_calendar.migration.overwrite_meta"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.migration.overwrite_meta"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Picker\PickerProviderInterface.0.contao_calendar.picker.event_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Framework\FrameworkAwareInterface.0.contao_calendar.picker.event_provider"; reason: abstract.
Removed service ".instanceof.Contao\CalendarBundle\Picker\EventPickerProvider.0.contao_calendar.picker.event_provider"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.picker.event_provider"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_calendar.routing.calendar_events_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.routing.calendar_events_resolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.security.calendar_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_calendar.security.calendar_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_content_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.security.calendar_content_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.calendar_events_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.security.calendar_events_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_calendar.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".instanceof.Contao\NewsletterBundle\Cron\PurgeSubscriptionsCron.0.contao_newsletter.cron.purge_subscriptions"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.cron.purge_subscriptions"; reason: abstract.
Removed service ".instanceof.Contao\NewsletterBundle\EventListener\MemberActivationMailListener.0.contao_newsletter.listener.member_activation_mail"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.listener.member_activation_mail"; reason: abstract.
Removed service ".instanceof.Contao\NewsletterBundle\EventListener\NewsletterRecipientsEditButtonsListener.0.contao_newsletter.listener.newsletter_recipients_edit_buttons"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.listener.newsletter_recipients_edit_buttons"; reason: abstract.
Removed service ".instanceof.Contao\NewsletterBundle\EventListener\SitemapListener.0.contao_newsletter.listener.sitemap"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.listener.sitemap"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.contao_newsletter.migration.field_permission"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.migration.field_permission"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Routing\Content\ContentUrlResolverInterface.0.contao_newsletter.routing.newsletter_resolver"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.routing.newsletter_resolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.security.legacy_backend_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.security.newsletter_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_channel_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.security.newsletter_channel_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_newsletter.security.newsletter_recipients_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_newsletter.security.newsletter_recipients_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController"; reason: abstract.
Removed service ".instanceof.Addictic\ContaoRelationWizardBundle\Controller\RelationController.0.Addictic\ContaoRelationWizardBundle\Controller\RelationController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContaoRelationWizardBundle\Controller\RelationController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Classes\Callbacks.0.Addictic\ContentElementBundle\Classes\Callbacks"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Classes\Callbacks"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Addictic\ContentElementBundle\Command\ExamplePageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Command\ExamplePageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Addictic\ContentElementBundle\Command\GenerateStyle"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Command\GenerateStyle.0.Addictic\ContentElementBundle\Command\GenerateStyle"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Command\GenerateStyle"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.Addictic\ContentElementBundle\Controller\ContentElement\AbstractContentElementBundleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController.0.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController.0.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\Controller\ContentElementPreviewController.0.Addictic\ContentElementBundle\Controller\ContentElementPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\ContentElementPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Addictic\ContentElementBundle\Controller\QuickEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Addictic\ContentElementBundle\Controller\QuickEditController"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Controller\QuickEditController"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\AddAssetsListener.0.Addictic\ContentElementBundle\EventListener\AddAssetsListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\AddAssetsListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\AdjustDcaListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\ColumnsElementListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnLoadListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener.0.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\DataContainer\OnSubmitListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\GetArticleListener.0.Addictic\ContentElementBundle\EventListener\GetArticleListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\GetArticleListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener.0.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\OutputBackendTemplateListener"; reason: abstract.
Removed service ".instanceof.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener.0.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\EventListener\ParseBackendTemplateListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Addictic\ContentElementBundle\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.Addictic\ContentElementBundle\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Contao\CommentsBundle\Cron\PurgeSubscriptionsCron.0.contao_comments.cron.purge_subscriptions"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.cron.purge_subscriptions"; reason: abstract.
Removed service ".instanceof.Contao\CommentsBundle\EventListener\DataContainer\AddCommentFieldsListener.0.contao_comments.listener.data_container.add_comment_fields"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.listener.data_container.add_comment_fields"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.calendar_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.calendar_comments_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.security.calendar_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.comments_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.security.comments_access_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.content_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.content_comments_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.security.content_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.faq_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.faq_comments_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.security.faq_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.legacy_hook_comments_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.security.legacy_hook_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.news_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.news_comments_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.security.news_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.contao_comments.security.page_comments_voter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao_comments.security.page_comments_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao_comments.security.page_comments_voter"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface.0.Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface.0.Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\NotificationCenterBundle\Config\ConfigLoader"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Config\ConfigLoader"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron.0.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Terminal42\NotificationCenterBundle\Twig\NotificationCenterRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Twig\NotificationCenterRuntime"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Gateway\GatewayInterface.0.Terminal42\NotificationCenterBundle\Gateway\MailerGateway"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Gateway\MailerGateway"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\FormListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\GatewayListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\LanguageListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\MessageListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\ModuleListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\DataContainer\NotificationListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener.0.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationCenterProListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener.0.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Backend\BackendMenuListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener.0.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\AdminEmailTokenListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener.0.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\BulkyItemsTokenListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener.0.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\DisableDeliveryListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener.0.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\NotificationTypeForModuleListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener.0.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener.0.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\RegistrationListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener.0.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\UpdatePersonalDataListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener.0.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\DoctrineSchemaListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener.0.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\DbafsMetadataListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries.0.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\LogUnsuccessfulDeliveries"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener.0.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAttachmentsListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener.0.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\MailerAsynchronousReceiptUpdateListener"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\FormGeneratorNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\FormGeneratorNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\LostPasswordNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\LostPasswordNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberActivationNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\MemberActivationNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberRegistrationNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\MemberRegistrationNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\MemberPersonalDataNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\MemberPersonalDataNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\LostPasswordController"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\RegistrationController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\NotificationCenterBundle\Migration\EmailGatewayMigration"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Migration\EmailGatewayMigration"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\NotificationCenterBundle\Migration\MailerTransportMigration"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Migration\MailerTransportMigration"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterActivateNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterActivateNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterSubscribeNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterSubscribeNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\NotificationType\NotificationTypeInterface.0.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterUnsubscribeNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\NotificationType\Newsletter\NewsletterUnsubscribeNotificationType"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\SubscribeController"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController.0.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\Controller\FrontendModule\Newsletter\UnsubscribeController"; reason: abstract.
Removed service ".instanceof.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener.0.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\NotificationCenterBundle\EventListener\Newsletter\ActivationListener"; reason: abstract.
173
Removed service "webauthn.clock.default"; reason: unused.
Removed service "Webauthn\AttestationStatement\AttestationObjectLoader"; reason: unused.
Removed service "Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository"; reason: unused.
Removed service "Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository"; reason: unused.
Removed service "webauthn.logger.default"; reason: unused.
Removed service "Webauthn\Denormalizer\WebauthnSerializerFactory"; reason: unused.
Removed service "Webauthn\Bundle\Security\Storage\CacheStorage"; reason: unused.
Removed service "Webauthn\Bundle\Security\Guesser\CurrentUserEntityGuesser"; reason: unused.
Removed service "Webauthn\Bundle\Security\Guesser\RequestBodyUserEntityGuesser"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "nelmio_security.ua_parser"; reason: unused.
Removed service "nelmio_security.ua_parser.ua_php"; reason: unused.
Removed service "nelmio_security.policy_manager"; reason: unused.
Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.access.access_decider"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.persister_factory.doctrine"; reason: unused.
Removed service "scheb_two_factor.persister.doctrine"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service "scheb_two_factor.default_trusted_device_manager"; reason: unused.
Removed service "scheb_two_factor.null_trusted_device_manager"; reason: unused.
Removed service "scheb_two_factor.default_backup_code_manager"; reason: unused.
Removed service "scheb_two_factor.null_backup_code_manager"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "cmsig_seal.adapter_factory"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.contao_backend"; reason: unused.
Removed service "security.authenticator.abstract_login_link_signature_hasher"; reason: unused.
Removed service "security.authenticator.cache.expired_links"; reason: unused.
Removed service "security.user_checker.chain.contao_frontend"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "contao.listener.insert_tags.asset"; reason: unused.
Removed service "contao.listener.insert_tags.date"; reason: unused.
Removed service "contao.listener.insert_tags.translation"; reason: unused.
Removed service "contao.image.imagine.gmagick"; reason: unused.
Removed service "contao.image.imagine.imagick"; reason: unused.
Removed service "contao.repository.job"; reason: unused.
Removed service "contao.security.data_container.preview_access_voter"; reason: unused.
Removed service "contao.security.login_authenticator"; reason: unused.
Removed service "contao.token_generator"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "Terminal42\FolderpageBundle\ContaoManager\Plugin"; reason: unused.
Removed service "Terminal42\FolderpageBundle\Terminal42FolderpageBundle"; reason: unused.
Removed service "Addictic\ContaoFormBundle\AddicticContaoFormBundle"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Conditions\Condition"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Conditions\OnType"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Event\FormEvents"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Event\FormSubmissionLabelsEvent"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Utils\CallbackUtils"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Utils\FormBannedIps"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Utils\FormData"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Utils\FormReferrer"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Utils\FormSubmissionUuid"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Utils\FormUtils"; reason: unused.
Removed service "Addictic\ContaoFormBundle\Utils\StringUtils"; reason: unused.
Removed service "Addictic\ContaoSvgSpriteBundle\AddicticContaoSvgSpriteBundle"; reason: unused.
Removed service "Addictic\ContaoSvgSpriteBundle\Classes\SvgSprite"; reason: unused.
Removed service "Addictic\ContaoSvgSpriteBundle\Widgets\IconWizard"; reason: unused.
Removed service "Addictic\ContaoRelationWizardBundle\AddicticContaoRelationWizardBundle"; reason: unused.
Removed service "Addictic\ContaoRelationWizardBundle\Models\RelationModel"; reason: unused.
Removed service "Addictic\ContaoRelationWizardBundle\Utils\JsonUtil"; reason: unused.
Removed service "Addictic\ContaoRelationWizardBundle\Utils\RelationFieldBuilder"; reason: unused.
Removed service "Addictic\ContaoRelationWizardBundle\Widgets\RelationWizard"; reason: unused.
Removed service "Terminal42\NotificationCenterBundle\BulkyItem\FileItemFactory"; reason: unused.
Removed service ".service_locator.tSgNooB"; reason: unused.
Removed service ".service_locator.tSgNooB.Contao\CoreBundle\Controller\InsertTagsController::renderAction()"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "contao.filesystem.dbafs.files"; reason: unused.
Removed service "contao.filesystem.dbafs.notification_center_bulky_items_storage"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
Removed service ".service_locator.T.6vBuR"; reason: unused.
903
Inlined service ".service_locator.LGSHnkL.App\Controller\ContentElement\FaqElementController" to "App\Controller\ContentElement\FaqElementController".
Inlined service ".service_locator.LGSHnkL.App\Controller\ContentElement\HeaderPageElementController" to "App\Controller\ContentElement\HeaderPageElementController".
Inlined service ".service_locator.LGSHnkL.App\Controller\ContentElement\HeroElementController" to "App\Controller\ContentElement\HeroElementController".
Inlined service ".service_locator.LGSHnkL.App\Controller\ContentElement\RealisationListElementController" to "App\Controller\ContentElement\RealisationListElementController".
Inlined service ".service_locator.hiVuiMZ.App\Controller\FilterApiController" to "App\Controller\FilterApiController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\BackToTopModuleController" to "App\Controller\FrontendModule\BackToTopModuleController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\FooterModuleController" to "App\Controller\FrontendModule\FooterModuleController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\HeaderModuleController" to "App\Controller\FrontendModule\HeaderModuleController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\NewsCustomListModuleController" to "App\Controller\FrontendModule\NewsCustomListModuleController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\NewsSingleModuleController" to "App\Controller\FrontendModule\NewsSingleModuleController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\RealisationSingleModuleController" to "App\Controller\FrontendModule\RealisationSingleModuleController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\RealisationsListModuleController" to "App\Controller\FrontendModule\RealisationsListModuleController".
Inlined service ".service_locator.LGSHnkL.App\Controller\FrontendModule\TestimonialsListModuleController" to "App\Controller\FrontendModule\TestimonialsListModuleController".
Inlined service ".service_locator.hiVuiMZ.App\Controller\NewsController" to "App\Controller\NewsController".
Inlined service "webauthn.controller.creation.options_builder.contao_backend_add_authenticator" to "webauthn.controller.creation.request.contao_backend_add_authenticator".
Inlined service "webauthn.controller.creation.response.ceremony_step_manager.contao_backend_add_authenticator" to "webauthn.controller.creation.response.attestation_validator.contao_backend_add_authenticator".
Inlined service "webauthn.controller.creation.response.attestation_validator.contao_backend_add_authenticator" to "webauthn.controller.creation.response.contao_backend_add_authenticator".
Inlined service "webauthn.controller.creation.options_builder.contao_frontend_add_authenticator" to "webauthn.controller.creation.request.contao_frontend_add_authenticator".
Inlined service "webauthn.controller.creation.response.ceremony_step_manager.contao_frontend_add_authenticator" to "webauthn.controller.creation.response.attestation_validator.contao_frontend_add_authenticator".
Inlined service "webauthn.controller.creation.response.attestation_validator.contao_frontend_add_authenticator" to "webauthn.controller.creation.response.contao_frontend_add_authenticator".
Inlined service "Webauthn\AuthenticationExtensions\ExtensionOutputCheckerHandler" to "Webauthn\CeremonyStep\CeremonyStepManagerFactory".
Inlined service "webauthn.cose.algorithm.manager" to "Webauthn\CeremonyStep\CeremonyStepManagerFactory".
Inlined service "Webauthn\Counter\ThrowExceptionIfInvalid" to "Webauthn\CeremonyStep\CeremonyStepManagerFactory".
Inlined service "webauthn.ceremony_step_manager.creation" to "Webauthn\AuthenticatorAttestationResponseValidator".
Inlined service "webauthn.ceremony_step_manager.conditional_creation" to "webauthn.authenticator_attestation_response_validator.conditional_creation".
Inlined service "webauthn.ceremony_step_manager.request" to "Webauthn\AuthenticatorAssertionResponseValidator".
Inlined service "Webauthn\AttestationStatement\NoneAttestationStatementSupport" to "Webauthn\AttestationStatement\AttestationStatementSupportManager".
Inlined service "webauthn.cose.algorithm.RS1" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.RS256" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.RS384" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.RS512" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.PS256" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.PS384" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.PS512" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.ES256K" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.ES256" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.ES384" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.ES512" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.ED256" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.ED512" to "webauthn.cose.algorithm.manager".
Inlined service "webauthn.cose.algorithm.Ed25519ph" to "webauthn.cose.algorithm.manager".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.rh9wHuu" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.v8RhcWg" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.QgUDqsN" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._package_contao_core" to "assets.packages".
Inlined service "assets._package_system/themes/flexible" to "assets.packages".
Inlined service "assets._package_contao_faker" to "assets.packages".
Inlined service "assets._package_multi_column_wizard" to "assets.packages".
Inlined service "assets._package_addictic_contao_form" to "assets.packages".
Inlined service "assets._package_contao_faq" to "assets.packages".
Inlined service "assets._package_codefog_haste" to "assets.packages".
Inlined service "assets._package_terminal42_dcawizard" to "assets.packages".
Inlined service "assets._package_contao_news" to "assets.packages".
Inlined service "assets._package_addictic_contao_svg_sprite" to "assets.packages".
Inlined service "assets._package_contao_calendar" to "assets.packages".
Inlined service "assets._package_contao_newsletter" to "assets.packages".
Inlined service "assets._package_addictic_contao_relation_wizard" to "assets.packages".
Inlined service "assets._package_content_element" to "assets.packages".
Inlined service "assets._package_contao_comments" to "assets.packages".
Inlined service "assets._package_terminal42_notification_center" to "assets.packages".
Inlined service "assets._package_contao-components/ace" to "assets.packages".
Inlined service "assets._package_contao-components/altcha" to "assets.packages".
Inlined service "assets._package_contao-components/choices" to "assets.packages".
Inlined service "assets._package_contao-components/colorbox" to "assets.packages".
Inlined service "assets._package_contao-components/contao" to "assets.packages".
Inlined service "assets._package_contao-components/datepicker" to "assets.packages".
Inlined service "assets._package_contao-components/dropzone" to "assets.packages".
Inlined service "assets._package_contao-components/handorgel" to "assets.packages".
Inlined service "assets._package_contao-components/jquery" to "assets.packages".
Inlined service "assets._package_contao-components/jquery-ui" to "assets.packages".
Inlined service "assets._package_contao-components/mediabox" to "assets.packages".
Inlined service "assets._package_contao-components/mootools" to "assets.packages".
Inlined service "assets._package_contao-components/simplemodal" to "assets.packages".
Inlined service "assets._package_contao-components/swipe" to "assets.packages".
Inlined service "assets._package_contao-components/swiper" to "assets.packages".
Inlined service "assets._package_contao-components/tablesort" to "assets.packages".
Inlined service "assets._package_contao-components/tablesorter" to "assets.packages".
Inlined service "assets._package_contao-components/tinymce4" to "assets.packages".
Inlined service "assets._package_contao-components/tristen-tablesort" to "assets.packages".
Inlined service "assets._package_scrivo/highlight.php" to "assets.packages".
Inlined service "contao.asset.mtime_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "Webauthn\Bundle\Routing\Loader" to "routing.resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "contao.routing.images_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.RBbYcK8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.xdLQ5FJ.router.default" to "router.default".
Inlined service "monolog.logger.router" to "router.default".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "Webauthn\Denormalizer\VerificationMethodANDCombinationsDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\ExtensionDescriptorDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AttestationObjectDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AttestationStatementDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AuthenticationExtensionNormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\PublicKeyCredentialDescriptorNormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AttestedCredentialDataNormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\UrlNormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AuthenticationExtensionsDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AuthenticatorAssertionResponseDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AuthenticatorAttestationResponseDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AuthenticatorDataDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\AuthenticatorResponseDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\CollectedClientDataDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\PublicKeyCredentialDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\PublicKeyCredentialOptionsDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\PublicKeyCredentialSourceDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\PublicKeyCredentialRpEntityDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\PublicKeyCredentialUserEntityDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\SignalAllAcceptedCredentialsDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\SignalCurrentUserDetailsDenormalizer" to "serializer".
Inlined service "Webauthn\Denormalizer\SignalUnknownCredentialDenormalizer" to "serializer".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.lock_key" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.0MXXqD9" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.BiaYh_R" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "lock.default.factory" to "messenger.middleware.deduplicate_middleware".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.0cxHmds" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "fos_http_cache.request_matcher.cacheable" to "fos_http_cache.rule_matcher.cacheable".
Inlined service "fos_http_cache.response_matcher.cacheable" to "fos_http_cache.rule_matcher.cacheable".
Inlined service "fos_http_cache.request_matcher.unsafe" to "fos_http_cache.rule_matcher.must_invalidate".
Inlined service "fos_http_cache.response_matcher.non_error" to "fos_http_cache.rule_matcher.must_invalidate".
Inlined service "fos_http_cache.proxy_client.symfony.http_dispatcher" to "fos_http_cache.proxy_client.symfony".
Inlined service "fos_http_cache.tag_handler.max_header_value_length_header_formatter" to "fos_http_cache.http.symfony_response_tagger".
Inlined service "fos_http_cache.rule_matcher.cacheable" to "fos_http_cache.event_listener.tag".
Inlined service "fos_http_cache.rule_matcher.must_invalidate" to "fos_http_cache.event_listener.tag".
Inlined service "fos_http_cache.tag_handler.max_header_value_length_header_formatter.inner" to "fos_http_cache.tag_handler.max_header_value_length_header_formatter".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "contao.cors.website_roots_config_provider" to "nelmio_cors.options_resolver".
Inlined service "nelmio_security.directive_set_builder.report" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.directive_set_builder.enforce" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.ua_parser.ua_php.provider" to "nelmio_security.csp_report.filter.noise_detector_browser_bugs".
Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration.algorithm" to "scheb_two_factor.trusted_jwt_encoder.configuration".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration.key" to "scheb_two_factor.trusted_jwt_encoder.configuration".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration" to "scheb_two_factor.trusted_jwt_encoder".
Inlined service "scheb_two_factor.trusted_jwt_encoder" to "scheb_two_factor.trusted_token_encoder".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator._8anbdp" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "fos_http_cache.twig.tag_extension" to "twig".
Inlined service "nelmio_security.twig_extension" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "Codefog\HasteBundle\Twig\HasteExtension" to "twig".
Inlined service "Addictic\ContaoSvgSpriteBundle\Twig\AppExtension" to "twig".
Inlined service "Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "contao_manager.twig.file_extension_filter_iterator" to "twig.template_cache_warmer".
Inlined service "contao.twig.fail_tolerant_filesystem_loader" to "twig.loader.chain".
Inlined service "twig.loader.native_filesystem" to "twig.loader.chain".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service ".service_locator.NY3BJiE" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.hyxlpGK" to "security.helper".
Inlined service ".service_locator.mVO0b7a" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.2tUJ0SU" to "security.access_map".
Inlined service ".security.request_matcher.1iwLs4n" to "security.access_map".
Inlined service ".security.request_matcher.AXklXtl" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.ceremony_step_manager.webauthn.request.contao_backend" to "security.authenticator_assertion_response_validator.webauthn.contao_backend".
Inlined service "security.ceremony_step_manager.webauthn.creation.contao_backend" to "security.authenticator_attestation_response_validator.webauthn.contao_backend".
Inlined service "webauthn.controller.request.options_builder.firewall.contao_backend" to "webauthn.controller.security.contao_backend.request.options".
Inlined service "security.firewall_config.webauthn.contao_backend" to "security.authenticator.webauthn.contao_backend".
Inlined service "security.authenticator_assertion_response_validator.webauthn.contao_backend" to "security.authenticator.webauthn.contao_backend".
Inlined service "security.authenticator_attestation_response_validator.webauthn.contao_backend" to "security.authenticator.webauthn.contao_backend".
Inlined service "limiter.storage._login_local_contao_backend" to "limiter._login_local_contao_backend".
Inlined service "limiter.storage._login_global_contao_backend" to "limiter._login_global_contao_backend".
Inlined service "limiter._login_global_contao_backend" to "security.login_throttling.contao_backend.limiter".
Inlined service "limiter._login_local_contao_backend" to "security.login_throttling.contao_backend.limiter".
Inlined service "security.login_throttling.contao_backend.limiter" to "security.listener.login_throttling.contao_backend".
Inlined service "security.authentication.authentication_required_handler.two_factor.contao_backend" to "security.authenticator.two_factor.contao_backend".
Inlined service "security.authenticator.two_factor.contao_backend" to "contao.security.login_authenticator.contao_backend".
Inlined service ".service_locator.q1Mh7ey" to "security.authenticator.firewall_aware_login_link_handler".
Inlined service "security.authenticator.login_link_signature_hasher.contao_backend" to "security.authenticator.login_link_handler.contao_backend".
Inlined service "security.authentication.success_handler.contao_backend.login_link" to "security.authenticator.login_link.contao_backend".
Inlined service "security.authentication.failure_handler.contao_backend.login_link" to "security.authenticator.login_link.contao_backend".
Inlined service "debug.security.firewall.authenticator.contao_backend.inner" to "debug.security.firewall.authenticator.contao_backend".
Inlined service "security.exception_listener.contao_backend" to "security.firewall.map.context.contao_backend".
Inlined service "security.logout_listener.contao_backend" to "security.firewall.map.context.contao_backend".
Inlined service "security.firewall.map.config.contao_backend" to "security.firewall.map.context.contao_backend".
Inlined service "security.ceremony_step_manager.webauthn.request.contao_frontend" to "security.authenticator_assertion_response_validator.webauthn.contao_frontend".
Inlined service "security.ceremony_step_manager.webauthn.creation.contao_frontend" to "security.authenticator_attestation_response_validator.webauthn.contao_frontend".
Inlined service "webauthn.controller.request.options_builder.firewall.contao_frontend" to "webauthn.controller.security.contao_frontend.request.options".
Inlined service "security.firewall_config.webauthn.contao_frontend" to "security.authenticator.webauthn.contao_frontend".
Inlined service "security.authenticator_assertion_response_validator.webauthn.contao_frontend" to "security.authenticator.webauthn.contao_frontend".
Inlined service "security.authenticator_attestation_response_validator.webauthn.contao_frontend" to "security.authenticator.webauthn.contao_frontend".
Inlined service "limiter.storage._login_local_contao_frontend" to "limiter._login_local_contao_frontend".
Inlined service "limiter.storage._login_global_contao_frontend" to "limiter._login_global_contao_frontend".
Inlined service "limiter._login_global_contao_frontend" to "security.login_throttling.contao_frontend.limiter".
Inlined service "limiter._login_local_contao_frontend" to "security.login_throttling.contao_frontend.limiter".
Inlined service "security.login_throttling.contao_frontend.limiter" to "security.listener.login_throttling.contao_frontend".
Inlined service "security.authentication.authentication_required_handler.two_factor.contao_frontend" to "security.authenticator.two_factor.contao_frontend".
Inlined service "security.authenticator.two_factor.contao_frontend" to "contao.security.login_authenticator.contao_frontend".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.remember_me.doctrine_token_provider.contao_frontend" to "security.authenticator.remember_me_handler.contao_frontend".
Inlined service "security.remember_me.token_verifier.contao_frontend" to "security.authenticator.remember_me_handler.contao_frontend".
Inlined service "debug.security.firewall.authenticator.contao_frontend.inner" to "debug.security.firewall.authenticator.contao_frontend".
Inlined service "contao.security.access_denied_handler" to "security.exception_listener.contao_frontend".
Inlined service "security.exception_listener.contao_frontend" to "security.firewall.map.context.contao_frontend".
Inlined service "security.logout_listener.contao_frontend" to "security.firewall.map.context.contao_frontend".
Inlined service "security.firewall.map.config.contao_frontend" to "security.firewall.map.context.contao_frontend".
Inlined service ".security.request_matcher.C2UIiZM" to ".security.request_matcher.2tUJ0SU".
Inlined service ".security.request_matcher.Zq5oFJY" to ".security.request_matcher.1iwLs4n".
Inlined service ".security.request_matcher.23MD4U6" to ".security.request_matcher.AXklXtl".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "contao.migration.collection" to "contao.command.migrate".
Inlined service "contao.doctrine.schema.mysql_innodb_row_size_calculator" to "contao.command.migrate".
Inlined service ".service_locator.TJNRSaV.Contao\CoreBundle\Controller\AltchaController" to "Contao\CoreBundle\Controller\AltchaController".
Inlined service ".service_locator.HuJ73...Contao\CoreBundle\Controller\Backend\BackendController" to "Contao\CoreBundle\Controller\Backend\BackendController".
Inlined service ".service_locator.In8sZTN.Contao\CoreBundle\Controller\Backend\JobsController" to "Contao\CoreBundle\Controller\Backend\JobsController".
Inlined service "security.authenticator.firewall_aware_login_link_handler" to "Contao\CoreBundle\Controller\Backend\PreviewController".
Inlined service ".service_locator.TJNRSaV.Contao\CoreBundle\Controller\Backend\FavoriteController" to "Contao\CoreBundle\Controller\Backend\FavoriteController".
Inlined service ".service_locator.EHK395j.Contao\CoreBundle\Controller\CaptchaController" to "Contao\CoreBundle\Controller\CaptchaController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\AccordionController" to "Contao\CoreBundle\Controller\ContentElement\AccordionController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\ChangePasswordController" to "Contao\CoreBundle\Controller\ContentElement\ChangePasswordController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\CloseAccountController" to "Contao\CoreBundle\Controller\ContentElement\CloseAccountController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\CodeController" to "Contao\CoreBundle\Controller\ContentElement\CodeController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" to "Contao\CoreBundle\Controller\ContentElement\DescriptionListController".
Inlined service ".service_locator.IA2f74f.Contao\CoreBundle\Controller\ContentElement\DownloadsController" to "Contao\CoreBundle\Controller\ContentElement\DownloadsController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" to "Contao\CoreBundle\Controller\ContentElement\ElementGroupController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\HeadlineController" to "Contao\CoreBundle\Controller\ContentElement\HeadlineController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\HtmlController" to "Contao\CoreBundle\Controller\ContentElement\HtmlController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" to "Contao\CoreBundle\Controller\ContentElement\HyperlinkController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\ImagesController" to "Contao\CoreBundle\Controller\ContentElement\ImagesController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\ListController" to "Contao\CoreBundle\Controller\ContentElement\ListController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\LoginController" to "Contao\CoreBundle\Controller\ContentElement\LoginController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController" to "Contao\CoreBundle\Controller\ContentElement\ManagePasskeysController".
Inlined service ".service_locator.GRxafCb.Contao\CoreBundle\Controller\ContentElement\MarkdownController" to "Contao\CoreBundle\Controller\ContentElement\MarkdownController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\PlayerController" to "Contao\CoreBundle\Controller\ContentElement\PlayerController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\SwiperController" to "Contao\CoreBundle\Controller\ContentElement\SwiperController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\TableController" to "Contao\CoreBundle\Controller\ContentElement\TableController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\TemplateController" to "Contao\CoreBundle\Controller\ContentElement\TemplateController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\TeaserController" to "Contao\CoreBundle\Controller\ContentElement\TeaserController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\TextController" to "Contao\CoreBundle\Controller\ContentElement\TextController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\ToplinkController" to "Contao\CoreBundle\Controller\ContentElement\ToplinkController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\TwoFactorController" to "Contao\CoreBundle\Controller\ContentElement\TwoFactorController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" to "Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\ContentElement\VideoController" to "Contao\CoreBundle\Controller\ContentElement\VideoController".
Inlined service ".service_locator.wnenfZo.Contao\CoreBundle\Controller\FrontendController" to "Contao\CoreBundle\Controller\FrontendController".
Inlined service "contao.feed.feedio" to "Contao\CoreBundle\Controller\FrontendModule\FeedReaderController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" to "Contao\CoreBundle\Controller\FrontendModule\FeedReaderController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" to "Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\FrontendModule\TemplateController" to "Contao\CoreBundle\Controller\FrontendModule\TemplateController".
Inlined service ".service_locator.9DZTEdk.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" to "Contao\CoreBundle\Controller\FrontendModule\TwoFactorController".
Inlined service ".service_locator._ZW1Jd4.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" to "Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController".
Inlined service ".service_locator.1IB_5P0.Contao\CoreBundle\Controller\Page\ErrorPageController" to "Contao\CoreBundle\Controller\Page\ErrorPageController".
Inlined service ".service_locator.q54lYp6.Contao\CoreBundle\Controller\Page\ForwardPageController" to "Contao\CoreBundle\Controller\Page\ForwardPageController".
Inlined service ".service_locator.EHK395j.Contao\CoreBundle\Controller\Page\LogoutPageController" to "Contao\CoreBundle\Controller\Page\LogoutPageController".
Inlined service ".service_locator.2oHYZWk.Contao\CoreBundle\Controller\Page\RegularPageController" to "Contao\CoreBundle\Controller\Page\RegularPageController".
Inlined service ".service_locator.Xtufe30.Contao\CoreBundle\Controller\Page\RootPageController" to "Contao\CoreBundle\Controller\Page\RootPageController".
Inlined service ".service_locator.EHK395j.Contao\CoreBundle\Controller\SitemapController" to "Contao\CoreBundle\Controller\SitemapController".
Inlined service ".service_locator.AWVJiLe.contao.form.change_password_type" to "contao.form.change_password_type".
Inlined service ".service_locator.AWVJiLe.contao.form.close_account_type" to "contao.form.close_account_type".
Inlined service "contao.doctrine.dca_schema_provider" to "contao.listener.doctrine_schema".
Inlined service ".service_locator.uLqbwAK.contao.listener.widget.title_tag" to "contao.listener.widget.title_tag".
Inlined service "contao.migration.version_500.boolean_fields" to "contao.migration.collection".
Inlined service "Addictic\ContaoFormBundle\Migration\FormSubmissionCompletedMigration" to "contao.migration.collection".
Inlined service "Addictic\ContaoFormBundle\Migration\FormSubmissionIsSpamMigration" to "contao.migration.collection".
Inlined service "Addictic\ContaoFormBundle\Migration\GdprBundleMigration" to "contao.migration.collection".
Inlined service "contao_calendar.migration.feed" to "contao.migration.collection".
Inlined service "contao_calendar.migration.field_permission" to "contao.migration.collection".
Inlined service "contao_calendar.migration.keep_canonical" to "contao.migration.collection".
Inlined service "contao_calendar.migration.overwrite_meta" to "contao.migration.collection".
Inlined service "contao.migration.environment.dns" to "contao.migration.collection".
Inlined service "contao.migration.version_500.accesskey" to "contao.migration.collection".
Inlined service "contao.migration.version_500.basic_entities" to "contao.migration.collection".
Inlined service "contao.migration.version_500.empty_ptable" to "contao.migration.collection".
Inlined service "contao.migration.version_500.guests" to "contao.migration.collection".
Inlined service "contao.migration.version_500.member_country_uppercase" to "contao.migration.collection".
Inlined service "contao.migration.version_500.order_field" to "contao.migration.collection".
Inlined service "contao.migration.version_502.always_forward" to "contao.migration.collection".
Inlined service "contao.migration.version_503.caption_basic_entities" to "contao.migration.collection".
Inlined service "contao.migration.version_503.file_extension" to "contao.migration.collection".
Inlined service "contao.migration.version_503.frontend_modules" to "contao.migration.collection".
Inlined service "contao.migration.version_503.remember_me" to "contao.migration.collection".
Inlined service "contao.migration.version_505.form_store_session" to "contao.migration.collection".
Inlined service "contao.migration.version_505.overwrite_meta" to "contao.migration.collection".
Inlined service "contao.migration.version_506.layout_template" to "contao.migration.collection".
Inlined service "contao.migration.version_506.search_indexer_settings" to "contao.migration.collection".
Inlined service "contao.migration.version_507.default_cud" to "contao.migration.collection".
Inlined service "contao.migration.version_507.field_permission" to "contao.migration.collection".
Inlined service "contao_faq.migration.field_permission" to "contao.migration.collection".
Inlined service "contao_faq.migration.overwrite_meta" to "contao.migration.collection".
Inlined service "contao_news.migration.feed" to "contao.migration.collection".
Inlined service "contao_news.migration.field_permission" to "contao.migration.collection".
Inlined service "contao_news.migration.keep_canonical" to "contao.migration.collection".
Inlined service "contao_news.migration.overwrite_meta" to "contao.migration.collection".
Inlined service "contao_newsletter.migration.field_permission" to "contao.migration.collection".
Inlined service "Terminal42\FolderpageBundle\Migration\NoRobotsMigration" to "contao.migration.collection".
Inlined service "Terminal42\NotificationCenterBundle\Migration\EmailGatewayMigration" to "contao.migration.collection".
Inlined service "Terminal42\NotificationCenterBundle\Migration\MailerTransportMigration" to "contao.migration.collection".
Inlined service "contao.twig.default_renderer" to "contao.content_composition".
Inlined service "contao.twig.deferred_renderer" to "contao.content_composition".
Inlined service "debug.controller_resolver" to "contao.controller_resolver".
Inlined service "contao.crawl.escargot.broken_link_checker_subscriber" to "contao.crawl.escargot.factory".
Inlined service "contao.crawl.escargot.search_index_subscriber" to "contao.crawl.escargot.factory".
Inlined service "contao.cron.supervise_workers" to "contao.cron".
Inlined service "contao.cron.purge_expired_altcha_challenges" to "contao.cron".
Inlined service "contao.cron.purge_expired_data" to "contao.cron".
Inlined service "contao.cron.purge_jobs" to "contao.cron".
Inlined service "contao.cron.purge_opt_in_tokens" to "contao.cron".
Inlined service "contao.cron.purge_preview_links" to "contao.cron".
Inlined service "contao.cron.purge_registrations" to "contao.cron".
Inlined service "contao.cron.purge_temp_folder" to "contao.cron".
Inlined service "Addictic\ContaoFormBundle\Cron\ClearFormSubmissionsCron" to "contao.cron".
Inlined service "contao_newsletter.cron.purge_subscriptions" to "contao.cron".
Inlined service "contao_comments.cron.purge_subscriptions" to "contao.cron".
Inlined service "Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron" to "contao.cron".
Inlined service "contao.csp.policy_manager" to "contao.csp.parser".
Inlined service "contao.doctrine.backup.dumper" to "contao.doctrine.backup_manager".
Inlined service "contao.filesystem.virtual.backups" to "contao.doctrine.backup_manager".
Inlined service "contao.doctrine.backup.retention_policy" to "contao.doctrine.backup_manager".
Inlined service "contao.doctrine.orm.fail_tolerant_proxy_cache_warmer.inner" to "contao.doctrine.orm.fail_tolerant_proxy_cache_warmer".
Inlined service "contao.feed.http_adapter" to "contao.feed.feedio".
Inlined service "psr18.http_client" to "contao.feed.http_adapter".
Inlined service "contao.filesystem.hash_generator.files" to "contao.filesystem.dbafs_manager".
Inlined service "contao.filesystem.dbafs_factory" to "contao.filesystem.dbafs_manager".
Inlined service "contao.filesystem.hash_generator.notification_center_bulky_items_storage" to "contao.filesystem.dbafs_manager".
Inlined service "contao.filesystem.dbafs_factory" to "contao.filesystem.dbafs_manager".
Inlined service "contao.filesystem.adapter.backups" to "contao.filesystem.mount_manager".
Inlined service "contao.filesystem.adapter.job-attachments" to "contao.filesystem.mount_manager".
Inlined service "contao.filesystem.adapter.user_templates" to "contao.filesystem.mount_manager".
Inlined service "contao.filesystem.adapter.notification_center_bulky_items" to "contao.filesystem.mount_manager".
Inlined service "contao.filesystem.mount_manager" to "contao.filesystem.virtual_factory".
Inlined service "contao.fragment._config__XTTyFL" to "contao.fragment.registry".
Inlined service "contao.fragment._config_GWFUf2h" to "contao.fragment.registry".
Inlined service "contao.fragment._config_5wCIo1N" to "contao.fragment.registry".
Inlined service "contao.fragment._config_QChPjlB" to "contao.fragment.registry".
Inlined service "contao.fragment._config_qraBg2u" to "contao.fragment.registry".
Inlined service "contao.fragment._config_FnPBOLq" to "contao.fragment.registry".
Inlined service "contao.fragment._config_PrkCRaX" to "contao.fragment.registry".
Inlined service "contao.fragment._config_EjBjM7A" to "contao.fragment.registry".
Inlined service "contao.fragment._config_rYtAsnU" to "contao.fragment.registry".
Inlined service "contao.fragment._config_BzwIM.b" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Wvk98XY" to "contao.fragment.registry".
Inlined service "contao.fragment._config__MN4yAW" to "contao.fragment.registry".
Inlined service "contao.fragment._config_SFjeUnS" to "contao.fragment.registry".
Inlined service "contao.fragment._config_rNsTPf6" to "contao.fragment.registry".
Inlined service "contao.fragment._config_4HEh6wu" to "contao.fragment.registry".
Inlined service "contao.fragment._config_PNAu4mm" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Gf451DC" to "contao.fragment.registry".
Inlined service "contao.fragment._config_V96YX0U" to "contao.fragment.registry".
Inlined service "contao.fragment._config_ORJPONO" to "contao.fragment.registry".
Inlined service "contao.fragment._config_j9nxTe0" to "contao.fragment.registry".
Inlined service "contao.fragment._config_h0145sl" to "contao.fragment.registry".
Inlined service "contao.fragment._config_nbFZk98" to "contao.fragment.registry".
Inlined service "contao.fragment._config_rGO4Csd" to "contao.fragment.registry".
Inlined service "contao.fragment._config_wN6RazJ" to "contao.fragment.registry".
Inlined service "contao.fragment._config__PT2lL6" to "contao.fragment.registry".
Inlined service "contao.fragment._config_IkDcPzV" to "contao.fragment.registry".
Inlined service "contao.fragment._config_SKTjSZO" to "contao.fragment.registry".
Inlined service "contao.fragment._config_vuBDMBO" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Kqm1Lrp" to "contao.fragment.registry".
Inlined service "contao.fragment._config_TAAltqK" to "contao.fragment.registry".
Inlined service "contao.fragment._config_X3uS9CV" to "contao.fragment.registry".
Inlined service "contao.fragment._config_iblNgL6" to "contao.fragment.registry".
Inlined service "contao.fragment._config_JPKVV9u" to "contao.fragment.registry".
Inlined service "contao.fragment._config_BLm3APw" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Olrv2uH" to "contao.fragment.registry".
Inlined service "contao.fragment._config_AruZZ8i" to "contao.fragment.registry".
Inlined service "contao.fragment._config_kLj_LXA" to "contao.fragment.registry".
Inlined service "contao.fragment._config_qVkwcP7" to "contao.fragment.registry".
Inlined service "contao.fragment._config_kgEseyh" to "contao.fragment.registry".
Inlined service "contao.fragment._config_cEYieUY" to "contao.fragment.registry".
Inlined service "contao.fragment._config_WWehp3k" to "contao.fragment.registry".
Inlined service "contao.fragment._config_WlQIZHa" to "contao.fragment.registry".
Inlined service "contao.fragment._config_eocRLoL" to "contao.fragment.registry".
Inlined service "contao.fragment._config_2XCF6SE" to "contao.fragment.registry".
Inlined service "contao.fragment._config_CH8VVuI" to "contao.fragment.registry".
Inlined service "contao.fragment._config_zxq6yC3" to "contao.fragment.registry".
Inlined service "contao.fragment._config_0m07w33" to "contao.fragment.registry".
Inlined service "contao.fragment._config_k8yPxTA" to "contao.fragment.registry".
Inlined service "contao.fragment._config_uHHch1b" to "contao.fragment.registry".
Inlined service "contao.fragment._config_HMzhA8_" to "contao.fragment.registry".
Inlined service "contao.fragment._config_0YcaR58" to "contao.fragment.registry".
Inlined service "contao.fragment._config_qcZ.cKE" to "contao.fragment.registry".
Inlined service "contao.fragment._config_9mCKhix" to "contao.fragment.registry".
Inlined service "contao.fragment._config_UlNgo61" to "contao.fragment.registry".
Inlined service "contao.fragment._config_eVzBrmD" to "contao.fragment.registry".
Inlined service "contao.fragment._config__LcILYO" to "contao.fragment.registry".
Inlined service "contao.fragment._config_O0aOKT_" to "contao.fragment.registry".
Inlined service "contao.fragment._config_NIaPYYP" to "contao.fragment.registry".
Inlined service "contao.fragment._config_9XBnEKn" to "contao.fragment.registry".
Inlined service "contao.fragment._config_WOhwTqv" to "contao.fragment.registry".
Inlined service "contao.fragment._config_IxjlbZk" to "contao.fragment.registry".
Inlined service "contao.fragment._config_5UG2OFC" to "contao.fragment.registry".
Inlined service "contao.fragment._config_HE7SknG" to "contao.fragment.registry".
Inlined service "contao.fragment._config_t_lImWt" to "contao.fragment.registry".
Inlined service "contao.fragment._config_TKJgN3g" to "contao.fragment.registry".
Inlined service ".service_locator.QjlzhnL" to "contao.image.studio".
Inlined service "contao.insert_tag.resolver.asset" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.date" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.empty" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.form" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.form" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.format_date" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.format_date" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.fragment" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.legacy" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.link" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.link" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.link" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.link" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.link" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.link" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.translation" to "contao.insert_tag.parser".
Inlined service "contao_calendar.insert_tag.event" to "contao.insert_tag.parser".
Inlined service "contao_calendar.insert_tag.event" to "contao.insert_tag.parser".
Inlined service "contao_calendar.insert_tag.event" to "contao.insert_tag.parser".
Inlined service "contao_calendar.insert_tag.event" to "contao.insert_tag.parser".
Inlined service "contao_calendar.insert_tag.event" to "contao.insert_tag.parser".
Inlined service "contao_calendar.insert_tag.event" to "contao.insert_tag.parser".
Inlined service "contao_faq.insert_tag.faq" to "contao.insert_tag.parser".
Inlined service "contao_faq.insert_tag.faq" to "contao.insert_tag.parser".
Inlined service "contao_faq.insert_tag.faq" to "contao.insert_tag.parser".
Inlined service "contao_faq.insert_tag.faq" to "contao.insert_tag.parser".
Inlined service "contao_news.insert_tag.news" to "contao.insert_tag.parser".
Inlined service "contao_news.insert_tag.news" to "contao.insert_tag.parser".
Inlined service "contao_news.insert_tag.news" to "contao.insert_tag.parser".
Inlined service "contao_news.insert_tag.news" to "contao.insert_tag.parser".
Inlined service "contao_news.insert_tag.news" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.if_language" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.resolver.if_language" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.php_function_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.format_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.php_function_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.format_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.php_function_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.format_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.php_function_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.php_function_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.php_function_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.insert_tag.string_util_flag" to "contao.insert_tag.parser".
Inlined service "contao.filesystem.virtual.job-attachments" to "contao.job.jobs".
Inlined service "contao.menu.matcher" to "contao.menu.renderer".
Inlined service "contao.picker.page_provider" to "contao.picker.builder".
Inlined service "contao.picker.file_provider" to "contao.picker.builder".
Inlined service "contao_news.picker.news_provider" to "contao.picker.builder".
Inlined service "contao_calendar.picker.event_provider" to "contao.picker.builder".
Inlined service "contao_faq.picker.faq_provider" to "contao.picker.builder".
Inlined service "contao.picker.article_provider" to "contao.picker.builder".
Inlined service "contao.picker.table_provider" to "contao.picker.builder".
Inlined service "contao.rate_limit.member_password_storage" to "contao.rate_limit.member_password_factory".
Inlined service "contao.routing.matcher.language_filter" to "contao.routing.nested_matcher".
Inlined service "contao.routing.input_enhancer" to "contao.routing.page_router".
Inlined service "contao.routing.locale_candidates" to "contao.routing.route_404_provider".
Inlined service "contao.routing.page_candidates" to "contao.routing.route_provider".
Inlined service "contao.session.factory.inner" to "contao.session.factory".
Inlined service "contao.string.simple_token_expression_language" to "contao.string.simple_token_parser".
Inlined service "contao.twig.global.variable" to "contao.twig.extension".
Inlined service "contao.twig.inspector_node_visitor" to "contao.twig.extension".
Inlined service "contao.twig.loader.template_locator" to "contao.twig.filesystem_loader".
Inlined service "contao.twig.studio.operation_context_factory" to "Contao\CoreBundle\Controller\Backend\TemplateStudioController".
Inlined service "contao.twig.studio.autocomplete" to "Contao\CoreBundle\Controller\Backend\TemplateStudioController".
Inlined service "contao.twig.studio.environment_information" to "Contao\CoreBundle\Controller\Backend\TemplateStudioController".
Inlined service ".service_locator.Vq32ILG.Contao\CoreBundle\Controller\Backend\TemplateStudioController" to "Contao\CoreBundle\Controller\Backend\TemplateStudioController".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.create_content_element_variant_operation" to "contao.twig.studio.create_content_element_variant_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.create_frontend_module_variant_operation" to "contao.twig.studio.create_frontend_module_variant_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.create_legacy_content_element_variant_operation" to "contao.twig.studio.create_legacy_content_element_variant_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.create_legacy_frontend_module_variant_operation" to "contao.twig.studio.create_legacy_frontend_module_variant_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.create_legacy_page_variant_operation" to "contao.twig.studio.create_legacy_page_variant_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.create_operation" to "contao.twig.studio.create_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.create_page_variant_operation" to "contao.twig.studio.create_page_variant_operation".
Inlined service ".service_locator.1PSWVhM.contao.twig.studio.delete_content_element_variant_operation" to "contao.twig.studio.delete_content_element_variant_operation".
Inlined service ".service_locator.1PSWVhM.contao.twig.studio.delete_frontend_module_variant_operation" to "contao.twig.studio.delete_frontend_module_variant_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.delete_operation" to "contao.twig.studio.delete_operation".
Inlined service ".service_locator.1PSWVhM.contao.twig.studio.rename_content_element_variant_operation" to "contao.twig.studio.rename_content_element_variant_operation".
Inlined service ".service_locator.1PSWVhM.contao.twig.studio.rename_frontend_module_variant_operation" to "contao.twig.studio.rename_frontend_module_variant_operation".
Inlined service ".service_locator.1PSWVhM.contao.twig.studio.rename_page_variant_operation" to "contao.twig.studio.rename_page_variant_operation".
Inlined service ".service_locator.vP5MoU8.contao.twig.studio.save_operation" to "contao.twig.studio.save_operation".
Inlined service "contao_manager.dotenv.dump_command_factory" to "contao_manager.command.dotenv_dump".
Inlined service "contao_manager.twig.file_extension_filter_iterator.inner" to "contao_manager.twig.file_extension_filter_iterator".
Inlined service "Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter.inner" to "Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter".
Inlined service ".service_locator.TJNRSaV.Addictic\ContaoFormBundle\Controller\Api\FormBanIpController" to "Addictic\ContaoFormBundle\Controller\Api\FormBanIpController".
Inlined service ".service_locator.TJNRSaV.Addictic\ContaoFormBundle\Controller\Api\FormController" to "Addictic\ContaoFormBundle\Controller\Api\FormController".
Inlined service ".service_locator.TJNRSaV.Addictic\ContaoFormBundle\Controller\Api\FormFieldController" to "Addictic\ContaoFormBundle\Controller\Api\FormFieldController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement" to "Addictic\ContaoFormBundle\Controller\ContentElement\CustomConfirmationMessageElement".
Inlined service ".service_locator.uLqbwAK.contao_faq.listener.title_tag" to "contao_faq.listener.title_tag".
Inlined service "contao_news.feed_specification" to "contao_news.controller.page.news_feed".
Inlined service ".service_locator.hiVuiMZ.contao_news.controller.page.news_feed" to "contao_news.controller.page.news_feed".
Inlined service ".service_locator.uLqbwAK.contao_news.listener.title_tag" to "contao_news.listener.title_tag".
Inlined service ".service_locator.LGSHnkL.Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController" to "Addictic\ContaoSvgSpriteBundle\Controller\ContentElement\IconElementController".
Inlined service ".service_locator.hiVuiMZ.Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController" to "Addictic\ContaoSvgSpriteBundle\Controller\SvgSpriteController".
Inlined service "contao_calendar.feed_specification" to "contao_calendar.controller.page.calendar_feed".
Inlined service ".service_locator.hiVuiMZ.contao_calendar.controller.page.calendar_feed" to "contao_calendar.controller.page.calendar_feed".
Inlined service ".service_locator.uLqbwAK.contao_calendar.listener.title_tag" to "contao_calendar.listener.title_tag".
Inlined service ".service_locator.hiVuiMZ.Addictic\ContaoRelationWizardBundle\Controller\RelationController" to "Addictic\ContaoRelationWizardBundle\Controller\RelationController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\ButtonElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\CardElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\CardElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController" to "Addictic\ContentElementBundle\Controller\ContentElement\ColumnsController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\CtaElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\GalleryElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\IconWithTextElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\ImageElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\ImageWithTextElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\ImportantTextElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\InfiniteScrollListElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\ReassuranceElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\SeparatorElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\SpaceElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\TabsContainerElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\TabsInnerElementController".
Inlined service ".service_locator.LGSHnkL.Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController" to "Addictic\ContentElementBundle\Controller\ContentElement\TextWithTextElementController".
Inlined service ".service_locator.hiVuiMZ.Addictic\ContentElementBundle\Controller\ContentElementPreviewController" to "Addictic\ContentElementBundle\Controller\ContentElementPreviewController".
Inlined service ".service_locator.hiVuiMZ.Addictic\ContentElementBundle\Controller\QuickEditController" to "Addictic\ContentElementBundle\Controller\QuickEditController".
Inlined service "Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory" to "Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory".
Inlined service ".service_locator.3DygWbw" to "Terminal42\NotificationCenterBundle\Gateway\MailerGateway".
Inlined service "Codefog\HasteBundle\FileUploadNormalizer" to "Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener".
Inlined service "debug.security.event_dispatcher.contao_backend.inner" to "debug.security.event_dispatcher.contao_backend".
Inlined service "debug.security.event_dispatcher.contao_frontend.inner" to "debug.security.event_dispatcher.contao_frontend".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service ".service_locator.1nEq0uH" to ".service_locator.1nEq0uH.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController::getResponse()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "contao.model_argument_resolver" to ".debug.value_resolver.contao.model_argument_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "contao.messenger.crawl_message_handler" to ".messenger.handler_descriptor.52JTmkz".
Inlined service "contao.messenger.search_index_message_handler" to ".messenger.handler_descriptor.C5gr2fV".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "monolog.handler.deprecation" to "monolog.logger.deprecation".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to ".debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "contao.security.legacy_backend_access_voter" to ".debug.security.voter.contao.security.legacy_backend_access_voter".
Inlined service "contao_faq.security.legacy_backend_access_voter" to ".debug.security.voter.contao_faq.security.legacy_backend_access_voter".
Inlined service "contao_news.security.legacy_backend_access_voter" to ".debug.security.voter.contao_news.security.legacy_backend_access_voter".
Inlined service "contao_calendar.security.legacy_backend_access_voter" to ".debug.security.voter.contao_calendar.security.legacy_backend_access_voter".
Inlined service "contao_newsletter.security.legacy_backend_access_voter" to ".debug.security.voter.contao_newsletter.security.legacy_backend_access_voter".
Inlined service "Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter" to ".debug.security.voter.Webauthn\Bundle\Security\Authorization\Voter\IsUserPresentVoter".
Inlined service "Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter" to ".debug.security.voter.Webauthn\Bundle\Security\Authorization\Voter\IsUserVerifiedVoter".
Inlined service "contao.security.data_container.content_composition_voter" to ".debug.security.voter.contao.security.data_container.content_composition_voter".
Inlined service "contao.security.data_container.content_element_type_voter" to ".debug.security.voter.contao.security.data_container.content_element_type_voter".
Inlined service "contao.security.data_container.favorites_voter" to ".debug.security.voter.contao.security.data_container.favorites_voter".
Inlined service "contao.security.data_container.form_access_voter" to ".debug.security.voter.contao.security.data_container.form_access_voter".
Inlined service "contao.security.data_container.form_field_access_voter" to ".debug.security.voter.contao.security.data_container.form_field_access_voter".
Inlined service "contao.security.data_container.frontend_module_voter" to ".debug.security.voter.contao.security.data_container.frontend_module_voter".
Inlined service "contao.security.data_container.image_size_access_voter" to ".debug.security.voter.contao.security.data_container.image_size_access_voter".
Inlined service "contao.security.data_container.image_size_item_access_voter" to ".debug.security.voter.contao.security.data_container.image_size_item_access_voter".
Inlined service "contao.security.data_container.job_access_voter" to ".debug.security.voter.contao.security.data_container.job_access_voter".
Inlined service "contao.security.data_container.layout_access_voter" to ".debug.security.voter.contao.security.data_container.layout_access_voter".
Inlined service "contao.security.data_container.legacy_templates_voter" to ".debug.security.voter.contao.security.data_container.legacy_templates_voter".
Inlined service "contao.security.data_container.undo_voter" to ".debug.security.voter.contao.security.data_container.undo_voter".
Inlined service "contao.security.data_container.user_profile_voter" to ".debug.security.voter.contao.security.data_container.user_profile_voter".
Inlined service "contao.security.member_group_voter" to ".debug.security.voter.contao.security.member_group_voter".
Inlined service "contao.security.webauthn_credential_voter" to ".debug.security.voter.contao.security.webauthn_credential_voter".
Inlined service "contao_faq.security.faq_access_voter" to ".debug.security.voter.contao_faq.security.faq_access_voter".
Inlined service "contao_faq.security.faq_category_access_voter" to ".debug.security.voter.contao_faq.security.faq_category_access_voter".
Inlined service "contao_news.security.news_access_voter" to ".debug.security.voter.contao_news.security.news_access_voter".
Inlined service "contao_news.security.news_archive_access_voter" to ".debug.security.voter.contao_news.security.news_archive_access_voter".
Inlined service "contao_calendar.security.calendar_access_voter" to ".debug.security.voter.contao_calendar.security.calendar_access_voter".
Inlined service "contao_calendar.security.calendar_events_access_voter" to ".debug.security.voter.contao_calendar.security.calendar_events_access_voter".
Inlined service "contao_newsletter.security.newsletter_access_voter" to ".debug.security.voter.contao_newsletter.security.newsletter_access_voter".
Inlined service "contao_newsletter.security.newsletter_channel_access_voter" to ".debug.security.voter.contao_newsletter.security.newsletter_channel_access_voter".
Inlined service "contao_newsletter.security.newsletter_recipients_access_voter" to ".debug.security.voter.contao_newsletter.security.newsletter_recipients_access_voter".
Inlined service "contao_comments.security.comments_access_voter" to ".debug.security.voter.contao_comments.security.comments_access_voter".
Inlined service "contao_comments.security.legacy_hook_comments_voter" to ".debug.security.voter.contao_comments.security.legacy_hook_comments_voter".
Inlined service "contao.security.data_container.dca_permission_voter" to ".debug.security.voter.contao.security.data_container.dca_permission_voter".
Inlined service "contao.security.default_data_container_voter" to ".debug.security.voter.contao.security.default_data_container_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "assets._version_contao_core" to "assets._package_contao_core".
Inlined service "assets._version_system/themes/flexible" to "assets._package_system/themes/flexible".
Inlined service "assets._version_codefog_haste" to "assets._package_codefog_haste".
Inlined service "assets._version_terminal42_dcawizard" to "assets._package_terminal42_dcawizard".
Inlined service "assets._version_terminal42_notification_center" to "assets._package_terminal42_notification_center".
Inlined service "assets._version_contao-components/ace" to "assets._package_contao-components/ace".
Inlined service "assets._version_contao-components/altcha" to "assets._package_contao-components/altcha".
Inlined service "assets._version_contao-components/choices" to "assets._package_contao-components/choices".
Inlined service "assets._version_contao-components/colorbox" to "assets._package_contao-components/colorbox".
Inlined service "assets._version_contao-components/contao" to "assets._package_contao-components/contao".
Inlined service "assets._version_contao-components/datepicker" to "assets._package_contao-components/datepicker".
Inlined service "assets._version_contao-components/dropzone" to "assets._package_contao-components/dropzone".
Inlined service "assets._version_contao-components/handorgel" to "assets._package_contao-components/handorgel".
Inlined service "assets._version_contao-components/jquery" to "assets._package_contao-components/jquery".
Inlined service "assets._version_contao-components/jquery-ui" to "assets._package_contao-components/jquery-ui".
Inlined service "assets._version_contao-components/mediabox" to "assets._package_contao-components/mediabox".
Inlined service "assets._version_contao-components/mootools" to "assets._package_contao-components/mootools".
Inlined service "assets._version_contao-components/simplemodal" to "assets._package_contao-components/simplemodal".
Inlined service "assets._version_contao-components/swipe" to "assets._package_contao-components/swipe".
Inlined service "assets._version_contao-components/swiper" to "assets._package_contao-components/swiper".
Inlined service "assets._version_contao-components/tablesort" to "assets._package_contao-components/tablesort".
Inlined service "assets._version_contao-components/tablesorter" to "assets._package_contao-components/tablesorter".
Inlined service "assets._version_contao-components/tinymce4" to "assets._package_contao-components/tinymce4".
Inlined service "assets._version_contao-components/tristen-tablesort" to "assets._package_contao-components/tristen-tablesort".
Inlined service "assets._version_scrivo/highlight.php" to "assets._package_scrivo/highlight.php".
Inlined service "contao.filesystem.virtual.files#readonly" to "contao.assets.package.vfs.files".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.xdLQ5FJ" to ".service_locator.xdLQ5FJ.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service ".service_locator.HuJ73.." to ".service_locator.HuJ73...Contao\CoreBundle\Controller\Backend\BackendController".
Inlined service ".service_locator.In8sZTN" to ".service_locator.In8sZTN.Contao\CoreBundle\Controller\Backend\JobsController".
Inlined service ".service_locator.GRxafCb" to ".service_locator.GRxafCb.Contao\CoreBundle\Controller\ContentElement\MarkdownController".
Inlined service ".service_locator.wnenfZo" to ".service_locator.wnenfZo.Contao\CoreBundle\Controller\FrontendController".
Inlined service ".service_locator.9DZTEdk" to ".service_locator.9DZTEdk.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController".
Inlined service ".service_locator.1IB_5P0" to ".service_locator.1IB_5P0.Contao\CoreBundle\Controller\Page\ErrorPageController".
Inlined service ".service_locator.q54lYp6" to ".service_locator.q54lYp6.Contao\CoreBundle\Controller\Page\ForwardPageController".
Inlined service ".service_locator.2oHYZWk" to ".service_locator.2oHYZWk.Contao\CoreBundle\Controller\Page\RegularPageController".
Inlined service ".service_locator.Xtufe30" to ".service_locator.Xtufe30.Contao\CoreBundle\Controller\Page\RootPageController".
Inlined service ".service_locator.Vq32ILG" to ".service_locator.Vq32ILG.Contao\CoreBundle\Controller\Backend\TemplateStudioController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.1RQYIw0" to "debug.argument_resolver.inner".
Inlined service ".service_locator.86WJ12K" to "contao.fragment.handler.inner".
Inlined service "session.storage.factory.native" to "contao.session.factory.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.qVOk0Nb" to "console.command_loader".
Inlined service "contao.mailer.inner" to "mailer".
Inlined service "contao.routing.page_404_router" to "router".
Inlined service "contao.routing.page_router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "contao.search.default_indexer" to "contao.search.indexer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "security.authentication.trust_resolver".
Inlined service ".service_locator.Z5ZWIBw" to "fragment.handler".
Inlined service "contao.fragment.handler.inner" to "fragment.handler".
Inlined service "contao.fragment.pre_handlers" to "fragment.handler".
Inlined service "contao._logger.monolog.logger.contao.error.inner" to "monolog.logger.contao.error".
Inlined service "contao._logger.monolog.logger.contao.access.inner" to "monolog.logger.contao.access".
Inlined service "contao._logger.monolog.logger.contao.configuration.inner" to "monolog.logger.contao.configuration".
Inlined service "contao._logger.monolog.logger.contao.cron.inner" to "monolog.logger.contao.cron".
Inlined service "contao._logger.monolog.logger.contao.email.inner" to "monolog.logger.contao.email".
Inlined service "contao._logger.monolog.logger.contao.files.inner" to "monolog.logger.contao.files".
Inlined service "contao._logger.monolog.logger.contao.forms.inner" to "monolog.logger.contao.forms".
Inlined service "contao._logger.monolog.logger.contao.general.inner" to "monolog.logger.contao.general".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets.packages".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "contao.security.two_factor_firewall_config.contao_backend" to "contao.security.login_authenticator.contao_backend".
Inlined service "contao.security.two_factor_firewall_config.contao_backend" to "contao.security.login_authenticator.contao_backend".
Inlined service "contao.security.two_factor_firewall_config.contao_frontend" to "contao.security.login_authenticator.contao_frontend".
Inlined service "contao.security.two_factor_firewall_config.contao_frontend" to "contao.security.login_authenticator.contao_frontend".
Inlined service "contao.routing.page_url_generator" to "router".
Inlined service "contao.routing.page_url_generator" to "router".
1
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.contao_backend", "debug.security.firewall.authenticator.contao_frontend", "contao.controller_resolver", "contao.doctrine.orm.fail_tolerant_proxy_cache_warmer", "contao.session.factory", "Terminal42\FolderpageBundle\Voter\PageTypeAccessVoter", "debug.security.event_dispatcher.contao_backend", "debug.security.event_dispatcher.contao_frontend", "mailer", "messenger.default_bus", "event_dispatcher", "security.authentication.trust_resolver", "fragment.handler", "monolog.logger.contao.error", "monolog.logger.contao.access", "monolog.logger.contao.configuration", "monolog.logger.contao.cron", "monolog.logger.contao.email", "monolog.logger.contao.files", "monolog.logger.contao.forms", "monolog.logger.contao.general", but was never used.
3
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.