Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "MadeYourDay\RockSolidCustomElements\DependencyInjection\RockSolidCustomElementsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
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.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:925 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:934 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since nelmio/security-bundle 3.4.0: The "xss_protection" option is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead.
The "FOS\HttpCacheBundle\Command\BaseInvalidateCommand" class uses "Symfony\Component\DependencyInjection\ContainerAwareTrait" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "Contao\User" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Codefog\HasteBundle\EventListener\DoctrineOrmListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:4033, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Method "Contao\ManagerPlugin\Bundle\BundlePluginInterface::getBundles()" might add "array" as a native return type declaration in the future. Do the same in implementation "MadeYourDay\RockSolidCustomElements\ContaoManagerPlugin" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Contao\ManagerPlugin\Bundle\BundlePluginInterface::getBundles()" might add "array" as a native return type declaration in the future. Do the same in implementation "StefanSl\DividerBundle\ContaoManager\Plugin" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Contao\ManagerPlugin\Bundle\BundlePluginInterface::getBundles()" might add "array" as a native return type declaration in the future. Do the same in implementation "Terminal42\DcMultilingualBundle\ContaoManager\Plugin" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Contao\ManagerPlugin\Routing\RoutingPluginInterface::getRouteCollection()" might add "?RouteCollection" as a native return type declaration in the future. Do the same in implementation "Terminal42\NotificationCenterBundle\ContaoManager\Plugin" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Contao\ManagerPlugin\Bundle\BundlePluginInterface::getBundles()" might add "array" as a native return type declaration in the future. Do the same in implementation "Codefog\HasteBundle\ContaoManager\Plugin" now to avoid errors or add an explicit @return annotation to suppress this message.
Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/de/unternehmen/unternehmensgeschichte.html/"."
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Contao\Model\Collection" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Contao\Model\Collection" now to avoid errors or add an explicit @return annotation to suppress this message.
"""
SELECT c.TABLE_NAME, c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'd0457e6c'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY ORDINAL_POSITION
"""
(parameters:
[1 => "d0457e6c"
2 => "d0457e6c"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => """
SELECT c.TABLE_NAME, c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'd0457e6c'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "d0457e6c"
2 => "d0457e6c"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT TABLE_NAME, NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY SEQ_IN_INDEX
"""
(parameters:
[1 => "d0457e6c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT TABLE_NAME, NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? ORDER BY SEQ_IN_INDEX
"""
"params" => [1 => "d0457e6c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT DISTINCT k.TABLE_NAME, k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'd0457e6c' */ ORDER BY k.ORDINAL_POSITION
"""
(parameters:
[1 => "d0457e6c"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT DISTINCT k.TABLE_NAME, k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'd0457e6c' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "d0457e6c"
]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE'
"""
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "Contao\User" now to avoid errors or add an explicit @return annotation to suppress this message.
[
"sql" => "SHOW FULL COLUMNS FROM tl_hofff_consent_tag"
]
debug
Executing query:
"SHOW INDEXES FROM `tl_hofff_consent_tag`"
doctrine
[
"sql" => "SHOW INDEXES FROM `tl_hofff_consent_tag`"
]
deprecation
User Deprecated: Doctrine\DBAL\Query\QueryBuilder::resetQueryParts() is deprecated, instead use dedicated reset methods for the parts that shall be reset. (QueryBuilder.php:1368 called by MultilingualQueryBuilder.php:63, https://github.com/doctrine/dbal/pull/6193, package doctrine/dbal)
"SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.id=?) AND (tl_hofff_consent_tag.published=?) ORDER BY tl_hofff_consent_tag.sorting LIMIT 0,1"
(parameters:
[1 => 282 => "1"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.id=?) AND (tl_hofff_consent_tag.published=?) ORDER BY tl_hofff_consent_tag.sorting LIMIT 0,1"
"params" => [1 => 282 => "1"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
(parameters:
[1 => "1"
2 => 28]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
"params" => [1 => "1"
2 => 28]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
(parameters:
[1 => "1"
2 => 31]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
"params" => [1 => "1"
2 => 31]
"types" => [1 => 22 => 2]
]
"SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
(parameters:
[1 => "1"
2 => 34]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
"params" => [1 => "1"
2 => 34]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
(parameters:
[1 => "1"
2 => 30]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
"params" => [1 => "1"
2 => 30]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
(parameters:
[1 => "1"
2 => 39]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT IFNULL(translation.id, tl_hofff_consent_tag.id) AS id, IFNULL(translation.language, tl_hofff_consent_tag.language) AS language, IFNULL(translation.lang_pid, tl_hofff_consent_tag.lang_pid) AS lang_pid, tl_hofff_consent_tag.tstamp, tl_hofff_consent_tag.pid, tl_hofff_consent_tag.sorting, tl_hofff_consent_tag.name, tl_hofff_consent_tag.type, tl_hofff_consent_tag.customize, tl_hofff_consent_tag.categoryType, tl_hofff_consent_tag.effectiveFrom, tl_hofff_consent_tag.showPlaceholder, tl_hofff_consent_tag.theme, tl_hofff_consent_tag.assetsPosition, tl_hofff_consent_tag.integrations, tl_hofff_consent_tag.published, tl_hofff_consent_tag.bannerTemplate, tl_hofff_consent_tag.assetsHtml, tl_hofff_consent_tag.head, tl_hofff_consent_tag.google_tag_manager_head, tl_hofff_consent_tag.google_tag_manager_mode, tl_hofff_consent_tag.isVendor, tl_hofff_consent_tag.cookies, tl_hofff_consent_tag.google_tag_manager_trigger, tl_hofff_consent_tag.temporaryConsent, IFNULL(translation.storageDuration, tl_hofff_consent_tag.storageDuration) AS storageDuration, IFNULL(translation.title, tl_hofff_consent_tag.title) AS title, IFNULL(translation.provider, tl_hofff_consent_tag.provider) AS provider, IFNULL(translation.description, tl_hofff_consent_tag.description) AS description, IFNULL(translation.thirdCountryTransfer, tl_hofff_consent_tag.thirdCountryTransfer) AS thirdCountryTransfer, IFNULL(translation.acceptButton, tl_hofff_consent_tag.acceptButton) AS acceptButton, IFNULL(translation.denyButton, tl_hofff_consent_tag.denyButton) AS denyButton, IFNULL(translation.privacySettings, tl_hofff_consent_tag.privacySettings) AS privacySettings, IFNULL(translation.confirmation, tl_hofff_consent_tag.confirmation) AS confirmation, IFNULL(translation.purpose, tl_hofff_consent_tag.purpose) AS purpose, IFNULL(translation.jumpTo, tl_hofff_consent_tag.jumpTo) AS jumpTo, IFNULL(translation.privacyPage, tl_hofff_consent_tag.privacyPage) AS privacyPage, IFNULL(translation.privacyNote, tl_hofff_consent_tag.privacyNote) AS privacyNote, IFNULL(translation.outdatedNote, tl_hofff_consent_tag.outdatedNote) AS outdatedNote, IFNULL(translation.module, tl_hofff_consent_tag.module) AS module, IFNULL(translation.placeholderTitle, tl_hofff_consent_tag.placeholderTitle) AS placeholderTitle, IFNULL(translation.placeholderDescription, tl_hofff_consent_tag.placeholderDescription) AS placeholderDescription, IFNULL(translation.placeholderTemporaryDescription, tl_hofff_consent_tag.placeholderTemporaryDescription) AS placeholderTemporaryDescription, IFNULL(translation.placeholderAcceptButton, tl_hofff_consent_tag.placeholderAcceptButton) AS placeholderAcceptButton, IFNULL(translation.placeholderTemporaryAcceptButton, tl_hofff_consent_tag.placeholderTemporaryAcceptButton) AS placeholderTemporaryAcceptButton, IFNULL(translation.placeholderDenyButton, tl_hofff_consent_tag.placeholderDenyButton) AS placeholderDenyButton, IFNULL(translation.vendors, tl_hofff_consent_tag.vendors) AS vendors FROM tl_hofff_consent_tag tl_hofff_consent_tag LEFT OUTER JOIN tl_hofff_consent_tag translation ON tl_hofff_consent_tag.id=translation.lang_pid AND translation.language='de' WHERE (tl_hofff_consent_tag.lang_pid=0) AND (tl_hofff_consent_tag.published=?) AND (tl_hofff_consent_tag.pid=?) ORDER BY tl_hofff_consent_tag.sorting"
"params" => [1 => "1"
2 => 39]
"types" => [1 => 22 => 2]
]
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::getAbsoluteUrl()" has been 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
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.
"SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(0,3,17,37) ORDER BY FIND_IN_SET(`tl_module`.`id`, '0,3,17,37')"
doctrine
[
"sql" => "SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(0,3,17,37) ORDER BY FIND_IN_SET(`tl_module`.`id`, '0,3,17,37')"
]
debug
Executing statement:
"SELECT tl_content.id, tl_module.type, tl_article.inColumn as `column` FROM tl_content, tl_module, tl_article WHERE tl_content.pid=tl_article.id AND tl_content.module=tl_module.id AND tl_content.type=? AND tl_content.ptable=? AND tl_article.pid=? AND tl_article.inColumn IN (?) AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1768322580) AND (tl_article.stop='' OR tl_article.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting"
[
"sql" => "SELECT tl_content.id, tl_module.type, tl_article.inColumn as `column` FROM tl_content, tl_module, tl_article WHERE tl_content.pid=tl_article.id AND tl_content.module=tl_module.id AND tl_content.type=? AND tl_content.ptable=? AND tl_article.pid=? AND tl_article.inColumn IN (?) AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1768322580) AND (tl_article.stop='' OR tl_article.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.pid, tl_content.sorting"
"params" => [1 => "module"
2 => "tl_article"
3 => 164 => "main"
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT tl_article.* FROM tl_article WHERE tl_article.pid=? AND tl_article.inColumn=? AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1768322580) AND (tl_article.stop='' OR tl_article.stop>1768322580) ORDER BY tl_article.sorting"
(parameters:
[1 => 162 => "main"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT tl_article.* FROM tl_article WHERE tl_article.pid=? AND tl_article.inColumn=? AND tl_article.published=1 AND (tl_article.start='' OR tl_article.start<=1768322580) AND (tl_article.stop='' OR tl_article.stop>1768322580) ORDER BY tl_article.sorting"
"params" => [1 => 162 => "main"
]
"types" => [1 => 22 => 2]
]
deprecation
User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
"SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting"
(parameters:
[1 => 15782 => "tl_article"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting"
"params" => [1 => 15782 => "tl_article"
]
"types" => [1 => 22 => 2]
]
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:4033, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Since nelmio/security-bundle 3.4.0: The "Nelmio\SecurityBundle\EventListener\XssProtectionListener" class is deprecated, use Content Security Policy without allowing "unsafe-inline" scripts instead.
"SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting"
(parameters:
[1 => 15802 => "tl_article"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting"
"params" => [1 => 15802 => "tl_article"
]
"types" => [1 => 22 => 2]
]
User Deprecated: Since twig/twig 3.15: Using the "deprecated", "deprecating_package", and "alternative" options is deprecated, pass a "deprecation_info" one instead.
"SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting"
(parameters:
[1 => 152 => "tl_article"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT tl_content.* FROM tl_content WHERE tl_content.pid=? AND tl_content.ptable=? AND tl_content.invisible=0 AND (tl_content.start='' OR tl_content.start<=1768322580) AND (tl_content.stop='' OR tl_content.stop>1768322580) AND tl_content.tstamp!=0 ORDER BY tl_content.sorting"
"params" => [1 => 152 => "tl_article"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX(?) LIMIT 0,1"
"SELECT tl_image_size_item.* FROM tl_image_size_item WHERE tl_image_size_item.pid=? AND tl_image_size_item.invisible=0 AND tl_image_size_item.tstamp>0 ORDER BY sorting ASC"
(parameters:
[1 => 2]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT tl_image_size_item.* FROM tl_image_size_item WHERE tl_image_size_item.pid=? AND tl_image_size_item.invisible=0 AND tl_image_size_item.tstamp>0 ORDER BY sorting ASC"
"params" => [1 => 2]
"types" => [1 => 2]
]
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 tl_page.* FROM tl_page WHERE tl_page.id=? 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.
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(8,9,10,11,718,12,553,13,726) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) ORDER BY FIND_IN_SET(`tl_page`.`id`, '8,9,10,11,718,12,553,13,726')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(8,9,10,11,718,12,553,13,726) AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) ORDER BY FIND_IN_SET(`tl_page`.`id`, '8,9,10,11,718,12,553,13,726')"
]
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
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
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
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
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
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
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
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
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.
User Deprecated: Since contao/core-bundle 5.0: Using the file insert tag to include templates has been deprecated and will no longer work in Contao 6. Use the "Template" content element instead.
"SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 1]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 1]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(3,4,5,660,7) ORDER BY FIND_IN_SET(`tl_page`.`id`, '2,3,4,5,660,7')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(3,4,5,660,7) ORDER BY FIND_IN_SET(`tl_page`.`id`, '2,3,4,5,660,7')"
]
"SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 2]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 2]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(15,17,697,19,20,655) ORDER BY FIND_IN_SET(`tl_page`.`id`, '15,17,18,697,19,20,655')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(15,17,697,19,20,655) ORDER BY FIND_IN_SET(`tl_page`.`id`, '15,17,18,697,19,20,655')"
]
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
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
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
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
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 20]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 20]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(120,121,122) ORDER BY FIND_IN_SET(`tl_page`.`id`, '120,121,122')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(120,121,122) ORDER BY FIND_IN_SET(`tl_page`.`id`, '120,121,122')"
]
"SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 120]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 120]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(551) ORDER BY FIND_IN_SET(`tl_page`.`id`, '551')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(551) ORDER BY FIND_IN_SET(`tl_page`.`id`, '551')"
]
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.
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
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
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.
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 3]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 3]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(21,23,24) ORDER BY FIND_IN_SET(`tl_page`.`id`, '21,23,24')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(21,23,24) ORDER BY FIND_IN_SET(`tl_page`.`id`, '21,23,24')"
]
"SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 21]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 21]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(25,26,27,28,29,30) ORDER BY FIND_IN_SET(`tl_page`.`id`, '25,26,27,28,29,30')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(25,26,27,28,29,30) ORDER BY FIND_IN_SET(`tl_page`.`id`, '25,26,27,28,29,30')"
]
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
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
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
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 23]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 23]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(31,32,33,34,35) ORDER BY FIND_IN_SET(`tl_page`.`id`, '31,32,33,34,35')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(31,32,33,34,35) ORDER BY FIND_IN_SET(`tl_page`.`id`, '31,32,33,34,35')"
]
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
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
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 24]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 24]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(36,37,38,39) ORDER BY FIND_IN_SET(`tl_page`.`id`, '36,37,38,39')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(36,37,38,39) ORDER BY FIND_IN_SET(`tl_page`.`id`, '36,37,38,39')"
]
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
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
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
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.
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 4]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 4]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(89,90,91,92,93,94) ORDER BY FIND_IN_SET(`tl_page`.`id`, '89,90,91,92,93,94')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(89,90,91,92,93,94) ORDER BY FIND_IN_SET(`tl_page`.`id`, '89,90,91,92,93,94')"
]
"SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 89]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 89]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(95,96,97,98,173,99,100) ORDER BY FIND_IN_SET(`tl_page`.`id`, '95,96,97,98,173,99,100')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(95,96,97,98,173,99,100) ORDER BY FIND_IN_SET(`tl_page`.`id`, '95,96,97,98,173,99,100')"
]
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
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
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
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
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 90]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 90]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(101,102,103,104,105,106) ORDER BY FIND_IN_SET(`tl_page`.`id`, '101,102,103,104,105,106')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(101,102,103,104,105,106) ORDER BY FIND_IN_SET(`tl_page`.`id`, '101,102,103,104,105,106')"
]
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
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
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
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 91]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 91]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(109,107,108) ORDER BY FIND_IN_SET(`tl_page`.`id`, '109,107,108')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(109,107,108) ORDER BY FIND_IN_SET(`tl_page`.`id`, '109,107,108')"
]
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 92]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 92]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(110,111,112) ORDER BY FIND_IN_SET(`tl_page`.`id`, '110,111,112')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(110,111,112) ORDER BY FIND_IN_SET(`tl_page`.`id`, '110,111,112')"
]
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 93]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 93]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(113,114,115,116,117,118) ORDER BY FIND_IN_SET(`tl_page`.`id`, '113,114,115,116,117,118')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(113,114,115,116,117,118) ORDER BY FIND_IN_SET(`tl_page`.`id`, '113,114,115,116,117,118')"
]
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
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
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
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
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
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.
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 5]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 5]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(59,60,61,62,63,64) ORDER BY FIND_IN_SET(`tl_page`.`id`, '59,60,61,62,63,64')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(59,60,61,62,63,64) ORDER BY FIND_IN_SET(`tl_page`.`id`, '59,60,61,62,63,64')"
]
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 60]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 60]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(65,68,66,67,70,69,673,674,698,72,176,73,177) ORDER BY FIND_IN_SET(`tl_page`.`id`, '65,68,66,67,70,69,673,674,698,72,176,73,177')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(65,68,66,67,70,69,673,674,698,72,176,73,177) ORDER BY FIND_IN_SET(`tl_page`.`id`, '65,68,66,67,70,69,673,674,698,72,176,73,177')"
]
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 660]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 660]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(661,663,664,666,667,665,695) ORDER BY FIND_IN_SET(`tl_page`.`id`, '661,663,664,666,667,665,695')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(661,663,664,666,667,665,695) ORDER BY FIND_IN_SET(`tl_page`.`id`, '661,663,664,666,667,665,695')"
]
"SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 661]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 661]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(794,662,684,685,686,687,789,688,785,689,691,791,693,730,731,788) ORDER BY FIND_IN_SET(`tl_page`.`id`, '794,662,684,685,686,687,789,688,785,689,691,791,693,730,731,788')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(794,662,684,685,686,687,789,688,785,689,691,791,693,730,731,788) ORDER BY FIND_IN_SET(`tl_page`.`id`, '794,662,684,685,686,687,789,688,785,689,691,791,693,730,731,788')"
]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 663]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 663]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(668,670,671,672,787) ORDER BY FIND_IN_SET(`tl_page`.`id`, '668,670,671,672,787')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(668,670,671,672,787) ORDER BY FIND_IN_SET(`tl_page`.`id`, '668,670,671,672,787')"
]
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
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
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 664]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 664]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(727) ORDER BY FIND_IN_SET(`tl_page`.`id`, '727')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(727) ORDER BY FIND_IN_SET(`tl_page`.`id`, '727')"
]
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.
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
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 667]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 667]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(725) ORDER BY FIND_IN_SET(`tl_page`.`id`, '725')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(725) ORDER BY FIND_IN_SET(`tl_page`.`id`, '725')"
]
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.
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
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
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.
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 7]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 7]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(45,46,47,48,49,604,50) ORDER BY FIND_IN_SET(`tl_page`.`id`, '45,46,47,48,49,604,50')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(45,46,47,48,49,604,50) ORDER BY FIND_IN_SET(`tl_page`.`id`, '45,46,47,48,49,604,50')"
]
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 46]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 46]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(53,54,55,56,57,58) ORDER BY FIND_IN_SET(`tl_page`.`id`, '53,54,55,56,57,58')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(53,54,55,56,57,58) ORDER BY FIND_IN_SET(`tl_page`.`id`, '53,54,55,56,57,58')"
]
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
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
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
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
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
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.
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
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
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 p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 49]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 49]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(79,80,81,82,83) ORDER BY FIND_IN_SET(`tl_page`.`id`, '79,80,81,82,83')"
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(79,80,81,82,83) ORDER BY FIND_IN_SET(`tl_page`.`id`, '79,80,81,82,83')"
]
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
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
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
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
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.
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
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
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.
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.
User Deprecated: Since contao/core-bundle 5.3: Using "$this->attr()" in templates is deprecated and will no longer work in Contao 6. Use "$this->attrs()" instead.
"SELECT tl_form_field.* FROM tl_form_field WHERE tl_form_field.pid=? AND tl_form_field.invisible=0 AND tl_form_field.tstamp!=0 ORDER BY tl_form_field.sorting"
(parameters:
[1 => 10]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT tl_form_field.* FROM tl_form_field WHERE tl_form_field.pid=? AND tl_form_field.invisible=0 AND tl_form_field.tstamp!=0 ORDER BY tl_form_field.sorting"
"params" => [1 => 10]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=? 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.
"""
SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND (\n tl_page.dns=?\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND id = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot = (\n SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n ) ORDER BY sorting
"""
(parameters:
[1 => ""
2 => ""
3 => ""
4 => ""
]
, types:
[1 => 22 => 23 => 24 => 2]
)
doctrine
[
"sql" => """
SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND (\n tl_page.dns=?\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND id = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot = (\n SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n ) ORDER BY sorting
"""
"params" => [1 => ""
2 => ""
3 => ""
4 => ""
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT tl_page.* FROM tl_page WHERE (tl_page.id=? OR tl_page.languageMain=?) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640)"
(parameters:
[1 => 162 => 16]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE (tl_page.id=? OR tl_page.languageMain=?) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640)"
"params" => [1 => 162 => 16]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) LIMIT 0,1"
(parameters:
[1 => 2]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) LIMIT 0,1"
"params" => [1 => 2]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND (\n tl_page.dns=?\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND id = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot = (\n SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n ) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640) ORDER BY sorting
"""
(parameters:
[1 => ""
2 => ""
3 => ""
4 => ""
]
, types:
[1 => 22 => 23 => 24 => 2]
)
doctrine
[
"sql" => """
SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND (\n tl_page.dns=?\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND id = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot = (\n SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n ) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640) ORDER BY sorting
"""
"params" => [1 => ""
2 => ""
3 => ""
4 => ""
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT tl_page.* FROM tl_page WHERE (tl_page.id=? OR tl_page.languageMain=?) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640)"
(parameters:
[1 => 22 => 2]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE (tl_page.id=? OR tl_page.languageMain=?) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640)"
"params" => [1 => 22 => 2]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) LIMIT 0,1"
(parameters:
[1 => 2]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.id=? AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) LIMIT 0,1"
"params" => [1 => 2]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND (\n tl_page.dns=?\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND id = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot = (\n SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n ) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640) ORDER BY sorting
"""
(parameters:
[1 => ""
2 => ""
3 => ""
4 => ""
]
, types:
[1 => 22 => 23 => 24 => 2]
)
doctrine
[
"sql" => """
SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND (\n tl_page.dns=?\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND id = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot = (\n SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n OR tl_page.dns IN (\n SELECT dns\n FROM tl_page\n WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = (\n SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns=? LIMIT 1\n )\n )\n ) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640) ORDER BY sorting
"""
"params" => [1 => ""
2 => ""
3 => ""
4 => ""
]
"types" => [1 => 22 => 23 => 24 => 2]
]
debug
Executing statement:
"SELECT tl_page.* FROM tl_page WHERE (tl_page.id=? OR tl_page.languageMain=?) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640)"
(parameters:
[1 => 22 => 2]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE (tl_page.id=? OR tl_page.languageMain=?) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322640)"
"params" => [1 => 22 => 2]
"types" => [1 => 22 => 2]
]
debug
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
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
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.
"SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
(parameters:
[1 => 1]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p2.hide=0 AND p2.published=1 AND (p2.start='' OR p2.start<=1768322580) AND (p2.stop='' OR p2.stop>1768322580)) AS hasSubpages FROM tl_page p1 WHERE p1.pid=? AND p1.type!='root' AND p1.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND p1.hide=0 AND p1.published=1 AND (p1.start='' OR p1.start<=1768322580) AND (p1.stop='' OR p1.stop>1768322580) ORDER BY p1.sorting"
"params" => [1 => 1]
"types" => [1 => 2]
]
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
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
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
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
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.
"SELECT tl_page.* FROM tl_page WHERE tl_page.pid=? AND tl_page.type!='root' AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) ORDER BY tl_page.sorting LIMIT 0,1"
(parameters:
[1 => 1]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT tl_page.* FROM tl_page WHERE tl_page.pid=? AND tl_page.type!='root' AND tl_page.type NOT IN ('error_401', 'error_403', 'error_404', 'error_503') AND tl_page.published=1 AND (tl_page.start='' OR tl_page.start<=1768322580) AND (tl_page.stop='' OR tl_page.stop>1768322580) ORDER BY tl_page.sorting LIMIT 0,1"
"params" => [1 => 1]
"types" => [1 => 2]
]
debug
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
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.
"SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('33e8262a290711e4a14e001e8cb54239'),UNHEX('d04bc0b02f8a11e4a14e001e8cb54239'),UNHEX('33e8260c290711e4a14e001e8cb54239'),UNHEX('65eb7bdf373c11e48dda001e8cb54239'),UNHEX('b7a3b671ac7711e49aac001e8cb54239'),UNHEX('b5308040cfe411ea8029408d5c818501')) ORDER BY tl_files.uuid!=UNHEX('33e8262a290711e4a14e001e8cb54239'), tl_files.uuid!=UNHEX('d04bc0b02f8a11e4a14e001e8cb54239'), tl_files.uuid!=UNHEX('33e8260c290711e4a14e001e8cb54239'), tl_files.uuid!=UNHEX('65eb7bdf373c11e48dda001e8cb54239'), tl_files.uuid!=UNHEX('b7a3b671ac7711e49aac001e8cb54239'), tl_files.uuid!=UNHEX('b5308040cfe411ea8029408d5c818501')"
doctrine
[
"sql" => "SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('33e8262a290711e4a14e001e8cb54239'),UNHEX('d04bc0b02f8a11e4a14e001e8cb54239'),UNHEX('33e8260c290711e4a14e001e8cb54239'),UNHEX('65eb7bdf373c11e48dda001e8cb54239'),UNHEX('b7a3b671ac7711e49aac001e8cb54239'),UNHEX('b5308040cfe411ea8029408d5c818501')) ORDER BY tl_files.uuid!=UNHEX('33e8262a290711e4a14e001e8cb54239'), tl_files.uuid!=UNHEX('d04bc0b02f8a11e4a14e001e8cb54239'), tl_files.uuid!=UNHEX('33e8260c290711e4a14e001e8cb54239'), tl_files.uuid!=UNHEX('65eb7bdf373c11e48dda001e8cb54239'), tl_files.uuid!=UNHEX('b7a3b671ac7711e49aac001e8cb54239'), tl_files.uuid!=UNHEX('b5308040cfe411ea8029408d5c818501')"
]
[1 => """
O:36:\"Symfony\\Component\\Messenger\\Envelope\":2:{s:44:\"\0Symfony\\Component\\Messenger\\Envelope\0stamps\";a:1:{s:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\";a:1:{i:0;O:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\":1:{s:55:\"\0Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\0busName\";s:21:\"messenger.bus.default\";}}}s:45:\"\0Symfony\\Component\\Messenger\\Envelope\0message\";O:54:\"Contao\\CoreBundle\\Messenger\\Message\\SearchIndexMessage\":2:{s:64:\"\0Contao\\CoreBundle\\Messenger\\Message\\SearchIndexMessage\0document\";O:33:\"Contao\\CoreBundle\\Search\\Document\":4:{s:3:\"uri\";O:15:\"Nyholm\\Psr7\\Uri\":7:{s:23:\"\0Nyholm\\Psr7\\Uri\0scheme\";s:5:\"https\";s:25:\"\0Nyholm\\Psr7\\Uri\0userInfo\";s:0:\"\";s:21:\"\0Nyholm\\Psr7\\Uri\0host\";s:30:\"devmonotomic.bn-automation.com\";s:21:\"\0Nyholm\\Psr7\\Uri\0port\";N;s:21:\"\0Nyholm\\Psr7\\Uri\0path\";s:43:\"/de/unternehmen/unternehmensgeschichte.html\";s:22:\"\0Nyholm\\Psr7\\Uri\0query\";s:0:\"\";s:25:\"\0Nyholm\\Psr7\\Uri\0fragment\";s:0:\"\";}s:10:\"statusCode\";i:200;s:7:\"headers\";a:17:{s:13:\"cache-control\";a:1:{i:0;s:27:\"no-cache, no-store, private\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 13 Jan 2026 16:43:29 GMT\";}s:12:\"content-type\";a:1:{i:0;s:24:\"text/html; charset=UTF-8\";}s:13:\"x-cache-debug\";a:1:{i:0;s:1:\"1\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:15:\"referrer-policy\";a:1:{i:0;s:59:\"no-referrer-when-downgrade, strict-origin-when-cross-origin\";}s:18:\"permissions-policy\";a:1:{i:0;s:18:\"interest-cohort=()\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}s:6:\"pragma\";a:1:{i:0;s:8:\"no-cache\";}s:7:\"expires\";a:1:{i:0;s:2:\"-1\";}s:4:\"link\";a:1:{i:0;s:224:\"<https://devmonotomic.bn-automation.com/hofff-contao-consent/status.js?banner=1&pageId=16>; rel=\"preload\"; as=\"script\"; nopush,</bundles/hofffcontaoconsentcore/consent-manager.3247aa8f.js>; rel=\"preload\"; as=\"script\"; nopush\";}s:12:\"x-cache-tags\";a:1:{i:0;s:3385:\"contao.db.tl_article.1578,contao.db.tl_content.3637,contao.db.tl_article.1580,contao.db.tl_content.3640,contao.db.tl_article.15,contao.db.tl_content.3636,contao.db.tl_module.3,contao.db.tl_module.6,contao.db.tl_module.28,contao.db.tl_page.15,contao.db.tl_page.17,contao.db.tl_page.18,contao.db.tl_page.697,contao.db.tl_page.19,contao.db.tl_page.551,contao.db.tl_page.120,contao.db.tl_page.121,contao.db.tl_page.122,contao.db.tl_page.20,contao.db.tl_page.655,contao.db.tl_page.2,contao.db.tl_page.25,contao.db.tl_page.26,contao.db.tl_page.27,contao.db.tl_page.28,contao.db.tl_page.29,contao.db.tl_page.30,contao.db.tl_page.21,contao.db.tl_page.31,contao.db.tl_page.32,contao.db.tl_page.33,contao.db.tl_page.34,contao.db.tl_page.35,contao.db.tl_page.23,contao.db.tl_page.36,contao.db.tl_page.37,contao.db.tl_page.38,contao.db.tl_page.39,contao.db.tl_page.24,contao.db.tl_page.3,contao.db.tl_page.95,contao.db.tl_page.96,contao.db.tl_page.97,contao.db.tl_page.98,contao.db.tl_page.173,contao.db.tl_page.99,contao.db.tl_page.100,contao.db.tl_page.89,contao.db.tl_page.101,contao.db.tl_page.102,contao.db.tl_page.103,contao.db.tl_page.104,contao.db.tl_page.105,contao.db.tl_page.106,contao.db.tl_page.90,contao.db.tl_page.109,contao.db.tl_page.107,contao.db.tl_page.108,contao.db.tl_page.91,contao.db.tl_page.110,contao.db.tl_page.111,contao.db.tl_page.112,contao.db.tl_page.92,contao.db.tl_page.113,contao.db.tl_page.114,contao.db.tl_page.115,contao.db.tl_page.116,contao.db.tl_page.117,contao.db.tl_page.118,contao.db.tl_page.93,contao.db.tl_page.94,contao.db.tl_page.4,contao.db.tl_page.59,contao.db.tl_page.65,contao.db.tl_page.68,contao.db.tl_page.66,contao.db.tl_page.67,contao.db.tl_page.70,contao.db.tl_page.69,contao.db.tl_page.673,contao.db.tl_page.674,contao.db.tl_page.698,contao.db.tl_page.72,contao.db.tl_page.176,contao.db.tl_page.73,contao.db.tl_page.177,contao.db.tl_page.60,contao.db.tl_page.61,contao.db.tl_page.62,contao.db.tl_page.63,contao.db.tl_page.64,contao.db.tl_page.5,contao.db.tl_page.794,contao.db.tl_page.662,contao.db.tl_page.684,contao.db.tl_page.685,contao.db.tl_page.686,contao.db.tl_page.687,contao.db.tl_page.789,contao.db.tl_page.688,contao.db.tl_page.785,contao.db.tl_page.689,contao.db.tl_page.691,contao.db.tl_page.791,contao.db.tl_page.693,contao.db.tl_page.730,contao.db.tl_page.731,contao.db.tl_page.788,contao.db.tl_page.661,contao.db.tl_page.668,contao.db.tl_page.670,contao.db.tl_page.671,contao.db.tl_page.672,contao.db.tl_page.787,contao.db.tl_page.663,contao.db.tl_page.727,contao.db.tl_page.664,contao.db.tl_page.666,contao.db.tl_page.725,contao.db.tl_page.667,contao.db.tl_page.665,contao.db.tl_page.695,contao.db.tl_page.660,contao.db.tl_page.45,contao.db.tl_page.53,contao.db.tl_page.54,contao.db.tl_page.55,contao.db.tl_page.56,contao.db.tl_page.57,contao.db.tl_page.58,contao.db.tl_page.46,contao.db.tl_page.47,contao.db.tl_page.48,contao.db.tl_page.79,contao.db.tl_page.80,contao.db.tl_page.81,contao.db.tl_page.82,contao.db.tl_page.83,contao.db.tl_page.49,contao.db.tl_page.604,contao.db.tl_page.50,contao.db.tl_page.7,contao.db.tl_module.17,contao.db.tl_module.37,contao.db.tl_module.26,contao.db.tl_module.15,contao.db.tl_form_field.82,contao.db.tl_form.10,contao.db.tl_module.21,contao.db.tl_module.2,contao.db.tl_module.18,contao.db.tl_module.1,contao.db.tl_page.44,contao.db.tl_page.16,contao.db.tl_module.4,contao.db.tl_page.1\";}s:15:\"x-frame-options\";a:1:{i:0;s:10:\"SAMEORIGIN\";}s:16:\"x-xss-protection\";a:1:{i:0;s:13:\"1; mode=block\";}s:13:\"x-debug-token\";a:1:{i:0;s:6:\"7f44af\";}s:18:\"x-debug-token-link\";a:1:{i:0;s:55:\"https://devmonotomic.bn-automation.com/_profiler/7f44af\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}}s:4:\"body\";s:224890:\"\n<!-- TEMPLATE START: templates/fe_page.html5 -->\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n\n <meta charset=\"UTF-8\">\n <title>Unternehmensgeschichte - BN Automation AG</title>\n <base href=\"https://devmonotomic.bn-automation.com/\">\n\n <meta name=\"robots\" content=\"index,follow\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"Contao Open Source CMS\">\n\n\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <link rel=\"stylesheet\" href=\"/assets/contao/css/layout.min.css?v=e03c59c9\"><link rel=\"stylesheet\" href=\"/assets/contao/css/responsive.min.css?v=e03c59c9\"><link rel=\"stylesheet\" href=\"/bundles/contaommenu/mmenu/mmenu.css?v=5e72e791\"><link rel=\"stylesheet\" href=\"/assets/colorbox/css/colorbox.min.css?v=83af8d5b\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/font-awesome.min.css?v=549210b4\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/flexslider.css?v=ebc69c12\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/main.css?v=790e4f55\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/responsive.css?v=d11f8027\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/smartphone.css?v=2e85d66a\"><link rel=\"stylesheet\" href=\"/assets/css/files_themes_bna_imports.scss.css?v=3f67f63d\"> <script src=\"/assets/jquery/js/jquery.min.js?v=2e868dd8\"></script><script src=\"/bundles/contaommenu/mmenu/mmenu.js?v=5e72e791\"></script><!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-TC7KKFR\');</script>\n<!-- End Google Tag Manager --><script src=\"https://devmonotomic.bn-automation.com/hofff-contao-consent/status.js?banner=1&pageId=16\"></script><script src=\"/bundles/hofffcontaoconsentcore/consent-manager.3247aa8f.js\"></script><script src=\"/bundles/hofffcontaoconsentgoogletagmanager/script.js?v=760782e2\"></script>\n<!-- TEMPLATE START: vendor/terminal42/contao-changelanguage/contao/templates/block_alternate_links.html5 -->\n<link rel=\"alternate\" hreflang=\"de\" href=\"https://devmonotomic.bn-automation.com/de/unternehmen/unternehmensgeschichte.html\">\n<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://devmonotomic.bn-automation.com/de/unternehmen/unternehmensgeschichte.html\">\n\n<!-- TEMPLATE END: vendor/terminal42/contao-changelanguage/contao/templates/block_alternate_links.html5 -->\n<link type=\"text/css\" rel=\"stylesheet\" href=\"https://fast.fonts.net/cssapi/bc57cc8d-0f71-4688-9d14-7919812b3649.css\"/>\n<link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\">\n\n</head>\n<body id=\"top\" class=\"\">\n\n\n <div id=\"fixed_menu\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div class=\"header\">\n\t<div class=\"inside\">\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div id=\"topbuttons\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div id=\"search\">\n\t<a id=\"search-button\">\n\t\tSuche \n\t\t\n\t\t\n\t</a>\n\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/forms/form_wrapper.html5 -->\n\n<!-- indexer::stop -->\n<div class=\"mod_form block\" id=\"search-input\">\n\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/forms/form_inline.html5 -->\n<form action=\"/de/suche.html\" method=\"get\" enctype=\"application/x-www-form-urlencoded\">\n <div class=\"formbody\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/forms/form_text.html5 -->\n\n<div class=\"widget widget-text\">\n\n\n <input type=\"text\" name=\"keywords\" id=\"ctrl_82\" class=\"text\" value=\"\">\n</div>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/forms/form_text.html5 -->\n </div>\n</form>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/forms/form_inline.html5 -->\n\n</div>\n<!-- indexer::continue -->\n\n <script>\n document.currentScript.previousElementSibling.querySelector(\'form\')?.addEventListener(\'submit\', e => {\n // Prevent double form submission\n if (e.submitter) {\n setTimeout(() => e.submitter.disabled = true);\n setTimeout(() => e.submitter.disabled = false, 30000);\n }\n });\n </script>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/forms/form_wrapper.html5 -->\n\n\t\n\t\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\n<!-- TEMPLATE START: vendor/terminal42/contao-changelanguage/contao/templates/mod_changelanguage.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_changelanguage block\">\n\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n<ul class=\"level_1\">\n <li class=\"lang-de active\"><strong class=\"lang-de active\" aria-current=\"page\">DE</strong></li>\n <li class=\"lang-en nofallback\"><a href=\"/en/company.html\" title=\"Company\" class=\"lang-en nofallback\" hreflang=\"en\" aria-label=\"Zu Englisch wechseln\">EN</a></li>\n <li class=\"lang-es nofallback\"><a href=\"/es/empresa.html\" title=\"Empresa\" class=\"lang-es nofallback\" hreflang=\"es\" aria-label=\"Zu Spanisch wechseln\">ES</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n</nav>\n<!-- indexer::continue -->\n<!-- TEMPLATE END: vendor/terminal42/contao-changelanguage/contao/templates/mod_changelanguage.html5 -->\n\n<img src=\"files/themes/bna/images/EU_TMWWDG.png\" class=\"eu-logo\" alt=\"EU Logo\" width=\"500\">\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_navigation.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_navigation block\" id=\"navi\">\n\n\n <a href=\"/de/unternehmen/unternehmensgeschichte.html#skipNavigation2\" class=\"invisible\">Navigation überspringen</a>\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n<ul class=\"level_1\">\n <li class=\"trail\"><a href=\"/de/unternehmen.html\" title=\"Unternehmen\" class=\"trail\">Unternehmen</a></li>\n <li><a href=\"/de/branchen.html\" title=\"Branchen\">Branchen</a></li>\n <li><a href=\"/de/produkte-und-loesungen.html\" title=\"Produkte und Lösungen\">Produkte und Lösungen</a></li>\n <li><a href=\"/de/service.html\" title=\"Service\">Service</a></li>\n <li><a href=\"/de/karriere.html\" title=\"Karriere bei BN Automation AG\">Karriere</a></li>\n <li><a href=\"/de/investoren.html\" title=\"Investoren\">Investoren</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n <span id=\"skipNavigation2\" class=\"invisible\"></span>\n\n</nav>\n<!-- indexer::continue -->\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_navigation.html5 -->\n\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<a id=\"m-navi-icon\" href=\"#m-navi\" onclick=\"return false;\"><i class=\"fa fa-bars\"></i></a>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<a id=\"logo\" href=\"#\">BN Automation AG</a>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\t</div>\n</div>\n<div class=\"custom\">\n\t<div id=\"breadcrumb\" class=\"\">\n\t <div class=\"inside\">\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_breadcrumb.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_breadcrumb block\" aria-label=\"Breadcrumb\">\n\n\n <ul>\n <li><a href=\"/de/startseite.html\" title=\"BN Automation AG\">BN Automation AG</a></li>\n <li><a href=\"/de/unternehmen.html\" title=\"Unternehmen\">Unternehmen</a></li>\n <li class=\"active\" aria-current=\"page\">Unternehmensgeschichte</li>\n </ul>\n\n</nav>\n<!-- indexer::continue -->\n\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_breadcrumb.html5 -->\n\n\t </div>\n\t</div>\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n </div>\n\n <div id=\"wrapper\">\n\n\n <div class=\"custom\">\n </div>\n\n\n\n <div id=\"container\">\n\n <main id=\"main\">\n <div class=\"inside\">\n\n<!-- TEMPLATE START: templates/mod_article.html5 -->\n<div class=\"mod_article block\" id=\"banner\">\n\t<div class=\"inside\">\n\t\t\n\t\n<!-- TEMPLATE START: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_header.html5 -->\n<div class=\"ce_bna_header ce_bnaheader block\" id=\"bna_header\" >\n <div class=\"bna_header_content\">\n\n <h2>Immer in Bewegung<br><span class=\"bna_gelb\">bleiben</span></h2>\n\n\n </div>\n\n\n<!-- TEMPLATE START: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_haeder_image.html5 -->\n<div class=\"bna_header_image\">\n <img src=\"/assets/images/a/header_unternehmen_01-k28fbxbhjcde3kj.jpg\">\n</div>\n<!-- TEMPLATE END: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_haeder_image.html5 -->\n\n</div>\n<!-- TEMPLATE END: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_header.html5 -->\n\t\n\t\t</div>\n</div>\n<!-- TEMPLATE END: templates/mod_article.html5 -->\n\n<!-- TEMPLATE START: templates/mod_article.html5 -->\n<div class=\"mod_article teaser block\" id=\"article-1580\">\n\t<div class=\"inside\">\n\t\t\n\t\n\n\n <div class=\"grid2 content-text\"> \n\n\n <div class=\"rte\">\n <p class=\"bna_einleitung\">Begleiten Sie uns auf eine Zeitreise durch unsere Unternehmensgeschichte und erleben Sie, wie sich BNA aus einem kleinen Start-up im Laufe der Jahrzehnte zu einem weltweit erfolgreich agierenden Spezialisten für Automatisierungs- und Informationstechnik entwickelt hat.</p>\n </div>\n\n </div>\n\n\n\n\t\n\t\t</div>\n</div>\n<!-- TEMPLATE END: templates/mod_article.html5 -->\n\n<!-- TEMPLATE START: templates/mod_article.html5 -->\n<div class=\"mod_article block\" id=\"article-15\">\n\t<div class=\"inside\">\n\t\t\n\t <div class=\"ce_rsce_history\">\n <div class=\"insidex\">\n <h1></h1>\n\n <div class=\"items\">\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1990</div>\n\n <h2 class=\"name\">Gründung der B & N Automation GmbH</h2>\n\n <div class=\"bna_einleitung\">\n <p>Die Geschichte der B & N Automation GmbH beginnt am 06.06.1990. Dr. Frank Bonitz, Jörg Neunast und Dr. Jan Rudorfer, bis dato wissenschaftliche Mitarbeiter der Technischen Universität Ilmenau, gründen die B & N Automation GmbH. Mit ihrem Know-how über die Entwicklung von Automatisierungssystemen wagen sie in der Wendezeit den Schritt in die Selbstständigkeit. Schnelligkeit zahlte sich damals bereits aus. So konnte die GmbH noch nach DDR-Recht mit 20.000 Ostmark anstelle von 50.000 DM gegründet werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/w/1990_Gr%C3%BCndung2-ewdn63nmmb3btpe.jpg\" alt srcset=\"/assets/images/w/1990_Gr%C3%BCndung2-ewdn63nmmb3btpe.jpg 1x, /assets/images/7/1990_Gr%C3%BCndung2-qr6myxzyr6ejyja.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1990</div>\n\n <h2 class=\"name\">Erster Auftrag in der Firmengeschichte</h2>\n\n <div class=\"bna_einleitung\">\n <p>Den ersten Auftrag erhält B & N von der damaligen Erzgebirge Wasser/Abwasser AG über eine Prozessüberwachungsanlage für die Wasserversorgung der Stadt Plauen. Vom Auftraggeber äußerst mutig einem 2 Monate alten Unternehmen, ohne Kapital oder Referenzen, mit Sitz in der 3-Raum-Wohnung eines der Gründer, einen Auftrag über 70.000 DM zu erteilen.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/k/1990_ZWAV_Plauen-cza6f96b4qg5ck2.jpg\" alt srcset=\"/assets/images/k/1990_ZWAV_Plauen-cza6f96b4qg5ck2.jpg 1x, /assets/images/1/1990_ZWAV_Plauen-1tgkdcd3hs3r4t0.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1991</div>\n\n <h2 class=\"name\">1. Firmensitz "Oehrenstöcker Straße Ilmenau"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Gewerberäume waren zu dieser Zeit schwer zu finden. Im Januar 1991 stellt die Stadt Ilmenau Räume in der Oehrenstöcker Straße zur Verfügung. Erst nach Wochen umfänglicher Renovierungsarbeiten durch die Gründer, konnte das erste Firmendomizil bezogen werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/4/1991_Oehrenst%C3%B6cker_-n29m46t7ewv9tj6.jpg\" alt srcset=\"/assets/images/4/1991_Oehrenst%C3%B6cker_-n29m46t7ewv9tj6.jpg 1x, /assets/images/4/1991_Oehrenst%C3%B6cker_-th5312fnf1dj3g7.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1992</div>\n\n <h2 class=\"name\">Erster Großauftrag "Trinkwasser" über 1,4 Mio. DM</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N, nun auf 7 Mitarbeitern gewachsen, realisiert ihren ersten Trinkwasser-Großauftrag "Elektro- und MSR-Technik für das Wasserwerk Wischroda" mit der atemberaubenden Auftragssumme von 1,4 Mio. DM und zwei Jahren Projektlaufzeit.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/e/1992_WW%20Wischroda-k9qrjw3vr6tkqn0.jpg\" alt srcset=\"/assets/images/e/1992_WW%20Wischroda-k9qrjw3vr6tkqn0.jpg 1x, /assets/images/6/1992_WW%20Wischroda-jba4y5zz5wdkcky.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1993</div>\n\n <h2 class=\"name\">Aufbau der Gruppe Leittechnik</h2>\n\n <div class=\"bna_einleitung\">\n <p>Die Ära der DOS-basierten Leitsysteme ging zu Ende und BNA hat das brandneue InTouch als zukunftsweisendes Leitsystem am Markt ausgemacht. Die Herausforderung bestand in der Anbindung des neuen Leitsystems an die SAT-Technik. Das war die Geburtsstunde der Gruppe Leittechnik. BNA hat das erste windowsbasierte Leitsystem an die Stadtwerke Meiningen ausliefern können. Die SAT-InTouch-Kopplung mittels CIF und DDE war in den Folgejahren ein echter Renner, dem BNA viele weitere Aufträge verdankt.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1993</div>\n\n <h2 class=\"name\">Erster Auftrag "Abwasser kommunal"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Mit dem Auftrag für die Verbandskläranlage Arnstadt gelingt B & N der Einstieg in die kommunale Abwasserreinigung. Die neue Kläranlage reinigt die Abwässer der Stadt Arnstadt und einer Reihe von umliegenden Gemeinden des Wasser- und Abwasserverbandes Arnstadt und Umgebung. Die Anlage hat eine Kapazität von 80.000 Einwohnerwerten (EW). B & N liefert alles von der Mittelspannung bis zum Bildschirmleitsystem. Als Einstieg in die kommunale Klärtechnik eine große Herausforderung.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1993</div>\n\n <h2 class=\"name\">Umzug in Firmensitz Nr. 2</h2>\n\n <div class=\"bna_einleitung\">\n <p>In der Oehrenstöcker Straße wird es allmählich zu eng. 10 Mitarbeiter ziehen in das Gewerbegebiet "Am Vogelherd" Ilmenau, mit nun Platz für insgesamt 30 Mitarbeiter und einer kleinen Werkstatt für die Fertigung von Fernwirkschränken.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1994</div>\n\n <h2 class=\"name\">Firmeneigene Softwareentwicklung beginnt</h2>\n\n <div class=\"bna_einleitung\">\n <p>Für die ATV-Protokollierung der Kläranlage Arnstadt gibt es zu diesem Zeitpunkt am Markt keine windowsbasierte Lösung. Das war die Geburtsstunde von TIBS Technisches Informations- und Bediensystem Version 1.0. und der Beginn der firmeneigenen Softwareentwicklung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/2/1994_TIBS-0a3gxsnqhfq2qsa.jpg\" alt srcset=\"/assets/images/2/1994_TIBS-0a3gxsnqhfq2qsa.jpg 1x, /assets/images/3/1994_TIBS-zvw4b6npygq7ks0.jpg 1.203x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1995</div>\n\n <h2 class=\"name\">B & N erweitert ihr Branchenportfolio</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N erhält von den Stadtwerken Ilmenau den Auftrag "Anbindung von Stationen über Fernwirktechnik", damit gelingt der Einstieg in die Stromversorgung. Ein Jahr später bekommt B & N den ersten Auftrag für eine Wärmeversorgung von den Stadtwerken Suhl-Zella-Mehlis. Das Portfolio der Ver- und Entsorgung ist damit komplett und Steuerungssysteme für diese Anlagen gehören seitdem zum Leistungsangebot von B & N.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1996</div>\n\n <h2 class=\"name\">Erster Auftrag zur Talsperrenüberwachung</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der Startschuss im Umweltbereich fällt. B & N erhält von der Thüringer Fernwasserversorgung den Auftrag für das Verbundleitsystem der Talsperren Ohra, Schmalwasser und Tambach-Dietharz.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/d/1996_FWV_Luftbild%20Ohra-gbqdx6ykcz2b19j.jpg\" alt srcset=\"/assets/images/d/1996_FWV_Luftbild%20Ohra-gbqdx6ykcz2b19j.jpg 1x, /assets/images/k/1996_FWV_Luftbild%20Ohra-ree5j50fqzm1r0r.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1996</div>\n\n <h2 class=\"name\">Erste Aufträge aus den "alten" Bundesländern</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N erhält mit der Kläranlage Niederwald bei Kirchhein im Nachbarland Hessen und der Kläranlage Rhein-Main Air Base in Frankfurt Main ihre ersten Aufträge in den alten Bundesländern.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/f/1996_KA%20Rhein-Main%20Airbase1-e6n3q4hp6wz1ymt.jpg\" alt srcset=\"/assets/images/f/1996_KA%20Rhein-Main%20Airbase1-e6n3q4hp6wz1ymt.jpg 1x, /assets/images/j/1996_KA%20Rhein-Main%20Airbase1-ag4ys1j7c9xfesn.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1997</div>\n\n <h2 class=\"name\">Bau des eigenen Firmengebäudes "Am Wald"</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N wächst weiter, die angemieteten Räumlichkeiten im Gewerbegebiet " Am Vogelherd" werden zu eng. Auch für die Fertigung der Schaltschränke sind die Räumlichkeiten in der 1. Etage "Am Vogelherd" unpraktisch. Anfang 1997 fällt dann die klare Entscheidung für die Errichtung eines eigenen Firmengebäudes. Die ersten Baumaßnahmen beginnen im März 1998.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/c/1998_Bau%20Am%20Wald-45fv0pev89z8b0h.jpg\" alt srcset=\"/assets/images/c/1998_Bau%20Am%20Wald-45fv0pev89z8b0h.jpg 1x, /assets/images/0/1998_Bau%20Am%20Wald-pydmnmczs87dshk.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1998</div>\n\n <h2 class=\"name\">Einzug in den Gewerbepark "Am Wald"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der Bau des eigenen Firmengebäudes ist ein sichtbarer Anfang für ein neues Kapitel in der Firmengeschichte von B & N. Das Gebäude wurde in nur 6 Monaten erbaut, ausschließlich von Thüringer Firmen. Mit einer Nutzfläche von 1.100 m² ist nun Platz für 50 Mitarbeiterinnen und Mitarbeiter, mit besten Arbeitsbedingungen und optimalen Voraussetzungen, das geplante Wachstum fortzusetzen.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/9/1998_Gewerbepark%20Am%20Wald-1bvc7yksxj1v612.jpg\" alt srcset=\"/assets/images/9/1998_Gewerbepark%20Am%20Wald-1bvc7yksxj1v612.jpg 1x, /assets/images/w/1998_Gewerbepark%20Am%20Wald-1ratjcxqy0cq56v.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1998</div>\n\n <h2 class=\"name\">Kooperationsvertrag mit TEAG für die Nachwuchsgewinnung</h2>\n\n <div class=\"bna_einleitung\">\n <p>Um frühzeitig den Nachwuchs zu sichern, hat B & N im Rahmen eines Kooperationsvertrags mit der TEAG Teile der Lehrlingsausbildung zum Energieanlagenelektroniker übernommen.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2000</div>\n\n <h2 class=\"name\">Umwandlung in eine Aktiengesellschaft</h2>\n\n <div class=\"bna_einleitung\">\n <p>Aus B & N Automation GmbH wird BN Automation AG mit dem Ziel, auch zukünftig mit den Erfordernissen des Marktes Schritt halten zu können und den Mitarbeiterinnen und Mitarbeitern eine Beteiligung am Unternehmen zu ermöglichen. Vorstand der BN Automation AG wird der bisherige Geschäftsführer Dr. Frank Bonitz.<br>Im Bild die drei Gründer (v.l.) Dr. Frank Bonitz, Dr. Jan Rudorfer, Jörg Neunast und der erste Aufsichtsrat Oskar Armbruster, Professor Reinhard Schramm, Andreas Schnitzler.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/b/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-bez8q5phwt5c2hk.jpg\" alt srcset=\"/assets/images/b/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-bez8q5phwt5c2hk.jpg 1x, /assets/images/x/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-9svkxh44pngppq6.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2000</div>\n\n <h2 class=\"name\">1. Erweiterungsbau: eigene Schaltanlagenfertigung</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der erste Erweiterungsbau bereits 2 Jahre nach dem Einzug in das neue Firmengebäude wurde erforderlich aufgrund der strategischen Entscheidung, am Standort einen eigenen Schaltanlagenbau aufzubauen. Damit erweitert BNA ihr Leistungsportfolio und gewinnt gleichzeitig ein Stück Unabhängigkeit von Zulieferern. Termintreue und Qualität können besser gewährleisten werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/v/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-6zmzkacj6539vjd.jpg\" alt srcset=\"/assets/images/v/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-6zmzkacj6539vjd.jpg 1x, /assets/images/6/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-b5q3fhf2wts83nw.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2001</div>\n\n <h2 class=\"name\">Aufbau eines eigenständigen Servicebereiches</h2>\n\n <div class=\"bna_einleitung\">\n <p>Mit zunehmender Kundenanzahl, dem stärkeren Bedarf an Messtechnik und der steigenden Anzahl von Wartungsverträgen ist der Aufbau eines eigenen Servicebereich notwendig geworden.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2001</div>\n\n <h2 class=\"name\">Zertifizierung nach DIN EN ISO 9001:2000</h2>\n\n <div class=\"bna_einleitung\">\n <p>Qualität ist für die BNA mehr als nur ein Gütesiegel. BNA ist nach den Standards der ISO 9001 zertifiziert und unterzieht sich regelmäßigen jährlichen Audits.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/s/tuev-iso-9001-tic-xkzsm9tsbsay6kv.png\" alt srcset=\"/assets/images/s/tuev-iso-9001-tic-xkzsm9tsbsay6kv.png 1x, /assets/images/b/tuev-iso-9001-tic-pw7nzgchmweexwa.png 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2001</div>\n\n <h2 class=\"name\">Großauftrag Abwasser "Gruppenklärwerk Kenten"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Gleich mehrere Superlative verbindet BNA mit dem Auftrag „Erneuerung der Automatisierungstechnik des Gruppenklärwerks Kenten in Bergheim an der Erft“: Es ist der bis dato größte Global-Pauschalauftrag, funktional angeboten – sozusagen ein "Stück Kläranlage" für die schwindelerregende Summe von 4 Mio. DM. Das erste große Projekt in Nordrhein-Westfalen und es ist gleichzeitig das erste PCS 7 Projekt für BNA.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/6/2001_kenten-belebung1-0w624hz2cq4qys2.jpg\" alt srcset=\"/assets/images/6/2001_kenten-belebung1-0w624hz2cq4qys2.jpg 1x, /assets/images/k/2001_kenten-belebung1-2ye5rzzgkz8mv03.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2002</div>\n\n <h2 class=\"name\">Erstes Auslandsprojekt</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält den Auftrag, für die Fruchtsaftfabrik der Granini-Gruppe in Sarre-Union in Frankreich die Kläranlage zu automatisieren. Und ursprünglich sollte, weil in Sarre-Union auch Deutsch gesprochen wird, auch das Leitsystem in Deutsch geliefert werden. Das wurde dann kurzerhand anders entschieden: „Wir sind in Frankreich und da wird französisch gesprochen!“ und BNA liefert ihr erstes französisches Leitsystem.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/g/2002_Rea%20Granini-z1e1cv8c4fpbwc5.jpg\" alt srcset=\"/assets/images/g/2002_Rea%20Granini-z1e1cv8c4fpbwc5.jpg 1x, /assets/images/4/2002_Rea%20Granini-4x97nhpewxde6wz.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2003</div>\n\n <h2 class=\"name\">Verleihung des "Thüringer Staatspreises für Qualität"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Als Anerkennung für herausragende Leistungen auf dem Gebiet des Qualitätsmanagements erhält BNA bereits im ersten Bewerbungsanlauf den Thüringer Staatspreis für Qualität.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/a/2003_Th%C3%BCringer%20Staatpreis-cr0vcdhgy230kzc.jpg\" alt srcset=\"/assets/images/a/2003_Th%C3%BCringer%20Staatpreis-cr0vcdhgy230kzc.jpg 1x, /assets/images/0/2003_Th%C3%BCringer%20Staatpreis-z578kt0ptx1c4fv.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2004</div>\n\n <h2 class=\"name\">2. Erweiterungsbau: neue Fertigungshalle</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA ist auf 60 Mitarbeiter angewachsen und weiter auf Wachstumskurs. Das bestehende Betriebsgebäude wird mit dem Bau einer Fertigungshalle inkl. Büro- und Sozialgebäude um 850 m² erweitert. Der Erweiterungsbau beherbergt die Schaltanlagenfertigung, die Elektrokonstruktion und den Servicebereich mit Platz für 25 Mitarbeiter.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/3/2004_neueFertigungshalle-tzyetv806mzzcds.jpg\" alt srcset=\"/assets/images/3/2004_neueFertigungshalle-tzyetv806mzzcds.jpg 1x, /assets/images/m/2004_neueFertigungshalle-s1dd0xxhymc86aw.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2004</div>\n\n <h2 class=\"name\">Ausnahmeprojekt Talsperre Leibis/Lichte</h2>\n\n <div class=\"bna_einleitung\">\n <p>Zu den spektakulärsten Bauprojekten gehört die Trinkwassertalsperre Leibis/Lichte, mit 102,5 m die zweithöchste Staumauer Deutschlands. Aus technischer aber auch ökologischer Hinsicht ein Ausnahmeprojekt. Die Steuerungs- und Leittechnik von BNA ist äußerst komplex und erfüllt vielfältige Aufgaben, u.a. die qualitätsoptimierte Rohwasserbereitstellung für die Trinkwasseraufbereitung, die Bauwerksüberwachung, den Hochwasserschutz und Sicherheitseinrichtungen. Und für einen optimalen Naturschutz entwickelt BNA eine ökologische Steuerung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/m/2004_Talsperre%20Leibis-Lichte-y6a3xj69wnvkx66.jpg\" alt srcset=\"/assets/images/m/2004_Talsperre%20Leibis-Lichte-y6a3xj69wnvkx66.jpg 1x, /assets/images/1/2004_Talsperre%20Leibis-Lichte-ncg31amw1rq7xdx.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2004</div>\n\n <h2 class=\"name\">Zusammenarbeit mit der Dualen Hochschule Gera-Eisenach beginnt</h2>\n\n <div class=\"bna_einleitung\">\n <p>Um einen eigenen Ingenieurnachwuchs zu entwickeln, beginnt BNA die Zusammenarbeit mit der Dualen Hochschule Gera-Eisenach. BNA bietet seitdem jungen Menschen die Möglichkeit, ein 3-jähriges duales Studium in den Fachrichtungen Elektrotechnik/Automatisierungstechnik, Informations- und Kommunikationstechnik oder Praktische Informatik zu absolvieren.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/q/2004_DHGE-z8e6h8q6qjjz28t.jpg\" alt srcset=\"/assets/images/q/2004_DHGE-z8e6h8q6qjjz28t.jpg 1x, /assets/images/d/2004_DHGE-spvy1zqed48y38a.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2005</div>\n\n <h2 class=\"name\">BNA erhält Unternehmerpreis</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält den vom Verband der Volks- und Raiffeisenbanken ausgelobten Unternehmerpreis "Innovativer Mittelstand". Soziales Engagement, Innovationen und regionaler Bezug waren für die Thüringer Industrie- und Handelskammer Südthüringen die entscheidenden Gründe, BNA unter 26.000 Mitgliedsfirmen für den Preis zu nominieren.<br><small>(Foto: Henry Trefz, Thüringer Allgemeine)</small></p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/z/2005_Unternehmerpreis-b5s8ynvt25rttae.jpg\" alt srcset=\"/assets/images/z/2005_Unternehmerpreis-b5s8ynvt25rttae.jpg 1x, /assets/images/c/2005_Unternehmerpreis-n2yxmmz5p25d6pa.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2006</div>\n\n <h2 class=\"name\">Erster Auftrag im Bereich "Nahrungs- und Genussmittel"</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erweitert ihr Branchenportfolio und schafft mit dem Auftrag, die Automatisierungs- und Leittechnik für die Herstellung von Schokoladenspezialitäten zu liefern, den Einstieg in die Branche "Nahrungs- und Genussmittel".</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2006_S%C3%BC%C3%9Fwaren.jpg\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2006</div>\n\n <h2 class=\"name\">Ausgezeichnet mit dem Bonitätssiegel von Creditreform</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der führende Anbieter von Wirtschaftsinformationen Deutschlands Creditreform ehrt die 127 erfolgreichsten Firmen in Südthüringen mit dem Bonitätssiegel. Mit einem ausgezeichneten Bonitätsindex ist BNA eines der 18 erfolgreichsten und wirtschaftlich stärksten Unternehmen in Südthüringen und damit ein verlässlicher Partner für ihre Kunden.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2007</div>\n\n <h2 class=\"name\">Großauftrag "Abwasser industriell"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der Neubau einer Papierfabrik des Myllykoski Konzerns im bayrischen Plattling macht den Bau einer neuen Abwasserbehandlungsanlage erforderlich. Die innovative Prozessleittechnik von BNA trägt hier zu optimalen Ergebnissen bei der Prozesswasseraufbereitung und Abwasserbehandlung bei. Das Auftragsvolumen beträgt 2,5 Mio. €.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2007_Anlage%20MD%20Papier%20Plattling_Oliver%20Hauswald.jpg\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2007</div>\n\n <h2 class=\"name\">Kooperationsvertrag mit Gymnasium in Ilmenau</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA unterstützt das Gymnasium Goetheschule Ilmenau finanziell bei der Ausgestaltung des Technikunterrichts, berät die beteiligten Lehrkräfte fachlich und vermittelt wirtschaftliche, technische und praktische Bildungsinhalte. In Praktika und Fortbildungsmaßnahmen bei BNA erhalten die Schüler frühzeitig Einblicke in das wirtschaftliche Leben eines Unternehmens mit dem Ziel, dass mehr Jugendliche ihre berufliche Zukunft in technischen Disziplinen suchen.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/8/2007_Goetheschule-kr2z8pzx787axbr.jpg\" alt srcset=\"/assets/images/8/2007_Goetheschule-kr2z8pzx787axbr.jpg 1x, /assets/images/7/2007_Goetheschule-4k5pz78ntn1kv1n.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2009</div>\n\n <h2 class=\"name\">Erster Auftrag für ein GuD-Kraftwerk</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält von der Energie- und Medienversorgung Schwarza GmbH den Auftrag zur Erneuerung der Prozessleittechnik für das Gas- und Dampfturbinen-Kraftwerk mit 27 MW elektrischer Leistung und 200 Tonnen Dampfleistung. Für die Migration der Prozessleittechnik im laufenden Betrieb hat BNA sichere Migrationsstrategien entwickelt, die Betriebsunterbrechungen minimieren und einen sicheren Wiederanlauf gewährleisten.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2009_GuD%20Schwarza.jpg\" alt width=\"2400\" height=\"1597\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2009</div>\n\n <h2 class=\"name\">BN Akademie gegründet</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA verfügt über ein breites Wissen auf den Gebieten Automatisierung, Leittechnik, Informationstechnik, Schaltanlagenbau, Prozessinstrumentierung und angrenzenden Wissensgebieten. Um die theoretischen Grundlagen in Verbindung mit dem Know-how über die Anwendung zu bündeln und das Wissen gezielt weitergeben zu können, hat BNA unter dem Motto "besser mehr wissen" die BN Akademie gegründet.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/4/2009_BN-Akademie-27vt9cs15cqdea3.jpg\" alt srcset=\"/assets/images/4/2009_BN-Akademie-27vt9cs15cqdea3.jpg 1x, /assets/images/s/2009_BN-Akademie-vdrm59mxnz57npf.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2010</div>\n\n <h2 class=\"name\">BNA sagt Danke</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA feiert ihr 20 jähriges Firmenjubiläum zusammen mit ihren Auftraggebern und Partnern und sagt Danke für 20 Jahre Vertrauen und dauerhafte kollegiale Zusammenarbeit.</p>\n<p>"In den 20 Jahren unserer Unternehmensgeschichte sind wir nie wirklich stehen geblieben, allenfalls haben wir mal eine kleine Verschnaufpause eingelegt, aber, egal ob wir Neuland betreten oder ob wir einen einmal getanen Schritt wiederholen wollten, in jedem einzelnen Fall sind es unsere Auftraggeber und Partner, die uns vertrauten und die uns damit diese Entwicklung ermöglichten." Dr. Frank Bonitz</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2010_20JahreBNA.jpg\" alt width=\"2075\" height=\"1385\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2011</div>\n\n <h2 class=\"name\">BNA wird erster Siemens Industry Partner Wasser</h2>\n\n <div class=\"bna_einleitung\">\n <p>Nachdem BNA bereits seit 2006 Siemens Solution Partner Automation ist und sich über die Jahre in einigen Fachbereichen zum Specialist entwickelt hat, wird BNA erster Siemens Industry Partner für die Branche Wasser.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2011_Solution_Partner.jpg\" alt width=\"360\" height=\"240\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2011</div>\n\n <h2 class=\"name\">3. Erweiterungsbau: weiter auf Wachstumskurs</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA baut zum dritten Mal und erweitert das Firmengebäude um einen zweigeschossigen Neubau und vergrößert die Sozialräume im Hauptgebäude. Der Neubau schafft Platz für 35 neue Arbeitsplätze und verdeutlicht das kontinuierliche Wachstum von BNA.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2011_BNA_3.%20Erweiterung_Neubau.jpg\" alt width=\"2400\" height=\"1604\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2012</div>\n\n <h2 class=\"name\">Größte Kläranlage mit 2,0 Mio. EW</h2>\n\n <div class=\"bna_einleitung\">\n <p>Das Klärwerk Gut Großlappen in München ist mit einer Reinigungsleistung von 2,0 Mio. Einwohnerwerten unsere bislang größte Anlage. 1926 wurde das Klärwerk in Betrieb genommen und immer wieder erweitert und umgebaut. Dies hatte zur Folge, dass einzelne Anlagenbereiche mit unterschiedlicher Automatisierungs- und Leittechnik ausgestattet wurden. Die Münchner Stadtentwässerung beauftragt BNA mit der Migration verschiedener Anlagenbereiche auf eine einheitliche Prozessleittechnik.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/d/2012_Gut%20Gro%C3%9Flappen-1crfr0fgjrnn1t9.jpg\" alt srcset=\"/assets/images/d/2012_Gut%20Gro%C3%9Flappen-1crfr0fgjrnn1t9.jpg 1x, /assets/images/3/2012_Gut%20Gro%C3%9Flappen-xeertbzjm2t6968.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2013</div>\n\n <h2 class=\"name\">Millionenauftrag für ein GuD-Kraftwerk-Neubau</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält von der Sachsenmilch Leppersdorf GmbH den Auftrag über die Lieferung der Elektro- und Leittechnik für das neue GuD-Kraftwerk auf dem Gelände des Sachsenmilch-Werkes. Das neue werkseigene Kraftwerk versorgt den Standort Leppersdorf zu fast 100 Prozent mit Wärme und Strom. Die Herausforderungen des Millionenauftrages sind neben der schlüsselfertigen Lieferung der Niederspannungstechnik, der Betriebstechnik sowie der Steuerungs- und Prozessleittechnik die nur einjährige Realisierungsphase.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2013_GuD%20Leppersdorf.jpg\" alt width=\"2400\" height=\"1595\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2013</div>\n\n <h2 class=\"name\">BNA in Südamerika</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA liefert für die Scheiben-Klebeanlage im neuen Montagewerk des Nutzfahrzeugherstellers DAF im brasilianischen Ponta Grossa im Bundesstaat Paraná die EMSR-Technik. Die eingesetzte sicherheitsgerichtete Steuerung ist intern redundant aufgebaut, überwacht sich selbst, erkennt eigenständig Fehler und versetzt sich selbständig unmittelbar bei Auftreten eines Fehlers in einen sicheren Zustand.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/x/2013_DAF1-0qthhkj5tmd2smn.jpg\" alt srcset=\"/assets/images/x/2013_DAF1-0qthhkj5tmd2smn.jpg 1x, /assets/images/0/2013_DAF1-v4ymsg52f2h26f3.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2013</div>\n\n <h2 class=\"name\">BNA tritt Nachhaltigkeitsabkommen NAThüringen bei</h2>\n\n <div class=\"bna_einleitung\">\n <p>Das Nachhaltigkeitsabkommen NAThüringen ist eine freiwillige Vereinbarung zwischen der Thüringer Landesregierung und der Thüringer Wirtschaft. Es führt Politik, Verwaltung und Unternehmen zu den Themen Klima- und Umweltschutz, Ressourcenschonung und Energieeffizienz zusammen.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2014</div>\n\n <h2 class=\"name\">BNA erhält Praxispartnerpreis der DHGE</h2>\n\n <div class=\"bna_einleitung\">\n <p>Erstmalig in diesem Jahr lobt der Förderkreis der Dualen Hochschule Gera e.V. den jährlichen Praxispartnerpreis für besonders engagierte Praxispartner der Studienbereiche Wirtschaft, Technik und Soziales aus. BNA erhält den ersten Praxispartnerpreis für ihr Engagement für das duale Studium sowie für die vorbildlichen Ausbildungsbedingungen in den Praxisphasen.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">BNA wird Siemens Solution Partner "Energy Automation"</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA automatisiert seit 25 Jahren Kraftwerke und Versorgungsnetze in der Energie- und Wasserversorgung. Die technische Basis dieser Lösungen bilden in vielen Fällen Produkte der Firma Siemens. Johannes Bernlochner von der Siemens Energy Division überreicht die Urkunde als Siemens Solution Partner „Energy Automation“ und würdigt damit das Lösungs-Know-how in der Energieversorgung und die Kenntnisse und Erfahrungen von BNA in der Integration von Energy Automation Produkten.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2015_Siemens_%C3%9Cbergabe%20Zertifikat%20Energy.jpg\" alt width=\"2400\" height=\"1800\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">Einstieg in die Lebensmittelbranche Milch/Käse</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA liefert für die neue 3-stufige Ultrafiltrationsanlage zur effizienteren Aufkonzentration von Molke für eine bayerische Molkerei die Elektro-, Automatisierungs- und Prozessleittechnik. Die Zusammenarbeit mit dem Maschinen- und Anlagenbauer LTH Dresden, eine Niederlassung der ALPMA, beginnt.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/r/2015_Molke-s2z5ymabr545nwe.jpeg\" alt srcset=\"/assets/images/r/2015_Molke-s2z5ymabr545nwe.jpeg 1x, /assets/images/s/2015_Molke-8003rb795q349gg.jpeg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">Mitglied der Initiative "Charta der Vielfalt"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Anlagen von BNA stehen in 15 Ländern weltweit. Dort zu arbeiten, erfordert neben Sprachkenntnissen vor allem Offenheit für fremde Kulturen. Auch in Ilmenau gehört Internationalität zum Alltag. Von der TU Ilmenau finden immer wieder Studierende unterschiedlicher Nationalitäten den Weg zu BNA. Menschen aus 13 verschiedenen Ländern sind es bis heute. Ihre Integration gelingt, weil die Mitarbeiter von BNA ihren neuen Kolleginnen und Kollegen vorurteilsfrei gegenübertreten und ihnen helfen, den Schritt in »unsere Welt« zu vollziehen. Als äußeres Zeichen dieser Offenheit gehört BNA zu den Unterzeichnern der Charta der Vielfalt.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2015_Charta.png\" alt width=\"641\" height=\"427\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">Prozessleittechnik für Großbrauerei in Mexiko</h2>\n\n <div class=\"bna_einleitung\">\n <p>Von der Milch zum Bier – und von Deutschland in die weite Welt: BNA erhält den Auftrag, die Prozessleittechnik für zwei neue Sudhäuser sowie einen Kaltblock inklusive Tanks und Rohrleitungen für die größte Brauerei der Welt Compañía Cervecera de Coahuila Piedras Negras in Mexiko zu liefern. Die Produktionskapazität der Brauerei kann so auf auf 25 Mio. Hektoliter gesteigert werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/t/2015_Piedras-73nn9m9bqey2xgn.jpg\" alt srcset=\"/assets/images/t/2015_Piedras-73nn9m9bqey2xgn.jpg 1x, /assets/images/3/2015_Piedras-vqa280dtmqjbpya.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2016</div>\n\n <h2 class=\"name\">Einstieg in den Spezialmaschinenbau Holzindustrie</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA entwickelt eine Weltneuheit für Schleifmaschinen – das Board Quality Cockpit (BQC). Das einzigartige Assistenzsystem auf Basis der BNA Software TIBS sammelt und überwacht unterschiedlichste Daten aus einer Schleiflinie.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2016_Steinemann.jpg\" alt width=\"2400\" height=\"1626\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2016</div>\n\n <h2 class=\"name\">Erste Implementierung der BNA Software anexio®</h2>\n\n <div class=\"bna_einleitung\">\n <p>Markteinführung der BNA Software anexio® Instandhaltung. Die Lösung zur Planung, Durchführung und Dokumentation der betrieblichen Wartung und Instandhaltung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/f/2016_anexio-bkajnc98jb5nsjx.jpg\" alt srcset=\"/assets/images/f/2016_anexio-bkajnc98jb5nsjx.jpg 1x, /assets/images/7/2016_anexio-wcs1nycn0jbg0ax.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2016</div>\n\n <h2 class=\"name\">Staffelübergabe</h2>\n\n <div class=\"bna_einleitung\">\n <p>Nach 26 Jahren erfolgt der Wechsel an der Spitze des Unternehmens. Dr. Frank Bonitz, der die BN Automation AG seit ihrer Gründung 1990 geleitet hat, scheidet zum 31.12.2016 aus dem Vorstand aus und übergibt den Staffelstab an Stefan Schneider.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2017%20Staffel%C3%BCbergabe.jpg\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2017</div>\n\n <h2 class=\"name\">Neue Vorstände</h2>\n\n <div class=\"bna_einleitung\">\n <p>Gleichzeitig rücken mit Mario Winkler (links) und Heiko Nikolaus (rechts) zwei langjährige Bereichsleiter in den Vorstand auf. Stefan Schneider übernimmt im nun dreiköpfigen Vorstand den Vorsitz. Dr. Frank Bonitz wird die BN Automation AG als Vertreter der Unternehmensgründer im Aufsichtsrat weiter begleiten.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/t/2017_neue%20Vorst%C3%A4nde-r2kt7g1m8c1f8av.jpg\" alt srcset=\"/assets/images/t/2017_neue%20Vorst%C3%A4nde-r2kt7g1m8c1f8av.jpg 1x, /assets/images/b/2017_neue%20Vorst%C3%A4nde-anhz324k0f5harh.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2017</div>\n\n <h2 class=\"name\">Millionenauftrag kommt aus Luxemburg</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der größte Auftrag in der Unternehmensgeschichte von BNA mit einem Auftragsvolumen von 11 Mio. € ist die Lieferung der EMSR-Technik für die neue Trinkwasseraufbereitungsanlage mit einer Kapazität von 110.000 m³/d der SEBES Syndicat des Eaux du barrage d'Esch-sur-Sûre in Luxemburg. Die Prozesstechnik wurde innerhalb eines Loses als schlüsselfertige Leistung europaweit ausgeschrieben. Darin enthalten sind sowohl die maschinentechnische Ausrüstung als auch die elektrotechnischen Komponenten zur Steuerung und Überwachung der Anlage. Im internationalen Wettbewerb konnte sich die Bietergemeinschaft aus drei deutschen mittelständischen Unternehmen ELIQUO KGN GmbH & Co. KG, A+H Maschinen- und Anlagenbau GmbH & Co. KG sowie BN Automation AG behaupten. Die Gesamtauftragssumme beträgt 45 Mio. €.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2017</div>\n\n <h2 class=\"name\">Weiterer Auftrag in der Lebensmittelbranche</h2>\n\n <div class=\"bna_einleitung\">\n <p>In Jerewan (Armenien) errichtet die Firma ALPMA Alpenland Maschinenbau GmbH ein neues Werk zur Herstellung von Käse. BNA erhält von der Firma LTH Dresden, einer Niederlassung der ALPMA, den Auftrag zur Realisierung der Automatisierungs- und Elektrotechnik für die Milchaufbereitung als Grundlage für die Käseproduktion.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/f/2017_Armenien-py15mfzh96s7cat.jpg\" alt srcset=\"/assets/images/f/2017_Armenien-py15mfzh96s7cat.jpg 1x, /assets/images/p/2017_Armenien-ky6jwnwpjyz7jmz.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2018</div>\n\n <h2 class=\"name\">BNA wird Mitglied im "Erfolgsfaktor Familie" Unternehmensnetzwerk</h2>\n\n <div class=\"bna_einleitung\">\n <p>Das Unternehmensnetzwerk „Erfolgsfaktor Familie" wurde vom Bundesfamilienministerium sowie dem Deutschen Industrie- und Handelskammertag (DIHK) ins Leben gerufen. BNA ist Mitglied und steht somit für eine familienbewusste Personalpolitik. Die Vereinbarkeit von Beruf und Familie ist bereits seit Jahren ein wesentlicher Bestandteil der Personalarbeit von BNA.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2019</div>\n\n <h2 class=\"name\">4. Erweiterungsbau: Platz für neue Mitarbeiter</h2>\n\n <div class=\"bna_einleitung\">\n <p>Bereits zum vierten Mal hat BNA ihr Firmengebäude erweitert. Der Anbau war notwendig geworden, um auch in Zukunft weiter zu wachsen und erfolgreich arbeiten zu können. Damit verfügt BNA über Platz für 170 Mitarbeiter. Die Einweihung begann mit lautstarkem Getöse: Donner und Starkregen hielten weder Herrn Schneider, Vorstandsvorsitzender der BNA, noch den Ilmenauer Oberbürgermeister Herrn Dr. Schultheiß davon ab, dieses wichtige Ereignis zusammen mit den Mitarbeiterinnen und Mitarbeitern gebührend zu feiern.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/c/2019_Einweihung%204.%20Anbau-gnrk9wkvq4c88pw.jpg\" alt srcset=\"/assets/images/c/2019_Einweihung%204.%20Anbau-gnrk9wkvq4c88pw.jpg 1x, /assets/images/a/2019_Einweihung%204.%20Anbau-sq9qq6jn3b9yba5.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2019</div>\n\n <h2 class=\"name\">"Unternehmen des Jahres" MuT-Preis 2019</h2>\n\n <div class=\"bna_einleitung\">\n <p>Die renommierte Südthüringer Wirtschaftsauszeichnung MuT steht für „Mittelstand und Thüringen“ und würdigt Firmen, die Südthüringens wirtschaftliche Zukunft sichern. Vorgeschlagen durch unseren langjährigen Kooperationspartner, die Goetheschule Ilmenau (Schulleiter Herr Rusch, 2.v.r.), gehörte BNA zu den 10 Finalisten. Die Entscheidung der Jury, BNA als „Unternehmen des Jahres“ auszuzeichnen, macht stolz und motiviert für die Zukunft. Entgegengenommen haben den Preis Katrin Rose, Personalreferentin, und Mario Winkler (2. v.l.), Vorstand Marketing und Vertrieb.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2019_MuT-Preis.JPG\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2020</div>\n\n <h2 class=\"name\">BNA eröffnet Niederlassung in Bergheim, NRW</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA eröffnet ihre Niederlassung in Bergheim im Rhein-Erft-Kreis. Mit einer Zweigstelle in Nordrhein-Westfalen schafft BNA Präsenz in der Nähe vieler Stammkunden, erhöht die eigene Reaktionsfähigkeit und bildet die Voraussetzungen für den weiteren Ausbau des regionalen Geschäfts. Die Niederlassung startet mit der Abwicklung von Serviceaufträgen und unterstützt Inbetriebsetzungen in den Automatisierungsprojekten der BNA bei den regionalen Kunden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/z/2020_Bergheim-a0dr3h6nv9emcr6.jpg\" alt srcset=\"/assets/images/z/2020_Bergheim-a0dr3h6nv9emcr6.jpg 1x, /assets/images/4/2020_Bergheim-vbhyac6vs2vzd2d.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2020</div>\n\n <h2 class=\"name\">30 Jahre Erfolgsgeschichte BNA</h2>\n\n <div class=\"bna_einleitung\">\n <p>Am 06.06.1990 begann die Unternehmensgeschichte von BNA. Die Erfolgsfaktoren der BNA liegen in der Entwicklung eines breiten Leistungsangebotes, der Diversifikation in verschiedene Branchen und der regionalen Ausbreitung.</p>\n<p>"Auch in Zukunft wollen wir nicht nur vom technologischen Wandel profitieren, sondern diesen mitgestalten. Bei allem Erfolg und weiterem Wachstum werden wir den Charakter des Familienunternehmens BNA erhalten." Stefan Schneider</p>\n<p class=\"more\"><a href=\"/de/unternehmen/id-30-jahre-bna.html\">FAQ – 30 Jahre BNA</a></p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2020_30%20Jahre%20BNA.jpg\" alt width=\"1567\" height=\"1042\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2021</div>\n\n <h2 class=\"name\">Erneuerung Kooperationsvertrag mit Gymnasium in Ilmenau</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der seit 2007 bestehende Kooperationsvertrag mit dem Gymnasium Goetheschule Ilmenau wird erneuert. Unveränderter Fokus ist die Förderung der naturwissenschaftlich-technischen Ausbildung der Schülerinnen und Schüler sowie die Unterstützung bei der Berufsorientierung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2021_Erneuerung_Kooperationsvertrag_Goetheschule.jpg\" alt width=\"760\" height=\"496\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2021</div>\n\n <h2 class=\"name\">anexio® Instandhaltung und TIBS wachsen zusammen</h2>\n\n <div class=\"bna_einleitung\">\n <p>Unsere Softwareprodukte anexio® Instandhaltung und TIBS Technisches Informations- und Bediensystem wachsen zusammen. Um beide Systeme technologisch fit für die Zukunft aufzustellen und Synergieeffekte zwischen beiden Anwendungen nutzbar zu machen, werden anexio® Instandhaltung und TIBS in unserer neu entwickelten Software anexio® vereint.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/kacheln/produkte-loesungen/kachel-produkte-anexio%C2%AE.png\" alt width=\"1283\" height=\"1283\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2023</div>\n\n <h2 class=\"name\">Generationswechsel im Aufsichtsrat</h2>\n\n <div class=\"bna_einleitung\">\n <p>2023 schied Gründer, langjähriger Vorstand und Vorsitzender des Aufsichtsrats, Dr. Frank Bonitz, aus dem Aufsichtsrat aus. An seiner Stelle übernahm Michala Rudorfer-Mertes, eine Vertreterin der zweiten Generation der Gründerfamilien, die Verantwortung im Gremium. Für den ausscheidenden Vorsitzenden wurde Dr. Marion Welp in den Aufsichtsrat gewählt. Mehr Informationen dazu finden Sie <a href=\"de/investoren/mitteilungen/beitrag/generationswechsel-im-aufsichtsrat.html\">hier</a>.</p>\n<p>Auf dem Foto v.l.n.r.: Andreas Richter, Dr. Marion Welp, Michala Rudorfer-Mertes, Andreas Beaucamp</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/m/2023_Aufsichtsrat.-6rgg90v7fn9nrnw.jpg\" alt srcset=\"/assets/images/m/2023_Aufsichtsrat.-6rgg90v7fn9nrnw.jpg 1x, /assets/images/k/2023_Aufsichtsrat.-y4hgg717xx1dz5z.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2024</div>\n\n <h2 class=\"name\">anexio® wird offizielles SIMATIC PCS neo Partnerprodukt</h2>\n\n <div class=\"bna_einleitung\">\n <p>Mit unserem hauseigenen Softwareprodukt anexio® (Modul Daten und Informationen) durchliefen wir mit Erfolg den Akkreditierungsprozess und sind nun als Produktpartner für das Siemens Prozessleitsystem SIMATIC PCS neo zertifiziert. Unser anexio® ergänzt SIMATIC PCS neo für die branchenspezifische Betriebsdatenverarbeitung, -dokumentation und -visualisierung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/x/2023-siemens-pcs-neo-pxecm6vc410yvw3.jpeg\" alt srcset=\"/assets/images/x/2023-siemens-pcs-neo-pxecm6vc410yvw3.jpeg 1x, /assets/images/t/2023-siemens-pcs-neo-tt174kh0e30fyft.jpeg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2025</div>\n\n <h2 class=\"name\">Wechsel im Vorstand</h2>\n\n <div class=\"bna_einleitung\">\n <p>Nachdem die Gründerfamilien den Generationswechsel im Aufsichtsrat im März 2023 vollzogen haben, leiteten Vorstand, Aufsichtsrat und Gründerfamilien gemeinsam auch den Generationswechsel im Vorstand der BN Automation AG ein. Für die Nachfolge von Stefan Schneider (rechts) in der Position des Vorstandsvorsitzenden konnte <a href=\"/de/unternehmen/geschaeftsleitung.html\">Dr. Christian Ripperda</a> gewonnen werden.</p>\n<p>Mehr Informationen zum Vorstandswechsel finden Sie <a href=\"de/unternehmen/aktuelles/beitrag/dr-christian-ripperda-wird-vorstandsvorsitzender-der-bna.html\">hier</a>.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/x/2025_BNA_Vorstandswechsel-rner1y2vgegdcev.jpg\" alt srcset=\"/assets/images/x/2025_BNA_Vorstandswechsel-rner1y2vgegdcev.jpg 1x, /assets/images/a/2025_BNA_Vorstandswechsel-wav9m7a75v2y9n2.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n </div>\n </div>\n</div>\n\t\n\t\t</div>\n</div>\n<!-- TEMPLATE END: templates/mod_article.html5 -->\n </div>\n </main>\n\n\n\n </div>\n\n\n <footer id=\"footer\">\n <div class=\"inside\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\n\t<a id=\"footer-logo\" href=\"http://www.bn-automation.com/de/\">\n\t\tBN Automation AG\n\t</a>\n\t<p id=\"footer-adresse\">\n\t\tBN Automation AG<br>\n\t\tGewerbepark “Am Wald” 5a<br>\n\t\t98693 Ilmenau<br>\n\t</p>\n\t<p id=\"footer-kontakt\">\n\t\tTelefon: +49 3677 855-0<br>\n\t\tTelefax: +49 3677 855-599<br>\n\t\t<a href=\"mailto:info@bn-automation.de\">info@bn-automation.de</a><br>\n\t</p>\n\t\n\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_customnav.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_customnav block\" id=\"footernavi\">\n\n\n <a href=\"/de/unternehmen/unternehmensgeschichte.html#skipNavigation6\" class=\"invisible\">Navigation überspringen</a>\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n<ul class=\"level_1\">\n <li><a href=\"/de/download.html\" title=\"Download\">Download</a></li>\n <li><a href=\"/de/agb.html\" title=\"AGB\">AGB</a></li>\n <li><a href=\"/de/kontakt.html\" title=\"Kontakt\">Kontakt</a></li>\n <li><a href=\"/de/anfahrt.html\" title=\"Anfahrt\">Anfahrt</a></li>\n <li><a href=\"/de/interne-meldestelle.html\" title=\"interne Meldestelle\">interne Meldestelle</a></li>\n <li><a href=\"/de/sitemap.html\" title=\"Sitemap\">Sitemap</a></li>\n <li><a href=\"/de/datenschutzerklaerung.html\" title=\"Datenschutzerklärung\">Datenschutzerklärung</a></li>\n <li><a href=\"/de/impressum.html\" title=\"Impressum\">Impressum</a></li>\n <li><a href=\"/de/gender-hinweis.html\" title=\"Gender-Hinweis\">Gender-Hinweis</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n <span id=\"skipNavigation6\" class=\"invisible\"></span>\n\n</nav>\n<!-- indexer::continue -->\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_customnav.html5 -->\n\n\t\n\n\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div class=\"bna-social-icons\">\n\t<a href=\"https://instagram.com/bnautomationag\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"/></svg>\n\t</a>\n\t<a href=\"https://www.facebook.com/BN-Automation-AG-141223772981995/\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"facebook-square\" class=\"svg-inline--fa bna-facebook\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"#FFFFFF\" d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"></path></svg>\n\t</a>\n\t<a href=\"https://www.youtube.com/channel/UCCLtXa7nbbMRLeAbv7RB5JQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"youtube\" class=\"svg-inline--fa bna-youtube\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path fill=\"#FFFFFF\" d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>\n\t</a>\n\t<!--<a href=\"https://www.xing.com/companies/bnautomationag\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t{{file::svg_icon_xing.html5}}\n\t</a>-->\n\t<a href=\"https://de.linkedin.com/company/bn-automation-ag\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"youtube\" class=\"svg-inline--fa bna-youtube\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 250 250\"><path d=\"M250 18.02v213.96c0 9.928-8.033 18.02-17.857 18.02H17.799C7.975 250 0 241.908 0 231.98V18.02C0 8.092 7.975 0 17.799 0h214.344C241.967 0 250 8.092 250 18.02ZM78.52 57.199c0-11.835-9.661-21.484-21.484-21.484-11.893 0-21.484 9.649-21.484 21.484s9.591 21.484 21.484 21.484S78.52 69.08 78.52 57.199Zm-2.906 157.087V94.983H38.505v119.303h37.109Zm138.835-65.406c0-32.134-6.975-56.862-44.468-56.862-18.032 0-30.134 9.882-35.098 19.252h-.512V94.982h-35.54v119.303h37.051v-59.036c0-15.578 2.953-30.645 22.263-30.645 18.973 0 19.252 17.811 19.252 31.645v58.036h37.051v-65.406Z\" fill=\"#fff\"/></svg>\n\t</a>\n\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/mod_mmenu.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_mmenu m-navi\" id=\"m-navi\">\n\n\n\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_1\">\n <li class=\"submenu trail\"><a href=\"/de/unternehmen.html\" title=\"Unternehmen\" class=\"submenu trail\" aria-haspopup=\"true\">Unternehmen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"sibling\"><a href=\"/de/aktuelles.html\" title=\"Aktuelles\" class=\"sibling\">Aktuelles</a></li>\n <li class=\"sibling\"><a href=\"/de/standort.html\" title=\"Standort\" class=\"sibling\">Standort</a></li>\n <li class=\"sibling\"><a href=\"/de/unternehmen/geschaeftsleitung.html\" title=\"Geschäftsleitung\" class=\"sibling\">Geschäftsleitung</a></li>\n <li class=\"sibling\"><a href=\"/de/unternehmen/ein-familienunternehmen.html\" title=\"Ein Familienunternehmen\" class=\"sibling\">Ein Familienunternehmen</a></li>\n <li class=\"sibling\"><a href=\"/de/partner-und-zertifizierung.html\" title=\"Partner und Zertifizierung\" class=\"sibling\">Partner und Zertifizierung</a></li>\n <li class=\"submenu sibling\"><a href=\"/de/engagement.html\" title=\"Engagement\" class=\"submenu sibling\" aria-haspopup=\"true\">Engagement</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"submenu\"><a href=\"/de/unternehmen/engagement/bildung.html\" title=\"Bildung\" class=\"submenu\" aria-haspopup=\"true\">Bildung</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_4\">\n <li><a href=\"/de/unternehmen/engagement/bildung/zeichenwettbewerb-deine-welt-2050.html\" title=\"Zeichenwettbewerb "Deine Welt 2050"\">Zeichenwettbewerb \"Deine Welt 2050\"</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/unternehmen/engagement/soziales.html\" title=\"Soziales\">Soziales</a></li>\n <li><a href=\"/de/unternehmen/engagement/umwelt.html\" title=\"Umwelt\">Umwelt</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"sibling\"><a href=\"/de/unternehmen/technologieausblick.html\" title=\"Zukunft und Technologie\" class=\"sibling\">Zukunft und Technologie</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/branchen.html\" title=\"Branchen\" class=\"submenu\" aria-haspopup=\"true\">Branchen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"submenu wasser\"><a href=\"/de/branchen/wasser.html\" title=\"Wasser\" class=\"submenu wasser\" aria-haspopup=\"true\">Wasser</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/branchen/wasser/abwasser-kommunal.html\" title=\"Abwasser kommunal\">Abwasser kommunal</a></li>\n <li><a href=\"/de/branchen/wasser/abwasser-industriell.html\" title=\"Abwasser industriell\">Abwasser industriell</a></li>\n <li><a href=\"/de/branchen/wasser/trinkwasser-kommunal.html\" title=\"Trinkwasser kommunal\">Trinkwasser kommunal</a></li>\n <li><a href=\"/de/branchen/wasser/prozesswasser-und-reinstwasser.html\" title=\"Prozesswasser und Reinstwasser\">Prozesswasser und Reinstwasser</a></li>\n <li><a href=\"/de/branchen/wasser/baeder.html\" title=\"Bäder\">Bäder</a></li>\n <li><a href=\"/de/branchen/wasser/talsperren.html\" title=\"Talsperren\">Talsperren</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu energie\"><a href=\"/de/branchen/energie.html\" title=\"Energie\" class=\"submenu energie\" aria-haspopup=\"true\">Energie</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/branchen/energie/gas-und-dampfturbinen-kraftwerke.html\" title=\"Gas- und Dampfturbinen-Kraftwerke\">Gas- und Dampfturbinen-Kraftwerke</a></li>\n <li><a href=\"/de/branchen/energie/heizkraftwerke-und-blockheizkraftwerke.html\" title=\"Heizkraftwerke und Blockheizkraftwerke\">Heizkraftwerke und Blockheizkraftwerke</a></li>\n <li><a href=\"/de/branchen/energie/biogasanlagen.html\" title=\"Biogasanlagen\">Biogasanlagen</a></li>\n <li><a href=\"/de/branchen/energie/waerme-und-kaelte.html\" title=\"Wärme und Kälte\">Wärme und Kälte</a></li>\n <li><a href=\"/de/branchen/energie/industrielle-infrastruktur.html\" title=\"Industrielle Infrastruktur\">Industrielle Infrastruktur</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu industrie\"><a href=\"/de/branchen/industrie.html\" title=\"Industrie\" class=\"submenu industrie\" aria-haspopup=\"true\">Industrie</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/branchen/industrie/prozessautomation.html\" title=\"Prozessautomation\">Prozessautomation</a></li>\n <li><a href=\"/de/branchen/industrie/fabrikautomation.html\" title=\"Fabrikautomation\">Fabrikautomation</a></li>\n <li><a href=\"/de/branchen/industrie/betriebsdatenmanagement-und-fabrikleitsysteme.html\" title=\"Betriebsdatenmanagement und Fabrikleitsysteme\">Betriebsdatenmanagement und Fabrikleitsysteme</a></li>\n <li><a href=\"/de/branchen/industrie/industrielle-infrastruktur.html\" title=\"Industrielle Infrastruktur\">Industrielle Infrastruktur</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen.html\" title=\"Produkte und Lösungen\" class=\"submenu\" aria-haspopup=\"true\">Produkte und Lösungen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-automatisierung.html\" title=\"BN Automatisierung\" class=\"submenu\" aria-haspopup=\"true\">BN Automatisierung</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/beratung-basic-und-detail-engineering.html\" title=\"Beratung, Basic und Detail Engineering\">Beratung, Basic und Detail Engineering</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/prozessinstrumentierung.html\" title=\"Prozessinstrumentierung\">Prozessinstrumentierung</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/sps-und-scada.html\" title=\"SPS und SCADA\">SPS und SCADA</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/prozessleittechnik.html\" title=\"Prozessleittechnik\">Prozessleittechnik</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/fernwirktechnik.html\" title=\"Fernwirktechnik\">Fernwirktechnik</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/safety.html\" title=\"Safety\">Safety</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/migration.html\" title=\"Migration\">Migration</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-datasolutions.html\" title=\"BN DataSolutions\" class=\"submenu\" aria-haspopup=\"true\">BN DataSolutions</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/beratung-und-konzeption.html\" title=\"Beratung und Konzeption\">Beratung und Konzeption</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/energiemanagement.html\" title=\"Energiemanagement\">Energiemanagement</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/betriebsdatenmanagement.html\" title=\"Betriebsdatenmanagement\">Betriebsdatenmanagement</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/instandhaltungsmanagement.html\" title=\"Instandhaltungsmanagement\">Instandhaltungsmanagement</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/manufacturing-execution-systems.html\" title=\"Manufacturing Execution Systems\">Manufacturing Execution Systems</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/produktions-und-fabrikleitsysteme.html\" title=\"Produktions- und Fabrikleitsysteme\">Produktions- und Fabrikleitsysteme</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-software.html\" title=\"BN Software\" class=\"submenu\" aria-haspopup=\"true\">BN Software</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-software/anexio-r.html\" title=\"anexio®\">anexio®</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-software/tibs-technisches-informations-und-bediensystem.html\" title=\"TIBS - Technisches Informations- und Bediensystem\">TIBS - Technisches Informations- und Bediensystem</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-software/anexio-instandhaltung.html\" title=\"anexio® Instandhaltung\">anexio® Instandhaltung</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik.html\" title=\"BN Elektrotechnik\" class=\"submenu\" aria-haspopup=\"true\">BN Elektrotechnik</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik/elektroprojektierung.html\" title=\"Elektroprojektierung\">Elektroprojektierung</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik/schaltanlagenbau.html\" title=\"Schaltanlagenbau\">Schaltanlagenbau</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik/bauleitung-und-montagen.html\" title=\"Bauleitung und Montagen\">Bauleitung und Montagen</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-informationstechnik.html\" title=\"BN Informationstechnik\" class=\"submenu\" aria-haspopup=\"true\">BN Informationstechnik</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/it-infrastruktur.html\" title=\"IT-Infrastruktur\">IT-Infrastruktur</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/it-sicherheit.html\" title=\"IT-Sicherheit\">IT-Sicherheit</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/kommunikationsloesungen.html\" title=\"Kommunikationslösungen\">Kommunikationslösungen</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/it-service-und-support.html\" title=\"IT-Service und Support\">IT-Service und Support</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/partner-und-produkte.html\" title=\"Partner und Produkte\">Partner und Produkte</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/referenzen.html\" title=\"Referenzen\">Referenzen</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/produkte-und-loesungen/bn-akademie.html\" title=\"BN Akademie\">BN Akademie</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/service.html\" title=\"Service\" class=\"submenu\" aria-haspopup=\"true\">Service</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li><a href=\"/de/service/life-cycle-management.html\" title=\"Life Cycle Management\">Life Cycle Management</a></li>\n <li class=\"submenu\"><a href=\"/de/service/wartungs-und-serviceleistungen.html\" title=\"Wartungs- und Serviceleistungen\" class=\"submenu\" aria-haspopup=\"true\">Wartungs- und Serviceleistungen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-und-inspektion-von-messeinrichtungen.html\" title=\"Wartung und Inspektion von Messeinrichtungen\">Wartung und Inspektion von Messeinrichtungen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/kalibrierung-von-messsystemen.html\" title=\"Kalibrierung von Messsystemen\">Kalibrierung von Messsystemen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/uberfullsicherung-nach-whg.html\" title=\"Überfüllsicherung nach WHG\">Überfüllsicherung nach WHG</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/kontrollmessung-nach-ekvo.html\" title=\"Kontrollmessung nach EKVO\">Kontrollmessung nach EKVO</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/thermografie.html\" title=\"Thermografie\">Thermografie</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/busanalyse-profibus.html\" title=\"Busanalyse Profibus\">Busanalyse Profibus</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/allgemeine-ueberpruefung-elektrischer-anlagen.html\" title=\"Allgemeine Überprüfung elektrischer Anlagen\">Allgemeine Überprüfung elektrischer Anlagen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/errichtung-und-instandsetzung-von-messstellen.html\" title=\"Errichtung und Instandsetzung von Messstellen\">Errichtung und Instandsetzung von Messstellen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-und-pruefung-von-usv-anlagen.html\" title=\"Wartung und Prüfung von USV-Anlagen\">Wartung und Prüfung von USV-Anlagen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-von-automatisierungs-und-fernwirktechnik.html\" title=\"Wartung von Automatisierungs- und Fernwirktechnik\">Wartung von Automatisierungs- und Fernwirktechnik</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-von-scada-systemen-und-prozessleittechnik.html\" title=\"Wartung von SCADA-Systemen und Prozessleittechnik\">Wartung von SCADA-Systemen und Prozessleittechnik</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/softwarewartung.html\" title=\"Softwarewartung\">Softwarewartung</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/it-service.html\" title=\"IT-Service\">IT-Service</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/service/bereitschaft-24x7.html\" title=\"Bereitschaft 24x7\">Bereitschaft 24x7</a></li>\n <li><a href=\"/de/service/fernwartung.html\" title=\"Fernwartung\">Fernwartung</a></li>\n <li><a href=\"/de/service/datentransfer.html\" title=\"Datentransfer\">Datentransfer</a></li>\n <li><a href=\"/de/service/kontakt.html\" title=\"Kontakt\">Kontakt</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/karriere.html\" title=\"Karriere bei BN Automation AG\" class=\"submenu\" aria-haspopup=\"true\">Karriere</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"submenu job\"><a href=\"/de/karriere/jobs.html\" title=\"Stellenangebote bei BN Automation AG in Ilmenau und Bergheim\" class=\"submenu job\" aria-haspopup=\"true\">Jobs</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"job\"><a href=\"/de/karriere/jobs/steuerfachangestellter-m-w-d.html\" title=\"Steuerfachangestellter (m/w/d)\" class=\"job\">Steuerfachangestellter (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/elektroniker-m-w-d-oder-mechatroniker-m-w-d.html\" title=\"Elektroniker (m/w/d) oder Mechatroniker (m/w/d) im Schaltanlagenbau\" class=\"job\">Elektroniker (m/w/d) oder Mechatroniker (m/w/d) im Schaltanlagenbau</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/elektrokonstrukteur-m-w-d.html\" title=\"Elektrokonstrukteur (m/w/d)\" class=\"job\">Elektrokonstrukteur (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/automatisierungstechniker-m-w-d-2.html\" title=\"Automatisierungstechniker (m/w/d) / SPS-Programmierer (m/w/d)\" class=\"job\">Automatisierungstechniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere-neu/jobs/projektleiter-m-w-d-fuer-energie-und-industrieprojekte.html\" title=\"Projektleiter (m/w/d) für Energie- und Industrieprojekte\" class=\"job\">Projektleiter (m/w/d) für Energie- und Industrieprojekte</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/ingenieur-m-w-d-fuer-automatisierungprojekte.html\" title=\"Ingenieur (m/w/d) für Automatisierungsprojekte\" class=\"job\">Ingenieur (m/w/d) für Automatisierungsprojekte</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/it-techniker.html\" title=\"IT-Techniker (m/w/d)\" class=\"job\">IT-Techniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/techniker-m-w-d-fuer-fernwirktechnik.html\" title=\"Techniker (m/w/d) für Fernwirktechnik\" class=\"job\">Techniker (m/w/d) für Fernwirktechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/techniker-m-w-d-leittechnik.html\" title=\"Techniker (m/w/d) Leittechnik\" class=\"job\">Techniker (m/w/d) Leittechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/spezialist-m-w-d-pcs-7.html\" title=\"Spezialist (m/w/d) PCS 7\" class=\"job\">Spezialist (m/w/d) PCS 7</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/servicetechniker-m-w-d.html\" title=\"Servicetechniker (m/w/d)\" class=\"job\">Servicetechniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/mitarbeiter-empfang-m-w-d-befristet.html\" title=\"Mitarbeiter Empfang (m/w/d) (befristet)\" class=\"job\">Mitarbeiter Empfang (m/w/d) (befristet)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/elektromonteur-m-w-d-oder-elektroniker-m-w-d.html\" title=\"Elektromonteur (m/w/d) oder Elektroniker (m/w/d)\" class=\"job\">Elektromonteur (m/w/d) oder Elektroniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/automatisierungstechniker-m-w-d.html\" title=\"Automatisierungstechniker (m/w/d) / SPS-Programmierer (m/w/d)\" class=\"job\">Automatisierungstechniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/ingenieur-m-w-d-fuer-automatisierungsprojekte.html\" title=\"Ingenieur (m/w/d) für Automatisierungsprojekte\" class=\"job\">Ingenieur (m/w/d) für Automatisierungsprojekte</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/servicetechniker-m-w-d-2.html\" title=\"Servicetechniker (m/w/d)\" class=\"job\">Servicetechniker (m/w/d)</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu job\"><a href=\"/de/karriere/fuer-schueler.html\" title=\"Angebote für Schüler (m/w/d)\" class=\"submenu job\" aria-haspopup=\"true\">Für Schüler (m/w/d)</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/schuelerpraktikum.html\" title=\"Schülerpraktikum Elektrotechnik\" class=\"job\">Schülerpraktikum Elektrotechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/ausbildung-elektroniker-fuer-betriebstechnik.html\" title=\"Elektroniker (m/w/d) für Betriebstechnik\" class=\"job\">Ausbildung Elektroniker (m/w/d) für Betriebstechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/ausbildung-fachinformatiker-fuer-anwendungsentwicklung.html\" title=\"Fachinformatiker (m/w/d) für Anwendungsentwicklung\" class=\"job\">Ausbildung Fachinformatiker (m/w/d) für Anwendungsentwicklung</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/duales-studium-elektrotechnik-automatisierungstechnik.html\" title=\"Duales Studium Elektrotechnik/Automatisierungstechnik\" class=\"job\">Duales Studium Elektrotechnik/Automatisierungstechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/duales-studium-elektrotechnik-automatisierungstechnik-bergheim.html\" title=\"Duales Studium Elektrotechnik/Automatisierungstechnik\" class=\"job\">Duales Studium Elektrotechnik/Automatisierungstechnik Bergheim</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu job\"><a href=\"/de/karriere/fuer-studenten.html\" title=\"Angebote für Studierende\" class=\"submenu job\" aria-haspopup=\"true\">Für Studenten (m/w/d)</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"job\"><a href=\"/de/karriere/fuer-studierende/elektrotechnik-praktikum-grundpraktikum-fachpraktikum.html\" title=\"Grundpraktikum, Fachpraktikum, Forschungspraktikum\" class=\"job\">Grundpraktikum, Fachpraktikum, Forschungspraktikum</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/karriere/der-bewerbungsprozess.html\" title=\"Bewerben bei BN Automation AG\">Der Bewerbungsprozess</a></li>\n <li class=\"submenu\"><a href=\"/de/karriere/mehr-ueber-uns.html\" title=\"Mehr über uns\" class=\"submenu\" aria-haspopup=\"true\">Mehr über uns</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/karriere/mehr-ueber-uns/arbeiten-am-standort-ilmenau-und-bergheim.html\" title=\"Leben und Arbeiten am Standort Ilmenau und Bergheim\">Leben und Arbeiten am Standort Ilmenau und Bergheim</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/karriere/bna-als-arbeitgeber.html\" title=\"BN Automation AG als Arbeitgeber\">BNA als Arbeitgeber</a></li>\n <li><a href=\"/de/karriere-neu/online-bewerbungsformular.html\" title=\"Online-Bewerbungsformular\">Online-Bewerbungsformular</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/investoren.html\" title=\"Investoren\" class=\"submenu\" aria-haspopup=\"true\">Investoren</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li><a href=\"/de/investoren/mitteilungen.html\" title=\"Mitteilungen\">Mitteilungen</a></li>\n <li class=\"submenu\"><a href=\"/de/investoren/aktie-und-unternehmen.html\" title=\"Aktie und Unternehmen\" class=\"submenu\" aria-haspopup=\"true\">Aktie und Unternehmen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/investoren/aktie-und-unternehmen/das-unternehmen.html\" title=\"Das Unternehmen\">Das Unternehmen</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-aktie.html\" title=\"Die Aktie\">Die Aktie</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-aktionaere.html\" title=\"Die Aktionäre\">Die Aktionäre</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-dividende.html\" title=\"Die Dividende\">Die Dividende</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/der-aufsichtsrat.html\" title=\"Der Aufsichtsrat\">Der Aufsichtsrat</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-satzung.html\" title=\"Die Satzung\">Die Satzung</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/investoren/finanzberichte.html\" title=\"Finanzberichte\">Finanzberichte</a></li>\n <li><a href=\"/de/investoren/hauptversammlungen.html\" title=\"Hauptversammlungen\">Hauptversammlungen</a></li>\n <li class=\"submenu\"><a href=\"/de/investoren/kaufen-und-verkaufen.html\" title=\"Kaufen und Verkaufen\" class=\"submenu\" aria-haspopup=\"true\">Kaufen und Verkaufen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/verkaufsinteresse-anzeigen.html\" title=\"Verkaufsinteresse anzeigen\">Verkaufsinteresse anzeigen</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/kaufinteresse-anzeigen.html\" title=\"Kaufinteresse anzeigen\">Kaufinteresse anzeigen</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/abwicklung-ueber-treuhaender.html\" title=\"Abwicklung über Treuhänder\">Abwicklung über Treuhänder</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/abwicklung-direkt.html\" title=\"Abwicklung direkt\">Abwicklung direkt</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/faq.html\" title=\"FAQ\">FAQ</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/investoren/datenschutzhinweise.html\" title=\"Datenschutzhinweise\">Datenschutzhinweise</a></li>\n <li><a href=\"/de/investoren/kontakt.html\" title=\"Kontakt\">Kontakt</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n</nav>\n<!-- indexer::continue -->\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/mod_mmenu.html5 -->\n </div>\n </footer>\n\n </div>\n\n\n\n<!-- TEMPLATE START: templates/j_accordion.html5 -->\n\r\n<script src=\"/assets/jquery-ui/js/jquery-ui.min.js?v=1.13.2\"></script>\r\n<script>\r\n jQuery(function($) {\r\n $(document).accordion({\r\n // Put custom options here\r\n heightStyle: \'content\',\r\n header: \'.toggler\',\r\n collapsible: true,\r\n active: false, // Accordion immer geschlossen - eyepe.de 2014-11-13\r\n create: function(event, ui) {\r\n ui.header.addClass(\'active\');\r\n $(\'.toggler\').attr(\'tabindex\', 0);\r\n },\r\n activate: function(event, ui) {\r\n ui.newHeader.addClass(\'active\');\r\n ui.oldHeader.removeClass(\'active\');\r\n $(\'.toggler\').attr(\'tabindex\', 0);\r\n }\r\n });\r\n });\r\n</script>\r\n\n<!-- TEMPLATE END: templates/j_accordion.html5 -->\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/jquery/j_colorbox.html5 -->\n\n<script src=\"/assets/colorbox/js/colorbox.min.js?v=1.6.4.2\"></script>\n<script>\n jQuery(function($) {\n $(\'a[data-lightbox]\').map(function() {\n $(this).colorbox({\n // Put custom options here\n loop: false,\n rel: $(this).attr(\'data-lightbox\'),\n maxWidth: \'95%\',\n maxHeight: \'95%\'\n });\n });\n });\n</script>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/jquery/j_colorbox.html5 -->\n\n<!-- TEMPLATE START: templates/j_toggle_element.html5 -->\n<script>\n$(function() {\n\tif ($(\'.ce_kachel_content\').length > 1) {\n\t\tvar timeout = 200;\n\t\t$(\'.ce_kachel_content\').each(function(i) { $(this).attr(\'id\', i+1); });\n\t\tfunction predev(a, b) {\n\t\t if ($(\'#\'+a).hasClass(\'active\')) {\n\t\t\tsetTimeout(function() {\n\t\t\t if (a%3 === 0) $(\'#\'+(a-1)+\',#\'+(a-2)).insertBefore(\'#\'+a);\n\t\t\t else if ((a+1)%3 === 0) $(\'#\'+(a-1)).insertBefore(\'#\'+a);\n\t }, (b?timeout:0));\n\t\t } else {\n\t\t\tif (a%3 === 0) $(\'#\'+(a-1)+\',#\'+(a-2)).insertAfter(\'#\'+a);\n\t\t\telse if ((a+1)%3 === 0) $(\'#\'+(a-1)).insertAfter(\'#\'+a);\n\t\t }\n\t\t}\n\t\tfunction sorting() {\n\t\t $(\'.ce_kachel_content\').sort(function (a, b) {\n\t\t return parseInt(a.id) > parseInt(b.id);\n\t\t }).each(function () {\n\t\t var elem = $(this);\n\t\t elem.remove();\n\t\t $(elem).appendTo($(\'.ce_kachel_content\').parent());\n\t\t }); \n\t\t}\n\t var $window = $(window);\n\t function getwidth() { sorting();\n\t var windowsize = $window.width();\n\t\t if (windowsize > 760) {\n\t\t\t$(\'.ce_kachel_content\').unbind(\"click\").removeClass(\'active\').click(function() {\n\t\t\t cek_id = parseInt($(this).attr(\'id\'));\n\t\t\t actives = $(this).siblings(\'.active\'); console.log(actives);\n\t\t\t if (actives.length) predev(actives.attr(\'id\'), 0);\n\t\t\t //if(cek_id%4 !== 0 && cek_id !== 1) predev(cek_id, 1);\n\t\t\t if(cek_id%3 !== 1) predev(cek_id, 1);\n\t\t\t $(this).toggleClass(\'active\').siblings().removeClass(\'active\');\n\t\t\t});\n\t\t } else {\n\t\t\t$(\'.ce_kachel_content\').unbind(\"click\").removeClass(\'active\').click(function() {\n\t $(this).toggleClass(\'active\').siblings().removeClass(\'active\');\n\t\t\t});\n\t\t }\n\t }\n\t getwidth();\n\t $(window).resize(getwidth);\n\t} else {\n\t\t$(\'.ce_kachel_content\').unbind(\"click\").removeClass(\'active\').click(function() {\n\t\t\t$(this).toggleClass(\'active\');\n\t\t});\n\t}\n});\n</script>\n<!-- TEMPLATE END: templates/j_toggle_element.html5 -->\n\n<!-- TEMPLATE START: vendor/hofff/contao-consent-google-tag-manager/src/Resources/contao/templates/hofff_consent_google_tag_manager.html5 -->\n<script type=\"application/json\" id=\"hofff-consent-google-tag-manager\">\n {\"script\":null}</script>\n\n<!-- TEMPLATE END: vendor/hofff/contao-consent-google-tag-manager/src/Resources/contao/templates/hofff_consent_google_tag_manager.html5 -->\n\n<!-- TEMPLATE START: templates/mmenu_default.html5 -->\n<script>\n document.addEventListener(\n \"DOMContentLoaded\", function () {\n const menu = document.querySelector(\'#m-navi\');\n if (null !== menu && 0 === menu.querySelectorAll(\'li.active\').length) {\n const trails = menu.querySelectorAll(\'li.trail\');\n if (0 < trails.length) {\n trails.item(trails.length - 1).classList.add(\'active\');\n }\n }\n new Mmenu(\'#m-navi\', {\"navbar\":{\"title\":\"Men\\u00fc\"},\"offCanvas\":{\"position\":\"left\"},\"theme\":\"light\"}, {\"classNames\":{\"selected\":\"active\"},\"offCanvas\":{\"page\":{\"selector\":\"#wrapper\"}}});\n\n // blocker = Menü schließen Element\n const blocker = document.querySelector(\'.mm-blocker\');\n\n // Verhindere, dass Link geklickt werden kann -> lädt Seite sonst neu \n if (blocker) {\n blocker.addEventListener(\'click\', function(event) {\n event.preventDefault();\n })\n }\n }\n );\n</script>\n\n<!-- TEMPLATE END: templates/mmenu_default.html5 -->\n\n<script src=\"files/themes/bna/js/jquery.flexslider-min.js\"></script>\n<script src=\"files/themes/bna/js/highcharts.js\"></script>\n\n<script>\n$(\'#search-button\').on(\'click\',function() {\n $(\'#search-input\').toggleClass(\'active\'); // add the class to the element that\'s clicked.\n});\n</script>\n\n<script>\n$( \".ce_kachel_white\" ).on(\'click\',function() {\n $( this ).toggleClass( \"active\" ).siblings().removeClass(\'active\');\n});\n</script>\n\n<script type=\"text/javascript\">\n\t$(window).on(\'load\',function() {\n\t $(\'.gallery-slider\').flexslider({\n\t animation: \"slide\"\n\t });\n\t});\n</script>\n\n<script type=\"text/javascript\">\n\t$(window).on(\'load\',function() {\n\t $(\'#slider\').flexslider({\n\t\tselector: \".inside > .content-text\",\n\t\tmaxItems: 0, \n\t animation: \"slide\",\n\t slideshowSpeed: 7000,\n\t animationSpeed: 700,\n\t keyboard: false\n\t });\n\t});\n</script>\n\n<script>\n\t// Can also be used with $(document).ready()\n\t$(window).on(\'load\',function() {\n\t $(\'.bna_header_slider\').flexslider({\n\t\t slideshowSpeed: 6000, //Integer: Set the speed of the slideshow cycling, in milliseconds\n\t\t animationSpeed: 700, //Integer: Set the speed of animations, in milliseconds\n\t\t animation: \"fade\",\n\t\t keyboard: false, //Boolean: Allow slider navigating via keyboard left/right keys\n\t\t controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage\n\t\t directionNav: false //Boolean: Create navigation for previous/next navigation? (true/false)\n\t });\n\t});\n</script>\n<script>\n$(document).on(\"scroll\",function(){\n if($(document).scrollTop()>20)\n {\n $(\"body\").addClass(\"small\");\n $(\"#breadcrumb\").addClass(\"small\");\n } \n else\n {\n $(\"body\").removeClass(\"small\");\n $(\"#breadcrumb\").removeClass(\"small\");\n }\n});\n</script>\n <script type=\"application/ld+json\">\n{\n \"@context\": \"https:\\/\\/schema.org\",\n \"@graph\": [\n {\n \"@type\": \"WebPage\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/30bab0b9-a704-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/w\\/1990_Gr%C3%BCndung2-ewdn63nmmb3btpe.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/ee0f517a-95e6-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/k\\/1990_ZWAV_Plauen-cza6f96b4qg5ck2.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/ad598b2a-a24a-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/4\\/1991_Oehrenst%C3%B6cker_-n29m46t7ewv9tj6.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/059d1b16-95ec-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/e\\/1992_WW%20Wischroda-k9qrjw3vr6tkqn0.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/8a31faa1-95f5-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/2\\/1994_TIBS-0a3gxsnqhfq2qsa.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/b5f4232e-9689-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/d\\/1996_FWV_Luftbild%20Ohra-gbqdx6ykcz2b19j.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/0687884b-a253-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/f\\/1996_KA%20Rhein-Main%20Airbase1-e6n3q4hp6wz1ymt.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/e9fddc05-9e69-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/c\\/1998_Bau%20Am%20Wald-45fv0pev89z8b0h.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/3dc2cd19-9691-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/9\\/1998_Gewerbepark%20Am%20Wald-1bvc7yksxj1v612.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/2df7ef7c-96a2-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/b\\/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-bez8q5phwt5c2hk.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/f8c633fb-96a7-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/v\\/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-6zmzkacj6539vjd.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/47477975-4ef3-11ea-a277-74d4355da654\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/s\\/tuev-iso-9001-tic-xkzsm9tsbsay6kv.png\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/39fc3682-9a67-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/6\\/2001_kenten-belebung1-0w624hz2cq4qys2.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/47543a82-9e96-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/g\\/2002_Rea%20Granini-z1e1cv8c4fpbwc5.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/9d40ee3a-9a68-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/a\\/2003_Th%C3%BCringer%20Staatpreis-cr0vcdhgy230kzc.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/96a92630-a180-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/3\\/2004_neueFertigungshalle-tzyetv806mzzcds.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/9d062f57-9fe6-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/m\\/2004_Talsperre%20Leibis-Lichte-y6a3xj69wnvkx66.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/0ac921ec-a633-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/q\\/2004_DHGE-z8e6h8q6qjjz28t.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/8b0524f5-a705-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/z\\/2005_Unternehmerpreis-b5s8ynvt25rttae.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/af9de0aa-9e81-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2006_S%C3%BC%C3%9Fwaren.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/b1f1ff9b-9e88-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2007_Anlage%20MD%20Papier%20Plattling_Oliver%20Hauswald.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/9544a873-9e94-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/8\\/2007_Goetheschule-kr2z8pzx787axbr.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7cb9181f-9e98-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2009_GuD%20Schwarza.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/de7668d0-9ea1-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/4\\/2009_BN-Akademie-27vt9cs15cqdea3.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/ea1622e3-9fec-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2010_20JahreBNA.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/a680328f-9ff5-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2011_Solution_Partner.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/c5450f6f-9ff6-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2011_BNA_3.%20Erweiterung_Neubau.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/4536784a-a25c-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/d\\/2012_Gut%20Gro%C3%9Flappen-1crfr0fgjrnn1t9.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/8908af13-9ffb-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2013_GuD%20Leppersdorf.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/53dea0e9-a260-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/x\\/2013_DAF1-0qthhkj5tmd2smn.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/41300ab0-a006-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2015_Siemens_%C3%9Cbergabe%20Zertifikat%20Energy.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/d3e44ede-a00b-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/r\\/2015_Molke-s2z5ymabr545nwe.jpeg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7c2c445e-a00c-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2015_Charta.png\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7459bf17-a00d-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/t\\/2015_Piedras-73nn9m9bqey2xgn.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/3b80bd12-a0e8-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2016_Steinemann.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/dc54ed72-a641-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/f\\/2016_anexio-bkajnc98jb5nsjx.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/da36edf7-a0f2-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2017%20Staffel%C3%BCbergabe.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/24a86845-a0f3-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/t\\/2017_neue%20Vorst%C3%A4nde-r2kt7g1m8c1f8av.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/a43b2a74-a0f5-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/f\\/2017_Armenien-py15mfzh96s7cat.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/1fec941d-a17e-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/c\\/2019_Einweihung%204.%20Anbau-gnrk9wkvq4c88pw.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/29ac8c6c-a180-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2019_MuT-Preis.JPG\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/86af5b23-a630-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/z\\/2020_Bergheim-a0dr3h6nv9emcr6.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/0136828d-a646-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2020_30%20Jahre%20BNA.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/667a3e8a-91b4-11ed-a6f6-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2021_Erneuerung_Kooperationsvertrag_Goetheschule.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/629def17-21fa-11ec-84ca-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/kacheln\\/produkte-loesungen\\/kachel-produkte-anexio%C2%AE.png\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/13e536be-ce19-11ed-8004-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/m\\/2023_Aufsichtsrat.-6rgg90v7fn9nrnw.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7aca1981-7c89-11ee-9948-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/x\\/2023-siemens-pcs-neo-pxecm6vc410yvw3.jpeg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/4b715858-dc89-11ef-9e6c-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/x\\/2025_BNA_Vorstandswechsel-rner1y2vgegdcev.jpg\"\n },\n {\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n {\n \"@type\": \"ListItem\",\n \"item\": {\n \"@id\": \"\\/de\\/startseite.html\",\n \"name\": \"BN Automation AG\"\n },\n \"position\": 1\n },\n {\n \"@type\": \"ListItem\",\n \"item\": {\n \"@id\": \"\\/de\\/unternehmen.html\",\n \"name\": \"Unternehmen\"\n },\n \"position\": 2\n },\n {\n \"@type\": \"ListItem\",\n \"item\": {\n \"@id\": \"\\/de\\/unternehmen\\/unternehmensgeschichte.html\",\n \"name\": \"Unternehmensgeschichte\"\n },\n \"position\": 3\n }\n ]\n }\n ]\n}\n</script>\n<script type=\"application/ld+json\">\n{\n \"@context\": \"https:\\/\\/schema.contao.org\",\n \"@graph\": [\n {\n \"@type\": \"Page\",\n \"fePreview\": false,\n \"groups\": [],\n \"noSearch\": false,\n \"pageId\": 16,\n \"protected\": false,\n \"title\": \"Unternehmensgeschichte\"\n }\n ]\n}\n</script>\n<div id=\"sfwdt7f44af\" class=\"sf-toolbar sf-display-none\" role=\"region\" aria-label=\"Symfony Web Debug Toolbar\"> <!-- START of Symfony Web Debug Toolbar --><div id=\"sfMiniToolbar-7f44af\" class=\"sf-minitoolbar\" data-no-turbolink data-turbo=\"false\"> <button type=\"button\" title=\"Show Symfony toolbar\" id=\"sfToolbarMiniToggler-7f44af\" accesskey=\"D\" aria-expanded=\"false\" aria-controls=\"sfToolbarMainContent-7f44af\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z\"/></svg> </button></div><div id=\"sfToolbarClearer-7f44af\" class=\"sf-toolbar-clearer\"></div><div id=\"sfToolbarMainContent-7f44af\" class=\"sf-toolbarreset notranslate clear-fix\" data-no-turbolink data-turbo=\"false\"> <div class=\"sf-toolbar-block sf-toolbar-block-request sf-toolbar-status-normal \" > <a href=\"https://devmonotomic.bn-automation.com/_profiler/7f44af?panel=request\"> <div class=\"sf-toolbar-icon\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z\"/></svg> <span class=\"sf-toolbar-value sf-toolbar-ajax-request-counter\"> Loading… </span> </div> </a> <div class=\"sf-toolbar-info\"> <div class=\"sf-toolbar-info-piece\"> <b>Loading the web debug toolbar…</b> </div> <div class=\"sf-toolbar-info-piece\"> Attempt #<span id=\"sfLoadCounter-7f44af\"></span> </div> <div class=\"sf-toolbar-info-piece\"> <b> <button class=\"sf-cancel-button\" type=\"button\" id=\"sfLoadCancel-7f44af\" title=\"Cancel loading\">Cancel</button> </b> </div> </div></div> <button class=\"hide-button\" type=\"button\" id=\"sfToolbarHideButton-7f44af\" title=\"Close Toolbar\" accesskey=\"D\" aria-expanded=\"true\" aria-controls=\"sfToolbarMainContent-7f44af\"> <svg xmlns=\"http://www.w3.org/2000/svg\" data-icon-name=\"icon-tabler-x\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"> <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"></path> <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line> <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> </button></div><!-- END of Symfony Web Debug Toolbar --></div><style nonce=\"2e2ebb4dc728480c26d37052913b7fd4\"> .sf-toolbarreset { --sf-toolbar-font-family-system: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; --sf-toolbar-font-family-monospace: \"Ubuntu Mono\", \"JetBrains Mono\", ui-monospace, \"Roboto Mono\", SFMono-Regular, Menlo, Monaco, Consolas,\"Liberation Mono\", \"Courier New\", monospace; --sf-toolbar-white: #fff; --sf-toolbar-black: #000; --sf-toolbar-gray-50: #fafafa; --sf-toolbar-gray-100: #f5f5f5; --sf-toolbar-gray-200: #e5e5e5; --sf-toolbar-gray-300: #d4d4d4; --sf-toolbar-gray-400: #a3a3a3; --sf-toolbar-gray-500: #737373; --sf-toolbar-gray-600: #525252; --sf-toolbar-gray-700: #404040; --sf-toolbar-gray-800: #262626; --sf-toolbar-gray-900: #171717; --sf-toolbar-red-50: #FEFBFC; --sf-toolbar-red-100: #FCE9ED; --sf-toolbar-red-200: #F5B8C5; --sf-toolbar-red-300: #EF869C; --sf-toolbar-red-400: #E85574; --sf-toolbar-red-500: #E1244B; --sf-toolbar-red-600: #B41939; --sf-toolbar-red-700: #83122A; --sf-toolbar-red-800: #510B1A; --sf-toolbar-red-900: #20040A; --sf-toolbar-yellow-50: #fef7e1; --sf-toolbar-yellow-100: #fef2cd; --sf-toolbar-yellow-200: #fde496; --sf-toolbar-yellow-300: #fcd55f; --sf-toolbar-yellow-400: #fbc728; --sf-toolbar-yellow-500: #e6af05; --sf-toolbar-yellow-600: #af8503; --sf-toolbar-yellow-700: #785b02; --sf-toolbar-yellow-800: #413101; --sf-toolbar-yellow-900: #0a0800; --sf-toolbar-green-50: #eff5f5; --sf-toolbar-green-100: #deeaea; --sf-toolbar-green-200: #bbd5d5; --sf-toolbar-green-300: #99bfbf; --sf-toolbar-green-400: #76a9a9; --sf-toolbar-green-500: #598e8e; --sf-toolbar-green-600: #436c6c; --sf-toolbar-green-700: #2e4949; --sf-toolbar-green-800: #182727; --sf-toolbar-green-900: #030404;}.sf-minitoolbar { --sf-toolbar-gray-800: #262626; background-color: var(--sf-toolbar-gray-800); border-top-left-radius: 4px; bottom: 0; box-sizing: border-box; display: none; height: 36px; padding: 6px; position: fixed; right: 0; z-index: 99999;}.sf-minitoolbar button { background-color: transparent; padding: 0; border: none;}.sf-minitoolbar svg,.sf-minitoolbar img { --sf-toolbar-gray-200: #e5e5e5; color: var(--sf-toolbar-gray-200); max-height: 24px; max-width: 24px; display: inline;}.sf-toolbar-clearer { clear: both; height: 36px;}.sf-display-none { display: none;}.sf-toolbarreset *:not(svg rect) { box-sizing: content-box; vertical-align: baseline; letter-spacing: normal; width: auto;}.sf-toolbarreset { background-color: var(--sf-toolbar-gray-800); bottom: 0; box-shadow: inset 0 1px 0 var(--sf-toolbar-black), 0 -1px 0 rgba(0, 0, 0, 0.5); color: var(--sf-toolbar-gray-200); font: 11px var(--sf-toolbar-font-family-system); left: 0; margin: 0; padding: 0 36px 0 0; position: fixed; right: 0; text-align: left; text-transform: none; z-index: 99999; direction: ltr; /* neutralize the aliasing defined by external CSS styles */ -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto;}.sf-toolbarreset abbr { border: dashed var(--sf-toolbar-gray-500); border-width: 0 0 1px;}.sf-toolbarreset svg,.sf-toolbarreset img { height: 20px; width: 20px; display: inline-block;}.sf-toolbarreset .sf-cancel-button { color: var(--sf-toolbar-gray-700);}.sf-toolbarreset .hide-button { background: var(--sf-toolbar-gray-800); color: var(--sf-toolbar-gray-300); display: block; position: absolute; top: 2px; right: 0; width: 36px; height: 34px; cursor: pointer; text-align: center; border: none; margin: 0; padding: 0;}.sf-toolbarreset .hide-button:hover { background: var(--sf-toolbar-gray-700);}.sf-toolbarreset .hide-button svg { max-height: 18px; margin-top: 1px;}.sf-toolbar-block { cursor: default; display: block; float: left; height: 36px; margin-right: 0; position: relative; white-space: nowrap; max-width: 15%;}.sf-toolbar-block > a,.sf-toolbar-block > a:hover { display: block; text-decoration: none; background-color: transparent; color: inherit;}.sf-toolbar-block span { display: inline-block;}.sf-toolbar-block .sf-toolbar-value { color: var(--sf-toolbar-gray-100); font-size: 13px; line-height: 36px; padding: 0;}.sf-toolbar-block .sf-toolbar-label,.sf-toolbar-block .sf-toolbar-class-separator { color: var(--sf-toolbar-gray-400); font-size: 12px; margin-left: 2px;}.sf-toolbar-block .sf-toolbar-info { border-collapse: collapse; display: table; z-index: 100000;}.sf-toolbar-block hr { border-top: 1px solid var(--sf-toolbar-gray-500); margin: 4px 0; padding-top: 4px;}.sf-toolbar-block .sf-toolbar-info-piece { /* this \'border-bottom\' trick is needed because \'margin-bottom\' doesn\'t work for table rows */ border-bottom: solid transparent 3px; display: table-row;}.sf-toolbar-block .sf-toolbar-info-piece-additional,.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { display: none;}.sf-toolbar-block .sf-toolbar-info-group { margin-bottom: 4px; padding-bottom: 2px; border-bottom: 1px solid #333333;}.sf-toolbar-block .sf-toolbar-info-group:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status { border-radius: 4px; padding: 2px 5px; margin-bottom: 0;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status + .sf-toolbar-status { margin-left: 4px;}.sf-toolbar-block .sf-toolbar-info-piece:last-child { margin-bottom: 0;}div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece a { color: #99CDD8; text-decoration: underline;}div.sf-toolbar .sf-toolbar-block a:hover { text-decoration: none;}.sf-toolbar-block .sf-toolbar-info-piece b { color: var(--sf-toolbar-gray-400); display: table-cell; font-size: 11px; padding: 4px 8px 4px 0;}.sf-toolbar-block:not(.sf-toolbar-block-dump) .sf-toolbar-info-piece span { color: var(--sf-toolbar-gray-100);}.sf-toolbar-block .sf-toolbar-info-piece span { font-size: 12px;}div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece.sf-toolbar-info-php-ext a { text-decoration: none;}.sf-toolbar-block .sf-toolbar-info { background-color: var(--sf-toolbar-gray-700); border-radius: 4px; border-bottom-left-radius: 0; bottom: 36px; color: var(--sf-toolbar-gray-100); display: none; padding: 9px 0; position: absolute;}.sf-toolbar-block.sf-toolbar-block-right .sf-toolbar-info { border-bottom-left-radius: 4px; border-bottom-right-radius: 0;}.sf-toolbar-block .sf-toolbar-info:empty { visibility: hidden;}.sf-toolbar-block .sf-toolbar-status { display: inline-block; color: var(--sf-toolbar-white); background-color: var(--sf-toolbar-gray-600); padding: 3px 6px; margin: 0 4px; min-width: 15px; min-height: 13px; text-align: center;}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-green,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-green { background-color: #059669; color: var(--white);}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-red,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-red { background-color: var(--sf-toolbar-red-500); color: var(--sf-toolbar-red-50);}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-yellow,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-yellow { background-color: var(--sf-toolbar-yellow-300); color: var(--sf-toolbar-yellow-800);}.sf-toolbar-block.sf-toolbar-status-green::before,.sf-toolbar-block.sf-toolbar-status-red::before,.sf-toolbar-block.sf-toolbar-status-yellow::before { background: var(--sf-toolbar-yellow-400); border-radius: 6px; content: \'\'; position: absolute; bottom: 1px; left: 0; width: 98%; height: 3px; z-index: 10005;}.sf-toolbar-block.sf-toolbar-status-red::before { background: var(--sf-toolbar-red-400);}.sf-toolbar-block.sf-toolbar-status-green::before { background: var(--sf-toolbar-green-400);}.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-green::before,.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-red::before,.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-yellow::before { display: none;}.sf-toolbar-block-request .sf-toolbar-status { border-radius: 6px; color: #fff; display: inline-block; flex-shrink: 0; font-size: 13px; font-weight: 500; padding: 4px 8px;}.sf-toolbar-block-request .sf-toolbar-info-piece a { background-color: transparent; text-decoration: none;}.sf-toolbar-block-request .sf-toolbar-info-piece a:hover { text-decoration: underline;}.sf-toolbar-block-request .sf-toolbar-redirection-status { font-weight: normal; padding: 2px 4px; line-height: 18px;}.sf-toolbar-block.sf-toolbar-block-request .sf-toolbar-redirection-status.sf-toolbar-status-yellow { background-color: var(--sf-toolbar-yellow-300); border-radius: 4px; color: var(--sf-toolbar-yellow-800); padding: 1px 4px;}.sf-toolbar-block.sf-toolbar-block-request .sf-toolbar-info-piece .sf-toolbar-redirection-method { background: transparent; color: var(--sf-toolbar-gray-300); border: 1px solid var(--sf-toolbar-gray-400); padding: 1px 4px;}.sf-toolbar-block-request .sf-toolbar-info-piece span.sf-toolbar-redirection-method { font-size: 12px; height: 17px; line-height: 17px; margin-right: 5px;}.sf-toolbar-block-request .sf-toolbar-request-icon svg { stroke-width: 3px;}.sf-toolbar-block-ajax .sf-toolbar-icon { cursor: pointer;}.sf-toolbar-status-green .sf-toolbar-label,.sf-toolbar-status-yellow .sf-toolbar-label,.sf-toolbar-status-red .sf-toolbar-label { color: var(--sf-toolbar-white);}.sf-toolbar-block-config svg path,.sf-toolbar-block-config svg .sf-svg-path { fill: var(--sf-toolbar-white);}.sf-toolbar-block .sf-toolbar-icon { color: var(--sf-toolbar-gray-300); align-items: center; display: flex; height: 36px; padding: 0 7px; overflow: hidden; text-overflow: ellipsis;}.sf-toolbar-block:hover .sf-toolbar-icon { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; box-shadow: 1px 0 0 var(--sf-toolbar-black), inset 0 -1px 0 var(--sf-toolbar-black);}.sf-toolbar-block.sf-toolbar-block-right:hover .sf-toolbar-icon { box-shadow: -1px 0 0 var(--sf-toolbar-black), inset 0 -1px 0 var(--sf-toolbar-black);}.sf-toolbar-block-request .sf-toolbar-icon { padding-left: 0; padding-right: 0;}.sf-toolbar-block .sf-toolbar-icon img,.sf-toolbar-block .sf-toolbar-icon svg { border-width: 0;}.sf-toolbar-block .sf-toolbar-icon img + span,.sf-toolbar-block .sf-toolbar-icon svg + span { margin-left: 4px;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-value,.sf-toolbar-block.sf-toolbar-block-sf-cli .sf-toolbar-value { margin-left: 5px;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-block.sf-toolbar-block-sf-cli .sf-toolbar-label { margin-left: 0;}.sf-toolbar-block:hover,.sf-toolbar-block.hover { position: relative;}.sf-toolbar-block:hover .sf-toolbar-icon,.sf-toolbar-block.hover .sf-toolbar-icon { background-color: var(--sf-toolbar-gray-700); position: relative; z-index: 10002;}.sf-toolbar-block-ajax.hover .sf-toolbar-info { z-index: 10001;}.sf-toolbar-block:hover .sf-toolbar-info,.sf-toolbar-block.hover .sf-toolbar-info { display: block; padding: 10px; max-width: 525px; max-height: 480px; word-wrap: break-word; overflow: hidden; overflow-y: auto;}.sf-toolbar-info-piece b.sf-toolbar-ajax-info { color: var(--sf-toolbar-gray-100);}.sf-toolbar-ajax-requests { border: 1px solid var(--sf-toolbar-gray-500); font-variant: tabular-nums; margin: 5px 0 0; width: 100%;}.sf-toolbar-ajax-requests td { background-color: var(--sf-toolbar-gray-700); border: 1px solid var(--sf-toolbar-gray-500); color: var(--sf-toolbar-gray-100); font-size: 12px; padding: 4px; vertical-align: middle;}.sf-toolbar-ajax-requests thead { border: 0;}.sf-toolbar-ajax-requests th { background-color: var(--sf-toolbar-gray-800); border: 1px solid var(--sf-toolbar-gray-500); color: var(--sf-toolbar-gray-200); font-size: 11px; padding: 4px;}.sf-ajax-request-url { max-width: 250px; line-height: 9px; overflow: hidden; text-overflow: ellipsis;}.sf-toolbar-ajax-requests .sf-ajax-request-url a { text-decoration: none;}.sf-toolbar-ajax-requests .sf-ajax-request-url a:hover { text-decoration: underline;}.sf-ajax-request-duration { text-align: right;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-ajax-requests .sf-toolbar-status { font-size: 11px; padding: 1px 3px;}.sf-ajax-request-loading { animation: sf-blink .5s ease-in-out infinite;}@keyframes sf-blink { 0% { background: var(--sf-toolbar-gray-800); } 50% { background: var(--sf-toolbar-gray-700); } 100% { background: var(--sf-toolbar-gray-800); }}.sf-toolbar-block.sf-toolbar-block-dump .sf-toolbar-info { max-width: none; width: 100%; position: fixed; box-sizing: border-box; left: 0;}.sf-toolbar-block-dump pre.sf-dump { background-color: var(--sf-toolbar-gray-800); border-color: var(--sf-toolbar-gray-500); border-radius: 0; margin: 6px 0 12px 0;}.sf-toolbar-block-dump pre.sf-dump:last-child { margin-bottom: 0;}.sf-toolbar-block-dump pre.sf-dump .sf-dump-search-wrapper { margin-bottom: 5px;}.sf-toolbar-block-dump pre.sf-dump span.sf-dump-search-count { color: #333; font-size: 12px;}.sf-toolbar-block-dump .sf-toolbar-info-piece { display: block;}.sf-toolbar-block-dump .sf-toolbar-info-piece .sf-toolbar-file-line { color: var(--sf-toolbar-gray-400); margin-left: 4px;}.sf-toolbar-block-dump .sf-toolbar-info img { display: none;}.sf-toolbar-block-serializer .detailed-metrics { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 15px; margin-top: 15px;}/* Responsive Design */.sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-icon .sf-toolbar-value { display: none;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label,.sf-cli .sf-toolbar-icon .sf-toolbar-label { display: inline-block;}/* Legacy Design - these styles are maintained to make old panels look a bit better on the new toolbar */.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { color: var(--sf-toolbar-gray-400); font-size: 12px;}.sf-toolbar-status-green .sf-toolbar-info-piece-additional-detail,.sf-toolbar-status-yellow .sf-toolbar-info-piece-additional-detail,.sf-toolbar-status-red .sf-toolbar-info-piece-additional-detail { color: var(--sf-toolbar-white);}@media (min-width: 768px) { .sf-toolbar-icon .sf-toolbar-label, .sf-toolbar-icon .sf-toolbar-value { display: inline; } .sf-toolbar-block-time .sf-toolbar-icon svg, .sf-toolbar-block-memory .sf-toolbar-icon svg { display: none; } .sf-toolbar-block-time .sf-toolbar-icon svg + span, .sf-toolbar-block-memory .sf-toolbar-icon svg + span { margin-left: 0; } .sf-toolbar-block .sf-toolbar-icon { padding: 0 10px; } .sf-toolbar-block-time .sf-toolbar-icon { padding-right: 5px; } .sf-toolbar-block-memory .sf-toolbar-icon { padding-left: 5px; } .sf-toolbar-block-request .sf-toolbar-icon { display: flex; align-items: center; padding-left: 0; padding-right: 0; } .sf-toolbar-block-request .sf-toolbar-label { margin-left: 4px; margin-right: 1px; } .sf-toolbar-block-request .sf-toolbar-status + .sf-toolbar-request-icon { display: inline-flex; margin-left: 5px; } .sf-toolbar-block-request .sf-toolbar-icon .sf-toolbar-request-icon + .sf-toolbar-label { margin-left: 0; } .sf-toolbar-block-request .sf-toolbar-label + .sf-toolbar-value { margin-right: 5px; } .sf-toolbar-block-request:hover .sf-toolbar-info { max-width: none; } .sf-toolbar-block .sf-toolbar-info-piece b { font-size: 12px; } .sf-toolbar-block .sf-toolbar-info-piece span { font-size: 13px; } .sf-toolbar-block-right { float: right; margin-left: 0; margin-right: 0; } .sf-toolbarreset .sf-toolbar-block.sf-toolbar-block-right:not(.sf-toolbar-block-sf-cli) .sf-toolbar-info { border-bottom-left-radius: 4px; border-bottom-right-radius: 0; }}@media (min-width: 1024px) { .sf-toolbar-block .sf-toolbar-info-piece-additional, .sf-toolbar-block .sf-toolbar-info-piece-additional-detail { display: inline; } .sf-toolbar-block .sf-toolbar-info-piece-additional:empty, .sf-toolbar-block .sf-toolbar-info-piece-additional-detail:empty { display: none; }}/***** Error Toolbar *****/.sf-error-toolbar .sf-toolbarreset { background: var(--sf-toolbar-gray-800); color: var(--sf-toolbar-gray-100); font: 13px/36px var(--sf-toolbar-font-family-system); height: 36px; padding: 0 15px; text-align: left;}.sf-error-toolbar .sf-toolbarreset svg { height: auto;}.sf-error-toolbar .sf-toolbarreset a { color: #99cdd8; margin-left: 5px; text-decoration: underline;}.sf-error-toolbar .sf-toolbarreset a:hover { text-decoration: none;}.sf-error-toolbar .sf-toolbarreset .sf-toolbar-icon { float: left; padding: 5px 0; margin-right: 10px;}.sf-full-stack { left: 0px; font-size: 12px;}/***** Media query print: Do not print the Toolbar. *****/@media print { .sf-toolbar { display: none !important; }}</style><script nonce=\"b7bf843edfc5406aec243c656807933f\">/*<![CDATA[*/ if (typeof Sfjs === \'undefined\' || typeof Sfjs.loadToolbar === \'undefined\') { Sfjs = (function() { \"use strict\"; if (\'classList\' in document.documentElement) { var hasClass = function (el, cssClass) { return el.classList.contains(cssClass); }; var removeClass = function(el, cssClass) { el.classList.remove(cssClass); }; var addClass = function(el, cssClass) { el.classList.add(cssClass); }; var toggleClass = function(el, cssClass) { el.classList.toggle(cssClass); }; } else { var hasClass = function (el, cssClass) { return el.className.match(new RegExp(\'\\\\b\' + cssClass + \'\\\\b\')); }; var removeClass = function(el, cssClass) { el.className = el.className.replace(new RegExp(\'\\\\b\' + cssClass + \'\\\\b\'), \' \'); }; var addClass = function(el, cssClass) { if (!hasClass(el, cssClass)) { el.className += \" \" + cssClass; } }; var toggleClass = function(el, cssClass) { hasClass(el, cssClass) ? removeClass(el, cssClass) : addClass(el, cssClass); }; } var noop = function() {}; var profilerStorageKey = \'symfony/profiler/\'; var addEventListener; var el = document.createElement(\'div\'); if (!(\'addEventListener\' in el)) { addEventListener = function (element, eventName, callback) { element.attachEvent(\'on\' + eventName, callback); }; } else { addEventListener = function (element, eventName, callback) { element.addEventListener(eventName, callback, false); }; } var request = function(url, onSuccess, onError, payload, options, tries) { var xhr = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject(\'Microsoft.XMLHTTP\'); options = options || {}; options.retry = options.retry || false; tries = tries || 1; /* this delays for 125, 375, 625, 875, and 1000, ... */ var delay = tries < 5 ? (tries - 0.5) * 250 : 1000; xhr.open(options.method || \'GET\', url, true); xhr.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\'); xhr.onreadystatechange = function(state) { if (4 !== xhr.readyState) { return null; } if (xhr.status == 404 && options.retry && !options.stop) { setTimeout(function() { if (options.stop) { return; } request(url, onSuccess, onError, payload, options, tries + 1); }, delay); return null; } if (200 === xhr.status) { (onSuccess || noop)(xhr); } else { (onError || noop)(xhr); } }; if (options.onSend) { options.onSend(tries); } xhr.send(payload || \'\'); }; var getPreference = function(name) { if (!window.localStorage) { return null; } return localStorage.getItem(profilerStorageKey + name); }; var setPreference = function(name, value) { if (!window.localStorage) { return null; } localStorage.setItem(profilerStorageKey + name, value); }; var requestStack = []; var extractHeaders = function(xhr, stackElement) { /* Here we avoid to call xhr.getResponseHeader in order to */ /* prevent polluting the console with CORS security errors */ var allHeaders = xhr.getAllResponseHeaders(); var ret; if (ret = allHeaders.match(/^x-debug-token:\\s+(.*)$/im)) { stackElement.profile = ret[1]; } if (ret = allHeaders.match(/^x-debug-token-link:\\s+(.*)$/im)) { stackElement.profilerUrl = ret[1]; } if (ret = allHeaders.match(/^Symfony-Debug-Toolbar-Replace:\\s+(.*)$/im)) { stackElement.toolbarReplaceFinished = false; stackElement.toolbarReplace = \'1\' === ret[1]; } }; var successStreak = 4; var pendingRequests = 0; var renderAjaxRequests = function() { var requestCounter = document.querySelector(\'.sf-toolbar-ajax-request-counter\'); if (!requestCounter) { return; } requestCounter.textContent = requestStack.length; var infoSpan = document.querySelector(\".sf-toolbar-ajax-info\"); if (infoSpan) { infoSpan.textContent = requestStack.length + \' AJAX request\' + (requestStack.length !== 1 ? \'s\' : \'\'); } var ajaxToolbarPanel = document.querySelector(\'.sf-toolbar-block-ajax\'); if (requestStack.length) { ajaxToolbarPanel.style.display = \'block\'; } else { ajaxToolbarPanel.style.display = \'none\'; } if (pendingRequests > 0) { addClass(ajaxToolbarPanel, \'sf-ajax-request-loading\'); } else if (successStreak < 4) { addClass(ajaxToolbarPanel, \'sf-toolbar-status-red\'); removeClass(ajaxToolbarPanel, \'sf-ajax-request-loading\'); } else { removeClass(ajaxToolbarPanel, \'sf-ajax-request-loading\'); removeClass(ajaxToolbarPanel, \'sf-toolbar-status-red\'); } }; var startAjaxRequest = function(index) { var tbody = document.querySelector(\'.sf-toolbar-ajax-request-list\'); if (!tbody) { return; } var nbOfAjaxRequest = tbody.rows.length; if (nbOfAjaxRequest >= 100) { tbody.deleteRow(0); } var request = requestStack[index]; pendingRequests++; var row = document.createElement(\'tr\'); request.DOMNode = row; var requestNumberCell = document.createElement(\'td\'); requestNumberCell.textContent = index + 1; row.appendChild(requestNumberCell); var profilerCell = document.createElement(\'td\'); profilerCell.textContent = \'n/a\'; row.appendChild(profilerCell); var methodCell = document.createElement(\'td\'); methodCell.textContent = request.method; row.appendChild(methodCell); var typeCell = document.createElement(\'td\'); typeCell.textContent = request.type; row.appendChild(typeCell); var statusCodeCell = document.createElement(\'td\'); var statusCode = document.createElement(\'span\'); statusCode.textContent = \'n/a\'; statusCodeCell.appendChild(statusCode); row.appendChild(statusCodeCell); var pathCell = document.createElement(\'td\'); pathCell.className = \'sf-ajax-request-url\'; if (\'GET\' === request.method) { var pathLink = document.createElement(\'a\'); pathLink.setAttribute(\'href\', request.url); pathLink.textContent = request.url; pathCell.appendChild(pathLink); } else { pathCell.textContent = request.url; } pathCell.setAttribute(\'title\', request.url); row.appendChild(pathCell); var durationCell = document.createElement(\'td\'); durationCell.className = \'sf-ajax-request-duration\'; durationCell.textContent = \'n/a\'; row.appendChild(durationCell); request.liveDurationHandle = setInterval(function() { durationCell.textContent = (new Date() - request.start) + \' ms\'; }, 100); row.className = \'sf-ajax-request sf-ajax-request-loading\'; tbody.insertBefore(row, null); var toolbarInfo = document.querySelector(\'.sf-toolbar-block-ajax .sf-toolbar-info\'); toolbarInfo.scrollTop = toolbarInfo.scrollHeight; renderAjaxRequests(); }; var finishAjaxRequest = function(index) { var request = requestStack[index]; clearInterval(request.liveDurationHandle); if (!request.DOMNode) { return; } if (request.toolbarReplace && !request.toolbarReplaceFinished && request.profile) { /* Flag as complete because finishAjaxRequest can be called multiple times. */ request.toolbarReplaceFinished = true; /* Search up through the DOM to find the toolbar\'s container ID. */ for (var elem = request.DOMNode; elem && elem !== document; elem = elem.parentNode) { if (elem.id.match(/^sfwdt/)) { Sfjs.loadToolbar(elem.id.replace(/^sfwdt/, \'\'), request.profile); break; } } } pendingRequests--; var row = request.DOMNode; /* Unpack the children from the row */ var profilerCell = row.children[1]; var methodCell = row.children[2]; var statusCodeCell = row.children[4]; var statusCodeElem = statusCodeCell.children[0]; var durationCell = row.children[6]; if (request.error) { row.className = \'sf-ajax-request sf-ajax-request-error\'; methodCell.className = \'sf-ajax-request-error\'; successStreak = 0; } else { row.className = \'sf-ajax-request sf-ajax-request-ok\'; successStreak++; } if (request.statusCode) { if (request.statusCode < 300) { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status\'); } else if (request.statusCode < 400) { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status sf-toolbar-status-yellow\'); } else { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status sf-toolbar-status-red\'); } statusCodeElem.textContent = request.statusCode; } else { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status sf-toolbar-status-red\'); } if (request.duration) { durationCell.textContent = request.duration + \' ms\'; } if (request.profilerUrl) { profilerCell.textContent = \'\'; var profilerLink = document.createElement(\'a\'); profilerLink.setAttribute(\'href\', request.profilerUrl); profilerLink.textContent = request.profile; profilerCell.appendChild(profilerLink); } renderAjaxRequests(); }; if (window.fetch && window.fetch.polyfill === undefined) { var oldFetch = window.fetch; window.fetch = function () { var promise = oldFetch.apply(this, arguments); var url = arguments[0]; var params = arguments[1]; var paramType = Object.prototype.toString.call(arguments[0]); if (paramType === \'[object Request]\') { url = arguments[0].url; params = { method: arguments[0].method, credentials: arguments[0].credentials, headers: arguments[0].headers, mode: arguments[0].mode, redirect: arguments[0].redirect }; } else { url = String(url); } if (!url.match(new RegExp(\"^\\/((index|app(_[\\\\w]+)?)\\\\.php\\/)?_wdt\"))) { var method = \'GET\'; if (params && params.method !== undefined) { method = params.method; } var stackElement = { error: false, url: url, method: method, type: \'fetch\', start: new Date() }; var idx = requestStack.push(stackElement) - 1; promise.then(function (r) { stackElement.duration = new Date() - stackElement.start; stackElement.error = r.status < 200 || r.status >= 400; stackElement.statusCode = r.status; stackElement.profile = r.headers.get(\'x-debug-token\'); stackElement.profilerUrl = r.headers.get(\'x-debug-token-link\'); stackElement.toolbarReplaceFinished = false; stackElement.toolbarReplace = \'1\' === r.headers.get(\'Symfony-Debug-Toolbar-Replace\'); finishAjaxRequest(idx); }, function (e){ stackElement.error = true; finishAjaxRequest(idx); }); startAjaxRequest(idx); } return promise; }; } if (window.XMLHttpRequest && XMLHttpRequest.prototype.addEventListener) { var proxied = XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open = function(method, url, async, user, pass) { var self = this; /* prevent logging AJAX calls to static and inline files, like templates */ var path = url; if (url.slice(0, 1) === \'/\') { if (0 === url.indexOf(\'\')) { path = url.slice(0); } } else if (0 === url.indexOf(\'https\\u003A\\/\\/devmonotomic.bn\\u002Dautomation.com\')) { path = url.slice(38); } if (!path.match(new RegExp(\"^\\/((index|app(_[\\\\w]+)?)\\\\.php\\/)?_wdt\"))) { var stackElement = { error: false, url: url, method: method, type: \'xhr\', start: new Date() }; var idx = requestStack.push(stackElement) - 1; this.addEventListener(\'readystatechange\', function() { if (self.readyState == 4) { stackElement.duration = new Date() - stackElement.start; stackElement.error = self.status < 200 || self.status >= 400; stackElement.statusCode = self.status; extractHeaders(self, stackElement); finishAjaxRequest(idx); } }, false); startAjaxRequest(idx); } proxied.apply(this, Array.prototype.slice.call(arguments)); }; } return { hasClass: hasClass, removeClass: removeClass, addClass: addClass, toggleClass: toggleClass, getPreference: getPreference, setPreference: setPreference, addEventListener: addEventListener, request: request, renderAjaxRequests: renderAjaxRequests, getSfwdt: function(token) { return document.getElementById(\'sfwdt\' + token); }, load: function(selector, url, onSuccess, onError, options) { var el = document.getElementById(selector); if (el && el.getAttribute(\'data-sfurl\') !== url) { request( url, function(xhr) { el.innerHTML = xhr.responseText; el.setAttribute(\'data-sfurl\', url); removeClass(el, \'loading\'); var pending = pendingRequests; for (var i = 0; i < requestStack.length; i++) { startAjaxRequest(i); if (requestStack[i].duration || requestStack[i].error) { finishAjaxRequest(i); } } /* Revert the pending state in case there was a start called without a finish above. */ pendingRequests = pending; (onSuccess || noop)(xhr, el); }, function(xhr) { (onError || noop)(xhr, el); }, \'\', options ); } return this; }, showToolbar: function(token) { var sfwdt = this.getSfwdt(token); removeClass(sfwdt, \'sf-display-none\'); if (getPreference(\'toolbar/displayState\') == \'none\') { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'none\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'none\'; document.getElementById(\'sfMiniToolbar-\' + token).style.display = \'block\'; } else { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'block\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'block\'; document.getElementById(\'sfMiniToolbar-\' + token).style.display = \'none\'; } }, hideToolbar: function(token) { var sfwdt = this.getSfwdt(token); addClass(sfwdt, \'sf-display-none\'); }, initToolbar: function(token) { this.showToolbar(token); var hideButton = document.getElementById(\'sfToolbarHideButton-\' + token); var hideButtonSvg = hideButton.querySelector(\'svg\'); hideButtonSvg.setAttribute(\'aria-hidden\', \'true\'); hideButtonSvg.setAttribute(\'focusable\', \'false\'); addEventListener(hideButton, \'click\', function (event) { event.preventDefault(); var p = this.parentNode; p.style.display = \'none\'; (p.previousElementSibling || p.previousSibling).style.display = \'none\'; document.getElementById(\'sfMiniToolbar-\' + token).style.display = \'block\'; setPreference(\'toolbar/displayState\', \'none\'); }); var showButton = document.getElementById(\'sfToolbarMiniToggler-\' + token); var showButtonSvg = showButton.querySelector(\'svg\'); showButtonSvg.setAttribute(\'aria-hidden\', \'true\'); showButtonSvg.setAttribute(\'focusable\', \'false\'); addEventListener(showButton, \'click\', function (event) { event.preventDefault(); var elem = this.parentNode; if (elem.style.display == \'none\') { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'none\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'none\'; elem.style.display = \'block\'; } else { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'block\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'block\'; elem.style.display = \'none\' } setPreference(\'toolbar/displayState\', \'block\'); }); }, loadToolbar: function(token, newToken) { var that = this; var triesCounter = document.getElementById(\'sfLoadCounter-\' + token); var options = { retry: true, onSend: function (count) { if (count === 3) { that.initToolbar(token); } if (triesCounter) { triesCounter.textContent = count; } }, }; var cancelButton = document.getElementById(\'sfLoadCancel-\' + token); if (cancelButton) { addEventListener(cancelButton, \'click\', function (event) { event.preventDefault(); options.stop = true; that.hideToolbar(token); }); } newToken = (newToken || token); this.load( \'sfwdt\' + token, \'https\\u003A\\/\\/devmonotomic.bn\\u002Dautomation.com\\/_wdt\\/xxxxxx\'.replace(/xxxxxx/, newToken), function(xhr, el) { var toolbarContent = document.getElementById(\'sfToolbarMainContent-\' + newToken); /* Do nothing in the edge case where the toolbar has already been replaced with a new one */ if (!toolbarContent) { return; } /* Replace the ID, it has to match the new token */ toolbarContent.parentElement.id = \'sfwdt\' + newToken; /* Evaluate in global scope scripts embedded inside the toolbar */ var i, scripts = [].slice.call(el.querySelectorAll(\'script\')); for (i = 0; i < scripts.length; ++i) { if (scripts[i].firstChild) { eval.call({}, scripts[i].firstChild.nodeValue); } } el.style.display = -1 !== xhr.responseText.indexOf(\'sf-toolbarreset\') ? \'block\' : \'none\'; if (el.style.display == \'none\') { return; } that.initToolbar(newToken); /* Handle toolbar-info position */ var toolbarBlocks = [].slice.call(el.querySelectorAll(\'.sf-toolbar-block\')); for (i = 0; i < toolbarBlocks.length; ++i) { toolbarBlocks[i].onmouseover = function () { var toolbarInfo = this.querySelectorAll(\'.sf-toolbar-info\')[0]; var pageWidth = document.body.clientWidth; var elementWidth = toolbarInfo.offsetWidth; var leftValue = (elementWidth + this.offsetLeft) - pageWidth; var rightValue = (elementWidth + (pageWidth - this.offsetLeft)) - pageWidth; /* Reset right and left value, useful on window resize */ toolbarInfo.style.right = \'\'; toolbarInfo.style.left = \'\'; if (elementWidth > pageWidth) { toolbarInfo.style.left = 0; } else if (leftValue > 0 && rightValue > 0) { toolbarInfo.style.right = (rightValue * -1) + \'px\'; } else if (leftValue < 0) { toolbarInfo.style.left = 0; } else { toolbarInfo.style.right = \'0px\'; } }; } renderAjaxRequests(); addEventListener(document.querySelector(\'.sf-toolbar-ajax-clear\'), \'click\', function() { requestStack = []; renderAjaxRequests(); successStreak = 4; document.querySelector(\'.sf-toolbar-ajax-request-list\').innerHTML = \'\'; }); addEventListener(document.querySelector(\'.sf-toolbar-block-ajax\'), \'mouseenter\', function (event) { var elem = document.querySelector(\'.sf-toolbar-block-ajax .sf-toolbar-info\'); elem.scrollTop = elem.scrollHeight; }); addEventListener(document.querySelector(\'.sf-toolbar-block-ajax > .sf-toolbar-icon\'), \'click\', function (event) { event.preventDefault(); toggleClass(this.parentNode, \'hover\'); }); var dumpInfo = document.querySelector(\'.sf-toolbar-block-dump .sf-toolbar-info\'); if (null !== dumpInfo) { addEventListener(dumpInfo, \'sfbeforedumpcollapse\', function () { dumpInfo.style.minHeight = dumpInfo.getBoundingClientRect().height+\'px\'; }); addEventListener(dumpInfo, \'mouseleave\', function () { dumpInfo.style.minHeight = \'\'; }); } }, function(xhr) { if (xhr.status !== 0 && !options.stop) { var sfwdt = that.getSfwdt(token); sfwdt.innerHTML = \'\\ <div class=\"sf-toolbarreset notranslate\">\\ <div class=\"sf-toolbar-icon\"><svg width=\"26\" height=\"28\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 26 28\" enable-background=\"new 0 0 26 28\" xml:space=\"preserve\"><path fill=\"#FFFFFF\" d=\"M13 0C5.8 0 0 5.8 0 13c0 7.2 5.8 13 13 13c7.2 0 13-5.8 13-13C26 5.8 20.2 0 13 0z M20 7.5 c-0.6 0-1-0.3-1-0.9c0-0.2 0-0.4 0.2-0.6c0.1-0.3 0.2-0.3 0.2-0.4c0-0.3-0.5-0.4-0.7-0.4c-2 0.1-2.5 2.7-2.9 4.8l-0.2 1.1 c1.1 0.2 1.9 0 2.4-0.3c0.6-0.4-0.2-0.8-0.1-1.3C18 9.2 18.4 9 18.7 8.9c0.5 0 0.8 0.5 0.8 1c0 0.8-1.1 2-3.3 1.9 c-0.3 0-0.5 0-0.7-0.1L15 14.1c-0.4 1.7-0.9 4.1-2.6 6.2c-1.5 1.8-3.1 2.1-3.8 2.1c-1.3 0-2.1-0.6-2.2-1.6c0-0.9 0.8-1.4 1.3-1.4 c0.7 0 1.2 0.5 1.2 1.1c0 0.5-0.2 0.6-0.4 0.7c-0.1 0.1-0.3 0.2-0.3 0.4c0 0.1 0.1 0.3 0.4 0.3c0.5 0 0.9-0.3 1.2-0.5 c1.3-1 1.7-2.9 2.4-6.2l0.1-0.8c0.2-1.1 0.5-2.3 0.8-3.5c-0.9-0.7-1.4-1.5-2.6-1.8c-0.8-0.2-1.3 0-1.7 0.4C8.4 10 8.6 10.7 9 11.1 l0.7 0.7c0.8 0.9 1.3 1.7 1.1 2.7c-0.3 1.6-2.1 2.8-4.3 2.1c-1.9-0.6-2.2-1.9-2-2.7c0.2-0.6 0.7-0.8 1.2-0.6 c0.5 0.2 0.7 0.8 0.6 1.3c0 0.1 0 0.1-0.1 0.3C6 15 5.9 15.2 5.9 15.3c-0.1 0.4 0.4 0.7 0.8 0.8c0.8 0.3 1.7-0.2 1.9-0.9 c0.2-0.6-0.2-1.1-0.4-1.2l-0.8-0.9c-0.4-0.4-1.2-1.5-0.8-2.8c0.2-0.5 0.5-1 0.9-1.4c1-0.7 2-0.8 3-0.6c1.3 0.4 1.9 1.2 2.8 1.9 c0.5-1.3 1.1-2.6 2-3.8c0.9-1 2-1.7 3.3-1.8C20 4.8 21 5.4 21 6.3C21 6.7 20.8 7.5 20 7.5z\"/></svg></div>\\ An error occurred while loading the web debug toolbar. <a href=\"https\\u003A\\/\\/devmonotomic.bn\\u002Dautomation.com\\/_profiler\\/\' + newToken + \'\">Open the web profiler.</a>\\ </div>\\ \'; sfwdt.setAttribute(\'class\', \'sf-toolbar sf-error-toolbar\'); } }, options ); return this; }, toggle: function(selector, elOn, elOff) { var tmp = elOn.style.display, el = document.getElementById(selector); elOn.style.display = elOff.style.display; elOff.style.display = tmp; if (el) { el.style.display = \'none\' === tmp ? \'none\' : \'block\'; } return this; }, }; })(); } Sfjs.loadToolbar(\'7f44af\');/*]]>*/</script>\n</body>\n</html>\n<!-- TEMPLATE END: templates/fe_page.html5 -->\n\";}s:62:\"\0Contao\\CoreBundle\\Messenger\\Message\\SearchIndexMessage\0action\";s:6:\"delete\";}}
"""
2 => "[]"
3 => "prio_low"
4 => "2026-01-13 16:43:29"
5 => "2026-01-13 16:43:29"
]
, types:
[1 => 22 => 23 => 24 => 25 => 2]
)
doctrine
[
"sql" => "INSERT INTO tl_message_queue (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)"
"params" => [1 => """
O:36:\"Symfony\\Component\\Messenger\\Envelope\":2:{s:44:\"\0Symfony\\Component\\Messenger\\Envelope\0stamps\";a:1:{s:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\";a:1:{i:0;O:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\":1:{s:55:\"\0Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\0busName\";s:21:\"messenger.bus.default\";}}}s:45:\"\0Symfony\\Component\\Messenger\\Envelope\0message\";O:54:\"Contao\\CoreBundle\\Messenger\\Message\\SearchIndexMessage\":2:{s:64:\"\0Contao\\CoreBundle\\Messenger\\Message\\SearchIndexMessage\0document\";O:33:\"Contao\\CoreBundle\\Search\\Document\":4:{s:3:\"uri\";O:15:\"Nyholm\\Psr7\\Uri\":7:{s:23:\"\0Nyholm\\Psr7\\Uri\0scheme\";s:5:\"https\";s:25:\"\0Nyholm\\Psr7\\Uri\0userInfo\";s:0:\"\";s:21:\"\0Nyholm\\Psr7\\Uri\0host\";s:30:\"devmonotomic.bn-automation.com\";s:21:\"\0Nyholm\\Psr7\\Uri\0port\";N;s:21:\"\0Nyholm\\Psr7\\Uri\0path\";s:43:\"/de/unternehmen/unternehmensgeschichte.html\";s:22:\"\0Nyholm\\Psr7\\Uri\0query\";s:0:\"\";s:25:\"\0Nyholm\\Psr7\\Uri\0fragment\";s:0:\"\";}s:10:\"statusCode\";i:200;s:7:\"headers\";a:17:{s:13:\"cache-control\";a:1:{i:0;s:27:\"no-cache, no-store, private\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 13 Jan 2026 16:43:29 GMT\";}s:12:\"content-type\";a:1:{i:0;s:24:\"text/html; charset=UTF-8\";}s:13:\"x-cache-debug\";a:1:{i:0;s:1:\"1\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:15:\"referrer-policy\";a:1:{i:0;s:59:\"no-referrer-when-downgrade, strict-origin-when-cross-origin\";}s:18:\"permissions-policy\";a:1:{i:0;s:18:\"interest-cohort=()\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}s:6:\"pragma\";a:1:{i:0;s:8:\"no-cache\";}s:7:\"expires\";a:1:{i:0;s:2:\"-1\";}s:4:\"link\";a:1:{i:0;s:224:\"<https://devmonotomic.bn-automation.com/hofff-contao-consent/status.js?banner=1&pageId=16>; rel=\"preload\"; as=\"script\"; nopush,</bundles/hofffcontaoconsentcore/consent-manager.3247aa8f.js>; rel=\"preload\"; as=\"script\"; nopush\";}s:12:\"x-cache-tags\";a:1:{i:0;s:3385:\"contao.db.tl_article.1578,contao.db.tl_content.3637,contao.db.tl_article.1580,contao.db.tl_content.3640,contao.db.tl_article.15,contao.db.tl_content.3636,contao.db.tl_module.3,contao.db.tl_module.6,contao.db.tl_module.28,contao.db.tl_page.15,contao.db.tl_page.17,contao.db.tl_page.18,contao.db.tl_page.697,contao.db.tl_page.19,contao.db.tl_page.551,contao.db.tl_page.120,contao.db.tl_page.121,contao.db.tl_page.122,contao.db.tl_page.20,contao.db.tl_page.655,contao.db.tl_page.2,contao.db.tl_page.25,contao.db.tl_page.26,contao.db.tl_page.27,contao.db.tl_page.28,contao.db.tl_page.29,contao.db.tl_page.30,contao.db.tl_page.21,contao.db.tl_page.31,contao.db.tl_page.32,contao.db.tl_page.33,contao.db.tl_page.34,contao.db.tl_page.35,contao.db.tl_page.23,contao.db.tl_page.36,contao.db.tl_page.37,contao.db.tl_page.38,contao.db.tl_page.39,contao.db.tl_page.24,contao.db.tl_page.3,contao.db.tl_page.95,contao.db.tl_page.96,contao.db.tl_page.97,contao.db.tl_page.98,contao.db.tl_page.173,contao.db.tl_page.99,contao.db.tl_page.100,contao.db.tl_page.89,contao.db.tl_page.101,contao.db.tl_page.102,contao.db.tl_page.103,contao.db.tl_page.104,contao.db.tl_page.105,contao.db.tl_page.106,contao.db.tl_page.90,contao.db.tl_page.109,contao.db.tl_page.107,contao.db.tl_page.108,contao.db.tl_page.91,contao.db.tl_page.110,contao.db.tl_page.111,contao.db.tl_page.112,contao.db.tl_page.92,contao.db.tl_page.113,contao.db.tl_page.114,contao.db.tl_page.115,contao.db.tl_page.116,contao.db.tl_page.117,contao.db.tl_page.118,contao.db.tl_page.93,contao.db.tl_page.94,contao.db.tl_page.4,contao.db.tl_page.59,contao.db.tl_page.65,contao.db.tl_page.68,contao.db.tl_page.66,contao.db.tl_page.67,contao.db.tl_page.70,contao.db.tl_page.69,contao.db.tl_page.673,contao.db.tl_page.674,contao.db.tl_page.698,contao.db.tl_page.72,contao.db.tl_page.176,contao.db.tl_page.73,contao.db.tl_page.177,contao.db.tl_page.60,contao.db.tl_page.61,contao.db.tl_page.62,contao.db.tl_page.63,contao.db.tl_page.64,contao.db.tl_page.5,contao.db.tl_page.794,contao.db.tl_page.662,contao.db.tl_page.684,contao.db.tl_page.685,contao.db.tl_page.686,contao.db.tl_page.687,contao.db.tl_page.789,contao.db.tl_page.688,contao.db.tl_page.785,contao.db.tl_page.689,contao.db.tl_page.691,contao.db.tl_page.791,contao.db.tl_page.693,contao.db.tl_page.730,contao.db.tl_page.731,contao.db.tl_page.788,contao.db.tl_page.661,contao.db.tl_page.668,contao.db.tl_page.670,contao.db.tl_page.671,contao.db.tl_page.672,contao.db.tl_page.787,contao.db.tl_page.663,contao.db.tl_page.727,contao.db.tl_page.664,contao.db.tl_page.666,contao.db.tl_page.725,contao.db.tl_page.667,contao.db.tl_page.665,contao.db.tl_page.695,contao.db.tl_page.660,contao.db.tl_page.45,contao.db.tl_page.53,contao.db.tl_page.54,contao.db.tl_page.55,contao.db.tl_page.56,contao.db.tl_page.57,contao.db.tl_page.58,contao.db.tl_page.46,contao.db.tl_page.47,contao.db.tl_page.48,contao.db.tl_page.79,contao.db.tl_page.80,contao.db.tl_page.81,contao.db.tl_page.82,contao.db.tl_page.83,contao.db.tl_page.49,contao.db.tl_page.604,contao.db.tl_page.50,contao.db.tl_page.7,contao.db.tl_module.17,contao.db.tl_module.37,contao.db.tl_module.26,contao.db.tl_module.15,contao.db.tl_form_field.82,contao.db.tl_form.10,contao.db.tl_module.21,contao.db.tl_module.2,contao.db.tl_module.18,contao.db.tl_module.1,contao.db.tl_page.44,contao.db.tl_page.16,contao.db.tl_module.4,contao.db.tl_page.1\";}s:15:\"x-frame-options\";a:1:{i:0;s:10:\"SAMEORIGIN\";}s:16:\"x-xss-protection\";a:1:{i:0;s:13:\"1; mode=block\";}s:13:\"x-debug-token\";a:1:{i:0;s:6:\"7f44af\";}s:18:\"x-debug-token-link\";a:1:{i:0;s:55:\"https://devmonotomic.bn-automation.com/_profiler/7f44af\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}}s:4:\"body\";s:224890:\"\n<!-- TEMPLATE START: templates/fe_page.html5 -->\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n\n <meta charset=\"UTF-8\">\n <title>Unternehmensgeschichte - BN Automation AG</title>\n <base href=\"https://devmonotomic.bn-automation.com/\">\n\n <meta name=\"robots\" content=\"index,follow\">\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"Contao Open Source CMS\">\n\n\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <link rel=\"stylesheet\" href=\"/assets/contao/css/layout.min.css?v=e03c59c9\"><link rel=\"stylesheet\" href=\"/assets/contao/css/responsive.min.css?v=e03c59c9\"><link rel=\"stylesheet\" href=\"/bundles/contaommenu/mmenu/mmenu.css?v=5e72e791\"><link rel=\"stylesheet\" href=\"/assets/colorbox/css/colorbox.min.css?v=83af8d5b\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/font-awesome.min.css?v=549210b4\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/flexslider.css?v=ebc69c12\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/main.css?v=790e4f55\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/responsive.css?v=d11f8027\"><link rel=\"stylesheet\" href=\"/files/themes/bna/css/smartphone.css?v=2e85d66a\"><link rel=\"stylesheet\" href=\"/assets/css/files_themes_bna_imports.scss.css?v=3f67f63d\"> <script src=\"/assets/jquery/js/jquery.min.js?v=2e868dd8\"></script><script src=\"/bundles/contaommenu/mmenu/mmenu.js?v=5e72e791\"></script><!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-TC7KKFR\');</script>\n<!-- End Google Tag Manager --><script src=\"https://devmonotomic.bn-automation.com/hofff-contao-consent/status.js?banner=1&pageId=16\"></script><script src=\"/bundles/hofffcontaoconsentcore/consent-manager.3247aa8f.js\"></script><script src=\"/bundles/hofffcontaoconsentgoogletagmanager/script.js?v=760782e2\"></script>\n<!-- TEMPLATE START: vendor/terminal42/contao-changelanguage/contao/templates/block_alternate_links.html5 -->\n<link rel=\"alternate\" hreflang=\"de\" href=\"https://devmonotomic.bn-automation.com/de/unternehmen/unternehmensgeschichte.html\">\n<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://devmonotomic.bn-automation.com/de/unternehmen/unternehmensgeschichte.html\">\n\n<!-- TEMPLATE END: vendor/terminal42/contao-changelanguage/contao/templates/block_alternate_links.html5 -->\n<link type=\"text/css\" rel=\"stylesheet\" href=\"https://fast.fonts.net/cssapi/bc57cc8d-0f71-4688-9d14-7919812b3649.css\"/>\n<link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\">\n\n</head>\n<body id=\"top\" class=\"\">\n\n\n <div id=\"fixed_menu\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div class=\"header\">\n\t<div class=\"inside\">\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div id=\"topbuttons\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div id=\"search\">\n\t<a id=\"search-button\">\n\t\tSuche \n\t\t\n\t\t\n\t</a>\n\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/forms/form_wrapper.html5 -->\n\n<!-- indexer::stop -->\n<div class=\"mod_form block\" id=\"search-input\">\n\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/forms/form_inline.html5 -->\n<form action=\"/de/suche.html\" method=\"get\" enctype=\"application/x-www-form-urlencoded\">\n <div class=\"formbody\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/forms/form_text.html5 -->\n\n<div class=\"widget widget-text\">\n\n\n <input type=\"text\" name=\"keywords\" id=\"ctrl_82\" class=\"text\" value=\"\">\n</div>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/forms/form_text.html5 -->\n </div>\n</form>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/forms/form_inline.html5 -->\n\n</div>\n<!-- indexer::continue -->\n\n <script>\n document.currentScript.previousElementSibling.querySelector(\'form\')?.addEventListener(\'submit\', e => {\n // Prevent double form submission\n if (e.submitter) {\n setTimeout(() => e.submitter.disabled = true);\n setTimeout(() => e.submitter.disabled = false, 30000);\n }\n });\n </script>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/forms/form_wrapper.html5 -->\n\n\t\n\t\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\n<!-- TEMPLATE START: vendor/terminal42/contao-changelanguage/contao/templates/mod_changelanguage.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_changelanguage block\">\n\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n<ul class=\"level_1\">\n <li class=\"lang-de active\"><strong class=\"lang-de active\" aria-current=\"page\">DE</strong></li>\n <li class=\"lang-en nofallback\"><a href=\"/en/company.html\" title=\"Company\" class=\"lang-en nofallback\" hreflang=\"en\" aria-label=\"Zu Englisch wechseln\">EN</a></li>\n <li class=\"lang-es nofallback\"><a href=\"/es/empresa.html\" title=\"Empresa\" class=\"lang-es nofallback\" hreflang=\"es\" aria-label=\"Zu Spanisch wechseln\">ES</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n</nav>\n<!-- indexer::continue -->\n<!-- TEMPLATE END: vendor/terminal42/contao-changelanguage/contao/templates/mod_changelanguage.html5 -->\n\n<img src=\"files/themes/bna/images/EU_TMWWDG.png\" class=\"eu-logo\" alt=\"EU Logo\" width=\"500\">\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_navigation.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_navigation block\" id=\"navi\">\n\n\n <a href=\"/de/unternehmen/unternehmensgeschichte.html#skipNavigation2\" class=\"invisible\">Navigation überspringen</a>\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n<ul class=\"level_1\">\n <li class=\"trail\"><a href=\"/de/unternehmen.html\" title=\"Unternehmen\" class=\"trail\">Unternehmen</a></li>\n <li><a href=\"/de/branchen.html\" title=\"Branchen\">Branchen</a></li>\n <li><a href=\"/de/produkte-und-loesungen.html\" title=\"Produkte und Lösungen\">Produkte und Lösungen</a></li>\n <li><a href=\"/de/service.html\" title=\"Service\">Service</a></li>\n <li><a href=\"/de/karriere.html\" title=\"Karriere bei BN Automation AG\">Karriere</a></li>\n <li><a href=\"/de/investoren.html\" title=\"Investoren\">Investoren</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n <span id=\"skipNavigation2\" class=\"invisible\"></span>\n\n</nav>\n<!-- indexer::continue -->\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_navigation.html5 -->\n\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<a id=\"m-navi-icon\" href=\"#m-navi\" onclick=\"return false;\"><i class=\"fa fa-bars\"></i></a>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<a id=\"logo\" href=\"#\">BN Automation AG</a>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\t</div>\n</div>\n<div class=\"custom\">\n\t<div id=\"breadcrumb\" class=\"\">\n\t <div class=\"inside\">\n\t\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_breadcrumb.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_breadcrumb block\" aria-label=\"Breadcrumb\">\n\n\n <ul>\n <li><a href=\"/de/startseite.html\" title=\"BN Automation AG\">BN Automation AG</a></li>\n <li><a href=\"/de/unternehmen.html\" title=\"Unternehmen\">Unternehmen</a></li>\n <li class=\"active\" aria-current=\"page\">Unternehmensgeschichte</li>\n </ul>\n\n</nav>\n<!-- indexer::continue -->\n\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_breadcrumb.html5 -->\n\n\t </div>\n\t</div>\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n </div>\n\n <div id=\"wrapper\">\n\n\n <div class=\"custom\">\n </div>\n\n\n\n <div id=\"container\">\n\n <main id=\"main\">\n <div class=\"inside\">\n\n<!-- TEMPLATE START: templates/mod_article.html5 -->\n<div class=\"mod_article block\" id=\"banner\">\n\t<div class=\"inside\">\n\t\t\n\t\n<!-- TEMPLATE START: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_header.html5 -->\n<div class=\"ce_bna_header ce_bnaheader block\" id=\"bna_header\" >\n <div class=\"bna_header_content\">\n\n <h2>Immer in Bewegung<br><span class=\"bna_gelb\">bleiben</span></h2>\n\n\n </div>\n\n\n<!-- TEMPLATE START: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_haeder_image.html5 -->\n<div class=\"bna_header_image\">\n <img src=\"/assets/images/a/header_unternehmen_01-k28fbxbhjcde3kj.jpg\">\n</div>\n<!-- TEMPLATE END: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_haeder_image.html5 -->\n\n</div>\n<!-- TEMPLATE END: vendor/esit/bnaheader/Resources/contao/templates/ce_bna_header.html5 -->\n\t\n\t\t</div>\n</div>\n<!-- TEMPLATE END: templates/mod_article.html5 -->\n\n<!-- TEMPLATE START: templates/mod_article.html5 -->\n<div class=\"mod_article teaser block\" id=\"article-1580\">\n\t<div class=\"inside\">\n\t\t\n\t\n\n\n <div class=\"grid2 content-text\"> \n\n\n <div class=\"rte\">\n <p class=\"bna_einleitung\">Begleiten Sie uns auf eine Zeitreise durch unsere Unternehmensgeschichte und erleben Sie, wie sich BNA aus einem kleinen Start-up im Laufe der Jahrzehnte zu einem weltweit erfolgreich agierenden Spezialisten für Automatisierungs- und Informationstechnik entwickelt hat.</p>\n </div>\n\n </div>\n\n\n\n\t\n\t\t</div>\n</div>\n<!-- TEMPLATE END: templates/mod_article.html5 -->\n\n<!-- TEMPLATE START: templates/mod_article.html5 -->\n<div class=\"mod_article block\" id=\"article-15\">\n\t<div class=\"inside\">\n\t\t\n\t <div class=\"ce_rsce_history\">\n <div class=\"insidex\">\n <h1></h1>\n\n <div class=\"items\">\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1990</div>\n\n <h2 class=\"name\">Gründung der B & N Automation GmbH</h2>\n\n <div class=\"bna_einleitung\">\n <p>Die Geschichte der B & N Automation GmbH beginnt am 06.06.1990. Dr. Frank Bonitz, Jörg Neunast und Dr. Jan Rudorfer, bis dato wissenschaftliche Mitarbeiter der Technischen Universität Ilmenau, gründen die B & N Automation GmbH. Mit ihrem Know-how über die Entwicklung von Automatisierungssystemen wagen sie in der Wendezeit den Schritt in die Selbstständigkeit. Schnelligkeit zahlte sich damals bereits aus. So konnte die GmbH noch nach DDR-Recht mit 20.000 Ostmark anstelle von 50.000 DM gegründet werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/w/1990_Gr%C3%BCndung2-ewdn63nmmb3btpe.jpg\" alt srcset=\"/assets/images/w/1990_Gr%C3%BCndung2-ewdn63nmmb3btpe.jpg 1x, /assets/images/7/1990_Gr%C3%BCndung2-qr6myxzyr6ejyja.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1990</div>\n\n <h2 class=\"name\">Erster Auftrag in der Firmengeschichte</h2>\n\n <div class=\"bna_einleitung\">\n <p>Den ersten Auftrag erhält B & N von der damaligen Erzgebirge Wasser/Abwasser AG über eine Prozessüberwachungsanlage für die Wasserversorgung der Stadt Plauen. Vom Auftraggeber äußerst mutig einem 2 Monate alten Unternehmen, ohne Kapital oder Referenzen, mit Sitz in der 3-Raum-Wohnung eines der Gründer, einen Auftrag über 70.000 DM zu erteilen.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/k/1990_ZWAV_Plauen-cza6f96b4qg5ck2.jpg\" alt srcset=\"/assets/images/k/1990_ZWAV_Plauen-cza6f96b4qg5ck2.jpg 1x, /assets/images/1/1990_ZWAV_Plauen-1tgkdcd3hs3r4t0.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1991</div>\n\n <h2 class=\"name\">1. Firmensitz "Oehrenstöcker Straße Ilmenau"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Gewerberäume waren zu dieser Zeit schwer zu finden. Im Januar 1991 stellt die Stadt Ilmenau Räume in der Oehrenstöcker Straße zur Verfügung. Erst nach Wochen umfänglicher Renovierungsarbeiten durch die Gründer, konnte das erste Firmendomizil bezogen werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/4/1991_Oehrenst%C3%B6cker_-n29m46t7ewv9tj6.jpg\" alt srcset=\"/assets/images/4/1991_Oehrenst%C3%B6cker_-n29m46t7ewv9tj6.jpg 1x, /assets/images/4/1991_Oehrenst%C3%B6cker_-th5312fnf1dj3g7.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1992</div>\n\n <h2 class=\"name\">Erster Großauftrag "Trinkwasser" über 1,4 Mio. DM</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N, nun auf 7 Mitarbeitern gewachsen, realisiert ihren ersten Trinkwasser-Großauftrag "Elektro- und MSR-Technik für das Wasserwerk Wischroda" mit der atemberaubenden Auftragssumme von 1,4 Mio. DM und zwei Jahren Projektlaufzeit.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/e/1992_WW%20Wischroda-k9qrjw3vr6tkqn0.jpg\" alt srcset=\"/assets/images/e/1992_WW%20Wischroda-k9qrjw3vr6tkqn0.jpg 1x, /assets/images/6/1992_WW%20Wischroda-jba4y5zz5wdkcky.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1993</div>\n\n <h2 class=\"name\">Aufbau der Gruppe Leittechnik</h2>\n\n <div class=\"bna_einleitung\">\n <p>Die Ära der DOS-basierten Leitsysteme ging zu Ende und BNA hat das brandneue InTouch als zukunftsweisendes Leitsystem am Markt ausgemacht. Die Herausforderung bestand in der Anbindung des neuen Leitsystems an die SAT-Technik. Das war die Geburtsstunde der Gruppe Leittechnik. BNA hat das erste windowsbasierte Leitsystem an die Stadtwerke Meiningen ausliefern können. Die SAT-InTouch-Kopplung mittels CIF und DDE war in den Folgejahren ein echter Renner, dem BNA viele weitere Aufträge verdankt.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1993</div>\n\n <h2 class=\"name\">Erster Auftrag "Abwasser kommunal"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Mit dem Auftrag für die Verbandskläranlage Arnstadt gelingt B & N der Einstieg in die kommunale Abwasserreinigung. Die neue Kläranlage reinigt die Abwässer der Stadt Arnstadt und einer Reihe von umliegenden Gemeinden des Wasser- und Abwasserverbandes Arnstadt und Umgebung. Die Anlage hat eine Kapazität von 80.000 Einwohnerwerten (EW). B & N liefert alles von der Mittelspannung bis zum Bildschirmleitsystem. Als Einstieg in die kommunale Klärtechnik eine große Herausforderung.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1993</div>\n\n <h2 class=\"name\">Umzug in Firmensitz Nr. 2</h2>\n\n <div class=\"bna_einleitung\">\n <p>In der Oehrenstöcker Straße wird es allmählich zu eng. 10 Mitarbeiter ziehen in das Gewerbegebiet "Am Vogelherd" Ilmenau, mit nun Platz für insgesamt 30 Mitarbeiter und einer kleinen Werkstatt für die Fertigung von Fernwirkschränken.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1994</div>\n\n <h2 class=\"name\">Firmeneigene Softwareentwicklung beginnt</h2>\n\n <div class=\"bna_einleitung\">\n <p>Für die ATV-Protokollierung der Kläranlage Arnstadt gibt es zu diesem Zeitpunkt am Markt keine windowsbasierte Lösung. Das war die Geburtsstunde von TIBS Technisches Informations- und Bediensystem Version 1.0. und der Beginn der firmeneigenen Softwareentwicklung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/2/1994_TIBS-0a3gxsnqhfq2qsa.jpg\" alt srcset=\"/assets/images/2/1994_TIBS-0a3gxsnqhfq2qsa.jpg 1x, /assets/images/3/1994_TIBS-zvw4b6npygq7ks0.jpg 1.203x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1995</div>\n\n <h2 class=\"name\">B & N erweitert ihr Branchenportfolio</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N erhält von den Stadtwerken Ilmenau den Auftrag "Anbindung von Stationen über Fernwirktechnik", damit gelingt der Einstieg in die Stromversorgung. Ein Jahr später bekommt B & N den ersten Auftrag für eine Wärmeversorgung von den Stadtwerken Suhl-Zella-Mehlis. Das Portfolio der Ver- und Entsorgung ist damit komplett und Steuerungssysteme für diese Anlagen gehören seitdem zum Leistungsangebot von B & N.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1996</div>\n\n <h2 class=\"name\">Erster Auftrag zur Talsperrenüberwachung</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der Startschuss im Umweltbereich fällt. B & N erhält von der Thüringer Fernwasserversorgung den Auftrag für das Verbundleitsystem der Talsperren Ohra, Schmalwasser und Tambach-Dietharz.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/d/1996_FWV_Luftbild%20Ohra-gbqdx6ykcz2b19j.jpg\" alt srcset=\"/assets/images/d/1996_FWV_Luftbild%20Ohra-gbqdx6ykcz2b19j.jpg 1x, /assets/images/k/1996_FWV_Luftbild%20Ohra-ree5j50fqzm1r0r.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1996</div>\n\n <h2 class=\"name\">Erste Aufträge aus den "alten" Bundesländern</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N erhält mit der Kläranlage Niederwald bei Kirchhein im Nachbarland Hessen und der Kläranlage Rhein-Main Air Base in Frankfurt Main ihre ersten Aufträge in den alten Bundesländern.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/f/1996_KA%20Rhein-Main%20Airbase1-e6n3q4hp6wz1ymt.jpg\" alt srcset=\"/assets/images/f/1996_KA%20Rhein-Main%20Airbase1-e6n3q4hp6wz1ymt.jpg 1x, /assets/images/j/1996_KA%20Rhein-Main%20Airbase1-ag4ys1j7c9xfesn.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1997</div>\n\n <h2 class=\"name\">Bau des eigenen Firmengebäudes "Am Wald"</h2>\n\n <div class=\"bna_einleitung\">\n <p>B & N wächst weiter, die angemieteten Räumlichkeiten im Gewerbegebiet " Am Vogelherd" werden zu eng. Auch für die Fertigung der Schaltschränke sind die Räumlichkeiten in der 1. Etage "Am Vogelherd" unpraktisch. Anfang 1997 fällt dann die klare Entscheidung für die Errichtung eines eigenen Firmengebäudes. Die ersten Baumaßnahmen beginnen im März 1998.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/c/1998_Bau%20Am%20Wald-45fv0pev89z8b0h.jpg\" alt srcset=\"/assets/images/c/1998_Bau%20Am%20Wald-45fv0pev89z8b0h.jpg 1x, /assets/images/0/1998_Bau%20Am%20Wald-pydmnmczs87dshk.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1998</div>\n\n <h2 class=\"name\">Einzug in den Gewerbepark "Am Wald"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der Bau des eigenen Firmengebäudes ist ein sichtbarer Anfang für ein neues Kapitel in der Firmengeschichte von B & N. Das Gebäude wurde in nur 6 Monaten erbaut, ausschließlich von Thüringer Firmen. Mit einer Nutzfläche von 1.100 m² ist nun Platz für 50 Mitarbeiterinnen und Mitarbeiter, mit besten Arbeitsbedingungen und optimalen Voraussetzungen, das geplante Wachstum fortzusetzen.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/9/1998_Gewerbepark%20Am%20Wald-1bvc7yksxj1v612.jpg\" alt srcset=\"/assets/images/9/1998_Gewerbepark%20Am%20Wald-1bvc7yksxj1v612.jpg 1x, /assets/images/w/1998_Gewerbepark%20Am%20Wald-1ratjcxqy0cq56v.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">1998</div>\n\n <h2 class=\"name\">Kooperationsvertrag mit TEAG für die Nachwuchsgewinnung</h2>\n\n <div class=\"bna_einleitung\">\n <p>Um frühzeitig den Nachwuchs zu sichern, hat B & N im Rahmen eines Kooperationsvertrags mit der TEAG Teile der Lehrlingsausbildung zum Energieanlagenelektroniker übernommen.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2000</div>\n\n <h2 class=\"name\">Umwandlung in eine Aktiengesellschaft</h2>\n\n <div class=\"bna_einleitung\">\n <p>Aus B & N Automation GmbH wird BN Automation AG mit dem Ziel, auch zukünftig mit den Erfordernissen des Marktes Schritt halten zu können und den Mitarbeiterinnen und Mitarbeitern eine Beteiligung am Unternehmen zu ermöglichen. Vorstand der BN Automation AG wird der bisherige Geschäftsführer Dr. Frank Bonitz.<br>Im Bild die drei Gründer (v.l.) Dr. Frank Bonitz, Dr. Jan Rudorfer, Jörg Neunast und der erste Aufsichtsrat Oskar Armbruster, Professor Reinhard Schramm, Andreas Schnitzler.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/b/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-bez8q5phwt5c2hk.jpg\" alt srcset=\"/assets/images/b/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-bez8q5phwt5c2hk.jpg 1x, /assets/images/x/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-9svkxh44pngppq6.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2000</div>\n\n <h2 class=\"name\">1. Erweiterungsbau: eigene Schaltanlagenfertigung</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der erste Erweiterungsbau bereits 2 Jahre nach dem Einzug in das neue Firmengebäude wurde erforderlich aufgrund der strategischen Entscheidung, am Standort einen eigenen Schaltanlagenbau aufzubauen. Damit erweitert BNA ihr Leistungsportfolio und gewinnt gleichzeitig ein Stück Unabhängigkeit von Zulieferern. Termintreue und Qualität können besser gewährleisten werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/v/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-6zmzkacj6539vjd.jpg\" alt srcset=\"/assets/images/v/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-6zmzkacj6539vjd.jpg 1x, /assets/images/6/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-b5q3fhf2wts83nw.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2001</div>\n\n <h2 class=\"name\">Aufbau eines eigenständigen Servicebereiches</h2>\n\n <div class=\"bna_einleitung\">\n <p>Mit zunehmender Kundenanzahl, dem stärkeren Bedarf an Messtechnik und der steigenden Anzahl von Wartungsverträgen ist der Aufbau eines eigenen Servicebereich notwendig geworden.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2001</div>\n\n <h2 class=\"name\">Zertifizierung nach DIN EN ISO 9001:2000</h2>\n\n <div class=\"bna_einleitung\">\n <p>Qualität ist für die BNA mehr als nur ein Gütesiegel. BNA ist nach den Standards der ISO 9001 zertifiziert und unterzieht sich regelmäßigen jährlichen Audits.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/s/tuev-iso-9001-tic-xkzsm9tsbsay6kv.png\" alt srcset=\"/assets/images/s/tuev-iso-9001-tic-xkzsm9tsbsay6kv.png 1x, /assets/images/b/tuev-iso-9001-tic-pw7nzgchmweexwa.png 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2001</div>\n\n <h2 class=\"name\">Großauftrag Abwasser "Gruppenklärwerk Kenten"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Gleich mehrere Superlative verbindet BNA mit dem Auftrag „Erneuerung der Automatisierungstechnik des Gruppenklärwerks Kenten in Bergheim an der Erft“: Es ist der bis dato größte Global-Pauschalauftrag, funktional angeboten – sozusagen ein "Stück Kläranlage" für die schwindelerregende Summe von 4 Mio. DM. Das erste große Projekt in Nordrhein-Westfalen und es ist gleichzeitig das erste PCS 7 Projekt für BNA.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/6/2001_kenten-belebung1-0w624hz2cq4qys2.jpg\" alt srcset=\"/assets/images/6/2001_kenten-belebung1-0w624hz2cq4qys2.jpg 1x, /assets/images/k/2001_kenten-belebung1-2ye5rzzgkz8mv03.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2002</div>\n\n <h2 class=\"name\">Erstes Auslandsprojekt</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält den Auftrag, für die Fruchtsaftfabrik der Granini-Gruppe in Sarre-Union in Frankreich die Kläranlage zu automatisieren. Und ursprünglich sollte, weil in Sarre-Union auch Deutsch gesprochen wird, auch das Leitsystem in Deutsch geliefert werden. Das wurde dann kurzerhand anders entschieden: „Wir sind in Frankreich und da wird französisch gesprochen!“ und BNA liefert ihr erstes französisches Leitsystem.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/g/2002_Rea%20Granini-z1e1cv8c4fpbwc5.jpg\" alt srcset=\"/assets/images/g/2002_Rea%20Granini-z1e1cv8c4fpbwc5.jpg 1x, /assets/images/4/2002_Rea%20Granini-4x97nhpewxde6wz.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2003</div>\n\n <h2 class=\"name\">Verleihung des "Thüringer Staatspreises für Qualität"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Als Anerkennung für herausragende Leistungen auf dem Gebiet des Qualitätsmanagements erhält BNA bereits im ersten Bewerbungsanlauf den Thüringer Staatspreis für Qualität.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/a/2003_Th%C3%BCringer%20Staatpreis-cr0vcdhgy230kzc.jpg\" alt srcset=\"/assets/images/a/2003_Th%C3%BCringer%20Staatpreis-cr0vcdhgy230kzc.jpg 1x, /assets/images/0/2003_Th%C3%BCringer%20Staatpreis-z578kt0ptx1c4fv.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2004</div>\n\n <h2 class=\"name\">2. Erweiterungsbau: neue Fertigungshalle</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA ist auf 60 Mitarbeiter angewachsen und weiter auf Wachstumskurs. Das bestehende Betriebsgebäude wird mit dem Bau einer Fertigungshalle inkl. Büro- und Sozialgebäude um 850 m² erweitert. Der Erweiterungsbau beherbergt die Schaltanlagenfertigung, die Elektrokonstruktion und den Servicebereich mit Platz für 25 Mitarbeiter.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/3/2004_neueFertigungshalle-tzyetv806mzzcds.jpg\" alt srcset=\"/assets/images/3/2004_neueFertigungshalle-tzyetv806mzzcds.jpg 1x, /assets/images/m/2004_neueFertigungshalle-s1dd0xxhymc86aw.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2004</div>\n\n <h2 class=\"name\">Ausnahmeprojekt Talsperre Leibis/Lichte</h2>\n\n <div class=\"bna_einleitung\">\n <p>Zu den spektakulärsten Bauprojekten gehört die Trinkwassertalsperre Leibis/Lichte, mit 102,5 m die zweithöchste Staumauer Deutschlands. Aus technischer aber auch ökologischer Hinsicht ein Ausnahmeprojekt. Die Steuerungs- und Leittechnik von BNA ist äußerst komplex und erfüllt vielfältige Aufgaben, u.a. die qualitätsoptimierte Rohwasserbereitstellung für die Trinkwasseraufbereitung, die Bauwerksüberwachung, den Hochwasserschutz und Sicherheitseinrichtungen. Und für einen optimalen Naturschutz entwickelt BNA eine ökologische Steuerung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/m/2004_Talsperre%20Leibis-Lichte-y6a3xj69wnvkx66.jpg\" alt srcset=\"/assets/images/m/2004_Talsperre%20Leibis-Lichte-y6a3xj69wnvkx66.jpg 1x, /assets/images/1/2004_Talsperre%20Leibis-Lichte-ncg31amw1rq7xdx.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2004</div>\n\n <h2 class=\"name\">Zusammenarbeit mit der Dualen Hochschule Gera-Eisenach beginnt</h2>\n\n <div class=\"bna_einleitung\">\n <p>Um einen eigenen Ingenieurnachwuchs zu entwickeln, beginnt BNA die Zusammenarbeit mit der Dualen Hochschule Gera-Eisenach. BNA bietet seitdem jungen Menschen die Möglichkeit, ein 3-jähriges duales Studium in den Fachrichtungen Elektrotechnik/Automatisierungstechnik, Informations- und Kommunikationstechnik oder Praktische Informatik zu absolvieren.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/q/2004_DHGE-z8e6h8q6qjjz28t.jpg\" alt srcset=\"/assets/images/q/2004_DHGE-z8e6h8q6qjjz28t.jpg 1x, /assets/images/d/2004_DHGE-spvy1zqed48y38a.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2005</div>\n\n <h2 class=\"name\">BNA erhält Unternehmerpreis</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält den vom Verband der Volks- und Raiffeisenbanken ausgelobten Unternehmerpreis "Innovativer Mittelstand". Soziales Engagement, Innovationen und regionaler Bezug waren für die Thüringer Industrie- und Handelskammer Südthüringen die entscheidenden Gründe, BNA unter 26.000 Mitgliedsfirmen für den Preis zu nominieren.<br><small>(Foto: Henry Trefz, Thüringer Allgemeine)</small></p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/z/2005_Unternehmerpreis-b5s8ynvt25rttae.jpg\" alt srcset=\"/assets/images/z/2005_Unternehmerpreis-b5s8ynvt25rttae.jpg 1x, /assets/images/c/2005_Unternehmerpreis-n2yxmmz5p25d6pa.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2006</div>\n\n <h2 class=\"name\">Erster Auftrag im Bereich "Nahrungs- und Genussmittel"</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erweitert ihr Branchenportfolio und schafft mit dem Auftrag, die Automatisierungs- und Leittechnik für die Herstellung von Schokoladenspezialitäten zu liefern, den Einstieg in die Branche "Nahrungs- und Genussmittel".</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2006_S%C3%BC%C3%9Fwaren.jpg\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2006</div>\n\n <h2 class=\"name\">Ausgezeichnet mit dem Bonitätssiegel von Creditreform</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der führende Anbieter von Wirtschaftsinformationen Deutschlands Creditreform ehrt die 127 erfolgreichsten Firmen in Südthüringen mit dem Bonitätssiegel. Mit einem ausgezeichneten Bonitätsindex ist BNA eines der 18 erfolgreichsten und wirtschaftlich stärksten Unternehmen in Südthüringen und damit ein verlässlicher Partner für ihre Kunden.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2007</div>\n\n <h2 class=\"name\">Großauftrag "Abwasser industriell"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der Neubau einer Papierfabrik des Myllykoski Konzerns im bayrischen Plattling macht den Bau einer neuen Abwasserbehandlungsanlage erforderlich. Die innovative Prozessleittechnik von BNA trägt hier zu optimalen Ergebnissen bei der Prozesswasseraufbereitung und Abwasserbehandlung bei. Das Auftragsvolumen beträgt 2,5 Mio. €.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2007_Anlage%20MD%20Papier%20Plattling_Oliver%20Hauswald.jpg\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2007</div>\n\n <h2 class=\"name\">Kooperationsvertrag mit Gymnasium in Ilmenau</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA unterstützt das Gymnasium Goetheschule Ilmenau finanziell bei der Ausgestaltung des Technikunterrichts, berät die beteiligten Lehrkräfte fachlich und vermittelt wirtschaftliche, technische und praktische Bildungsinhalte. In Praktika und Fortbildungsmaßnahmen bei BNA erhalten die Schüler frühzeitig Einblicke in das wirtschaftliche Leben eines Unternehmens mit dem Ziel, dass mehr Jugendliche ihre berufliche Zukunft in technischen Disziplinen suchen.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/8/2007_Goetheschule-kr2z8pzx787axbr.jpg\" alt srcset=\"/assets/images/8/2007_Goetheschule-kr2z8pzx787axbr.jpg 1x, /assets/images/7/2007_Goetheschule-4k5pz78ntn1kv1n.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2009</div>\n\n <h2 class=\"name\">Erster Auftrag für ein GuD-Kraftwerk</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält von der Energie- und Medienversorgung Schwarza GmbH den Auftrag zur Erneuerung der Prozessleittechnik für das Gas- und Dampfturbinen-Kraftwerk mit 27 MW elektrischer Leistung und 200 Tonnen Dampfleistung. Für die Migration der Prozessleittechnik im laufenden Betrieb hat BNA sichere Migrationsstrategien entwickelt, die Betriebsunterbrechungen minimieren und einen sicheren Wiederanlauf gewährleisten.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2009_GuD%20Schwarza.jpg\" alt width=\"2400\" height=\"1597\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2009</div>\n\n <h2 class=\"name\">BN Akademie gegründet</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA verfügt über ein breites Wissen auf den Gebieten Automatisierung, Leittechnik, Informationstechnik, Schaltanlagenbau, Prozessinstrumentierung und angrenzenden Wissensgebieten. Um die theoretischen Grundlagen in Verbindung mit dem Know-how über die Anwendung zu bündeln und das Wissen gezielt weitergeben zu können, hat BNA unter dem Motto "besser mehr wissen" die BN Akademie gegründet.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/4/2009_BN-Akademie-27vt9cs15cqdea3.jpg\" alt srcset=\"/assets/images/4/2009_BN-Akademie-27vt9cs15cqdea3.jpg 1x, /assets/images/s/2009_BN-Akademie-vdrm59mxnz57npf.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2010</div>\n\n <h2 class=\"name\">BNA sagt Danke</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA feiert ihr 20 jähriges Firmenjubiläum zusammen mit ihren Auftraggebern und Partnern und sagt Danke für 20 Jahre Vertrauen und dauerhafte kollegiale Zusammenarbeit.</p>\n<p>"In den 20 Jahren unserer Unternehmensgeschichte sind wir nie wirklich stehen geblieben, allenfalls haben wir mal eine kleine Verschnaufpause eingelegt, aber, egal ob wir Neuland betreten oder ob wir einen einmal getanen Schritt wiederholen wollten, in jedem einzelnen Fall sind es unsere Auftraggeber und Partner, die uns vertrauten und die uns damit diese Entwicklung ermöglichten." Dr. Frank Bonitz</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2010_20JahreBNA.jpg\" alt width=\"2075\" height=\"1385\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2011</div>\n\n <h2 class=\"name\">BNA wird erster Siemens Industry Partner Wasser</h2>\n\n <div class=\"bna_einleitung\">\n <p>Nachdem BNA bereits seit 2006 Siemens Solution Partner Automation ist und sich über die Jahre in einigen Fachbereichen zum Specialist entwickelt hat, wird BNA erster Siemens Industry Partner für die Branche Wasser.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2011_Solution_Partner.jpg\" alt width=\"360\" height=\"240\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2011</div>\n\n <h2 class=\"name\">3. Erweiterungsbau: weiter auf Wachstumskurs</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA baut zum dritten Mal und erweitert das Firmengebäude um einen zweigeschossigen Neubau und vergrößert die Sozialräume im Hauptgebäude. Der Neubau schafft Platz für 35 neue Arbeitsplätze und verdeutlicht das kontinuierliche Wachstum von BNA.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2011_BNA_3.%20Erweiterung_Neubau.jpg\" alt width=\"2400\" height=\"1604\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2012</div>\n\n <h2 class=\"name\">Größte Kläranlage mit 2,0 Mio. EW</h2>\n\n <div class=\"bna_einleitung\">\n <p>Das Klärwerk Gut Großlappen in München ist mit einer Reinigungsleistung von 2,0 Mio. Einwohnerwerten unsere bislang größte Anlage. 1926 wurde das Klärwerk in Betrieb genommen und immer wieder erweitert und umgebaut. Dies hatte zur Folge, dass einzelne Anlagenbereiche mit unterschiedlicher Automatisierungs- und Leittechnik ausgestattet wurden. Die Münchner Stadtentwässerung beauftragt BNA mit der Migration verschiedener Anlagenbereiche auf eine einheitliche Prozessleittechnik.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/d/2012_Gut%20Gro%C3%9Flappen-1crfr0fgjrnn1t9.jpg\" alt srcset=\"/assets/images/d/2012_Gut%20Gro%C3%9Flappen-1crfr0fgjrnn1t9.jpg 1x, /assets/images/3/2012_Gut%20Gro%C3%9Flappen-xeertbzjm2t6968.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2013</div>\n\n <h2 class=\"name\">Millionenauftrag für ein GuD-Kraftwerk-Neubau</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA erhält von der Sachsenmilch Leppersdorf GmbH den Auftrag über die Lieferung der Elektro- und Leittechnik für das neue GuD-Kraftwerk auf dem Gelände des Sachsenmilch-Werkes. Das neue werkseigene Kraftwerk versorgt den Standort Leppersdorf zu fast 100 Prozent mit Wärme und Strom. Die Herausforderungen des Millionenauftrages sind neben der schlüsselfertigen Lieferung der Niederspannungstechnik, der Betriebstechnik sowie der Steuerungs- und Prozessleittechnik die nur einjährige Realisierungsphase.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2013_GuD%20Leppersdorf.jpg\" alt width=\"2400\" height=\"1595\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2013</div>\n\n <h2 class=\"name\">BNA in Südamerika</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA liefert für die Scheiben-Klebeanlage im neuen Montagewerk des Nutzfahrzeugherstellers DAF im brasilianischen Ponta Grossa im Bundesstaat Paraná die EMSR-Technik. Die eingesetzte sicherheitsgerichtete Steuerung ist intern redundant aufgebaut, überwacht sich selbst, erkennt eigenständig Fehler und versetzt sich selbständig unmittelbar bei Auftreten eines Fehlers in einen sicheren Zustand.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/x/2013_DAF1-0qthhkj5tmd2smn.jpg\" alt srcset=\"/assets/images/x/2013_DAF1-0qthhkj5tmd2smn.jpg 1x, /assets/images/0/2013_DAF1-v4ymsg52f2h26f3.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2013</div>\n\n <h2 class=\"name\">BNA tritt Nachhaltigkeitsabkommen NAThüringen bei</h2>\n\n <div class=\"bna_einleitung\">\n <p>Das Nachhaltigkeitsabkommen NAThüringen ist eine freiwillige Vereinbarung zwischen der Thüringer Landesregierung und der Thüringer Wirtschaft. Es führt Politik, Verwaltung und Unternehmen zu den Themen Klima- und Umweltschutz, Ressourcenschonung und Energieeffizienz zusammen.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2014</div>\n\n <h2 class=\"name\">BNA erhält Praxispartnerpreis der DHGE</h2>\n\n <div class=\"bna_einleitung\">\n <p>Erstmalig in diesem Jahr lobt der Förderkreis der Dualen Hochschule Gera e.V. den jährlichen Praxispartnerpreis für besonders engagierte Praxispartner der Studienbereiche Wirtschaft, Technik und Soziales aus. BNA erhält den ersten Praxispartnerpreis für ihr Engagement für das duale Studium sowie für die vorbildlichen Ausbildungsbedingungen in den Praxisphasen.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">BNA wird Siemens Solution Partner "Energy Automation"</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA automatisiert seit 25 Jahren Kraftwerke und Versorgungsnetze in der Energie- und Wasserversorgung. Die technische Basis dieser Lösungen bilden in vielen Fällen Produkte der Firma Siemens. Johannes Bernlochner von der Siemens Energy Division überreicht die Urkunde als Siemens Solution Partner „Energy Automation“ und würdigt damit das Lösungs-Know-how in der Energieversorgung und die Kenntnisse und Erfahrungen von BNA in der Integration von Energy Automation Produkten.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2015_Siemens_%C3%9Cbergabe%20Zertifikat%20Energy.jpg\" alt width=\"2400\" height=\"1800\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">Einstieg in die Lebensmittelbranche Milch/Käse</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA liefert für die neue 3-stufige Ultrafiltrationsanlage zur effizienteren Aufkonzentration von Molke für eine bayerische Molkerei die Elektro-, Automatisierungs- und Prozessleittechnik. Die Zusammenarbeit mit dem Maschinen- und Anlagenbauer LTH Dresden, eine Niederlassung der ALPMA, beginnt.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/r/2015_Molke-s2z5ymabr545nwe.jpeg\" alt srcset=\"/assets/images/r/2015_Molke-s2z5ymabr545nwe.jpeg 1x, /assets/images/s/2015_Molke-8003rb795q349gg.jpeg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">Mitglied der Initiative "Charta der Vielfalt"</h2>\n\n <div class=\"bna_einleitung\">\n <p>Anlagen von BNA stehen in 15 Ländern weltweit. Dort zu arbeiten, erfordert neben Sprachkenntnissen vor allem Offenheit für fremde Kulturen. Auch in Ilmenau gehört Internationalität zum Alltag. Von der TU Ilmenau finden immer wieder Studierende unterschiedlicher Nationalitäten den Weg zu BNA. Menschen aus 13 verschiedenen Ländern sind es bis heute. Ihre Integration gelingt, weil die Mitarbeiter von BNA ihren neuen Kolleginnen und Kollegen vorurteilsfrei gegenübertreten und ihnen helfen, den Schritt in »unsere Welt« zu vollziehen. Als äußeres Zeichen dieser Offenheit gehört BNA zu den Unterzeichnern der Charta der Vielfalt.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2015_Charta.png\" alt width=\"641\" height=\"427\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2015</div>\n\n <h2 class=\"name\">Prozessleittechnik für Großbrauerei in Mexiko</h2>\n\n <div class=\"bna_einleitung\">\n <p>Von der Milch zum Bier – und von Deutschland in die weite Welt: BNA erhält den Auftrag, die Prozessleittechnik für zwei neue Sudhäuser sowie einen Kaltblock inklusive Tanks und Rohrleitungen für die größte Brauerei der Welt Compañía Cervecera de Coahuila Piedras Negras in Mexiko zu liefern. Die Produktionskapazität der Brauerei kann so auf auf 25 Mio. Hektoliter gesteigert werden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/t/2015_Piedras-73nn9m9bqey2xgn.jpg\" alt srcset=\"/assets/images/t/2015_Piedras-73nn9m9bqey2xgn.jpg 1x, /assets/images/3/2015_Piedras-vqa280dtmqjbpya.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2016</div>\n\n <h2 class=\"name\">Einstieg in den Spezialmaschinenbau Holzindustrie</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA entwickelt eine Weltneuheit für Schleifmaschinen – das Board Quality Cockpit (BQC). Das einzigartige Assistenzsystem auf Basis der BNA Software TIBS sammelt und überwacht unterschiedlichste Daten aus einer Schleiflinie.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2016_Steinemann.jpg\" alt width=\"2400\" height=\"1626\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2016</div>\n\n <h2 class=\"name\">Erste Implementierung der BNA Software anexio®</h2>\n\n <div class=\"bna_einleitung\">\n <p>Markteinführung der BNA Software anexio® Instandhaltung. Die Lösung zur Planung, Durchführung und Dokumentation der betrieblichen Wartung und Instandhaltung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/f/2016_anexio-bkajnc98jb5nsjx.jpg\" alt srcset=\"/assets/images/f/2016_anexio-bkajnc98jb5nsjx.jpg 1x, /assets/images/7/2016_anexio-wcs1nycn0jbg0ax.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2016</div>\n\n <h2 class=\"name\">Staffelübergabe</h2>\n\n <div class=\"bna_einleitung\">\n <p>Nach 26 Jahren erfolgt der Wechsel an der Spitze des Unternehmens. Dr. Frank Bonitz, der die BN Automation AG seit ihrer Gründung 1990 geleitet hat, scheidet zum 31.12.2016 aus dem Vorstand aus und übergibt den Staffelstab an Stefan Schneider.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2017%20Staffel%C3%BCbergabe.jpg\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2017</div>\n\n <h2 class=\"name\">Neue Vorstände</h2>\n\n <div class=\"bna_einleitung\">\n <p>Gleichzeitig rücken mit Mario Winkler (links) und Heiko Nikolaus (rechts) zwei langjährige Bereichsleiter in den Vorstand auf. Stefan Schneider übernimmt im nun dreiköpfigen Vorstand den Vorsitz. Dr. Frank Bonitz wird die BN Automation AG als Vertreter der Unternehmensgründer im Aufsichtsrat weiter begleiten.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/t/2017_neue%20Vorst%C3%A4nde-r2kt7g1m8c1f8av.jpg\" alt srcset=\"/assets/images/t/2017_neue%20Vorst%C3%A4nde-r2kt7g1m8c1f8av.jpg 1x, /assets/images/b/2017_neue%20Vorst%C3%A4nde-anhz324k0f5harh.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2017</div>\n\n <h2 class=\"name\">Millionenauftrag kommt aus Luxemburg</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der größte Auftrag in der Unternehmensgeschichte von BNA mit einem Auftragsvolumen von 11 Mio. € ist die Lieferung der EMSR-Technik für die neue Trinkwasseraufbereitungsanlage mit einer Kapazität von 110.000 m³/d der SEBES Syndicat des Eaux du barrage d'Esch-sur-Sûre in Luxemburg. Die Prozesstechnik wurde innerhalb eines Loses als schlüsselfertige Leistung europaweit ausgeschrieben. Darin enthalten sind sowohl die maschinentechnische Ausrüstung als auch die elektrotechnischen Komponenten zur Steuerung und Überwachung der Anlage. Im internationalen Wettbewerb konnte sich die Bietergemeinschaft aus drei deutschen mittelständischen Unternehmen ELIQUO KGN GmbH & Co. KG, A+H Maschinen- und Anlagenbau GmbH & Co. KG sowie BN Automation AG behaupten. Die Gesamtauftragssumme beträgt 45 Mio. €.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2017</div>\n\n <h2 class=\"name\">Weiterer Auftrag in der Lebensmittelbranche</h2>\n\n <div class=\"bna_einleitung\">\n <p>In Jerewan (Armenien) errichtet die Firma ALPMA Alpenland Maschinenbau GmbH ein neues Werk zur Herstellung von Käse. BNA erhält von der Firma LTH Dresden, einer Niederlassung der ALPMA, den Auftrag zur Realisierung der Automatisierungs- und Elektrotechnik für die Milchaufbereitung als Grundlage für die Käseproduktion.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/f/2017_Armenien-py15mfzh96s7cat.jpg\" alt srcset=\"/assets/images/f/2017_Armenien-py15mfzh96s7cat.jpg 1x, /assets/images/p/2017_Armenien-ky6jwnwpjyz7jmz.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2018</div>\n\n <h2 class=\"name\">BNA wird Mitglied im "Erfolgsfaktor Familie" Unternehmensnetzwerk</h2>\n\n <div class=\"bna_einleitung\">\n <p>Das Unternehmensnetzwerk „Erfolgsfaktor Familie" wurde vom Bundesfamilienministerium sowie dem Deutschen Industrie- und Handelskammertag (DIHK) ins Leben gerufen. BNA ist Mitglied und steht somit für eine familienbewusste Personalpolitik. Die Vereinbarkeit von Beruf und Familie ist bereits seit Jahren ein wesentlicher Bestandteil der Personalarbeit von BNA.</p>\n </div>\n </div>\n\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2019</div>\n\n <h2 class=\"name\">4. Erweiterungsbau: Platz für neue Mitarbeiter</h2>\n\n <div class=\"bna_einleitung\">\n <p>Bereits zum vierten Mal hat BNA ihr Firmengebäude erweitert. Der Anbau war notwendig geworden, um auch in Zukunft weiter zu wachsen und erfolgreich arbeiten zu können. Damit verfügt BNA über Platz für 170 Mitarbeiter. Die Einweihung begann mit lautstarkem Getöse: Donner und Starkregen hielten weder Herrn Schneider, Vorstandsvorsitzender der BNA, noch den Ilmenauer Oberbürgermeister Herrn Dr. Schultheiß davon ab, dieses wichtige Ereignis zusammen mit den Mitarbeiterinnen und Mitarbeitern gebührend zu feiern.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/c/2019_Einweihung%204.%20Anbau-gnrk9wkvq4c88pw.jpg\" alt srcset=\"/assets/images/c/2019_Einweihung%204.%20Anbau-gnrk9wkvq4c88pw.jpg 1x, /assets/images/a/2019_Einweihung%204.%20Anbau-sq9qq6jn3b9yba5.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2019</div>\n\n <h2 class=\"name\">"Unternehmen des Jahres" MuT-Preis 2019</h2>\n\n <div class=\"bna_einleitung\">\n <p>Die renommierte Südthüringer Wirtschaftsauszeichnung MuT steht für „Mittelstand und Thüringen“ und würdigt Firmen, die Südthüringens wirtschaftliche Zukunft sichern. Vorgeschlagen durch unseren langjährigen Kooperationspartner, die Goetheschule Ilmenau (Schulleiter Herr Rusch, 2.v.r.), gehörte BNA zu den 10 Finalisten. Die Entscheidung der Jury, BNA als „Unternehmen des Jahres“ auszuzeichnen, macht stolz und motiviert für die Zukunft. Entgegengenommen haben den Preis Katrin Rose, Personalreferentin, und Mario Winkler (2. v.l.), Vorstand Marketing und Vertrieb.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2019_MuT-Preis.JPG\" alt width=\"2400\" height=\"1600\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2020</div>\n\n <h2 class=\"name\">BNA eröffnet Niederlassung in Bergheim, NRW</h2>\n\n <div class=\"bna_einleitung\">\n <p>BNA eröffnet ihre Niederlassung in Bergheim im Rhein-Erft-Kreis. Mit einer Zweigstelle in Nordrhein-Westfalen schafft BNA Präsenz in der Nähe vieler Stammkunden, erhöht die eigene Reaktionsfähigkeit und bildet die Voraussetzungen für den weiteren Ausbau des regionalen Geschäfts. Die Niederlassung startet mit der Abwicklung von Serviceaufträgen und unterstützt Inbetriebsetzungen in den Automatisierungsprojekten der BNA bei den regionalen Kunden.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/z/2020_Bergheim-a0dr3h6nv9emcr6.jpg\" alt srcset=\"/assets/images/z/2020_Bergheim-a0dr3h6nv9emcr6.jpg 1x, /assets/images/4/2020_Bergheim-vbhyac6vs2vzd2d.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2020</div>\n\n <h2 class=\"name\">30 Jahre Erfolgsgeschichte BNA</h2>\n\n <div class=\"bna_einleitung\">\n <p>Am 06.06.1990 begann die Unternehmensgeschichte von BNA. Die Erfolgsfaktoren der BNA liegen in der Entwicklung eines breiten Leistungsangebotes, der Diversifikation in verschiedene Branchen und der regionalen Ausbreitung.</p>\n<p>"Auch in Zukunft wollen wir nicht nur vom technologischen Wandel profitieren, sondern diesen mitgestalten. Bei allem Erfolg und weiterem Wachstum werden wir den Charakter des Familienunternehmens BNA erhalten." Stefan Schneider</p>\n<p class=\"more\"><a href=\"/de/unternehmen/id-30-jahre-bna.html\">FAQ – 30 Jahre BNA</a></p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2020_30%20Jahre%20BNA.jpg\" alt width=\"1567\" height=\"1042\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2021</div>\n\n <h2 class=\"name\">Erneuerung Kooperationsvertrag mit Gymnasium in Ilmenau</h2>\n\n <div class=\"bna_einleitung\">\n <p>Der seit 2007 bestehende Kooperationsvertrag mit dem Gymnasium Goetheschule Ilmenau wird erneuert. Unveränderter Fokus ist die Förderung der naturwissenschaftlich-technischen Ausbildung der Schülerinnen und Schüler sowie die Unterstützung bei der Berufsorientierung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/contentbilder/Firmengeschichte/2021_Erneuerung_Kooperationsvertrag_Goetheschule.jpg\" alt width=\"760\" height=\"496\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2021</div>\n\n <h2 class=\"name\">anexio® Instandhaltung und TIBS wachsen zusammen</h2>\n\n <div class=\"bna_einleitung\">\n <p>Unsere Softwareprodukte anexio® Instandhaltung und TIBS Technisches Informations- und Bediensystem wachsen zusammen. Um beide Systeme technologisch fit für die Zukunft aufzustellen und Synergieeffekte zwischen beiden Anwendungen nutzbar zu machen, werden anexio® Instandhaltung und TIBS in unserer neu entwickelten Software anexio® vereint.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/files/uploads/kacheln/produkte-loesungen/kachel-produkte-anexio%C2%AE.png\" alt width=\"1283\" height=\"1283\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2023</div>\n\n <h2 class=\"name\">Generationswechsel im Aufsichtsrat</h2>\n\n <div class=\"bna_einleitung\">\n <p>2023 schied Gründer, langjähriger Vorstand und Vorsitzender des Aufsichtsrats, Dr. Frank Bonitz, aus dem Aufsichtsrat aus. An seiner Stelle übernahm Michala Rudorfer-Mertes, eine Vertreterin der zweiten Generation der Gründerfamilien, die Verantwortung im Gremium. Für den ausscheidenden Vorsitzenden wurde Dr. Marion Welp in den Aufsichtsrat gewählt. Mehr Informationen dazu finden Sie <a href=\"de/investoren/mitteilungen/beitrag/generationswechsel-im-aufsichtsrat.html\">hier</a>.</p>\n<p>Auf dem Foto v.l.n.r.: Andreas Richter, Dr. Marion Welp, Michala Rudorfer-Mertes, Andreas Beaucamp</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/m/2023_Aufsichtsrat.-6rgg90v7fn9nrnw.jpg\" alt srcset=\"/assets/images/m/2023_Aufsichtsrat.-6rgg90v7fn9nrnw.jpg 1x, /assets/images/k/2023_Aufsichtsrat.-y4hgg717xx1dz5z.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2024</div>\n\n <h2 class=\"name\">anexio® wird offizielles SIMATIC PCS neo Partnerprodukt</h2>\n\n <div class=\"bna_einleitung\">\n <p>Mit unserem hauseigenen Softwareprodukt anexio® (Modul Daten und Informationen) durchliefen wir mit Erfolg den Akkreditierungsprozess und sind nun als Produktpartner für das Siemens Prozessleitsystem SIMATIC PCS neo zertifiziert. Unser anexio® ergänzt SIMATIC PCS neo für die branchenspezifische Betriebsdatenverarbeitung, -dokumentation und -visualisierung.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/x/2023-siemens-pcs-neo-pxecm6vc410yvw3.jpeg\" alt srcset=\"/assets/images/x/2023-siemens-pcs-neo-pxecm6vc410yvw3.jpeg 1x, /assets/images/t/2023-siemens-pcs-neo-tt174kh0e30fyft.jpeg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"insidex\">\n <div class=\"text_container\">\n <div class=\"year\">2025</div>\n\n <h2 class=\"name\">Wechsel im Vorstand</h2>\n\n <div class=\"bna_einleitung\">\n <p>Nachdem die Gründerfamilien den Generationswechsel im Aufsichtsrat im März 2023 vollzogen haben, leiteten Vorstand, Aufsichtsrat und Gründerfamilien gemeinsam auch den Generationswechsel im Vorstand der BN Automation AG ein. Für die Nachfolge von Stefan Schneider (rechts) in der Position des Vorstandsvorsitzenden konnte <a href=\"/de/unternehmen/geschaeftsleitung.html\">Dr. Christian Ripperda</a> gewonnen werden.</p>\n<p>Mehr Informationen zum Vorstandswechsel finden Sie <a href=\"de/unternehmen/aktuelles/beitrag/dr-christian-ripperda-wird-vorstandsvorsitzender-der-bna.html\">hier</a>.</p>\n </div>\n </div>\n\n <figure class=\"image_container\" itemscope itemtype=\"http://schema.org/ImageObject\">\n\n\n <figure class=\"image_container\">\n <img src=\"/assets/images/x/2025_BNA_Vorstandswechsel-rner1y2vgegdcev.jpg\" alt srcset=\"/assets/images/x/2025_BNA_Vorstandswechsel-rner1y2vgegdcev.jpg 1x, /assets/images/a/2025_BNA_Vorstandswechsel-wav9m7a75v2y9n2.jpg 2x\" width=\"380\" height=\"253\">\n\n\n\n </figure>\n </figure>\n </div>\n </div>\n </div>\n </div>\n</div>\n\t\n\t\t</div>\n</div>\n<!-- TEMPLATE END: templates/mod_article.html5 -->\n </div>\n </main>\n\n\n\n </div>\n\n\n <footer id=\"footer\">\n <div class=\"inside\">\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n\n\t<a id=\"footer-logo\" href=\"http://www.bn-automation.com/de/\">\n\t\tBN Automation AG\n\t</a>\n\t<p id=\"footer-adresse\">\n\t\tBN Automation AG<br>\n\t\tGewerbepark “Am Wald” 5a<br>\n\t\t98693 Ilmenau<br>\n\t</p>\n\t<p id=\"footer-kontakt\">\n\t\tTelefon: +49 3677 855-0<br>\n\t\tTelefax: +49 3677 855-599<br>\n\t\t<a href=\"mailto:info@bn-automation.de\">info@bn-automation.de</a><br>\n\t</p>\n\t\n\t\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_customnav.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_customnav block\" id=\"footernavi\">\n\n\n <a href=\"/de/unternehmen/unternehmensgeschichte.html#skipNavigation6\" class=\"invisible\">Navigation überspringen</a>\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n<ul class=\"level_1\">\n <li><a href=\"/de/download.html\" title=\"Download\">Download</a></li>\n <li><a href=\"/de/agb.html\" title=\"AGB\">AGB</a></li>\n <li><a href=\"/de/kontakt.html\" title=\"Kontakt\">Kontakt</a></li>\n <li><a href=\"/de/anfahrt.html\" title=\"Anfahrt\">Anfahrt</a></li>\n <li><a href=\"/de/interne-meldestelle.html\" title=\"interne Meldestelle\">interne Meldestelle</a></li>\n <li><a href=\"/de/sitemap.html\" title=\"Sitemap\">Sitemap</a></li>\n <li><a href=\"/de/datenschutzerklaerung.html\" title=\"Datenschutzerklärung\">Datenschutzerklärung</a></li>\n <li><a href=\"/de/impressum.html\" title=\"Impressum\">Impressum</a></li>\n <li><a href=\"/de/gender-hinweis.html\" title=\"Gender-Hinweis\">Gender-Hinweis</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/navigation/nav_default.html5 -->\n\n <span id=\"skipNavigation6\" class=\"invisible\"></span>\n\n</nav>\n<!-- indexer::continue -->\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_customnav.html5 -->\n\n\t\n\n\n\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<div class=\"bna-social-icons\">\n\t<a href=\"https://instagram.com/bnautomationag\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"/></svg>\n\t</a>\n\t<a href=\"https://www.facebook.com/BN-Automation-AG-141223772981995/\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"facebook-square\" class=\"svg-inline--fa bna-facebook\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"#FFFFFF\" d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"></path></svg>\n\t</a>\n\t<a href=\"https://www.youtube.com/channel/UCCLtXa7nbbMRLeAbv7RB5JQ\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"youtube\" class=\"svg-inline--fa bna-youtube\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path fill=\"#FFFFFF\" d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>\n\t</a>\n\t<!--<a href=\"https://www.xing.com/companies/bnautomationag\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t\t\t{{file::svg_icon_xing.html5}}\n\t</a>-->\n\t<a href=\"https://de.linkedin.com/company/bn-automation-ag\" target=\"_blank\" rel=\"noopener noreferrer\">\n\t<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"youtube\" class=\"svg-inline--fa bna-youtube\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 250 250\"><path d=\"M250 18.02v213.96c0 9.928-8.033 18.02-17.857 18.02H17.799C7.975 250 0 241.908 0 231.98V18.02C0 8.092 7.975 0 17.799 0h214.344C241.967 0 250 8.092 250 18.02ZM78.52 57.199c0-11.835-9.661-21.484-21.484-21.484-11.893 0-21.484 9.649-21.484 21.484s9.591 21.484 21.484 21.484S78.52 69.08 78.52 57.199Zm-2.906 157.087V94.983H38.505v119.303h37.109Zm138.835-65.406c0-32.134-6.975-56.862-44.468-56.862-18.032 0-30.134 9.882-35.098 19.252h-.512V94.982h-35.54v119.303h37.051v-59.036c0-15.578 2.953-30.645 22.263-30.645 18.973 0 19.252 17.811 19.252 31.645v58.036h37.051v-65.406Z\" fill=\"#fff\"/></svg>\n\t</a>\n\n</div>\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/modules/mod_html.html5 -->\n\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/mod_mmenu.html5 -->\n\n<!-- indexer::stop -->\n<nav class=\"mod_mmenu m-navi\" id=\"m-navi\">\n\n\n\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_1\">\n <li class=\"submenu trail\"><a href=\"/de/unternehmen.html\" title=\"Unternehmen\" class=\"submenu trail\" aria-haspopup=\"true\">Unternehmen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"sibling\"><a href=\"/de/aktuelles.html\" title=\"Aktuelles\" class=\"sibling\">Aktuelles</a></li>\n <li class=\"sibling\"><a href=\"/de/standort.html\" title=\"Standort\" class=\"sibling\">Standort</a></li>\n <li class=\"sibling\"><a href=\"/de/unternehmen/geschaeftsleitung.html\" title=\"Geschäftsleitung\" class=\"sibling\">Geschäftsleitung</a></li>\n <li class=\"sibling\"><a href=\"/de/unternehmen/ein-familienunternehmen.html\" title=\"Ein Familienunternehmen\" class=\"sibling\">Ein Familienunternehmen</a></li>\n <li class=\"sibling\"><a href=\"/de/partner-und-zertifizierung.html\" title=\"Partner und Zertifizierung\" class=\"sibling\">Partner und Zertifizierung</a></li>\n <li class=\"submenu sibling\"><a href=\"/de/engagement.html\" title=\"Engagement\" class=\"submenu sibling\" aria-haspopup=\"true\">Engagement</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"submenu\"><a href=\"/de/unternehmen/engagement/bildung.html\" title=\"Bildung\" class=\"submenu\" aria-haspopup=\"true\">Bildung</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_4\">\n <li><a href=\"/de/unternehmen/engagement/bildung/zeichenwettbewerb-deine-welt-2050.html\" title=\"Zeichenwettbewerb "Deine Welt 2050"\">Zeichenwettbewerb \"Deine Welt 2050\"</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/unternehmen/engagement/soziales.html\" title=\"Soziales\">Soziales</a></li>\n <li><a href=\"/de/unternehmen/engagement/umwelt.html\" title=\"Umwelt\">Umwelt</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"sibling\"><a href=\"/de/unternehmen/technologieausblick.html\" title=\"Zukunft und Technologie\" class=\"sibling\">Zukunft und Technologie</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/branchen.html\" title=\"Branchen\" class=\"submenu\" aria-haspopup=\"true\">Branchen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"submenu wasser\"><a href=\"/de/branchen/wasser.html\" title=\"Wasser\" class=\"submenu wasser\" aria-haspopup=\"true\">Wasser</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/branchen/wasser/abwasser-kommunal.html\" title=\"Abwasser kommunal\">Abwasser kommunal</a></li>\n <li><a href=\"/de/branchen/wasser/abwasser-industriell.html\" title=\"Abwasser industriell\">Abwasser industriell</a></li>\n <li><a href=\"/de/branchen/wasser/trinkwasser-kommunal.html\" title=\"Trinkwasser kommunal\">Trinkwasser kommunal</a></li>\n <li><a href=\"/de/branchen/wasser/prozesswasser-und-reinstwasser.html\" title=\"Prozesswasser und Reinstwasser\">Prozesswasser und Reinstwasser</a></li>\n <li><a href=\"/de/branchen/wasser/baeder.html\" title=\"Bäder\">Bäder</a></li>\n <li><a href=\"/de/branchen/wasser/talsperren.html\" title=\"Talsperren\">Talsperren</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu energie\"><a href=\"/de/branchen/energie.html\" title=\"Energie\" class=\"submenu energie\" aria-haspopup=\"true\">Energie</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/branchen/energie/gas-und-dampfturbinen-kraftwerke.html\" title=\"Gas- und Dampfturbinen-Kraftwerke\">Gas- und Dampfturbinen-Kraftwerke</a></li>\n <li><a href=\"/de/branchen/energie/heizkraftwerke-und-blockheizkraftwerke.html\" title=\"Heizkraftwerke und Blockheizkraftwerke\">Heizkraftwerke und Blockheizkraftwerke</a></li>\n <li><a href=\"/de/branchen/energie/biogasanlagen.html\" title=\"Biogasanlagen\">Biogasanlagen</a></li>\n <li><a href=\"/de/branchen/energie/waerme-und-kaelte.html\" title=\"Wärme und Kälte\">Wärme und Kälte</a></li>\n <li><a href=\"/de/branchen/energie/industrielle-infrastruktur.html\" title=\"Industrielle Infrastruktur\">Industrielle Infrastruktur</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu industrie\"><a href=\"/de/branchen/industrie.html\" title=\"Industrie\" class=\"submenu industrie\" aria-haspopup=\"true\">Industrie</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/branchen/industrie/prozessautomation.html\" title=\"Prozessautomation\">Prozessautomation</a></li>\n <li><a href=\"/de/branchen/industrie/fabrikautomation.html\" title=\"Fabrikautomation\">Fabrikautomation</a></li>\n <li><a href=\"/de/branchen/industrie/betriebsdatenmanagement-und-fabrikleitsysteme.html\" title=\"Betriebsdatenmanagement und Fabrikleitsysteme\">Betriebsdatenmanagement und Fabrikleitsysteme</a></li>\n <li><a href=\"/de/branchen/industrie/industrielle-infrastruktur.html\" title=\"Industrielle Infrastruktur\">Industrielle Infrastruktur</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen.html\" title=\"Produkte und Lösungen\" class=\"submenu\" aria-haspopup=\"true\">Produkte und Lösungen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-automatisierung.html\" title=\"BN Automatisierung\" class=\"submenu\" aria-haspopup=\"true\">BN Automatisierung</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/beratung-basic-und-detail-engineering.html\" title=\"Beratung, Basic und Detail Engineering\">Beratung, Basic und Detail Engineering</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/prozessinstrumentierung.html\" title=\"Prozessinstrumentierung\">Prozessinstrumentierung</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/sps-und-scada.html\" title=\"SPS und SCADA\">SPS und SCADA</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/prozessleittechnik.html\" title=\"Prozessleittechnik\">Prozessleittechnik</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/fernwirktechnik.html\" title=\"Fernwirktechnik\">Fernwirktechnik</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/safety.html\" title=\"Safety\">Safety</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-automatisierung/migration.html\" title=\"Migration\">Migration</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-datasolutions.html\" title=\"BN DataSolutions\" class=\"submenu\" aria-haspopup=\"true\">BN DataSolutions</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/beratung-und-konzeption.html\" title=\"Beratung und Konzeption\">Beratung und Konzeption</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/energiemanagement.html\" title=\"Energiemanagement\">Energiemanagement</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/betriebsdatenmanagement.html\" title=\"Betriebsdatenmanagement\">Betriebsdatenmanagement</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/instandhaltungsmanagement.html\" title=\"Instandhaltungsmanagement\">Instandhaltungsmanagement</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/manufacturing-execution-systems.html\" title=\"Manufacturing Execution Systems\">Manufacturing Execution Systems</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-datasolutions/produktions-und-fabrikleitsysteme.html\" title=\"Produktions- und Fabrikleitsysteme\">Produktions- und Fabrikleitsysteme</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-software.html\" title=\"BN Software\" class=\"submenu\" aria-haspopup=\"true\">BN Software</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-software/anexio-r.html\" title=\"anexio®\">anexio®</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-software/tibs-technisches-informations-und-bediensystem.html\" title=\"TIBS - Technisches Informations- und Bediensystem\">TIBS - Technisches Informations- und Bediensystem</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-software/anexio-instandhaltung.html\" title=\"anexio® Instandhaltung\">anexio® Instandhaltung</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik.html\" title=\"BN Elektrotechnik\" class=\"submenu\" aria-haspopup=\"true\">BN Elektrotechnik</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik/elektroprojektierung.html\" title=\"Elektroprojektierung\">Elektroprojektierung</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik/schaltanlagenbau.html\" title=\"Schaltanlagenbau\">Schaltanlagenbau</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-elektrotechnik/bauleitung-und-montagen.html\" title=\"Bauleitung und Montagen\">Bauleitung und Montagen</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/produkte-und-loesungen/bn-informationstechnik.html\" title=\"BN Informationstechnik\" class=\"submenu\" aria-haspopup=\"true\">BN Informationstechnik</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/it-infrastruktur.html\" title=\"IT-Infrastruktur\">IT-Infrastruktur</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/it-sicherheit.html\" title=\"IT-Sicherheit\">IT-Sicherheit</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/kommunikationsloesungen.html\" title=\"Kommunikationslösungen\">Kommunikationslösungen</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/it-service-und-support.html\" title=\"IT-Service und Support\">IT-Service und Support</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/partner-und-produkte.html\" title=\"Partner und Produkte\">Partner und Produkte</a></li>\n <li><a href=\"/de/produkte-und-loesungen/bn-informationstechnik/referenzen.html\" title=\"Referenzen\">Referenzen</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/produkte-und-loesungen/bn-akademie.html\" title=\"BN Akademie\">BN Akademie</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/service.html\" title=\"Service\" class=\"submenu\" aria-haspopup=\"true\">Service</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li><a href=\"/de/service/life-cycle-management.html\" title=\"Life Cycle Management\">Life Cycle Management</a></li>\n <li class=\"submenu\"><a href=\"/de/service/wartungs-und-serviceleistungen.html\" title=\"Wartungs- und Serviceleistungen\" class=\"submenu\" aria-haspopup=\"true\">Wartungs- und Serviceleistungen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-und-inspektion-von-messeinrichtungen.html\" title=\"Wartung und Inspektion von Messeinrichtungen\">Wartung und Inspektion von Messeinrichtungen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/kalibrierung-von-messsystemen.html\" title=\"Kalibrierung von Messsystemen\">Kalibrierung von Messsystemen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/uberfullsicherung-nach-whg.html\" title=\"Überfüllsicherung nach WHG\">Überfüllsicherung nach WHG</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/kontrollmessung-nach-ekvo.html\" title=\"Kontrollmessung nach EKVO\">Kontrollmessung nach EKVO</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/thermografie.html\" title=\"Thermografie\">Thermografie</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/busanalyse-profibus.html\" title=\"Busanalyse Profibus\">Busanalyse Profibus</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/allgemeine-ueberpruefung-elektrischer-anlagen.html\" title=\"Allgemeine Überprüfung elektrischer Anlagen\">Allgemeine Überprüfung elektrischer Anlagen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/errichtung-und-instandsetzung-von-messstellen.html\" title=\"Errichtung und Instandsetzung von Messstellen\">Errichtung und Instandsetzung von Messstellen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-und-pruefung-von-usv-anlagen.html\" title=\"Wartung und Prüfung von USV-Anlagen\">Wartung und Prüfung von USV-Anlagen</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-von-automatisierungs-und-fernwirktechnik.html\" title=\"Wartung von Automatisierungs- und Fernwirktechnik\">Wartung von Automatisierungs- und Fernwirktechnik</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/wartung-von-scada-systemen-und-prozessleittechnik.html\" title=\"Wartung von SCADA-Systemen und Prozessleittechnik\">Wartung von SCADA-Systemen und Prozessleittechnik</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/softwarewartung.html\" title=\"Softwarewartung\">Softwarewartung</a></li>\n <li><a href=\"/de/service/wartungs-und-serviceleistungen/it-service.html\" title=\"IT-Service\">IT-Service</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/service/bereitschaft-24x7.html\" title=\"Bereitschaft 24x7\">Bereitschaft 24x7</a></li>\n <li><a href=\"/de/service/fernwartung.html\" title=\"Fernwartung\">Fernwartung</a></li>\n <li><a href=\"/de/service/datentransfer.html\" title=\"Datentransfer\">Datentransfer</a></li>\n <li><a href=\"/de/service/kontakt.html\" title=\"Kontakt\">Kontakt</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/karriere.html\" title=\"Karriere bei BN Automation AG\" class=\"submenu\" aria-haspopup=\"true\">Karriere</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li class=\"submenu job\"><a href=\"/de/karriere/jobs.html\" title=\"Stellenangebote bei BN Automation AG in Ilmenau und Bergheim\" class=\"submenu job\" aria-haspopup=\"true\">Jobs</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"job\"><a href=\"/de/karriere/jobs/steuerfachangestellter-m-w-d.html\" title=\"Steuerfachangestellter (m/w/d)\" class=\"job\">Steuerfachangestellter (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/elektroniker-m-w-d-oder-mechatroniker-m-w-d.html\" title=\"Elektroniker (m/w/d) oder Mechatroniker (m/w/d) im Schaltanlagenbau\" class=\"job\">Elektroniker (m/w/d) oder Mechatroniker (m/w/d) im Schaltanlagenbau</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/elektrokonstrukteur-m-w-d.html\" title=\"Elektrokonstrukteur (m/w/d)\" class=\"job\">Elektrokonstrukteur (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/automatisierungstechniker-m-w-d-2.html\" title=\"Automatisierungstechniker (m/w/d) / SPS-Programmierer (m/w/d)\" class=\"job\">Automatisierungstechniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere-neu/jobs/projektleiter-m-w-d-fuer-energie-und-industrieprojekte.html\" title=\"Projektleiter (m/w/d) für Energie- und Industrieprojekte\" class=\"job\">Projektleiter (m/w/d) für Energie- und Industrieprojekte</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/ingenieur-m-w-d-fuer-automatisierungprojekte.html\" title=\"Ingenieur (m/w/d) für Automatisierungsprojekte\" class=\"job\">Ingenieur (m/w/d) für Automatisierungsprojekte</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/it-techniker.html\" title=\"IT-Techniker (m/w/d)\" class=\"job\">IT-Techniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/techniker-m-w-d-fuer-fernwirktechnik.html\" title=\"Techniker (m/w/d) für Fernwirktechnik\" class=\"job\">Techniker (m/w/d) für Fernwirktechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/techniker-m-w-d-leittechnik.html\" title=\"Techniker (m/w/d) Leittechnik\" class=\"job\">Techniker (m/w/d) Leittechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/spezialist-m-w-d-pcs-7.html\" title=\"Spezialist (m/w/d) PCS 7\" class=\"job\">Spezialist (m/w/d) PCS 7</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/servicetechniker-m-w-d.html\" title=\"Servicetechniker (m/w/d)\" class=\"job\">Servicetechniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/mitarbeiter-empfang-m-w-d-befristet.html\" title=\"Mitarbeiter Empfang (m/w/d) (befristet)\" class=\"job\">Mitarbeiter Empfang (m/w/d) (befristet)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/elektromonteur-m-w-d-oder-elektroniker-m-w-d.html\" title=\"Elektromonteur (m/w/d) oder Elektroniker (m/w/d)\" class=\"job\">Elektromonteur (m/w/d) oder Elektroniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/automatisierungstechniker-m-w-d.html\" title=\"Automatisierungstechniker (m/w/d) / SPS-Programmierer (m/w/d)\" class=\"job\">Automatisierungstechniker (m/w/d)</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/ingenieur-m-w-d-fuer-automatisierungsprojekte.html\" title=\"Ingenieur (m/w/d) für Automatisierungsprojekte\" class=\"job\">Ingenieur (m/w/d) für Automatisierungsprojekte</a></li>\n <li class=\"job\"><a href=\"/de/karriere/jobs/servicetechniker-m-w-d-2.html\" title=\"Servicetechniker (m/w/d)\" class=\"job\">Servicetechniker (m/w/d)</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu job\"><a href=\"/de/karriere/fuer-schueler.html\" title=\"Angebote für Schüler (m/w/d)\" class=\"submenu job\" aria-haspopup=\"true\">Für Schüler (m/w/d)</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/schuelerpraktikum.html\" title=\"Schülerpraktikum Elektrotechnik\" class=\"job\">Schülerpraktikum Elektrotechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/ausbildung-elektroniker-fuer-betriebstechnik.html\" title=\"Elektroniker (m/w/d) für Betriebstechnik\" class=\"job\">Ausbildung Elektroniker (m/w/d) für Betriebstechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/ausbildung-fachinformatiker-fuer-anwendungsentwicklung.html\" title=\"Fachinformatiker (m/w/d) für Anwendungsentwicklung\" class=\"job\">Ausbildung Fachinformatiker (m/w/d) für Anwendungsentwicklung</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/duales-studium-elektrotechnik-automatisierungstechnik.html\" title=\"Duales Studium Elektrotechnik/Automatisierungstechnik\" class=\"job\">Duales Studium Elektrotechnik/Automatisierungstechnik</a></li>\n <li class=\"job\"><a href=\"/de/karriere/fuer-schueler/duales-studium-elektrotechnik-automatisierungstechnik-bergheim.html\" title=\"Duales Studium Elektrotechnik/Automatisierungstechnik\" class=\"job\">Duales Studium Elektrotechnik/Automatisierungstechnik Bergheim</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu job\"><a href=\"/de/karriere/fuer-studenten.html\" title=\"Angebote für Studierende\" class=\"submenu job\" aria-haspopup=\"true\">Für Studenten (m/w/d)</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li class=\"job\"><a href=\"/de/karriere/fuer-studierende/elektrotechnik-praktikum-grundpraktikum-fachpraktikum.html\" title=\"Grundpraktikum, Fachpraktikum, Forschungspraktikum\" class=\"job\">Grundpraktikum, Fachpraktikum, Forschungspraktikum</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/karriere/der-bewerbungsprozess.html\" title=\"Bewerben bei BN Automation AG\">Der Bewerbungsprozess</a></li>\n <li class=\"submenu\"><a href=\"/de/karriere/mehr-ueber-uns.html\" title=\"Mehr über uns\" class=\"submenu\" aria-haspopup=\"true\">Mehr über uns</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/karriere/mehr-ueber-uns/arbeiten-am-standort-ilmenau-und-bergheim.html\" title=\"Leben und Arbeiten am Standort Ilmenau und Bergheim\">Leben und Arbeiten am Standort Ilmenau und Bergheim</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/karriere/bna-als-arbeitgeber.html\" title=\"BN Automation AG als Arbeitgeber\">BNA als Arbeitgeber</a></li>\n <li><a href=\"/de/karriere-neu/online-bewerbungsformular.html\" title=\"Online-Bewerbungsformular\">Online-Bewerbungsformular</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li class=\"submenu\"><a href=\"/de/investoren.html\" title=\"Investoren\" class=\"submenu\" aria-haspopup=\"true\">Investoren</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_2\">\n <li><a href=\"/de/investoren/mitteilungen.html\" title=\"Mitteilungen\">Mitteilungen</a></li>\n <li class=\"submenu\"><a href=\"/de/investoren/aktie-und-unternehmen.html\" title=\"Aktie und Unternehmen\" class=\"submenu\" aria-haspopup=\"true\">Aktie und Unternehmen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/investoren/aktie-und-unternehmen/das-unternehmen.html\" title=\"Das Unternehmen\">Das Unternehmen</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-aktie.html\" title=\"Die Aktie\">Die Aktie</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-aktionaere.html\" title=\"Die Aktionäre\">Die Aktionäre</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-dividende.html\" title=\"Die Dividende\">Die Dividende</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/der-aufsichtsrat.html\" title=\"Der Aufsichtsrat\">Der Aufsichtsrat</a></li>\n <li><a href=\"/de/investoren/aktie-und-unternehmen/die-satzung.html\" title=\"Die Satzung\">Die Satzung</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/investoren/finanzberichte.html\" title=\"Finanzberichte\">Finanzberichte</a></li>\n <li><a href=\"/de/investoren/hauptversammlungen.html\" title=\"Hauptversammlungen\">Hauptversammlungen</a></li>\n <li class=\"submenu\"><a href=\"/de/investoren/kaufen-und-verkaufen.html\" title=\"Kaufen und Verkaufen\" class=\"submenu\" aria-haspopup=\"true\">Kaufen und Verkaufen</a>\n<!-- TEMPLATE START: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n<ul class=\"level_3\">\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/verkaufsinteresse-anzeigen.html\" title=\"Verkaufsinteresse anzeigen\">Verkaufsinteresse anzeigen</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/kaufinteresse-anzeigen.html\" title=\"Kaufinteresse anzeigen\">Kaufinteresse anzeigen</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/abwicklung-ueber-treuhaender.html\" title=\"Abwicklung über Treuhänder\">Abwicklung über Treuhänder</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/abwicklung-direkt.html\" title=\"Abwicklung direkt\">Abwicklung direkt</a></li>\n <li><a href=\"/de/investoren/kaufen-und-verkaufen/faq.html\" title=\"FAQ\">FAQ</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n <li><a href=\"/de/investoren/datenschutzhinweise.html\" title=\"Datenschutzhinweise\">Datenschutzhinweise</a></li>\n <li><a href=\"/de/investoren/kontakt.html\" title=\"Kontakt\">Kontakt</a></li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n</li>\n </ul>\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/nav_mmenu.html5 -->\n\n</nav>\n<!-- indexer::continue -->\n\n<!-- TEMPLATE END: vendor/dklemmt/contao_dk_mmenu/contao/templates/mod_mmenu.html5 -->\n </div>\n </footer>\n\n </div>\n\n\n\n<!-- TEMPLATE START: templates/j_accordion.html5 -->\n\r\n<script src=\"/assets/jquery-ui/js/jquery-ui.min.js?v=1.13.2\"></script>\r\n<script>\r\n jQuery(function($) {\r\n $(document).accordion({\r\n // Put custom options here\r\n heightStyle: \'content\',\r\n header: \'.toggler\',\r\n collapsible: true,\r\n active: false, // Accordion immer geschlossen - eyepe.de 2014-11-13\r\n create: function(event, ui) {\r\n ui.header.addClass(\'active\');\r\n $(\'.toggler\').attr(\'tabindex\', 0);\r\n },\r\n activate: function(event, ui) {\r\n ui.newHeader.addClass(\'active\');\r\n ui.oldHeader.removeClass(\'active\');\r\n $(\'.toggler\').attr(\'tabindex\', 0);\r\n }\r\n });\r\n });\r\n</script>\r\n\n<!-- TEMPLATE END: templates/j_accordion.html5 -->\n\n<!-- TEMPLATE START: vendor/contao/core-bundle/contao/templates/jquery/j_colorbox.html5 -->\n\n<script src=\"/assets/colorbox/js/colorbox.min.js?v=1.6.4.2\"></script>\n<script>\n jQuery(function($) {\n $(\'a[data-lightbox]\').map(function() {\n $(this).colorbox({\n // Put custom options here\n loop: false,\n rel: $(this).attr(\'data-lightbox\'),\n maxWidth: \'95%\',\n maxHeight: \'95%\'\n });\n });\n });\n</script>\n\n<!-- TEMPLATE END: vendor/contao/core-bundle/contao/templates/jquery/j_colorbox.html5 -->\n\n<!-- TEMPLATE START: templates/j_toggle_element.html5 -->\n<script>\n$(function() {\n\tif ($(\'.ce_kachel_content\').length > 1) {\n\t\tvar timeout = 200;\n\t\t$(\'.ce_kachel_content\').each(function(i) { $(this).attr(\'id\', i+1); });\n\t\tfunction predev(a, b) {\n\t\t if ($(\'#\'+a).hasClass(\'active\')) {\n\t\t\tsetTimeout(function() {\n\t\t\t if (a%3 === 0) $(\'#\'+(a-1)+\',#\'+(a-2)).insertBefore(\'#\'+a);\n\t\t\t else if ((a+1)%3 === 0) $(\'#\'+(a-1)).insertBefore(\'#\'+a);\n\t }, (b?timeout:0));\n\t\t } else {\n\t\t\tif (a%3 === 0) $(\'#\'+(a-1)+\',#\'+(a-2)).insertAfter(\'#\'+a);\n\t\t\telse if ((a+1)%3 === 0) $(\'#\'+(a-1)).insertAfter(\'#\'+a);\n\t\t }\n\t\t}\n\t\tfunction sorting() {\n\t\t $(\'.ce_kachel_content\').sort(function (a, b) {\n\t\t return parseInt(a.id) > parseInt(b.id);\n\t\t }).each(function () {\n\t\t var elem = $(this);\n\t\t elem.remove();\n\t\t $(elem).appendTo($(\'.ce_kachel_content\').parent());\n\t\t }); \n\t\t}\n\t var $window = $(window);\n\t function getwidth() { sorting();\n\t var windowsize = $window.width();\n\t\t if (windowsize > 760) {\n\t\t\t$(\'.ce_kachel_content\').unbind(\"click\").removeClass(\'active\').click(function() {\n\t\t\t cek_id = parseInt($(this).attr(\'id\'));\n\t\t\t actives = $(this).siblings(\'.active\'); console.log(actives);\n\t\t\t if (actives.length) predev(actives.attr(\'id\'), 0);\n\t\t\t //if(cek_id%4 !== 0 && cek_id !== 1) predev(cek_id, 1);\n\t\t\t if(cek_id%3 !== 1) predev(cek_id, 1);\n\t\t\t $(this).toggleClass(\'active\').siblings().removeClass(\'active\');\n\t\t\t});\n\t\t } else {\n\t\t\t$(\'.ce_kachel_content\').unbind(\"click\").removeClass(\'active\').click(function() {\n\t $(this).toggleClass(\'active\').siblings().removeClass(\'active\');\n\t\t\t});\n\t\t }\n\t }\n\t getwidth();\n\t $(window).resize(getwidth);\n\t} else {\n\t\t$(\'.ce_kachel_content\').unbind(\"click\").removeClass(\'active\').click(function() {\n\t\t\t$(this).toggleClass(\'active\');\n\t\t});\n\t}\n});\n</script>\n<!-- TEMPLATE END: templates/j_toggle_element.html5 -->\n\n<!-- TEMPLATE START: vendor/hofff/contao-consent-google-tag-manager/src/Resources/contao/templates/hofff_consent_google_tag_manager.html5 -->\n<script type=\"application/json\" id=\"hofff-consent-google-tag-manager\">\n {\"script\":null}</script>\n\n<!-- TEMPLATE END: vendor/hofff/contao-consent-google-tag-manager/src/Resources/contao/templates/hofff_consent_google_tag_manager.html5 -->\n\n<!-- TEMPLATE START: templates/mmenu_default.html5 -->\n<script>\n document.addEventListener(\n \"DOMContentLoaded\", function () {\n const menu = document.querySelector(\'#m-navi\');\n if (null !== menu && 0 === menu.querySelectorAll(\'li.active\').length) {\n const trails = menu.querySelectorAll(\'li.trail\');\n if (0 < trails.length) {\n trails.item(trails.length - 1).classList.add(\'active\');\n }\n }\n new Mmenu(\'#m-navi\', {\"navbar\":{\"title\":\"Men\\u00fc\"},\"offCanvas\":{\"position\":\"left\"},\"theme\":\"light\"}, {\"classNames\":{\"selected\":\"active\"},\"offCanvas\":{\"page\":{\"selector\":\"#wrapper\"}}});\n\n // blocker = Menü schließen Element\n const blocker = document.querySelector(\'.mm-blocker\');\n\n // Verhindere, dass Link geklickt werden kann -> lädt Seite sonst neu \n if (blocker) {\n blocker.addEventListener(\'click\', function(event) {\n event.preventDefault();\n })\n }\n }\n );\n</script>\n\n<!-- TEMPLATE END: templates/mmenu_default.html5 -->\n\n<script src=\"files/themes/bna/js/jquery.flexslider-min.js\"></script>\n<script src=\"files/themes/bna/js/highcharts.js\"></script>\n\n<script>\n$(\'#search-button\').on(\'click\',function() {\n $(\'#search-input\').toggleClass(\'active\'); // add the class to the element that\'s clicked.\n});\n</script>\n\n<script>\n$( \".ce_kachel_white\" ).on(\'click\',function() {\n $( this ).toggleClass( \"active\" ).siblings().removeClass(\'active\');\n});\n</script>\n\n<script type=\"text/javascript\">\n\t$(window).on(\'load\',function() {\n\t $(\'.gallery-slider\').flexslider({\n\t animation: \"slide\"\n\t });\n\t});\n</script>\n\n<script type=\"text/javascript\">\n\t$(window).on(\'load\',function() {\n\t $(\'#slider\').flexslider({\n\t\tselector: \".inside > .content-text\",\n\t\tmaxItems: 0, \n\t animation: \"slide\",\n\t slideshowSpeed: 7000,\n\t animationSpeed: 700,\n\t keyboard: false\n\t });\n\t});\n</script>\n\n<script>\n\t// Can also be used with $(document).ready()\n\t$(window).on(\'load\',function() {\n\t $(\'.bna_header_slider\').flexslider({\n\t\t slideshowSpeed: 6000, //Integer: Set the speed of the slideshow cycling, in milliseconds\n\t\t animationSpeed: 700, //Integer: Set the speed of animations, in milliseconds\n\t\t animation: \"fade\",\n\t\t keyboard: false, //Boolean: Allow slider navigating via keyboard left/right keys\n\t\t controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage\n\t\t directionNav: false //Boolean: Create navigation for previous/next navigation? (true/false)\n\t });\n\t});\n</script>\n<script>\n$(document).on(\"scroll\",function(){\n if($(document).scrollTop()>20)\n {\n $(\"body\").addClass(\"small\");\n $(\"#breadcrumb\").addClass(\"small\");\n } \n else\n {\n $(\"body\").removeClass(\"small\");\n $(\"#breadcrumb\").removeClass(\"small\");\n }\n});\n</script>\n <script type=\"application/ld+json\">\n{\n \"@context\": \"https:\\/\\/schema.org\",\n \"@graph\": [\n {\n \"@type\": \"WebPage\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/30bab0b9-a704-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/w\\/1990_Gr%C3%BCndung2-ewdn63nmmb3btpe.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/ee0f517a-95e6-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/k\\/1990_ZWAV_Plauen-cza6f96b4qg5ck2.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/ad598b2a-a24a-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/4\\/1991_Oehrenst%C3%B6cker_-n29m46t7ewv9tj6.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/059d1b16-95ec-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/e\\/1992_WW%20Wischroda-k9qrjw3vr6tkqn0.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/8a31faa1-95f5-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/2\\/1994_TIBS-0a3gxsnqhfq2qsa.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/b5f4232e-9689-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/d\\/1996_FWV_Luftbild%20Ohra-gbqdx6ykcz2b19j.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/0687884b-a253-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/f\\/1996_KA%20Rhein-Main%20Airbase1-e6n3q4hp6wz1ymt.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/e9fddc05-9e69-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/c\\/1998_Bau%20Am%20Wald-45fv0pev89z8b0h.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/3dc2cd19-9691-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/9\\/1998_Gewerbepark%20Am%20Wald-1bvc7yksxj1v612.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/2df7ef7c-96a2-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/b\\/2000_Gr%C3%BCnder%20und%20Aufsichtsrat%202000-bez8q5phwt5c2hk.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/f8c633fb-96a7-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/v\\/2000_1.%20Erweiterungsbau%20und%20Schaltanlagenfertigung-6zmzkacj6539vjd.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/47477975-4ef3-11ea-a277-74d4355da654\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/s\\/tuev-iso-9001-tic-xkzsm9tsbsay6kv.png\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/39fc3682-9a67-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/6\\/2001_kenten-belebung1-0w624hz2cq4qys2.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/47543a82-9e96-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/g\\/2002_Rea%20Granini-z1e1cv8c4fpbwc5.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/9d40ee3a-9a68-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/a\\/2003_Th%C3%BCringer%20Staatpreis-cr0vcdhgy230kzc.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/96a92630-a180-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/3\\/2004_neueFertigungshalle-tzyetv806mzzcds.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/9d062f57-9fe6-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/m\\/2004_Talsperre%20Leibis-Lichte-y6a3xj69wnvkx66.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/0ac921ec-a633-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/q\\/2004_DHGE-z8e6h8q6qjjz28t.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/8b0524f5-a705-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/z\\/2005_Unternehmerpreis-b5s8ynvt25rttae.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/af9de0aa-9e81-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2006_S%C3%BC%C3%9Fwaren.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/b1f1ff9b-9e88-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2007_Anlage%20MD%20Papier%20Plattling_Oliver%20Hauswald.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/9544a873-9e94-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/8\\/2007_Goetheschule-kr2z8pzx787axbr.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7cb9181f-9e98-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2009_GuD%20Schwarza.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/de7668d0-9ea1-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/4\\/2009_BN-Akademie-27vt9cs15cqdea3.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/ea1622e3-9fec-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2010_20JahreBNA.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/a680328f-9ff5-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2011_Solution_Partner.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/c5450f6f-9ff6-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2011_BNA_3.%20Erweiterung_Neubau.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/4536784a-a25c-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/d\\/2012_Gut%20Gro%C3%9Flappen-1crfr0fgjrnn1t9.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/8908af13-9ffb-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2013_GuD%20Leppersdorf.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/53dea0e9-a260-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/x\\/2013_DAF1-0qthhkj5tmd2smn.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/41300ab0-a006-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2015_Siemens_%C3%9Cbergabe%20Zertifikat%20Energy.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/d3e44ede-a00b-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/r\\/2015_Molke-s2z5ymabr545nwe.jpeg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7c2c445e-a00c-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2015_Charta.png\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7459bf17-a00d-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/t\\/2015_Piedras-73nn9m9bqey2xgn.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/3b80bd12-a0e8-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2016_Steinemann.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/dc54ed72-a641-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/f\\/2016_anexio-bkajnc98jb5nsjx.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/da36edf7-a0f2-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2017%20Staffel%C3%BCbergabe.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/24a86845-a0f3-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/t\\/2017_neue%20Vorst%C3%A4nde-r2kt7g1m8c1f8av.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/a43b2a74-a0f5-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/f\\/2017_Armenien-py15mfzh96s7cat.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/1fec941d-a17e-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/c\\/2019_Einweihung%204.%20Anbau-gnrk9wkvq4c88pw.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/29ac8c6c-a180-11ea-b9cd-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2019_MuT-Preis.JPG\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/86af5b23-a630-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/z\\/2020_Bergheim-a0dr3h6nv9emcr6.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/0136828d-a646-11ea-8eef-e0d55ef7950e\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2020_30%20Jahre%20BNA.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/667a3e8a-91b4-11ed-a6f6-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/contentbilder\\/Firmengeschichte\\/2021_Erneuerung_Kooperationsvertrag_Goetheschule.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/629def17-21fa-11ec-84ca-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/files\\/uploads\\/kacheln\\/produkte-loesungen\\/kachel-produkte-anexio%C2%AE.png\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/13e536be-ce19-11ed-8004-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/m\\/2023_Aufsichtsrat.-6rgg90v7fn9nrnw.jpg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/7aca1981-7c89-11ee-9948-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/x\\/2023-siemens-pcs-neo-pxecm6vc410yvw3.jpeg\"\n },\n {\n \"@id\": \"#\\/schema\\/image\\/4b715858-dc89-11ef-9e6c-408d5c818501\",\n \"@type\": \"ImageObject\",\n \"contentUrl\": \"\\/assets\\/images\\/x\\/2025_BNA_Vorstandswechsel-rner1y2vgegdcev.jpg\"\n },\n {\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n {\n \"@type\": \"ListItem\",\n \"item\": {\n \"@id\": \"\\/de\\/startseite.html\",\n \"name\": \"BN Automation AG\"\n },\n \"position\": 1\n },\n {\n \"@type\": \"ListItem\",\n \"item\": {\n \"@id\": \"\\/de\\/unternehmen.html\",\n \"name\": \"Unternehmen\"\n },\n \"position\": 2\n },\n {\n \"@type\": \"ListItem\",\n \"item\": {\n \"@id\": \"\\/de\\/unternehmen\\/unternehmensgeschichte.html\",\n \"name\": \"Unternehmensgeschichte\"\n },\n \"position\": 3\n }\n ]\n }\n ]\n}\n</script>\n<script type=\"application/ld+json\">\n{\n \"@context\": \"https:\\/\\/schema.contao.org\",\n \"@graph\": [\n {\n \"@type\": \"Page\",\n \"fePreview\": false,\n \"groups\": [],\n \"noSearch\": false,\n \"pageId\": 16,\n \"protected\": false,\n \"title\": \"Unternehmensgeschichte\"\n }\n ]\n}\n</script>\n<div id=\"sfwdt7f44af\" class=\"sf-toolbar sf-display-none\" role=\"region\" aria-label=\"Symfony Web Debug Toolbar\"> <!-- START of Symfony Web Debug Toolbar --><div id=\"sfMiniToolbar-7f44af\" class=\"sf-minitoolbar\" data-no-turbolink data-turbo=\"false\"> <button type=\"button\" title=\"Show Symfony toolbar\" id=\"sfToolbarMiniToggler-7f44af\" accesskey=\"D\" aria-expanded=\"false\" aria-controls=\"sfToolbarMainContent-7f44af\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z\"/></svg> </button></div><div id=\"sfToolbarClearer-7f44af\" class=\"sf-toolbar-clearer\"></div><div id=\"sfToolbarMainContent-7f44af\" class=\"sf-toolbarreset notranslate clear-fix\" data-no-turbolink data-turbo=\"false\"> <div class=\"sf-toolbar-block sf-toolbar-block-request sf-toolbar-status-normal \" > <a href=\"https://devmonotomic.bn-automation.com/_profiler/7f44af?panel=request\"> <div class=\"sf-toolbar-icon\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 .9C5.8.9.9 5.8.9 12a11 11 0 1 0 22.2 0A11 11 0 0 0 12 .9zm6.5 6c-.6 0-.9-.3-.9-.8 0-.2 0-.4.2-.6l.2-.4c0-.3-.5-.4-.6-.4-1.8.1-2.3 2.5-2.7 4.4l-.2 1c1 .2 1.8 0 2.2-.3.6-.4-.2-.7-.1-1.2.1-.3.5-.5.7-.6.5 0 .7.5.7.9 0 .7-1 1.8-3 1.8l-.6-.1-.6 2.4c-.4 1.6-.8 3.8-2.4 5.7-1.4 1.7-2.9 1.9-3.5 1.9-1.2 0-1.9-.6-2-1.5 0-.8.7-1.3 1.2-1.3.6 0 1.1.5 1.1 1s-.2.6-.4.6c-.1.1-.3.2-.3.4 0 .1.1.3.4.3.5 0 .8-.3 1.1-.5 1.2-.9 1.6-2.7 2.2-5.7l.1-.7.7-3.2c-.8-.6-1.3-1.4-2.4-1.7-.6-.1-1.1.1-1.5.5-.4.5-.2 1.1.2 1.5l.7.6c.7.8 1.2 1.6 1 2.5-.3 1.5-2 2.6-4 1.9-1.8-.6-2-1.8-1.8-2.5.2-.6.6-.7 1.1-.6.5.2.6.7.6 1.2l-.1.3c-.2.1-.3.3-.3.4-.1.4.4.6.7.7.7.3 1.6-.2 1.8-.8a1 1 0 0 0-.4-1.1l-.7-.8c-.4-.4-1.1-1.4-.7-2.6.1-.5.4-.9.7-1.3a4 4 0 0 1 2.8-.6c1.2.4 1.8 1.1 2.6 1.8.5-1.2 1-2.4 1.8-3.5.9-.9 1.9-1.6 3.1-1.7 1.3.2 2.2.7 2.2 1.6 0 .4-.2 1.1-.9 1.1z\"/></svg> <span class=\"sf-toolbar-value sf-toolbar-ajax-request-counter\"> Loading… </span> </div> </a> <div class=\"sf-toolbar-info\"> <div class=\"sf-toolbar-info-piece\"> <b>Loading the web debug toolbar…</b> </div> <div class=\"sf-toolbar-info-piece\"> Attempt #<span id=\"sfLoadCounter-7f44af\"></span> </div> <div class=\"sf-toolbar-info-piece\"> <b> <button class=\"sf-cancel-button\" type=\"button\" id=\"sfLoadCancel-7f44af\" title=\"Cancel loading\">Cancel</button> </b> </div> </div></div> <button class=\"hide-button\" type=\"button\" id=\"sfToolbarHideButton-7f44af\" title=\"Close Toolbar\" accesskey=\"D\" aria-expanded=\"true\" aria-controls=\"sfToolbarMainContent-7f44af\"> <svg xmlns=\"http://www.w3.org/2000/svg\" data-icon-name=\"icon-tabler-x\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"> <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"></path> <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line> <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> </button></div><!-- END of Symfony Web Debug Toolbar --></div><style nonce=\"2e2ebb4dc728480c26d37052913b7fd4\"> .sf-toolbarreset { --sf-toolbar-font-family-system: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; --sf-toolbar-font-family-monospace: \"Ubuntu Mono\", \"JetBrains Mono\", ui-monospace, \"Roboto Mono\", SFMono-Regular, Menlo, Monaco, Consolas,\"Liberation Mono\", \"Courier New\", monospace; --sf-toolbar-white: #fff; --sf-toolbar-black: #000; --sf-toolbar-gray-50: #fafafa; --sf-toolbar-gray-100: #f5f5f5; --sf-toolbar-gray-200: #e5e5e5; --sf-toolbar-gray-300: #d4d4d4; --sf-toolbar-gray-400: #a3a3a3; --sf-toolbar-gray-500: #737373; --sf-toolbar-gray-600: #525252; --sf-toolbar-gray-700: #404040; --sf-toolbar-gray-800: #262626; --sf-toolbar-gray-900: #171717; --sf-toolbar-red-50: #FEFBFC; --sf-toolbar-red-100: #FCE9ED; --sf-toolbar-red-200: #F5B8C5; --sf-toolbar-red-300: #EF869C; --sf-toolbar-red-400: #E85574; --sf-toolbar-red-500: #E1244B; --sf-toolbar-red-600: #B41939; --sf-toolbar-red-700: #83122A; --sf-toolbar-red-800: #510B1A; --sf-toolbar-red-900: #20040A; --sf-toolbar-yellow-50: #fef7e1; --sf-toolbar-yellow-100: #fef2cd; --sf-toolbar-yellow-200: #fde496; --sf-toolbar-yellow-300: #fcd55f; --sf-toolbar-yellow-400: #fbc728; --sf-toolbar-yellow-500: #e6af05; --sf-toolbar-yellow-600: #af8503; --sf-toolbar-yellow-700: #785b02; --sf-toolbar-yellow-800: #413101; --sf-toolbar-yellow-900: #0a0800; --sf-toolbar-green-50: #eff5f5; --sf-toolbar-green-100: #deeaea; --sf-toolbar-green-200: #bbd5d5; --sf-toolbar-green-300: #99bfbf; --sf-toolbar-green-400: #76a9a9; --sf-toolbar-green-500: #598e8e; --sf-toolbar-green-600: #436c6c; --sf-toolbar-green-700: #2e4949; --sf-toolbar-green-800: #182727; --sf-toolbar-green-900: #030404;}.sf-minitoolbar { --sf-toolbar-gray-800: #262626; background-color: var(--sf-toolbar-gray-800); border-top-left-radius: 4px; bottom: 0; box-sizing: border-box; display: none; height: 36px; padding: 6px; position: fixed; right: 0; z-index: 99999;}.sf-minitoolbar button { background-color: transparent; padding: 0; border: none;}.sf-minitoolbar svg,.sf-minitoolbar img { --sf-toolbar-gray-200: #e5e5e5; color: var(--sf-toolbar-gray-200); max-height: 24px; max-width: 24px; display: inline;}.sf-toolbar-clearer { clear: both; height: 36px;}.sf-display-none { display: none;}.sf-toolbarreset *:not(svg rect) { box-sizing: content-box; vertical-align: baseline; letter-spacing: normal; width: auto;}.sf-toolbarreset { background-color: var(--sf-toolbar-gray-800); bottom: 0; box-shadow: inset 0 1px 0 var(--sf-toolbar-black), 0 -1px 0 rgba(0, 0, 0, 0.5); color: var(--sf-toolbar-gray-200); font: 11px var(--sf-toolbar-font-family-system); left: 0; margin: 0; padding: 0 36px 0 0; position: fixed; right: 0; text-align: left; text-transform: none; z-index: 99999; direction: ltr; /* neutralize the aliasing defined by external CSS styles */ -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto;}.sf-toolbarreset abbr { border: dashed var(--sf-toolbar-gray-500); border-width: 0 0 1px;}.sf-toolbarreset svg,.sf-toolbarreset img { height: 20px; width: 20px; display: inline-block;}.sf-toolbarreset .sf-cancel-button { color: var(--sf-toolbar-gray-700);}.sf-toolbarreset .hide-button { background: var(--sf-toolbar-gray-800); color: var(--sf-toolbar-gray-300); display: block; position: absolute; top: 2px; right: 0; width: 36px; height: 34px; cursor: pointer; text-align: center; border: none; margin: 0; padding: 0;}.sf-toolbarreset .hide-button:hover { background: var(--sf-toolbar-gray-700);}.sf-toolbarreset .hide-button svg { max-height: 18px; margin-top: 1px;}.sf-toolbar-block { cursor: default; display: block; float: left; height: 36px; margin-right: 0; position: relative; white-space: nowrap; max-width: 15%;}.sf-toolbar-block > a,.sf-toolbar-block > a:hover { display: block; text-decoration: none; background-color: transparent; color: inherit;}.sf-toolbar-block span { display: inline-block;}.sf-toolbar-block .sf-toolbar-value { color: var(--sf-toolbar-gray-100); font-size: 13px; line-height: 36px; padding: 0;}.sf-toolbar-block .sf-toolbar-label,.sf-toolbar-block .sf-toolbar-class-separator { color: var(--sf-toolbar-gray-400); font-size: 12px; margin-left: 2px;}.sf-toolbar-block .sf-toolbar-info { border-collapse: collapse; display: table; z-index: 100000;}.sf-toolbar-block hr { border-top: 1px solid var(--sf-toolbar-gray-500); margin: 4px 0; padding-top: 4px;}.sf-toolbar-block .sf-toolbar-info-piece { /* this \'border-bottom\' trick is needed because \'margin-bottom\' doesn\'t work for table rows */ border-bottom: solid transparent 3px; display: table-row;}.sf-toolbar-block .sf-toolbar-info-piece-additional,.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { display: none;}.sf-toolbar-block .sf-toolbar-info-group { margin-bottom: 4px; padding-bottom: 2px; border-bottom: 1px solid #333333;}.sf-toolbar-block .sf-toolbar-info-group:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status { border-radius: 4px; padding: 2px 5px; margin-bottom: 0;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status + .sf-toolbar-status { margin-left: 4px;}.sf-toolbar-block .sf-toolbar-info-piece:last-child { margin-bottom: 0;}div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece a { color: #99CDD8; text-decoration: underline;}div.sf-toolbar .sf-toolbar-block a:hover { text-decoration: none;}.sf-toolbar-block .sf-toolbar-info-piece b { color: var(--sf-toolbar-gray-400); display: table-cell; font-size: 11px; padding: 4px 8px 4px 0;}.sf-toolbar-block:not(.sf-toolbar-block-dump) .sf-toolbar-info-piece span { color: var(--sf-toolbar-gray-100);}.sf-toolbar-block .sf-toolbar-info-piece span { font-size: 12px;}div.sf-toolbar .sf-toolbar-block .sf-toolbar-info-piece.sf-toolbar-info-php-ext a { text-decoration: none;}.sf-toolbar-block .sf-toolbar-info { background-color: var(--sf-toolbar-gray-700); border-radius: 4px; border-bottom-left-radius: 0; bottom: 36px; color: var(--sf-toolbar-gray-100); display: none; padding: 9px 0; position: absolute;}.sf-toolbar-block.sf-toolbar-block-right .sf-toolbar-info { border-bottom-left-radius: 4px; border-bottom-right-radius: 0;}.sf-toolbar-block .sf-toolbar-info:empty { visibility: hidden;}.sf-toolbar-block .sf-toolbar-status { display: inline-block; color: var(--sf-toolbar-white); background-color: var(--sf-toolbar-gray-600); padding: 3px 6px; margin: 0 4px; min-width: 15px; min-height: 13px; text-align: center;}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-green,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-green { background-color: #059669; color: var(--white);}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-red,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-red { background-color: var(--sf-toolbar-red-500); color: var(--sf-toolbar-red-50);}.sf-toolbar-block .sf-toolbar-status.sf-toolbar-status-yellow,.sf-toolbar-block .sf-toolbar-info .sf-toolbar-status.sf-toolbar-status-yellow { background-color: var(--sf-toolbar-yellow-300); color: var(--sf-toolbar-yellow-800);}.sf-toolbar-block.sf-toolbar-status-green::before,.sf-toolbar-block.sf-toolbar-status-red::before,.sf-toolbar-block.sf-toolbar-status-yellow::before { background: var(--sf-toolbar-yellow-400); border-radius: 6px; content: \'\'; position: absolute; bottom: 1px; left: 0; width: 98%; height: 3px; z-index: 10005;}.sf-toolbar-block.sf-toolbar-status-red::before { background: var(--sf-toolbar-red-400);}.sf-toolbar-block.sf-toolbar-status-green::before { background: var(--sf-toolbar-green-400);}.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-green::before,.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-red::before,.sf-toolbar-block-request.sf-toolbar-block.sf-toolbar-status-yellow::before { display: none;}.sf-toolbar-block-request .sf-toolbar-status { border-radius: 6px; color: #fff; display: inline-block; flex-shrink: 0; font-size: 13px; font-weight: 500; padding: 4px 8px;}.sf-toolbar-block-request .sf-toolbar-info-piece a { background-color: transparent; text-decoration: none;}.sf-toolbar-block-request .sf-toolbar-info-piece a:hover { text-decoration: underline;}.sf-toolbar-block-request .sf-toolbar-redirection-status { font-weight: normal; padding: 2px 4px; line-height: 18px;}.sf-toolbar-block.sf-toolbar-block-request .sf-toolbar-redirection-status.sf-toolbar-status-yellow { background-color: var(--sf-toolbar-yellow-300); border-radius: 4px; color: var(--sf-toolbar-yellow-800); padding: 1px 4px;}.sf-toolbar-block.sf-toolbar-block-request .sf-toolbar-info-piece .sf-toolbar-redirection-method { background: transparent; color: var(--sf-toolbar-gray-300); border: 1px solid var(--sf-toolbar-gray-400); padding: 1px 4px;}.sf-toolbar-block-request .sf-toolbar-info-piece span.sf-toolbar-redirection-method { font-size: 12px; height: 17px; line-height: 17px; margin-right: 5px;}.sf-toolbar-block-request .sf-toolbar-request-icon svg { stroke-width: 3px;}.sf-toolbar-block-ajax .sf-toolbar-icon { cursor: pointer;}.sf-toolbar-status-green .sf-toolbar-label,.sf-toolbar-status-yellow .sf-toolbar-label,.sf-toolbar-status-red .sf-toolbar-label { color: var(--sf-toolbar-white);}.sf-toolbar-block-config svg path,.sf-toolbar-block-config svg .sf-svg-path { fill: var(--sf-toolbar-white);}.sf-toolbar-block .sf-toolbar-icon { color: var(--sf-toolbar-gray-300); align-items: center; display: flex; height: 36px; padding: 0 7px; overflow: hidden; text-overflow: ellipsis;}.sf-toolbar-block:hover .sf-toolbar-icon { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; box-shadow: 1px 0 0 var(--sf-toolbar-black), inset 0 -1px 0 var(--sf-toolbar-black);}.sf-toolbar-block.sf-toolbar-block-right:hover .sf-toolbar-icon { box-shadow: -1px 0 0 var(--sf-toolbar-black), inset 0 -1px 0 var(--sf-toolbar-black);}.sf-toolbar-block-request .sf-toolbar-icon { padding-left: 0; padding-right: 0;}.sf-toolbar-block .sf-toolbar-icon img,.sf-toolbar-block .sf-toolbar-icon svg { border-width: 0;}.sf-toolbar-block .sf-toolbar-icon img + span,.sf-toolbar-block .sf-toolbar-icon svg + span { margin-left: 4px;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-value,.sf-toolbar-block.sf-toolbar-block-sf-cli .sf-toolbar-value { margin-left: 5px;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-block.sf-toolbar-block-sf-cli .sf-toolbar-label { margin-left: 0;}.sf-toolbar-block:hover,.sf-toolbar-block.hover { position: relative;}.sf-toolbar-block:hover .sf-toolbar-icon,.sf-toolbar-block.hover .sf-toolbar-icon { background-color: var(--sf-toolbar-gray-700); position: relative; z-index: 10002;}.sf-toolbar-block-ajax.hover .sf-toolbar-info { z-index: 10001;}.sf-toolbar-block:hover .sf-toolbar-info,.sf-toolbar-block.hover .sf-toolbar-info { display: block; padding: 10px; max-width: 525px; max-height: 480px; word-wrap: break-word; overflow: hidden; overflow-y: auto;}.sf-toolbar-info-piece b.sf-toolbar-ajax-info { color: var(--sf-toolbar-gray-100);}.sf-toolbar-ajax-requests { border: 1px solid var(--sf-toolbar-gray-500); font-variant: tabular-nums; margin: 5px 0 0; width: 100%;}.sf-toolbar-ajax-requests td { background-color: var(--sf-toolbar-gray-700); border: 1px solid var(--sf-toolbar-gray-500); color: var(--sf-toolbar-gray-100); font-size: 12px; padding: 4px; vertical-align: middle;}.sf-toolbar-ajax-requests thead { border: 0;}.sf-toolbar-ajax-requests th { background-color: var(--sf-toolbar-gray-800); border: 1px solid var(--sf-toolbar-gray-500); color: var(--sf-toolbar-gray-200); font-size: 11px; padding: 4px;}.sf-ajax-request-url { max-width: 250px; line-height: 9px; overflow: hidden; text-overflow: ellipsis;}.sf-toolbar-ajax-requests .sf-ajax-request-url a { text-decoration: none;}.sf-toolbar-ajax-requests .sf-ajax-request-url a:hover { text-decoration: underline;}.sf-ajax-request-duration { text-align: right;}.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-ajax-requests .sf-toolbar-status { font-size: 11px; padding: 1px 3px;}.sf-ajax-request-loading { animation: sf-blink .5s ease-in-out infinite;}@keyframes sf-blink { 0% { background: var(--sf-toolbar-gray-800); } 50% { background: var(--sf-toolbar-gray-700); } 100% { background: var(--sf-toolbar-gray-800); }}.sf-toolbar-block.sf-toolbar-block-dump .sf-toolbar-info { max-width: none; width: 100%; position: fixed; box-sizing: border-box; left: 0;}.sf-toolbar-block-dump pre.sf-dump { background-color: var(--sf-toolbar-gray-800); border-color: var(--sf-toolbar-gray-500); border-radius: 0; margin: 6px 0 12px 0;}.sf-toolbar-block-dump pre.sf-dump:last-child { margin-bottom: 0;}.sf-toolbar-block-dump pre.sf-dump .sf-dump-search-wrapper { margin-bottom: 5px;}.sf-toolbar-block-dump pre.sf-dump span.sf-dump-search-count { color: #333; font-size: 12px;}.sf-toolbar-block-dump .sf-toolbar-info-piece { display: block;}.sf-toolbar-block-dump .sf-toolbar-info-piece .sf-toolbar-file-line { color: var(--sf-toolbar-gray-400); margin-left: 4px;}.sf-toolbar-block-dump .sf-toolbar-info img { display: none;}.sf-toolbar-block-serializer .detailed-metrics { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 15px; margin-top: 15px;}/* Responsive Design */.sf-toolbar-icon .sf-toolbar-label,.sf-toolbar-icon .sf-toolbar-value { display: none;}.sf-toolbar-block-config .sf-toolbar-icon .sf-toolbar-label,.sf-cli .sf-toolbar-icon .sf-toolbar-label { display: inline-block;}/* Legacy Design - these styles are maintained to make old panels look a bit better on the new toolbar */.sf-toolbar-block .sf-toolbar-info-piece-additional-detail { color: var(--sf-toolbar-gray-400); font-size: 12px;}.sf-toolbar-status-green .sf-toolbar-info-piece-additional-detail,.sf-toolbar-status-yellow .sf-toolbar-info-piece-additional-detail,.sf-toolbar-status-red .sf-toolbar-info-piece-additional-detail { color: var(--sf-toolbar-white);}@media (min-width: 768px) { .sf-toolbar-icon .sf-toolbar-label, .sf-toolbar-icon .sf-toolbar-value { display: inline; } .sf-toolbar-block-time .sf-toolbar-icon svg, .sf-toolbar-block-memory .sf-toolbar-icon svg { display: none; } .sf-toolbar-block-time .sf-toolbar-icon svg + span, .sf-toolbar-block-memory .sf-toolbar-icon svg + span { margin-left: 0; } .sf-toolbar-block .sf-toolbar-icon { padding: 0 10px; } .sf-toolbar-block-time .sf-toolbar-icon { padding-right: 5px; } .sf-toolbar-block-memory .sf-toolbar-icon { padding-left: 5px; } .sf-toolbar-block-request .sf-toolbar-icon { display: flex; align-items: center; padding-left: 0; padding-right: 0; } .sf-toolbar-block-request .sf-toolbar-label { margin-left: 4px; margin-right: 1px; } .sf-toolbar-block-request .sf-toolbar-status + .sf-toolbar-request-icon { display: inline-flex; margin-left: 5px; } .sf-toolbar-block-request .sf-toolbar-icon .sf-toolbar-request-icon + .sf-toolbar-label { margin-left: 0; } .sf-toolbar-block-request .sf-toolbar-label + .sf-toolbar-value { margin-right: 5px; } .sf-toolbar-block-request:hover .sf-toolbar-info { max-width: none; } .sf-toolbar-block .sf-toolbar-info-piece b { font-size: 12px; } .sf-toolbar-block .sf-toolbar-info-piece span { font-size: 13px; } .sf-toolbar-block-right { float: right; margin-left: 0; margin-right: 0; } .sf-toolbarreset .sf-toolbar-block.sf-toolbar-block-right:not(.sf-toolbar-block-sf-cli) .sf-toolbar-info { border-bottom-left-radius: 4px; border-bottom-right-radius: 0; }}@media (min-width: 1024px) { .sf-toolbar-block .sf-toolbar-info-piece-additional, .sf-toolbar-block .sf-toolbar-info-piece-additional-detail { display: inline; } .sf-toolbar-block .sf-toolbar-info-piece-additional:empty, .sf-toolbar-block .sf-toolbar-info-piece-additional-detail:empty { display: none; }}/***** Error Toolbar *****/.sf-error-toolbar .sf-toolbarreset { background: var(--sf-toolbar-gray-800); color: var(--sf-toolbar-gray-100); font: 13px/36px var(--sf-toolbar-font-family-system); height: 36px; padding: 0 15px; text-align: left;}.sf-error-toolbar .sf-toolbarreset svg { height: auto;}.sf-error-toolbar .sf-toolbarreset a { color: #99cdd8; margin-left: 5px; text-decoration: underline;}.sf-error-toolbar .sf-toolbarreset a:hover { text-decoration: none;}.sf-error-toolbar .sf-toolbarreset .sf-toolbar-icon { float: left; padding: 5px 0; margin-right: 10px;}.sf-full-stack { left: 0px; font-size: 12px;}/***** Media query print: Do not print the Toolbar. *****/@media print { .sf-toolbar { display: none !important; }}</style><script nonce=\"b7bf843edfc5406aec243c656807933f\">/*<![CDATA[*/ if (typeof Sfjs === \'undefined\' || typeof Sfjs.loadToolbar === \'undefined\') { Sfjs = (function() { \"use strict\"; if (\'classList\' in document.documentElement) { var hasClass = function (el, cssClass) { return el.classList.contains(cssClass); }; var removeClass = function(el, cssClass) { el.classList.remove(cssClass); }; var addClass = function(el, cssClass) { el.classList.add(cssClass); }; var toggleClass = function(el, cssClass) { el.classList.toggle(cssClass); }; } else { var hasClass = function (el, cssClass) { return el.className.match(new RegExp(\'\\\\b\' + cssClass + \'\\\\b\')); }; var removeClass = function(el, cssClass) { el.className = el.className.replace(new RegExp(\'\\\\b\' + cssClass + \'\\\\b\'), \' \'); }; var addClass = function(el, cssClass) { if (!hasClass(el, cssClass)) { el.className += \" \" + cssClass; } }; var toggleClass = function(el, cssClass) { hasClass(el, cssClass) ? removeClass(el, cssClass) : addClass(el, cssClass); }; } var noop = function() {}; var profilerStorageKey = \'symfony/profiler/\'; var addEventListener; var el = document.createElement(\'div\'); if (!(\'addEventListener\' in el)) { addEventListener = function (element, eventName, callback) { element.attachEvent(\'on\' + eventName, callback); }; } else { addEventListener = function (element, eventName, callback) { element.addEventListener(eventName, callback, false); }; } var request = function(url, onSuccess, onError, payload, options, tries) { var xhr = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject(\'Microsoft.XMLHTTP\'); options = options || {}; options.retry = options.retry || false; tries = tries || 1; /* this delays for 125, 375, 625, 875, and 1000, ... */ var delay = tries < 5 ? (tries - 0.5) * 250 : 1000; xhr.open(options.method || \'GET\', url, true); xhr.setRequestHeader(\'X-Requested-With\', \'XMLHttpRequest\'); xhr.onreadystatechange = function(state) { if (4 !== xhr.readyState) { return null; } if (xhr.status == 404 && options.retry && !options.stop) { setTimeout(function() { if (options.stop) { return; } request(url, onSuccess, onError, payload, options, tries + 1); }, delay); return null; } if (200 === xhr.status) { (onSuccess || noop)(xhr); } else { (onError || noop)(xhr); } }; if (options.onSend) { options.onSend(tries); } xhr.send(payload || \'\'); }; var getPreference = function(name) { if (!window.localStorage) { return null; } return localStorage.getItem(profilerStorageKey + name); }; var setPreference = function(name, value) { if (!window.localStorage) { return null; } localStorage.setItem(profilerStorageKey + name, value); }; var requestStack = []; var extractHeaders = function(xhr, stackElement) { /* Here we avoid to call xhr.getResponseHeader in order to */ /* prevent polluting the console with CORS security errors */ var allHeaders = xhr.getAllResponseHeaders(); var ret; if (ret = allHeaders.match(/^x-debug-token:\\s+(.*)$/im)) { stackElement.profile = ret[1]; } if (ret = allHeaders.match(/^x-debug-token-link:\\s+(.*)$/im)) { stackElement.profilerUrl = ret[1]; } if (ret = allHeaders.match(/^Symfony-Debug-Toolbar-Replace:\\s+(.*)$/im)) { stackElement.toolbarReplaceFinished = false; stackElement.toolbarReplace = \'1\' === ret[1]; } }; var successStreak = 4; var pendingRequests = 0; var renderAjaxRequests = function() { var requestCounter = document.querySelector(\'.sf-toolbar-ajax-request-counter\'); if (!requestCounter) { return; } requestCounter.textContent = requestStack.length; var infoSpan = document.querySelector(\".sf-toolbar-ajax-info\"); if (infoSpan) { infoSpan.textContent = requestStack.length + \' AJAX request\' + (requestStack.length !== 1 ? \'s\' : \'\'); } var ajaxToolbarPanel = document.querySelector(\'.sf-toolbar-block-ajax\'); if (requestStack.length) { ajaxToolbarPanel.style.display = \'block\'; } else { ajaxToolbarPanel.style.display = \'none\'; } if (pendingRequests > 0) { addClass(ajaxToolbarPanel, \'sf-ajax-request-loading\'); } else if (successStreak < 4) { addClass(ajaxToolbarPanel, \'sf-toolbar-status-red\'); removeClass(ajaxToolbarPanel, \'sf-ajax-request-loading\'); } else { removeClass(ajaxToolbarPanel, \'sf-ajax-request-loading\'); removeClass(ajaxToolbarPanel, \'sf-toolbar-status-red\'); } }; var startAjaxRequest = function(index) { var tbody = document.querySelector(\'.sf-toolbar-ajax-request-list\'); if (!tbody) { return; } var nbOfAjaxRequest = tbody.rows.length; if (nbOfAjaxRequest >= 100) { tbody.deleteRow(0); } var request = requestStack[index]; pendingRequests++; var row = document.createElement(\'tr\'); request.DOMNode = row; var requestNumberCell = document.createElement(\'td\'); requestNumberCell.textContent = index + 1; row.appendChild(requestNumberCell); var profilerCell = document.createElement(\'td\'); profilerCell.textContent = \'n/a\'; row.appendChild(profilerCell); var methodCell = document.createElement(\'td\'); methodCell.textContent = request.method; row.appendChild(methodCell); var typeCell = document.createElement(\'td\'); typeCell.textContent = request.type; row.appendChild(typeCell); var statusCodeCell = document.createElement(\'td\'); var statusCode = document.createElement(\'span\'); statusCode.textContent = \'n/a\'; statusCodeCell.appendChild(statusCode); row.appendChild(statusCodeCell); var pathCell = document.createElement(\'td\'); pathCell.className = \'sf-ajax-request-url\'; if (\'GET\' === request.method) { var pathLink = document.createElement(\'a\'); pathLink.setAttribute(\'href\', request.url); pathLink.textContent = request.url; pathCell.appendChild(pathLink); } else { pathCell.textContent = request.url; } pathCell.setAttribute(\'title\', request.url); row.appendChild(pathCell); var durationCell = document.createElement(\'td\'); durationCell.className = \'sf-ajax-request-duration\'; durationCell.textContent = \'n/a\'; row.appendChild(durationCell); request.liveDurationHandle = setInterval(function() { durationCell.textContent = (new Date() - request.start) + \' ms\'; }, 100); row.className = \'sf-ajax-request sf-ajax-request-loading\'; tbody.insertBefore(row, null); var toolbarInfo = document.querySelector(\'.sf-toolbar-block-ajax .sf-toolbar-info\'); toolbarInfo.scrollTop = toolbarInfo.scrollHeight; renderAjaxRequests(); }; var finishAjaxRequest = function(index) { var request = requestStack[index]; clearInterval(request.liveDurationHandle); if (!request.DOMNode) { return; } if (request.toolbarReplace && !request.toolbarReplaceFinished && request.profile) { /* Flag as complete because finishAjaxRequest can be called multiple times. */ request.toolbarReplaceFinished = true; /* Search up through the DOM to find the toolbar\'s container ID. */ for (var elem = request.DOMNode; elem && elem !== document; elem = elem.parentNode) { if (elem.id.match(/^sfwdt/)) { Sfjs.loadToolbar(elem.id.replace(/^sfwdt/, \'\'), request.profile); break; } } } pendingRequests--; var row = request.DOMNode; /* Unpack the children from the row */ var profilerCell = row.children[1]; var methodCell = row.children[2]; var statusCodeCell = row.children[4]; var statusCodeElem = statusCodeCell.children[0]; var durationCell = row.children[6]; if (request.error) { row.className = \'sf-ajax-request sf-ajax-request-error\'; methodCell.className = \'sf-ajax-request-error\'; successStreak = 0; } else { row.className = \'sf-ajax-request sf-ajax-request-ok\'; successStreak++; } if (request.statusCode) { if (request.statusCode < 300) { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status\'); } else if (request.statusCode < 400) { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status sf-toolbar-status-yellow\'); } else { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status sf-toolbar-status-red\'); } statusCodeElem.textContent = request.statusCode; } else { statusCodeElem.setAttribute(\'class\', \'sf-toolbar-status sf-toolbar-status-red\'); } if (request.duration) { durationCell.textContent = request.duration + \' ms\'; } if (request.profilerUrl) { profilerCell.textContent = \'\'; var profilerLink = document.createElement(\'a\'); profilerLink.setAttribute(\'href\', request.profilerUrl); profilerLink.textContent = request.profile; profilerCell.appendChild(profilerLink); } renderAjaxRequests(); }; if (window.fetch && window.fetch.polyfill === undefined) { var oldFetch = window.fetch; window.fetch = function () { var promise = oldFetch.apply(this, arguments); var url = arguments[0]; var params = arguments[1]; var paramType = Object.prototype.toString.call(arguments[0]); if (paramType === \'[object Request]\') { url = arguments[0].url; params = { method: arguments[0].method, credentials: arguments[0].credentials, headers: arguments[0].headers, mode: arguments[0].mode, redirect: arguments[0].redirect }; } else { url = String(url); } if (!url.match(new RegExp(\"^\\/((index|app(_[\\\\w]+)?)\\\\.php\\/)?_wdt\"))) { var method = \'GET\'; if (params && params.method !== undefined) { method = params.method; } var stackElement = { error: false, url: url, method: method, type: \'fetch\', start: new Date() }; var idx = requestStack.push(stackElement) - 1; promise.then(function (r) { stackElement.duration = new Date() - stackElement.start; stackElement.error = r.status < 200 || r.status >= 400; stackElement.statusCode = r.status; stackElement.profile = r.headers.get(\'x-debug-token\'); stackElement.profilerUrl = r.headers.get(\'x-debug-token-link\'); stackElement.toolbarReplaceFinished = false; stackElement.toolbarReplace = \'1\' === r.headers.get(\'Symfony-Debug-Toolbar-Replace\'); finishAjaxRequest(idx); }, function (e){ stackElement.error = true; finishAjaxRequest(idx); }); startAjaxRequest(idx); } return promise; }; } if (window.XMLHttpRequest && XMLHttpRequest.prototype.addEventListener) { var proxied = XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open = function(method, url, async, user, pass) { var self = this; /* prevent logging AJAX calls to static and inline files, like templates */ var path = url; if (url.slice(0, 1) === \'/\') { if (0 === url.indexOf(\'\')) { path = url.slice(0); } } else if (0 === url.indexOf(\'https\\u003A\\/\\/devmonotomic.bn\\u002Dautomation.com\')) { path = url.slice(38); } if (!path.match(new RegExp(\"^\\/((index|app(_[\\\\w]+)?)\\\\.php\\/)?_wdt\"))) { var stackElement = { error: false, url: url, method: method, type: \'xhr\', start: new Date() }; var idx = requestStack.push(stackElement) - 1; this.addEventListener(\'readystatechange\', function() { if (self.readyState == 4) { stackElement.duration = new Date() - stackElement.start; stackElement.error = self.status < 200 || self.status >= 400; stackElement.statusCode = self.status; extractHeaders(self, stackElement); finishAjaxRequest(idx); } }, false); startAjaxRequest(idx); } proxied.apply(this, Array.prototype.slice.call(arguments)); }; } return { hasClass: hasClass, removeClass: removeClass, addClass: addClass, toggleClass: toggleClass, getPreference: getPreference, setPreference: setPreference, addEventListener: addEventListener, request: request, renderAjaxRequests: renderAjaxRequests, getSfwdt: function(token) { return document.getElementById(\'sfwdt\' + token); }, load: function(selector, url, onSuccess, onError, options) { var el = document.getElementById(selector); if (el && el.getAttribute(\'data-sfurl\') !== url) { request( url, function(xhr) { el.innerHTML = xhr.responseText; el.setAttribute(\'data-sfurl\', url); removeClass(el, \'loading\'); var pending = pendingRequests; for (var i = 0; i < requestStack.length; i++) { startAjaxRequest(i); if (requestStack[i].duration || requestStack[i].error) { finishAjaxRequest(i); } } /* Revert the pending state in case there was a start called without a finish above. */ pendingRequests = pending; (onSuccess || noop)(xhr, el); }, function(xhr) { (onError || noop)(xhr, el); }, \'\', options ); } return this; }, showToolbar: function(token) { var sfwdt = this.getSfwdt(token); removeClass(sfwdt, \'sf-display-none\'); if (getPreference(\'toolbar/displayState\') == \'none\') { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'none\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'none\'; document.getElementById(\'sfMiniToolbar-\' + token).style.display = \'block\'; } else { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'block\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'block\'; document.getElementById(\'sfMiniToolbar-\' + token).style.display = \'none\'; } }, hideToolbar: function(token) { var sfwdt = this.getSfwdt(token); addClass(sfwdt, \'sf-display-none\'); }, initToolbar: function(token) { this.showToolbar(token); var hideButton = document.getElementById(\'sfToolbarHideButton-\' + token); var hideButtonSvg = hideButton.querySelector(\'svg\'); hideButtonSvg.setAttribute(\'aria-hidden\', \'true\'); hideButtonSvg.setAttribute(\'focusable\', \'false\'); addEventListener(hideButton, \'click\', function (event) { event.preventDefault(); var p = this.parentNode; p.style.display = \'none\'; (p.previousElementSibling || p.previousSibling).style.display = \'none\'; document.getElementById(\'sfMiniToolbar-\' + token).style.display = \'block\'; setPreference(\'toolbar/displayState\', \'none\'); }); var showButton = document.getElementById(\'sfToolbarMiniToggler-\' + token); var showButtonSvg = showButton.querySelector(\'svg\'); showButtonSvg.setAttribute(\'aria-hidden\', \'true\'); showButtonSvg.setAttribute(\'focusable\', \'false\'); addEventListener(showButton, \'click\', function (event) { event.preventDefault(); var elem = this.parentNode; if (elem.style.display == \'none\') { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'none\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'none\'; elem.style.display = \'block\'; } else { document.getElementById(\'sfToolbarMainContent-\' + token).style.display = \'block\'; document.getElementById(\'sfToolbarClearer-\' + token).style.display = \'block\'; elem.style.display = \'none\' } setPreference(\'toolbar/displayState\', \'block\'); }); }, loadToolbar: function(token, newToken) { var that = this; var triesCounter = document.getElementById(\'sfLoadCounter-\' + token); var options = { retry: true, onSend: function (count) { if (count === 3) { that.initToolbar(token); } if (triesCounter) { triesCounter.textContent = count; } }, }; var cancelButton = document.getElementById(\'sfLoadCancel-\' + token); if (cancelButton) { addEventListener(cancelButton, \'click\', function (event) { event.preventDefault(); options.stop = true; that.hideToolbar(token); }); } newToken = (newToken || token); this.load( \'sfwdt\' + token, \'https\\u003A\\/\\/devmonotomic.bn\\u002Dautomation.com\\/_wdt\\/xxxxxx\'.replace(/xxxxxx/, newToken), function(xhr, el) { var toolbarContent = document.getElementById(\'sfToolbarMainContent-\' + newToken); /* Do nothing in the edge case where the toolbar has already been replaced with a new one */ if (!toolbarContent) { return; } /* Replace the ID, it has to match the new token */ toolbarContent.parentElement.id = \'sfwdt\' + newToken; /* Evaluate in global scope scripts embedded inside the toolbar */ var i, scripts = [].slice.call(el.querySelectorAll(\'script\')); for (i = 0; i < scripts.length; ++i) { if (scripts[i].firstChild) { eval.call({}, scripts[i].firstChild.nodeValue); } } el.style.display = -1 !== xhr.responseText.indexOf(\'sf-toolbarreset\') ? \'block\' : \'none\'; if (el.style.display == \'none\') { return; } that.initToolbar(newToken); /* Handle toolbar-info position */ var toolbarBlocks = [].slice.call(el.querySelectorAll(\'.sf-toolbar-block\')); for (i = 0; i < toolbarBlocks.length; ++i) { toolbarBlocks[i].onmouseover = function () { var toolbarInfo = this.querySelectorAll(\'.sf-toolbar-info\')[0]; var pageWidth = document.body.clientWidth; var elementWidth = toolbarInfo.offsetWidth; var leftValue = (elementWidth + this.offsetLeft) - pageWidth; var rightValue = (elementWidth + (pageWidth - this.offsetLeft)) - pageWidth; /* Reset right and left value, useful on window resize */ toolbarInfo.style.right = \'\'; toolbarInfo.style.left = \'\'; if (elementWidth > pageWidth) { toolbarInfo.style.left = 0; } else if (leftValue > 0 && rightValue > 0) { toolbarInfo.style.right = (rightValue * -1) + \'px\'; } else if (leftValue < 0) { toolbarInfo.style.left = 0; } else { toolbarInfo.style.right = \'0px\'; } }; } renderAjaxRequests(); addEventListener(document.querySelector(\'.sf-toolbar-ajax-clear\'), \'click\', function() { requestStack = []; renderAjaxRequests(); successStreak = 4; document.querySelector(\'.sf-toolbar-ajax-request-list\').innerHTML = \'\'; }); addEventListener(document.querySelector(\'.sf-toolbar-block-ajax\'), \'mouseenter\', function (event) { var elem = document.querySelector(\'.sf-toolbar-block-ajax .sf-toolbar-info\'); elem.scrollTop = elem.scrollHeight; }); addEventListener(document.querySelector(\'.sf-toolbar-block-ajax > .sf-toolbar-icon\'), \'click\', function (event) { event.preventDefault(); toggleClass(this.parentNode, \'hover\'); }); var dumpInfo = document.querySelector(\'.sf-toolbar-block-dump .sf-toolbar-info\'); if (null !== dumpInfo) { addEventListener(dumpInfo, \'sfbeforedumpcollapse\', function () { dumpInfo.style.minHeight = dumpInfo.getBoundingClientRect().height+\'px\'; }); addEventListener(dumpInfo, \'mouseleave\', function () { dumpInfo.style.minHeight = \'\'; }); } }, function(xhr) { if (xhr.status !== 0 && !options.stop) { var sfwdt = that.getSfwdt(token); sfwdt.innerHTML = \'\\ <div class=\"sf-toolbarreset notranslate\">\\ <div class=\"sf-toolbar-icon\"><svg width=\"26\" height=\"28\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 26 28\" enable-background=\"new 0 0 26 28\" xml:space=\"preserve\"><path fill=\"#FFFFFF\" d=\"M13 0C5.8 0 0 5.8 0 13c0 7.2 5.8 13 13 13c7.2 0 13-5.8 13-13C26 5.8 20.2 0 13 0z M20 7.5 c-0.6 0-1-0.3-1-0.9c0-0.2 0-0.4 0.2-0.6c0.1-0.3 0.2-0.3 0.2-0.4c0-0.3-0.5-0.4-0.7-0.4c-2 0.1-2.5 2.7-2.9 4.8l-0.2 1.1 c1.1 0.2 1.9 0 2.4-0.3c0.6-0.4-0.2-0.8-0.1-1.3C18 9.2 18.4 9 18.7 8.9c0.5 0 0.8 0.5 0.8 1c0 0.8-1.1 2-3.3 1.9 c-0.3 0-0.5 0-0.7-0.1L15 14.1c-0.4 1.7-0.9 4.1-2.6 6.2c-1.5 1.8-3.1 2.1-3.8 2.1c-1.3 0-2.1-0.6-2.2-1.6c0-0.9 0.8-1.4 1.3-1.4 c0.7 0 1.2 0.5 1.2 1.1c0 0.5-0.2 0.6-0.4 0.7c-0.1 0.1-0.3 0.2-0.3 0.4c0 0.1 0.1 0.3 0.4 0.3c0.5 0 0.9-0.3 1.2-0.5 c1.3-1 1.7-2.9 2.4-6.2l0.1-0.8c0.2-1.1 0.5-2.3 0.8-3.5c-0.9-0.7-1.4-1.5-2.6-1.8c-0.8-0.2-1.3 0-1.7 0.4C8.4 10 8.6 10.7 9 11.1 l0.7 0.7c0.8 0.9 1.3 1.7 1.1 2.7c-0.3 1.6-2.1 2.8-4.3 2.1c-1.9-0.6-2.2-1.9-2-2.7c0.2-0.6 0.7-0.8 1.2-0.6 c0.5 0.2 0.7 0.8 0.6 1.3c0 0.1 0 0.1-0.1 0.3C6 15 5.9 15.2 5.9 15.3c-0.1 0.4 0.4 0.7 0.8 0.8c0.8 0.3 1.7-0.2 1.9-0.9 c0.2-0.6-0.2-1.1-0.4-1.2l-0.8-0.9c-0.4-0.4-1.2-1.5-0.8-2.8c0.2-0.5 0.5-1 0.9-1.4c1-0.7 2-0.8 3-0.6c1.3 0.4 1.9 1.2 2.8 1.9 c0.5-1.3 1.1-2.6 2-3.8c0.9-1 2-1.7 3.3-1.8C20 4.8 21 5.4 21 6.3C21 6.7 20.8 7.5 20 7.5z\"/></svg></div>\\ An error occurred while loading the web debug toolbar. <a href=\"https\\u003A\\/\\/devmonotomic.bn\\u002Dautomation.com\\/_profiler\\/\' + newToken + \'\">Open the web profiler.</a>\\ </div>\\ \'; sfwdt.setAttribute(\'class\', \'sf-toolbar sf-error-toolbar\'); } }, options ); return this; }, toggle: function(selector, elOn, elOff) { var tmp = elOn.style.display, el = document.getElementById(selector); elOn.style.display = elOff.style.display; elOff.style.display = tmp; if (el) { el.style.display = \'none\' === tmp ? \'none\' : \'block\'; } return this; }, }; })(); } Sfjs.loadToolbar(\'7f44af\');/*]]>*/</script>\n</body>\n</html>\n<!-- TEMPLATE END: templates/fe_page.html5 -->\n\";}s:62:\"\0Contao\\CoreBundle\\Messenger\\Message\\SearchIndexMessage\0action\";s:6:\"delete\";}}
"""
2 => "[]"
3 => "prio_low"
4 => "2026-01-13 16:43:29"
5 => "2026-01-13 16:43:29"
]
"types" => [1 => 22 => 23 => 24 => 25 => 2]
]
debug
Committing transaction
doctrine
There are no log messages.
Container Compilation Logs (3688)
Log messages generated during the compilation of the service container.
Messages
Class
1134
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\AccordionController" (parent: .abstract.instanceof.App\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\AccordionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.App\Controller\ContentElement\AccordionController.0.App\Controller\ContentElement\AccordionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\AccordionController).
Resolving inheritance for "App\Controller\ContentElement\AccordionController" (parent: .instanceof.App\Controller\ContentElement\AccordionController.0.App\Controller\ContentElement\AccordionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\ElementGroupController" (parent: .abstract.instanceof.App\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.App\Controller\ContentElement\ElementGroupController.0.App\Controller\ContentElement\ElementGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\ElementGroupController).
Resolving inheritance for "App\Controller\ContentElement\ElementGroupController" (parent: .instanceof.App\Controller\ContentElement\ElementGroupController.0.App\Controller\ContentElement\ElementGroupController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileContentExtension" (parent: .abstract.instanceof.App\Twig\FileContentExtension).
Resolving inheritance for "App\Twig\FileContentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileContentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetModelsExtension" (parent: .abstract.instanceof.App\Twig\GetModelsExtension).
Resolving inheritance for "App\Twig\GetModelsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetModelsExtension).
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.annotations" (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 "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 "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
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 "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 "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
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 "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 "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 "contao.command.automator" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.backup_create" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.backup_list" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.backup_restore" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.backup_stream_content" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.crawl" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.cron" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.cron_list" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.debug_dca" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.debug_fragments" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.debug_pages" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.debug_twig" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.debug_twig).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.filesync" (parent: .abstract.instanceof.contao.command.filesync).
Resolving inheritance for "contao.command.filesync" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.install" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.migrate" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.resize_images" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.resize_images).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.contao.command.symlinks" (parent: .abstract.instanceof.contao.command.symlinks).
Resolving inheritance for "contao.command.symlinks" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.user_create" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.user_list" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao.command.user_password" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.contao.command.user_password).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\BackendController" (parent: .abstract.instanceof.Contao\CoreBundle\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\BackendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\BackendController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\BackendController).
Resolving inheritance for "Contao\CoreBundle\Controller\BackendController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\BackendController).
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 "Contao\CoreBundle\Controller\CaptchaController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.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\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\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\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.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 "Contao\CoreBundle\Controller\FrontendController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.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.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\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.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 "Contao\CoreBundle\Controller\SitemapController" (parent: .instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\SitemapController).
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\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\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\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\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.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.cte_alias" (parent: .abstract.instanceof.contao.listener.data_container.cte_alias).
Resolving inheritance for ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CteAliasListener.0.contao.listener.data_container.cte_alias" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.cte_alias).
Resolving inheritance for "contao.listener.data_container.cte_alias" (parent: .instanceof.Contao\CoreBundle\EventListener\DataContainer\CteAliasListener.0.contao.listener.data_container.cte_alias).
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\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\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.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\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\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\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\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.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\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\InterestCohortListener.0.contao.listener.interest_cohort" (parent: .abstract.instanceof.contao.listener.interest_cohort).
Resolving inheritance for "contao.listener.interest_cohort" (parent: .instanceof.Contao\CoreBundle\EventListener\InterestCohortListener.0.contao.listener.interest_cohort).
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.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\MakeBackendResponseUncacheableListener.0.contao.listener.make_backend_response_uncacheable" (parent: .abstract.instanceof.contao.listener.make_backend_response_uncacheable).
Resolving inheritance for "contao.listener.make_backend_response_uncacheable" (parent: .instanceof.Contao\CoreBundle\EventListener\MakeBackendResponseUncacheableListener.0.contao.listener.make_backend_response_uncacheable).
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\BackendMenuListener.0.contao.listener.menu.backend" (parent: .abstract.instanceof.contao.listener.menu.backend).
Resolving inheritance for "contao.listener.menu.backend" (parent: .instanceof.Contao\CoreBundle\EventListener\Menu\BackendMenuListener.0.contao.listener.menu.backend).
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\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\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.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\RefererIdListener.0.contao.listener.referer_id" (parent: .abstract.instanceof.contao.listener.referer_id).
Resolving inheritance for "contao.listener.referer_id" (parent: .instanceof.Contao\CoreBundle\EventListener\RefererIdListener.0.contao.listener.referer_id).
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.Contao\CoreBundle\EventListener\StoreRefererListener.0.contao.listener.store_referer" (parent: .abstract.instanceof.contao.listener.store_referer).
Resolving inheritance for "contao.listener.store_referer" (parent: .instanceof.Contao\CoreBundle\EventListener\StoreRefererListener.0.contao.listener.store_referer).
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\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.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.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.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\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\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.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\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\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\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.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.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\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.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.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\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\Component\Security\Core\Authorization\Voter\VoterInterface.0.contao.security.data_container.table_access_voter" (parent: .abstract.instanceof.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\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.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.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.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.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.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.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\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 "contao_manager.command.debug_plugins" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao_manager.command.dotenv_dump" (parent: .instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.0.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 "contao_manager.command.install_skeleton" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao_manager.command.maintenance_mode" (parent: .instanceof.Symfony\Component\Console\Command\Command.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 "contao_manager.command.setup" (parent: .instanceof.Symfony\Component\Console\Command\Command.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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController" (parent: .abstract.instanceof.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController).
Resolving inheritance for ".instanceof.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController).
Resolving inheritance for "Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController" (parent: .instanceof.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.MadeYourDay\RockSolidCustomElements\Migration\BasicEntitiesMigration" (parent: .abstract.instanceof.MadeYourDay\RockSolidCustomElements\Migration\BasicEntitiesMigration).
Resolving inheritance for "MadeYourDay\RockSolidCustomElements\Migration\BasicEntitiesMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.MadeYourDay\RockSolidCustomElements\Migration\BasicEntitiesMigration).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener.0.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener" (parent: .abstract.instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener).
Resolving inheritance for "Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener" (parent: .instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener.0.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener.0.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener" (parent: .abstract.instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener).
Resolving inheritance for "Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener" (parent: .instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener.0.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener).
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.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\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.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.0.Codefog\HasteBundle\EventListener\DoctrineOrmListener" (parent: .abstract.instanceof.Codefog\HasteBundle\EventListener\DoctrineOrmListener).
Resolving inheritance for "Codefog\HasteBundle\EventListener\DoctrineOrmListener" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.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.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateFileMigration" (parent: .abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateFileMigration).
Resolving inheritance for "DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateFileMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateFileMigration).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateLayoutMigration" (parent: .abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateLayoutMigration).
Resolving inheritance for "DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateLayoutMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateLayoutMigration).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateModuleMigration" (parent: .abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateModuleMigration).
Resolving inheritance for "DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateModuleMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateModuleMigration).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\MmConfigMigration" (parent: .abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\MmConfigMigration).
Resolving inheritance for "DirkKlemmt\ContaoMmenuBundle\Migration\MmConfigMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\MmConfigMigration).
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.Terminal42\DcawizardBundle\EventListener\FixRefererListener.0.Terminal42\DcawizardBundle\EventListener\FixRefererListener" (parent: .abstract.instanceof.Terminal42\DcawizardBundle\EventListener\FixRefererListener).
Resolving inheritance for "Terminal42\DcawizardBundle\EventListener\FixRefererListener" (parent: .instanceof.Terminal42\DcawizardBundle\EventListener\FixRefererListener.0.Terminal42\DcawizardBundle\EventListener\FixRefererListener).
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\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\GeneratePageListener.0.contao_news.listener.generate_page" (parent: .abstract.instanceof.contao_news.listener.generate_page).
Resolving inheritance for "contao_news.listener.generate_page" (parent: .instanceof.Contao\NewsBundle\EventListener\GeneratePageListener.0.contao_news.listener.generate_page).
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.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\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.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.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.Contao\CalendarBundle\Cron\GenerateFeedsCron.0.contao_calendar.cron.generate_feeds" (parent: .abstract.instanceof.contao_calendar.cron.generate_feeds).
Resolving inheritance for "contao_calendar.cron.generate_feeds" (parent: .instanceof.Contao\CalendarBundle\Cron\GenerateFeedsCron.0.contao_calendar.cron.generate_feeds).
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\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\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\GeneratePageListener.0.contao_calendar.listener.generate_page" (parent: .abstract.instanceof.contao_calendar.listener.generate_page).
Resolving inheritance for "contao_calendar.listener.generate_page" (parent: .instanceof.Contao\CalendarBundle\EventListener\GeneratePageListener.0.contao_calendar.listener.generate_page).
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.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.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions.0.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions).
Resolving inheritance for "Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions" (parent: .instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions.0.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions.0.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions).
Resolving inheritance for "Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions" (parent: .instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions.0.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener.0.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener).
Resolving inheritance for "Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener" (parent: .instanceof.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener.0.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener.0.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener).
Resolving inheritance for "Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener" (parent: .instanceof.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener.0.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController).
Resolving inheritance for "Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController" (parent: .instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController).
Resolving inheritance for "Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController" (parent: .instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController).
Resolving inheritance for ".instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController).
Resolving inheritance for "Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController" (parent: .instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Hofff\Contao\Consent\Core\Twig\TwigExtension" (parent: .abstract.instanceof.Hofff\Contao\Consent\Core\Twig\TwigExtension).
Resolving inheritance for "Hofff\Contao\Consent\Core\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Hofff\Contao\Consent\Core\Twig\TwigExtension).
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\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.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.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController" (parent: .abstract.instanceof.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController).
Resolving inheritance for ".instanceof.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController.0.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController).
Resolving inheritance for "Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController" (parent: .instanceof.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController.0.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\ChangeLanguage\EventListener\DataContainer\MissingLanguageIconListener" (parent: .abstract.instanceof.Terminal42\ChangeLanguage\EventListener\DataContainer\MissingLanguageIconListener).
Resolving inheritance for "Terminal42\ChangeLanguage\EventListener\DataContainer\MissingLanguageIconListener" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\ChangeLanguage\EventListener\DataContainer\MissingLanguageIconListener).
Resolving inheritance for ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\ChangeLanguage\Migration\CustomLanguageTextMigration" (parent: .abstract.instanceof.Terminal42\ChangeLanguage\Migration\CustomLanguageTextMigration).
Resolving inheritance for "Terminal42\ChangeLanguage\Migration\CustomLanguageTextMigration" (parent: .instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\ChangeLanguage\Migration\CustomLanguageTextMigration).
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.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController.0.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController" (parent: .abstract.instanceof.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController).
Resolving inheritance for "Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController" (parent: .instanceof.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController.0.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController).
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 "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 "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_rock_solid_custom_elements" (parent: assets.path_package).
Resolving inheritance for "assets._package_multi_column_wizard" (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._package_terminal42_dc_multilingual" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_mmenu" (parent: assets.path_package).
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._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._package_contao_calendar" (parent: assets.path_package).
Resolving inheritance for "assets._version_hofff_contao_consent_core" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_hofff_contao_consent_core" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_newsletter" (parent: assets.path_package).
Resolving inheritance for "assets._package_terminal42_change_language" (parent: assets.path_package).
Resolving inheritance for "assets._package_contao_comments" (parent: assets.path_package).
Resolving inheritance for "assets._package_hofff_contao_consent_google_tag_manager" (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/chosen" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/chosen" (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/colorpicker" (parent: assets.static_version_strategy).
Resolving inheritance for "assets._package_contao-components/colorpicker" (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
Skipping service "Esit\Bnaheader\Classes\Contao\Elements\OLDContentBnaHeaderOLD": Class or interface "Esit\Bnaheader\Classes\Contao\Elements\OLDContentBnaHeaderOLD" cannot be loaded.
1
Removing service-argument resolver for controller "Contao\CoreBundle\Controller\InsertTagsController::renderAction": no corresponding services exist for the referenced types.
334
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\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\UriSigner"; 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"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; 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\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 "Http\Client\HttpClient"; 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 "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; 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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; 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\WebLink\HttpHeaderSerializer"; 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_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\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 "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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; 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_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 "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; 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\Core\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\RateLimiterFactory $_login_global_contao_backend.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $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\RateLimiterFactory $_login_global_contao_frontend.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $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\Config\ResourceFinderInterface"; 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\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\Image\Studio\Studio"; 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\Mailer\AvailableTransports"; reason: private alias.
Removed service "Contao\CoreBundle\OptIn\OptIn"; 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\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\ManagerBundle\HttpKernel\JwtManager"; reason: private alias.
Removed service "Terminal42\DcMultilingualBundle\QueryBuilder\MultilingualQueryBuilderFactoryInterface"; reason: private alias.
Removed service "Terminal42\NotificationCenterBundle\Token\Definition\Factory\TokenDefinitionFactoryInterface"; reason: private alias.
Removed service "netzmacht.contao_toolkit.csrf.token_manager"; 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.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.error.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoErrorLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.access.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoAccessLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.configuration.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoConfigurationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.cron.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoCronLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.email.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoEmailLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.files.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoFilesLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.forms.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoFormsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $contao.general.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $contaoGeneralLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; 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 $backupsStorage"; reason: private alias.
Removed service "Contao\CoreBundle\Filesystem\VirtualFilesystemInterface $notificationCenterBulkyItemsStorageStorage"; reason: private alias.
Removed service ".service_locator.WkGfGhH"; reason: private alias.
Removed service ".service_locator.23Kio5S"; reason: private alias.
Removed service ".service_locator.q2TZhff"; reason: private alias.
Removed service ".service_locator.9tVPTUG"; reason: private alias.
Removed service ".service_locator.6HxFX2Z"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.EGTxImE"; reason: private alias.
Removed service ".service_locator.X95JI.3"; reason: private alias.
Removed service ".service_locator.i3sNMda"; reason: private alias.
Removed service ".service_locator.C3Q8mkt"; reason: private alias.
Removed service ".service_locator.epCavfe"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.S8LNDdF"; reason: private alias.
Removed service ".service_locator.cZqHrG0"; reason: private alias.
Removed service ".service_locator.XL52f.6"; reason: private alias.
Removed service ".service_locator.VNKia25"; reason: private alias.
Removed service ".service_locator.NBuO8R4"; reason: private alias.
Removed service ".service_locator.zsL2LdR"; reason: private alias.
Removed service ".service_locator.7JTr8GR"; reason: private alias.
Removed service ".service_locator.XF6Odo2"; reason: private alias.
Removed service ".service_locator.SCybhV3"; reason: private alias.
Removed service ".service_locator.38eTPWf"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.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 "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "messenger.bus.default"; 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 ".service_locator.jd1PaDd"; reason: private alias.
Removed service ".service_locator.HtU8gkj"; reason: private alias.
Removed service ".service_locator.DugTy8j"; reason: private alias.
Removed service ".service_locator.CHad2gQ"; reason: private alias.
Removed service ".service_locator.sLlceMf"; reason: private alias.
Removed service ".service_locator.QmE010s"; reason: private alias.
Removed service ".service_locator.K.mXI9d"; reason: private alias.
Removed service ".service_locator.Nocr1hf"; reason: private alias.
Removed service ".service_locator.fiWZUgr"; reason: private alias.
Removed service ".service_locator.pJsDoLQ"; reason: private alias.
Removed service ".service_locator.o0o6dCr"; reason: private alias.
Removed service ".service_locator.snq8aVI"; reason: private alias.
Removed service ".service_locator._f.LNSb"; reason: private alias.
Removed service ".service_locator.wqu.MFo"; reason: private alias.
Removed service ".service_locator.Ki5K62F"; reason: private alias.
Removed service ".service_locator.ccg2yCK"; reason: private alias.
Removed service ".service_locator..5DdeY_"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
Removed service ".service_locator.QK.qOGM"; reason: private alias.
Removed service ".service_locator.UCOChhH"; reason: private alias.
318
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.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 "mailer.transport_factory.abstract" 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 "mailer.transport_factory.native" 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 "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.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 "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.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.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\BackendCsvImportController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Contao\CoreBundle\Controller\BackendPreviewController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Contao\CoreBundle\Controller\BackendPreviewSwitchController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Contao\CoreBundle\Controller\BackendPreviewSwitchController" previously pointing to "contao.translation.translator" to "translator".
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_locale" previously pointing to "contao.translation.translator" to "translator".
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.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.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.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.locale" 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" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "contao.listener.menu.backend" previously pointing to "contao.translation.translator" to "translator".
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_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.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.warmer" previously pointing to "contao.translation.translator" to "translator".
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_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.record_labeler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "contao.filesystem.dbafs_factory" 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.rl0p_o1" to "contao.image.imagine".
Changed reference of service "contao.image.imagine_preview_provider" previously pointing to "contao.image.imagine.rl0p_o1" 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.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.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.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 "Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener" 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 "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.dc_multilingual.picker.multilingual_provider" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "terminal42.dc_multilingual.picker.multilingual_provider" previously pointing to "contao.translation.translator" to "translator".
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 "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 "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 "Hofff\Contao\Consent\Core\EventListener\Dca\TagDcaListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\EventListener\Dca\TagDcaListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Hofff\Contao\Consent\Core\ConsentBridge\HofffConsentTool" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Hofff\Contao\Consent\Core\ConsentBridge\HofffConsentTool" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\Core\Action\StatusAction" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Hofff\Contao\Consent\Core\Action\BannerAction" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\Action\InstallDefaultsAction" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Hofff\Contao\Consent\Core\Action\InstallDefaultsAction" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\Tag\RootType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\Tag\CategoryType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\Tag\CustomTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\Tag\CustomTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\Core\Tag\AssetsTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\Tag\AssetsTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController" previously pointing to "cmf_routing.router" to "router".
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 "netzmacht.contao_toolkit.dca.formatter.yes_no" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "netzmacht.contao_toolkit.listeners.get_template_helpers" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Button\StateButtonCallbackListener" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Wizard\ColorPickerListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Wizard\FilePickerListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Wizard\FilePickerListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Wizard\PagePickerListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Wizard\PagePickerListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Wizard\PopupWizardListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Netzmacht\Contao\Toolkit\Dca\Listener\Wizard\PopupWizardListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "netzmacht.contao_toolkit.dca.formatter.factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "netzmacht.contao_toolkit.view.template_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\YouTube\YouTubeTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\YouTube\YouTubeTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\OpenStreetMap\OpenStreetMapFossGisTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\OpenStreetMap\OpenStreetMapFossGisTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\OpenStreetMap\OpenStreetMapOsmfTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\OpenStreetMap\OpenStreetMapOsmfTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\AdobeFonts\AdobeFontsTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\AdobeFonts\AdobeFontsTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\Spotify\SpotifyTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Spotify\SpotifyTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\GoogleMaps\GoogleMapsTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\GoogleMaps\GoogleMapsTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\Soundcloud\SoundcloudTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Soundcloud\SoundcloudTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\Vimeo\VimeoTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Vimeo\VimeoTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Hofff\Contao\Consent\GoogleWebfonts\GoogleWebfontsTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\GoogleWebfonts\GoogleWebfontsTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Netzmacht\Contao\PageContext\Request\PageContextInitializer" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Netzmacht\Contao\PageContext\Security\PageContextVoter" previously pointing to "scheb_two_factor.security.authentication.trust_resolver" to "security.authentication.trust_resolver".
Changed reference of service "Hofff\Contao\Consent\GoogleAnalytics\GoogleAnalyticsTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\GoogleAnalytics\GoogleAnalyticsTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\GoogleTagManager\EventListener\TagDcaListener" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Matomo\MatomoTagType" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service "Hofff\Contao\Consent\Matomo\MatomoTagType" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.5cAhUFF" 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.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.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_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.layout_access_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.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.member_group_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.Netzmacht\Contao\PageContext\Security\PageContextVoter" 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.nqgdEu8" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.nqgdEu8" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "contao.translation.translator" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.TltItC." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TltItC." previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.8pXkOyT" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.8pXkOyT" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.gSfX.Ym" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.gSfX.Ym" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.IdTMBwu" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IdTMBwu" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.Y6Z.Nkq" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Y6Z.Nkq" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.QPoMius" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.QPoMius" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.VH1AYW0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.VH1AYW0" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.VH1AYW0" previously pointing to "contao.translation.translator" to "translator".
Changed reference of service ".service_locator.CnX7_vN" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.CnX7_vN" previously pointing to "contao._logger.monolog.logger.contao.error" to "monolog.logger.contao.error".
Changed reference of service ".service_locator.CnX7_vN" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.R5gf5k8" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.R5gf5k8" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.HKs32gM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZQX452L" 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".
1055
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 "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 "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "messenger.middleware.send_message"; 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.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.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; 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 "Esit\Bnaheader\Classes\Contao\Manager"; reason: abstract.
Removed service "Esit\Bnaheader\Classes\Events"; reason: abstract.
Removed service "Esit\Bnaheader\Classes\Listener"; reason: abstract.
Removed service "Esit\Bnaheader\Classes\Services"; reason: abstract.
Removed service "Terminal42\DcawizardBundle\Widget"; reason: abstract.
Removed service "Esit\Bnakacheln\Classes\Contao\Manager"; reason: abstract.
Removed service "Esit\Bnakacheln\Classes\Services"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\BackendView\AbstractViewListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\BackendView\ArticleViewListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\BackendView\PageViewListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\BackendView\ParentChildViewListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\DataContainer\AbstractChildTableListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\DataContainer\ArticleListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\DataContainer\CalendarEventsListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\DataContainer\FaqListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\DataContainer\LanguageMainTrait"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\DataContainer\NewsListener"; reason: abstract.
Removed service "Terminal42\ChangeLanguage\EventListener\DataContainer\ParentTableListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContentElement\AccordionController.0.App\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentElement\AccordionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContentElement\ElementGroupController.0.App\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentElement\ElementGroupController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\FileContentExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\FileContentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GetModelsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GetModelsExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.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 ".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 ".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 ".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 ".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 ".abstract.instanceof.contao.command.crawl"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.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 ".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 ".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 ".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 ".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 ".abstract.instanceof.contao.command.debug_twig"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.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 ".abstract.instanceof.contao.command.install"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.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 ".abstract.instanceof.contao.command.resize_images"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.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 ".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 ".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 ".abstract.instanceof.contao.command.user_password"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Contao\CoreBundle\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.1.Contao\CoreBundle\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Controller\AbstractController.0.Contao\CoreBundle\Controller\BackendController"; reason: abstract.
Removed service ".abstract.instanceof.Contao\CoreBundle\Controller\BackendController"; 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 ".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\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\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\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.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 ".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.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\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.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 ".abstract.instanceof.Contao\CoreBundle\Controller\SitemapController"; 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\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\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\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\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.Symfony\Contracts\Service\ResetInterface.0.contao.listener.data_container.cte_alias"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\EventListener\DataContainer\CteAliasListener.0.contao.listener.data_container.cte_alias"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.data_container.cte_alias"; 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\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\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.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\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\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\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\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.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\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\InterestCohortListener.0.contao.listener.interest_cohort"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.interest_cohort"; 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.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\MakeBackendResponseUncacheableListener.0.contao.listener.make_backend_response_uncacheable"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.make_backend_response_uncacheable"; 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\BackendMenuListener.0.contao.listener.menu.backend"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend"; 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\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\BackendPreviewListener.0.contao.listener.menu.backend_preview"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.menu.backend_preview"; 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\RefererIdListener.0.contao.listener.referer_id"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.referer_id"; 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.Contao\CoreBundle\EventListener\StoreRefererListener.0.contao.listener.store_referer"; reason: abstract.
Removed service ".abstract.instanceof.contao.listener.store_referer"; 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\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.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.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.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\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\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.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\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\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\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.cron_job"; reason: abstract.
Removed service ".abstract.instanceof.contao.repository.cron_job"; 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\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.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.layout_access_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.data_container.layout_access_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\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\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.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.member_group_voter"; reason: abstract.
Removed service ".abstract.instanceof.contao.security.member_group_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.translator"; reason: abstract.
Removed service ".abstract.instanceof.contao.translation.translator"; 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.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\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 ".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 ".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 ".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 ".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 ".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.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController"; reason: abstract.
Removed service ".instanceof.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController.0.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController"; reason: abstract.
Removed service ".abstract.instanceof.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.MadeYourDay\RockSolidCustomElements\Migration\BasicEntitiesMigration"; reason: abstract.
Removed service ".abstract.instanceof.MadeYourDay\RockSolidCustomElements\Migration\BasicEntitiesMigration"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener.0.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ContentDcaListener"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener.0.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Bridge\EventListener\Dca\ModuleDcaListener"; 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.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\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.Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface.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.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateFileMigration"; reason: abstract.
Removed service ".abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateFileMigration"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateLayoutMigration"; reason: abstract.
Removed service ".abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateLayoutMigration"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateModuleMigration"; reason: abstract.
Removed service ".abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateModuleMigration"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.DirkKlemmt\ContaoMmenuBundle\Migration\MmConfigMigration"; reason: abstract.
Removed service ".abstract.instanceof.DirkKlemmt\ContaoMmenuBundle\Migration\MmConfigMigration"; 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.Terminal42\DcawizardBundle\EventListener\FixRefererListener.0.Terminal42\DcawizardBundle\EventListener\FixRefererListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\DcawizardBundle\EventListener\FixRefererListener"; 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\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\GeneratePageListener.0.contao_news.listener.generate_page"; reason: abstract.
Removed service ".abstract.instanceof.contao_news.listener.generate_page"; 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.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\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.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.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.
Removed service ".instanceof.Contao\CalendarBundle\Cron\GenerateFeedsCron.0.contao_calendar.cron.generate_feeds"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.cron.generate_feeds"; 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\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\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\GeneratePageListener.0.contao_calendar.listener.generate_page"; reason: abstract.
Removed service ".abstract.instanceof.contao_calendar.listener.generate_page"; 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.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.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions.0.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions.0.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\Dca\ModuleOptions"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener.0.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\InitializeGlobalPageListener"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener.0.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\EventListener\RobotsTxtEventListener"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacyPolicyElementController"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsElementController"; reason: abstract.
Removed service ".instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController.0.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\ContentElement\PrivacySettingsLinkElementController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Hofff\Contao\Consent\Core\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\Core\Twig\TwigExtension"; 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\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.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.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController"; reason: abstract.
Removed service ".instanceof.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController.0.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController"; reason: abstract.
Removed service ".abstract.instanceof.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Terminal42\ChangeLanguage\EventListener\DataContainer\MissingLanguageIconListener"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\ChangeLanguage\EventListener\DataContainer\MissingLanguageIconListener"; reason: abstract.
Removed service ".instanceof.Contao\CoreBundle\Migration\MigrationInterface.0.Terminal42\ChangeLanguage\Migration\CustomLanguageTextMigration"; reason: abstract.
Removed service ".abstract.instanceof.Terminal42\ChangeLanguage\Migration\CustomLanguageTextMigration"; 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.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController.0.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController"; reason: abstract.
Removed service ".abstract.instanceof.Hofff\Contao\Consent\GoogleTagManager\ContentElement\PrivacyPolicyElementController"; reason: abstract.
126
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; reason: unused.
Removed service "doctrine.orm.validator.unique"; reason: unused.
Removed service "doctrine.orm.validator_initializer"; 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 "doctrine.orm.default_entity_manager.property_info_extractor"; 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 "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "property_info"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default.factory"; 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.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; 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 "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 "messenger.listener.stop_worker_signals_listener"; 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 "cmf_routing.route_type_form_type"; reason: unused.
Removed service "cmf_routing.validator.route_defaults"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.validator.user_password"; reason: unused.
Removed service "security.user_password_hasher"; 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.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.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.image.imagine.gd"; reason: unused.
Removed service "contao.image.imagine.gmagick"; reason: unused.
Removed service "contao.image.imagine.imagick"; reason: unused.
Removed service "contao.process_util"; reason: unused.
Removed service "contao.security.login_authenticator"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "Esit\Bnaheader\Classes\Contao\Elements\OLDContentBnaHeaderOLD"; reason: unused.
Removed service "Terminal42\DcawizardBundle\ContaoManager\Plugin"; reason: unused.
Removed service "Terminal42\DcawizardBundle\DependencyInjection\Terminal42DcawizardExtension"; reason: unused.
Removed service "Terminal42\DcawizardBundle\Terminal42DcawizardBundle"; reason: unused.
Removed service "Terminal42\NotificationCenterBundle\BulkyItem\FileItemFactory"; reason: unused.
Removed service "Terminal42\ChangeLanguage\PageFinder"; reason: unused.
Removed service "netzmacht.contao_toolkit.contao.environment_adapter"; reason: unused.
Removed service "netzmacht.contao_toolkit.contao.model_adapter"; reason: unused.
Removed service "netzmacht.contao_toolkit.contao.frontend_user"; reason: unused.
Removed service "netzmacht.contao_toolkit.logger.null_logger"; reason: unused.
Removed service ".service_locator.dEtisWc"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; 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.XXv1IfR"; reason: unused.
Removed service ".service_locator.4SOcwdw"; reason: unused.
717
Inlined service ".service_locator.nqgdEu8.App\Controller\ContentElement\AccordionController" to "App\Controller\ContentElement\AccordionController".
Inlined service ".service_locator.nqgdEu8.App\Controller\ContentElement\ElementGroupController" to "App\Controller\ContentElement\ElementGroupController".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_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 ".service_locator.Xp_jp81" 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.vxlLqyb" 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 "twig.error_renderer.html" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NYCuMTz" 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.annotations.recorder_inner" to "cache.annotations".
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_rock_solid_custom_elements" to "assets.packages".
Inlined service "assets._package_multi_column_wizard" 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_dc_multilingual" to "assets.packages".
Inlined service "assets._package_contao_mmenu" 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_terminal42_notification_center" to "assets.packages".
Inlined service "assets._package_contao_calendar" to "assets.packages".
Inlined service "assets._package_hofff_contao_consent_core" to "assets.packages".
Inlined service "assets._package_contao_newsletter" to "assets.packages".
Inlined service "assets._package_terminal42_change_language" to "assets.packages".
Inlined service "assets._package_contao_comments" to "assets.packages".
Inlined service "assets._package_hofff_contao_consent_google_tag_manager" to "assets.packages".
Inlined service "assets._package_contao-components/ace" to "assets.packages".
Inlined service "assets._package_contao-components/chosen" to "assets.packages".
Inlined service "assets._package_contao-components/colorbox" to "assets.packages".
Inlined service "assets._package_contao-components/colorpicker" 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 "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" 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.fuYM_Z..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 "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.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.mcWdBU_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.bN.V_Nq.router.default" to "router.default".
Inlined service "monolog.logger.router" to "router.default".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "property_info.reflection_extractor" to "property_accessor".
Inlined service "property_info.reflection_extractor" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
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.TpoC7U9" to "session_listener".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.GCwCGZc" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" 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.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 "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.J2q7td." 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.loader.chain" to "twig".
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.code" 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.weblink" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\FileContentExtension" to "twig".
Inlined service "App\Twig\GetModelsExtension" 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 "knp_menu.twig.extension" to "twig".
Inlined service ".time.twig.extension.time" to "twig".
Inlined service "Codefog\HasteBundle\Twig\HasteExtension" to "twig".
Inlined service "Terminal42\NotificationCenterBundle\Twig\NotificationCenterExtension" to "twig".
Inlined service "Hofff\Contao\Consent\Core\Twig\TwigExtension" 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.etVElvN.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 ".service_locator.VZmeTnN" to "twig.extension.htmlsanitizer".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service ".service_locator.veTy1ij" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.2gAp2KY" to "security.helper".
Inlined service ".service_locator.Oo2JHME" 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 ".security.request_matcher.wEJUPSv" to "security.access_map".
Inlined service ".security.request_matcher.oAk7Puj" to "security.access_map".
Inlined service ".security.request_matcher.eCG8thK" to "security.access_map".
Inlined service ".security.request_matcher.zgUyz1A" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
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 "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.ZTuCjaz" to "security.authenticator.firewall_aware_login_link_handler".
Inlined service "property_accessor" to "security.authenticator.login_link_signature_hasher.contao_backend".
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 "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.6.q03pb" to ".security.request_matcher.wEJUPSv".
Inlined service ".security.request_matcher.a45bg6o" to ".security.request_matcher.oAk7Puj".
Inlined service ".security.request_matcher.8P6aIOi" to ".security.request_matcher.eCG8thK".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.zgUyz1A".
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.TltItC..Contao\CoreBundle\Controller\BackendController" to "Contao\CoreBundle\Controller\BackendController".
Inlined service "security.authenticator.firewall_aware_login_link_handler" to "Contao\CoreBundle\Controller\BackendPreviewController".
Inlined service ".service_locator.8pXkOyT.Contao\CoreBundle\Controller\CaptchaController" to "Contao\CoreBundle\Controller\CaptchaController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\AccordionController" to "Contao\CoreBundle\Controller\ContentElement\AccordionController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\CodeController" to "Contao\CoreBundle\Controller\ContentElement\CodeController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\DescriptionListController" to "Contao\CoreBundle\Controller\ContentElement\DescriptionListController".
Inlined service ".service_locator.IdTMBwu.Contao\CoreBundle\Controller\ContentElement\DownloadsController" to "Contao\CoreBundle\Controller\ContentElement\DownloadsController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\ElementGroupController" to "Contao\CoreBundle\Controller\ContentElement\ElementGroupController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\HeadlineController" to "Contao\CoreBundle\Controller\ContentElement\HeadlineController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\HtmlController" to "Contao\CoreBundle\Controller\ContentElement\HtmlController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\HyperlinkController" to "Contao\CoreBundle\Controller\ContentElement\HyperlinkController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\ImagesController" to "Contao\CoreBundle\Controller\ContentElement\ImagesController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\ListController" to "Contao\CoreBundle\Controller\ContentElement\ListController".
Inlined service ".service_locator.Y6Z.Nkq.Contao\CoreBundle\Controller\ContentElement\MarkdownController" to "Contao\CoreBundle\Controller\ContentElement\MarkdownController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\PlayerController" to "Contao\CoreBundle\Controller\ContentElement\PlayerController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\SwiperController" to "Contao\CoreBundle\Controller\ContentElement\SwiperController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\TableController" to "Contao\CoreBundle\Controller\ContentElement\TableController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\TemplateController" to "Contao\CoreBundle\Controller\ContentElement\TemplateController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\TeaserController" to "Contao\CoreBundle\Controller\ContentElement\TeaserController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\TextController" to "Contao\CoreBundle\Controller\ContentElement\TextController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\ToplinkController" to "Contao\CoreBundle\Controller\ContentElement\ToplinkController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController" to "Contao\CoreBundle\Controller\ContentElement\UnfilteredHtmlController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\ContentElement\VideoController" to "Contao\CoreBundle\Controller\ContentElement\VideoController".
Inlined service ".service_locator.QPoMius.Contao\CoreBundle\Controller\FrontendController" to "Contao\CoreBundle\Controller\FrontendController".
Inlined service "contao.feed.feedio" to "Contao\CoreBundle\Controller\FrontendModule\FeedReaderController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\FrontendModule\FeedReaderController" to "Contao\CoreBundle\Controller\FrontendModule\FeedReaderController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController" to "Contao\CoreBundle\Controller\FrontendModule\RootPageDependentModulesController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\FrontendModule\TemplateController" to "Contao\CoreBundle\Controller\FrontendModule\TemplateController".
Inlined service ".service_locator.VH1AYW0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController" to "Contao\CoreBundle\Controller\FrontendModule\TwoFactorController".
Inlined service ".service_locator.gSfX.Ym.Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController" to "Contao\CoreBundle\Controller\FrontendModule\UnfilteredHtmlController".
Inlined service ".service_locator.8pXkOyT.Contao\CoreBundle\Controller\Page\ErrorPageController" to "Contao\CoreBundle\Controller\Page\ErrorPageController".
Inlined service ".service_locator.CnX7_vN.Contao\CoreBundle\Controller\Page\RootPageController" to "Contao\CoreBundle\Controller\Page\RootPageController".
Inlined service ".service_locator.8pXkOyT.Contao\CoreBundle\Controller\SitemapController" to "Contao\CoreBundle\Controller\SitemapController".
Inlined service "contao.twig.finder_factory" to "contao.listener.data_container.template_options".
Inlined service "contao.doctrine.dca_schema_provider" to "contao.listener.doctrine_schema".
Inlined service "contao.token_generator" to "contao.listener.referer_id".
Inlined service "contao.migration.version_500.boolean_fields" 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.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_news.migration.feed" to "contao.migration.collection".
Inlined service "DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateFileMigration" to "contao.migration.collection".
Inlined service "DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateLayoutMigration" to "contao.migration.collection".
Inlined service "DirkKlemmt\ContaoMmenuBundle\Migration\JsTemplateModuleMigration" to "contao.migration.collection".
Inlined service "DirkKlemmt\ContaoMmenuBundle\Migration\MmConfigMigration" to "contao.migration.collection".
Inlined service "Hofff\Contao\Consent\Core\Migration\CustomizeSettingMigration" to "contao.migration.collection".
Inlined service "Hofff\Contao\Consent\Core\Migration\FixInvalidAssetsConsentIdsMigration" to "contao.migration.collection".
Inlined service "MadeYourDay\RockSolidCustomElements\Migration\BasicEntitiesMigration" to "contao.migration.collection".
Inlined service "Terminal42\ChangeLanguage\Migration\CustomLanguageTextMigration" 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 "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.purge_expired_data" 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 "Terminal42\NotificationCenterBundle\Cron\PruneBulkyItemStorageCron" to "contao.cron".
Inlined service "contao_calendar.cron.generate_feeds" 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 "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.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_EYxVgOD" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Iwgdwud" to "contao.fragment.registry".
Inlined service "contao.fragment._config_xendKAw" to "contao.fragment.registry".
Inlined service "contao.fragment._config_jNCL9Om" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Fl3wytc" to "contao.fragment.registry".
Inlined service "contao.fragment._config_vHnFlWT" to "contao.fragment.registry".
Inlined service "contao.fragment._config_jUb6IjS" to "contao.fragment.registry".
Inlined service "contao.fragment._config_sjrqvdA" to "contao.fragment.registry".
Inlined service "contao.fragment._config_AbisTK5" to "contao.fragment.registry".
Inlined service "contao.fragment._config_XtNJRMP" to "contao.fragment.registry".
Inlined service "contao.fragment._config_wXNiLLy" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Hiv1q__" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Xly9mX4" to "contao.fragment.registry".
Inlined service "contao.fragment._config_CNvVGA8" to "contao.fragment.registry".
Inlined service "contao.fragment._config_2Httnhm" to "contao.fragment.registry".
Inlined service "contao.fragment._config_DDU3lpM" to "contao.fragment.registry".
Inlined service "contao.fragment._config_ROjdUgz" to "contao.fragment.registry".
Inlined service "contao.fragment._config_gZVUgSq" to "contao.fragment.registry".
Inlined service "contao.fragment._config_r3.cT4W" to "contao.fragment.registry".
Inlined service "contao.fragment._config_zgc8rTY" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Ha0S9QJ" to "contao.fragment.registry".
Inlined service "contao.fragment._config_QnzLlTX" to "contao.fragment.registry".
Inlined service "contao.fragment._config_byuqg2z" to "contao.fragment.registry".
Inlined service "contao.fragment._config_wQxAH4i" to "contao.fragment.registry".
Inlined service "contao.fragment._config_f6sJ3Sk" to "contao.fragment.registry".
Inlined service "contao.fragment._config_XFDbm9u" to "contao.fragment.registry".
Inlined service "contao.fragment._config_BZ4evaM" to "contao.fragment.registry".
Inlined service "contao.fragment._config_UfK4NDn" to "contao.fragment.registry".
Inlined service "contao.fragment._config_xFuJsmn" to "contao.fragment.registry".
Inlined service "contao.fragment._config_VKt8wts" to "contao.fragment.registry".
Inlined service "contao.fragment._config_JG4EIia" to "contao.fragment.registry".
Inlined service "contao.fragment._config_gqRs0gY" to "contao.fragment.registry".
Inlined service "contao.fragment._config_YBHVS6w" to "contao.fragment.registry".
Inlined service "contao.fragment._config_Vx0nHIl" to "contao.fragment.registry".
Inlined service "contao.fragment._config_MyK6FHC" to "contao.fragment.registry".
Inlined service "contao.fragment._config_emjSaSH" to "contao.fragment.registry".
Inlined service "contao.fragment._config_HnwRvy_" to "contao.fragment.registry".
Inlined service "contao.fragment._config_ZRPMh3W" to "contao.fragment.registry".
Inlined service ".service_locator.ZQX452L" 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.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.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 "terminal42.dc_multilingual.picker.multilingual_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.session.contao_backend" to "contao.session.factory".
Inlined service "contao.session.contao_frontend" to "contao.session.factory".
Inlined service "contao.string.simple_token_expression_language" to "contao.string.simple_token_parser".
Inlined service "translator.data_collector" to "contao.translation.data_collector_translator".
Inlined service "contao.twig.global.variable" to "contao.twig.extension".
Inlined service "contao.twig.loader.template_locator" to "contao.twig.filesystem_loader".
Inlined service "cca.meta_palettes.interpreter.string_palettes" to "cca.meta_palettes.listener.build_palettes_listener".
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 ".service_locator.nqgdEu8.Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController" to "Esit\Bnaheader\Classes\Contao\Elements\ContentBnaHeaderController".
Inlined service "Esit\Bnaheader\Classes\Services\Factory\FilesModelFactory" to "Esit\Bnaheader\Classes\Services\Helper\FileHelper".
Inlined service "Esit\Bnaheader\Classes\Services\Factory\PageModelFactory" to "Esit\Bnaheader\Classes\Listener\OnRenderLinksListener".
Inlined service "Esit\Bnaheader\Classes\Services\Helper\FileHelper" to "Esit\Bnaheader\Classes\Listener\OnRenderImagesListener".
Inlined service "Esit\Bnaheader\Classes\Services\Helper\ImageHelper" to "Esit\Bnaheader\Classes\Listener\OnRenderImagesListener".
Inlined service "Hofff\Contao\Consent\Core\ConsentBridge\HofffConsentTool" to "Hofff\Contao\Consent\Bridge\Bridge".
Inlined service "contao_news.feed_specification" to "contao_news.controller.page.news_feed".
Inlined service ".service_locator.R5gf5k8.contao_news.controller.page.news_feed" to "contao_news.controller.page.news_feed".
Inlined service "Terminal42\NotificationCenterBundle\Token\Definition\Factory\CoreTokenDefinitionFactory" to "Terminal42\NotificationCenterBundle\Token\Definition\Factory\ChainTokenDefinitionFactory".
Inlined service ".service_locator.vjjRUdf" to "Terminal42\NotificationCenterBundle\Gateway\MailerGateway".
Inlined service "Codefog\HasteBundle\FileUploadNormalizer" to "Terminal42\NotificationCenterBundle\EventListener\ProcessFormDataListener".
Inlined service "netzmacht.contao_toolkit.contao.image_adapter" to "Hofff\Contao\Consent\Core\EventListener\Dca\TagDcaListener".
Inlined service "netzmacht.contao_toolkit.csrf.token_provider" to "Hofff\Contao\Consent\Core\EventListener\Dca\TagDcaListener".
Inlined service "netzmacht.contao_toolkit.contao.controller_adapter" to "Hofff\Contao\Consent\Core\EventListener\Dca\BannerTemplateOptions".
Inlined service "Hofff\Contao\Consent\Core\View\Helper\ConsentToolHelper" to "Hofff\Contao\Consent\Core\EventListener\TemplateHelperListener".
Inlined service "Hofff\Contao\Consent\Core\RootTagFactory" to "Hofff\Contao\Consent\Core\ConsentBridge\HofffConsentTool".
Inlined service "Hofff\Contao\Consent\Core\Tag\RootType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Core\Tag\CategoryType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Core\Tag\CustomTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Core\Tag\AssetsTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\YouTube\YouTubeTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\OpenStreetMap\OpenStreetMapFossGisTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\OpenStreetMap\OpenStreetMapOsmfTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\AdobeFonts\AdobeFontsTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Spotify\SpotifyTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\GoogleMaps\GoogleMapsTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Soundcloud\SoundcloudTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Vimeo\VimeoTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\GoogleWebfonts\GoogleWebfontsTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\GoogleAnalytics\GoogleAnalyticsTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Matomo\MatomoTagType" to "Hofff\Contao\Consent\Core\Tag\TagTypeRegistry".
Inlined service "Hofff\Contao\Consent\Core\Installer\Defaults\RootDataSet" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.dataset.category_external" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.dataset.category_streaming" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.dataset.category_analytics" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.dataset.category_advertising" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.dataset.category_reachmeasurement" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.dataset.category_productrecommendations" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.adobe_fonts.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.google_webfonts.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.google_analytics.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.matomo.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.youtube.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.open_street_map_fossgis.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.open_street_map_osfm.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.spotify.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.google_maps.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.soundcloud.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service "hofff_contao_consent.vimeo.dataset" to "Hofff\Contao\Consent\Core\Installer\Installer".
Inlined service ".service_locator.nqgdEu8.Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController" to "Esit\Bnakacheln\Classes\Contao\Elements\ContentKachelnController".
Inlined service "Esit\Bnakacheln\Classes\Services\Factories\FilesModelFactory" to "Esit\Bnakacheln\Classes\Services\Helper\ImageHelper".
Inlined service "Esit\Bnakacheln\Classes\Services\Factories\PageModelFactory" to "Esit\Bnakacheln\Classes\Services\Helper\LinkHelper".
Inlined service "netzmacht.contao_toolkit.contao.config_adapter" to "netzmacht.contao_toolkit.dca.formatter.date".
Inlined service "netzmacht.contao_toolkit.data.database_row_updater" to "Netzmacht\Contao\Toolkit\Dca\Listener\Button\StateButtonCallbackListener".
Inlined service "netzmacht.contao_toolkit.globals_assets_manager_factory" to "netzmacht.contao_toolkit.assets_manager".
Inlined service "netzmacht.contao_toolkit.contao.system_adapter" to "netzmacht.contao_toolkit.callback_invoker".
Inlined service "netzmacht.contao_toolkit.dca.loader" to "netzmacht.contao_toolkit.dca.manager".
Inlined service "netzmacht.contao_toolkit.dca.formatter.factory" to "netzmacht.contao_toolkit.dca.manager".
Inlined service "netzmacht.contao_toolkit.view.template_factory" to "netzmacht.contao_toolkit.template_renderer".
Inlined service "Hofff\Contao\Consent\Core\Request\ConsentBannerPageIdDeterminator" to "Netzmacht\Contao\PageContext\Request\PageIdDeterminator".
Inlined service "Netzmacht\Contao\PageContext\Request\PageIdDeterminator" to "Netzmacht\Contao\PageContext\EventListener\PageContextListener".
Inlined service "Netzmacht\Contao\PageContext\Request\PageContextFactory" to "Netzmacht\Contao\PageContext\EventListener\PageContextListener".
Inlined service "Netzmacht\Contao\PageContext\Request\PageContextInitializer" to "Netzmacht\Contao\PageContext\EventListener\PageContextListener".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
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.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "contao.messenger.search_index_message_handler" to ".messenger.handler_descriptor.TJmyKNv".
Inlined service "http_client.uri_template" 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 "contao.security.data_container.table_access_voter" to ".debug.security.voter.contao.security.data_container.table_access_voter".
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.layout_access_voter" to ".debug.security.voter.contao.security.data_container.layout_access_voter".
Inlined service "contao.security.data_container.undo_voter" to ".debug.security.voter.contao.security.data_container.undo_voter".
Inlined service "contao.security.member_group_voter" to ".debug.security.voter.contao.security.member_group_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 "Netzmacht\Contao\PageContext\Security\PageContextVoter" to ".debug.security.voter.Netzmacht\Contao\PageContext\Security\PageContextVoter".
Inlined service "contao.security.default_data_container_voter" to ".debug.security.voter.contao.security.default_data_container_voter".
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_notification_center" to "assets._package_terminal42_notification_center".
Inlined service "assets._version_hofff_contao_consent_core" to "assets._package_hofff_contao_consent_core".
Inlined service "assets._version_contao-components/ace" to "assets._package_contao-components/ace".
Inlined service "assets._version_contao-components/chosen" to "assets._package_contao-components/chosen".
Inlined service "assets._version_contao-components/colorbox" to "assets._package_contao-components/colorbox".
Inlined service "assets._version_contao-components/colorpicker" to "assets._package_contao-components/colorpicker".
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 "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 ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.bN.V_Nq" to ".service_locator.bN.V_Nq.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.TltItC." to ".service_locator.TltItC..Contao\CoreBundle\Controller\BackendController".
Inlined service ".service_locator.Y6Z.Nkq" to ".service_locator.Y6Z.Nkq.Contao\CoreBundle\Controller\ContentElement\MarkdownController".
Inlined service ".service_locator.QPoMius" to ".service_locator.QPoMius.Contao\CoreBundle\Controller\FrontendController".
Inlined service ".service_locator.VH1AYW0" to ".service_locator.VH1AYW0.Contao\CoreBundle\Controller\FrontendModule\TwoFactorController".
Inlined service ".service_locator.CnX7_vN" to ".service_locator.CnX7_vN.Contao\CoreBundle\Controller\Page\RootPageController".
Inlined service ".service_locator.R5gf5k8" to ".service_locator.R5gf5k8.contao_news.controller.page.news_feed".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ADWvAQe" to "debug.argument_resolver.inner".
Inlined service ".service_locator.U1ma6yh" 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.yDHDyHK" 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 "monolog.logger.event" to "event_dispatcher".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "security.authentication.trust_resolver".
Inlined service ".service_locator.ZeG2anl" 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 "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 "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".
2
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "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", ".debug.http_client", "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. Did you mean "container.error"?