User Deprecated: Since open-dxp/opendxp 1.3: Calling "OpenDxp\Tool::setCurrentRequest()" is deprecated and will be removed in 2.0. The request is managed via the RequestStack.
User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to attribute or XML driver. (YamlDriver.php:46 called by App_KernelDevDebugContainer.php:3980, https://github.com/doctrine/orm/issues/8465, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "SeoBundle\DependencyInjection\SeoExtension".
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\GenerateSitemapsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportAllObjectsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportAssetsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportBlogCategoriesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportBlogCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportDocumentsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportDocumentsPropertiesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportDocumentsSeoCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportNewsCategoriesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportNewsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportNewsImagesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportProjectCategoriesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportProjectImagesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportProjectsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\ImportTagsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Since league/flysystem-bundle 3.5: Using the legacy format with "adapter" and "options" keys is deprecated. Use the new discoverable format instead. See the migration guide for details.
The "OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "SeoBundle\Controller\Admin\MetaDataController".
The "OpenDxp\Bundle\CoreBundle\EventListener\Traits\OpenDxpContextAwareTrait" trait is considered internal. It may change without further notice. You should not use it from "App\EventListener\TagManagerListener".
The "OpenDxp\Bundle\CoreBundle\EventListener\Traits\ResponseInjectionTrait" trait is considered internal. It may change without further notice. You should not use it from "App\EventListener\TagManagerListener".
The "OpenDxp\Bundle\CoreBundle\EventListener\Traits\PreviewRequestTrait" trait is considered internal. It may change without further notice. You should not use it from "App\EventListener\TagManagerListener".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\CachePurgeListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ContactUsFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ContactUsFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
The "OpenDxp\Security\User\UserChecker::checkPostAuth()" method will require a new "?TokenInterface $token" argument in the next major version of its parent class "Symfony\Component\Security\Core\User\InMemoryUserChecker", not defining it is deprecated.
The "OpenDxp\Twig\Sandbox\SecurityPolicy::checkSecurity()" method will require a new "string[] $tests" argument in the next major version of its interface "Twig\Sandbox\SecurityPolicyInterface", not defining it is deprecated.
Class "OpenDxp\Migrations\FilteredTableMetadataStorage" should implement method "Doctrine\Migrations\Metadata\Storage\MetadataStorage::getSql(ExecutionResult $result): iterable<Query>": ;.
Since symfony/options-resolver 7.3: Defining nested options via "Symfony\Component\OptionsResolver\OptionsResolver::setDefault()" is deprecated and will be removed in Symfony 8.0, use "setOptions()" method instead.
Since symfony/framework-bundle 7.3: The "Symfony\Component\RateLimiter\RateLimiterFactory $resetPasswordLimiter" autowiring alias is deprecated and will be removed in 8.0, use "RateLimiterFactoryInterface" instead. It is being referenced by the ".service_locator.hLlRvMH" service.
YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to attribute or XML driver. (YamlDriver.php:46 called by App_KernelDevDebugContainer.php:3980, https://github.com/doctrine/orm/issues/8465, package doctrine/orm)
Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Method "Twig\TokenParser\TokenParserInterface::getTag()" might add "string" as a native return type declaration in the future. Do the same in implementation "OpenDxp\Twig\TokenParser\BlockParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\TokenParser\TokenParserInterface::getTag()" might add "string" as a native return type declaration in the future. Do the same in implementation "OpenDxp\Twig\TokenParser\ManualBlockParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Since twig/twig 3.12: Character "O" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "@OpenDxpAdmin/admin/install/check.html.twig" at line 13.
Since twig/twig 3.12: Character "O" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "@OpenDxpAdmin/admin/install/check.html.twig" at line 15.
[
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [1 => "BUNDLE_INSTALLED__OpenDxp\Bundle\SeoBundle\OpenDxpSeoBundle"
2 => "opendxp"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT * FROM redirects WHERE\n (\n (source = ? AND (`type` = ? OR `type` = ?)) OR\n (source = ? AND `type` = ?) OR\n (source = ? AND `type` = ?)\n ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
"""
"SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
(parameters:
[1 => "/en/topic/"
2 => "architecture"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [1 => "/en/topic/"
2 => "architecture"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id FROM documents_page WHERE prettyUrl = ?"
(parameters:
[1 => "/en/topic/architecture"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [1 => "/en/topic/architecture"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
(parameters:
[1 => "/en/"
2 => "topic"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [1 => "/en/"
2 => "topic"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id FROM documents_page WHERE prettyUrl = ?"
(parameters:
[1 => "/en/topic"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [1 => "/en/topic"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
(parameters:
[1 => "/"
2 => "en"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [1 => "/"
2 => "en"
]
"types" => [1 => 22 => 2]
]
debug
Key
"document_428"
doesn't exist in cache
cache
[
"key" => "document_428"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 428]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 428]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 428]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 428]
"types" => [1 => 2]
]
debug
Key
"document_properties_428"
doesn't exist in cache
cache
[
"key" => "document_properties_428"
]
debug
Key
"document_1"
doesn't exist in cache
cache
[
"key" => "document_1"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 428]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 428]
"types" => [1 => 12 => 1]
]
[
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [1 => "system_settings"
2 => "opendxp_system_settings"
]
"types" => [1 => 22 => 2]
]
debug
Executing query:
"SELECT object_localized_TAG_en.id as id, object_localized_TAG_en.type as `type` FROM object_localized_TAG_en WHERE (replace(replace(replace(replace(replace(replace(LOWER(name), " ", ""), "-", ""), ".", ""), "&", ""), "/", ""), "ß", "ss") = 'architecture' AND object_localized_TAG_en.type IN ('object','variant','folder')) AND object_localized_TAG_en.published = 1"
doctrine
[
"sql" => "SELECT object_localized_TAG_en.id as id, object_localized_TAG_en.type as `type` FROM object_localized_TAG_en WHERE (replace(replace(replace(replace(replace(replace(LOWER(name), " ", ""), "-", ""), ".", ""), "&", ""), "/", ""), "ß", "ss") = 'architecture' AND object_localized_TAG_en.type IN ('object','variant','folder')) AND object_localized_TAG_en.published = 1"
]
debug
Executing statement:
"SELECT sourceId FROM documents_translations WHERE id = ?"
(parameters:
[1 => 428]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT sourceId FROM documents_translations WHERE id = ?"
"params" => [1 => 428]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 2382 => 4283 => 428]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 2382 => 4283 => 428]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 4282 => 428]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 4282 => 428]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 4892 => 489]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 4892 => 489]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 10262 => 1026]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 10262 => 1026]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 2382 => 238]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 2382 => 238]
"types" => [1 => 22 => 2]
]
debug
Key
"document_238"
doesn't exist in cache
cache
[
"key" => "document_238"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 238]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 238]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 238]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 238]
"types" => [1 => 2]
]
debug
Key
"document_properties_238"
doesn't exist in cache
cache
[
"key" => "document_properties_238"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 238]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 238]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
(parameters:
[1 => "/"
2 => "de_DE"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [1 => "/"
2 => "de_DE"
]
"types" => [1 => 22 => 2]
]
debug
Key
"sites_path_mapping"
doesn't exist in cache
cache
[
"key" => "sites_path_mapping"
]
debug
Executing query:
"SELECT id FROM sites ORDER BY (SELECT LENGTH(CONCAT(`path`, `key`)) FROM documents WHERE documents.id = sites.rootId) DESC "
doctrine
[
"sql" => "SELECT id FROM sites ORDER BY (SELECT LENGTH(CONCAT(`path`, `key`)) FROM documents WHERE documents.id = sites.rootId) DESC "
]
debug
Key
"site_id_1"
doesn't exist in cache
cache
[
"key" => "site_id_1"
]
debug
Executing statement:
"SELECT * FROM sites WHERE id = ?"
(parameters:
[1 => 1]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM sites WHERE id = ?"
"params" => [1 => 1]
"types" => [1 => 2]
]
debug
Key
"document_1502"
doesn't exist in cache
cache
[
"key" => "document_1502"
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1502]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1502]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
(parameters:
[1 => "/"
2 => "en_BA"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [1 => "/"
2 => "en_BA"
]
"types" => [1 => 22 => 2]
]
debug
Key
"document_489"
doesn't exist in cache
cache
[
"key" => "document_489"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 489]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 489]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 489]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 489]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
(parameters:
[1 => "/"
2 => "sr"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [1 => "/"
2 => "sr"
]
"types" => [1 => 22 => 2]
]
debug
Key
"document_1026"
doesn't exist in cache
cache
[
"key" => "document_1026"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1026]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1026]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1026]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1026]
"types" => [1 => 2]
]
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 428]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 428]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 428]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 428]
"types" => [1 => 1]
]
debug
Key
"document_429"
doesn't exist in cache
cache
[
"key" => "document_429"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 429]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 429]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 429]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 429]
"types" => [1 => 2]
]
debug
Key
"document_557"
doesn't exist in cache
cache
[
"key" => "document_557"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 557]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 557]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 557]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 557]
"types" => [1 => 2]
]
debug
Key
"document_559"
doesn't exist in cache
cache
[
"key" => "document_559"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 559]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 559]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 559]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 559]
"types" => [1 => 2]
]
debug
Key
"document_558"
doesn't exist in cache
cache
[
"key" => "document_558"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 558]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 558]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 558]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 558]
"types" => [1 => 2]
]
debug
Key
"document_465"
doesn't exist in cache
cache
[
"key" => "document_465"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 465]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 465]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 465]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 465]
"types" => [1 => 2]
]
debug
Key
"document_433"
doesn't exist in cache
cache
[
"key" => "document_433"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 433]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 433]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 433]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 433]
"types" => [1 => 2]
]
debug
Key
"document_488"
doesn't exist in cache
cache
[
"key" => "document_488"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 488]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 488]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 488]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 488]
"types" => [1 => 2]
]
debug
Key
"document_561"
doesn't exist in cache
cache
[
"key" => "document_561"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 561]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 561]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 561]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 561]
"types" => [1 => 2]
]
debug
Key
"document_474"
doesn't exist in cache
cache
[
"key" => "document_474"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 474]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 474]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 474]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 474]
"types" => [1 => 2]
]
debug
Key
"document_1398"
doesn't exist in cache
cache
[
"key" => "document_1398"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1398]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1398]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1398]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1398]
"types" => [1 => 2]
]
debug
Key
"document_properties_429"
doesn't exist in cache
cache
[
"key" => "document_properties_429"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 429]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 429]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 429]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 429]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 429]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 429]
"types" => [1 => 1]
]
debug
Key
"document_1455"
doesn't exist in cache
cache
[
"key" => "document_1455"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1455]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1455]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1455]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1455]
"types" => [1 => 2]
]
debug
Key
"document_1456"
doesn't exist in cache
cache
[
"key" => "document_1456"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1456]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1456]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1456]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1456]
"types" => [1 => 2]
]
debug
Key
"document_1457"
doesn't exist in cache
cache
[
"key" => "document_1457"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1457]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1457]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1457]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1457]
"types" => [1 => 2]
]
debug
Key
"document_431"
doesn't exist in cache
cache
[
"key" => "document_431"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 431]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 431]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 431]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 431]
"types" => [1 => 2]
]
debug
Key
"document_properties_1455"
doesn't exist in cache
cache
[
"key" => "document_properties_1455"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4293 => 4284 => 1455]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4293 => 4284 => 1455]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1455]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1455]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1455]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1455]
"types" => [1 => 1]
]
debug
Key
"document_430"
doesn't exist in cache
cache
[
"key" => "document_430"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 430]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 430]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 430]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 430]
"types" => [1 => 2]
]
debug
Key
"document_432"
doesn't exist in cache
cache
[
"key" => "document_432"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 432]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 432]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 432]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 432]
"types" => [1 => 2]
]
debug
Key
"document_434"
doesn't exist in cache
cache
[
"key" => "document_434"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 434]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 434]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 434]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 434]
"types" => [1 => 2]
]
debug
Key
"document_435"
doesn't exist in cache
cache
[
"key" => "document_435"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 435]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 435]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 435]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 435]
"types" => [1 => 2]
]
debug
Key
"document_436"
doesn't exist in cache
cache
[
"key" => "document_436"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 436]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 436]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 436]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 436]
"types" => [1 => 2]
]
debug
Key
"document_437"
doesn't exist in cache
cache
[
"key" => "document_437"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 437]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 437]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 437]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 437]
"types" => [1 => 2]
]
debug
Key
"document_1641"
doesn't exist in cache
cache
[
"key" => "document_1641"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1641]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1641]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1641]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1641]
"types" => [1 => 2]
]
debug
Key
"document_1644"
doesn't exist in cache
cache
[
"key" => "document_1644"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1644]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1644]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1644]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1644]
"types" => [1 => 2]
]
debug
Key
"document_properties_430"
doesn't exist in cache
cache
[
"key" => "document_properties_430"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 430]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 430]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 430]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 430]
"types" => [1 => 2]
]
debug
Key
"document_properties_432"
doesn't exist in cache
cache
[
"key" => "document_properties_432"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 432]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 432]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 432]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 432]
"types" => [1 => 2]
]
debug
Key
"document_properties_434"
doesn't exist in cache
cache
[
"key" => "document_properties_434"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 434]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 434]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 434]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 434]
"types" => [1 => 2]
]
debug
Key
"document_properties_435"
doesn't exist in cache
cache
[
"key" => "document_properties_435"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 435]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 435]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 435]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 435]
"types" => [1 => 2]
]
debug
Key
"document_properties_436"
doesn't exist in cache
cache
[
"key" => "document_properties_436"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 436]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 436]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 436]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 436]
"types" => [1 => 2]
]
debug
Key
"document_properties_437"
doesn't exist in cache
cache
[
"key" => "document_properties_437"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 437]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 437]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 437]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 437]
"types" => [1 => 2]
]
debug
Key
"document_properties_1641"
doesn't exist in cache
cache
[
"key" => "document_properties_1641"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 1641]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 1641]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1641]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1641]
"types" => [1 => 2]
]
debug
Key
"document_properties_1644"
doesn't exist in cache
cache
[
"key" => "document_properties_1644"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14553 => 4294 => 4285 => 1644]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14553 => 4294 => 4285 => 1644]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1644]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1644]
"types" => [1 => 2]
]
debug
Key
"document_properties_1456"
doesn't exist in cache
cache
[
"key" => "document_properties_1456"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4293 => 4284 => 1456]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4293 => 4284 => 1456]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1456]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1456]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1456]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1456]
"types" => [1 => 1]
]
debug
Key
"document_1435"
doesn't exist in cache
cache
[
"key" => "document_1435"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1435]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1435]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1435]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1435]
"types" => [1 => 2]
]
debug
Key
"document_1433"
doesn't exist in cache
cache
[
"key" => "document_1433"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1433]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1433]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1433]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1433]
"types" => [1 => 2]
]
debug
Key
"document_1437"
doesn't exist in cache
cache
[
"key" => "document_1437"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1437]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1437]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1437]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1437]
"types" => [1 => 2]
]
debug
Key
"document_1424"
doesn't exist in cache
cache
[
"key" => "document_1424"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1424]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1424]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1424]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1424]
"types" => [1 => 2]
]
debug
Key
"document_1417"
doesn't exist in cache
cache
[
"key" => "document_1417"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1417]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1417]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1417]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1417]
"types" => [1 => 2]
]
debug
Key
"document_properties_1435"
doesn't exist in cache
cache
[
"key" => "document_properties_1435"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14563 => 4294 => 4285 => 1435]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14563 => 4294 => 4285 => 1435]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1435]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1435]
"types" => [1 => 2]
]
debug
Key
"document_properties_1433"
doesn't exist in cache
cache
[
"key" => "document_properties_1433"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14563 => 4294 => 4285 => 1433]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14563 => 4294 => 4285 => 1433]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1433]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1433]
"types" => [1 => 2]
]
debug
Key
"document_properties_1437"
doesn't exist in cache
cache
[
"key" => "document_properties_1437"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14563 => 4294 => 4285 => 1437]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14563 => 4294 => 4285 => 1437]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1437]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1437]
"types" => [1 => 2]
]
debug
Key
"document_properties_1424"
doesn't exist in cache
cache
[
"key" => "document_properties_1424"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14563 => 4294 => 4285 => 1424]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14563 => 4294 => 4285 => 1424]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1424]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1424]
"types" => [1 => 2]
]
debug
Key
"document_properties_1417"
doesn't exist in cache
cache
[
"key" => "document_properties_1417"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14563 => 4294 => 4285 => 1417]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14563 => 4294 => 4285 => 1417]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1417]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1417]
"types" => [1 => 2]
]
debug
Key
"document_properties_1457"
doesn't exist in cache
cache
[
"key" => "document_properties_1457"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4293 => 4284 => 1457]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4293 => 4284 => 1457]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1457]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1457]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1457]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1457]
"types" => [1 => 1]
]
debug
Key
"document_1427"
doesn't exist in cache
cache
[
"key" => "document_1427"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1427]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1427]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1427]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1427]
"types" => [1 => 2]
]
debug
Key
"document_1434"
doesn't exist in cache
cache
[
"key" => "document_1434"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1434]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1434]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1434]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1434]
"types" => [1 => 2]
]
debug
Key
"document_properties_1427"
doesn't exist in cache
cache
[
"key" => "document_properties_1427"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14573 => 4294 => 4285 => 1427]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14573 => 4294 => 4285 => 1427]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1427]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1427]
"types" => [1 => 2]
]
debug
Key
"document_properties_1434"
doesn't exist in cache
cache
[
"key" => "document_properties_1434"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14573 => 4294 => 4285 => 1434]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14573 => 4294 => 4285 => 1434]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1434]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1434]
"types" => [1 => 2]
]
debug
Key
"document_properties_431"
doesn't exist in cache
cache
[
"key" => "document_properties_431"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4293 => 4284 => 431]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4293 => 4284 => 431]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 431]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 431]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 431]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 431]
"types" => [1 => 1]
]
debug
Key
"document_455"
doesn't exist in cache
cache
[
"key" => "document_455"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 455]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 455]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 455]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 455]
"types" => [1 => 2]
]
debug
Key
"document_1633"
doesn't exist in cache
cache
[
"key" => "document_1633"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1633]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1633]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1633]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1633]
"types" => [1 => 2]
]
debug
Key
"document_454"
doesn't exist in cache
cache
[
"key" => "document_454"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 454]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 454]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 454]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 454]
"types" => [1 => 2]
]
debug
Key
"document_1485"
doesn't exist in cache
cache
[
"key" => "document_1485"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1485]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1485]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1485]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1485]
"types" => [1 => 2]
]
debug
Key
"document_1496"
doesn't exist in cache
cache
[
"key" => "document_1496"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1496]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1496]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1496]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1496]
"types" => [1 => 2]
]
debug
Key
"document_476"
doesn't exist in cache
cache
[
"key" => "document_476"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 476]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 476]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 476]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 476]
"types" => [1 => 2]
]
debug
Key
"document_1632"
doesn't exist in cache
cache
[
"key" => "document_1632"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1632]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1632]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1632]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1632]
"types" => [1 => 2]
]
debug
Key
"document_properties_455"
doesn't exist in cache
cache
[
"key" => "document_properties_455"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4313 => 4294 => 4285 => 455]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4313 => 4294 => 4285 => 455]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 455]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 455]
"types" => [1 => 2]
]
debug
Key
"document_properties_1633"
doesn't exist in cache
cache
[
"key" => "document_properties_1633"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4313 => 4294 => 4285 => 1633]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4313 => 4294 => 4285 => 1633]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1633]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1633]
"types" => [1 => 2]
]
debug
Key
"document_properties_454"
doesn't exist in cache
cache
[
"key" => "document_properties_454"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4313 => 4294 => 4285 => 454]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4313 => 4294 => 4285 => 454]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 454]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 454]
"types" => [1 => 2]
]
debug
Key
"document_properties_1485"
doesn't exist in cache
cache
[
"key" => "document_properties_1485"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4313 => 4294 => 4285 => 1485]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4313 => 4294 => 4285 => 1485]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1485]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1485]
"types" => [1 => 2]
]
debug
Key
"document_properties_1496"
doesn't exist in cache
cache
[
"key" => "document_properties_1496"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4313 => 4294 => 4285 => 1496]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4313 => 4294 => 4285 => 1496]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1496]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1496]
"types" => [1 => 2]
]
debug
Key
"document_properties_476"
doesn't exist in cache
cache
[
"key" => "document_properties_476"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4313 => 4294 => 4285 => 476]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4313 => 4294 => 4285 => 476]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 476]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 476]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 476]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 476]
"types" => [1 => 1]
]
debug
Key
"document_477"
doesn't exist in cache
cache
[
"key" => "document_477"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 477]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 477]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 477]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 477]
"types" => [1 => 2]
]
debug
Key
"document_478"
doesn't exist in cache
cache
[
"key" => "document_478"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 478]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 478]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 478]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 478]
"types" => [1 => 2]
]
debug
Key
"document_480"
doesn't exist in cache
cache
[
"key" => "document_480"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 480]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 480]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 480]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 480]
"types" => [1 => 2]
]
debug
Key
"document_481"
doesn't exist in cache
cache
[
"key" => "document_481"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 481]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 481]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 481]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 481]
"types" => [1 => 2]
]
debug
Key
"document_482"
doesn't exist in cache
cache
[
"key" => "document_482"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 482]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 482]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 482]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 482]
"types" => [1 => 2]
]
debug
Key
"document_483"
doesn't exist in cache
cache
[
"key" => "document_483"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 483]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 483]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 483]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 483]
"types" => [1 => 2]
]
debug
Key
"document_properties_477"
doesn't exist in cache
cache
[
"key" => "document_properties_477"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4763 => 4314 => 4295 => 4286 => 477]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4763 => 4314 => 4295 => 4286 => 477]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 477]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 477]
"types" => [1 => 2]
]
debug
Key
"document_properties_478"
doesn't exist in cache
cache
[
"key" => "document_properties_478"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4763 => 4314 => 4295 => 4286 => 478]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4763 => 4314 => 4295 => 4286 => 478]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 478]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 478]
"types" => [1 => 2]
]
debug
Key
"document_properties_480"
doesn't exist in cache
cache
[
"key" => "document_properties_480"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4763 => 4314 => 4295 => 4286 => 480]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4763 => 4314 => 4295 => 4286 => 480]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 480]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 480]
"types" => [1 => 2]
]
debug
Key
"document_properties_481"
doesn't exist in cache
cache
[
"key" => "document_properties_481"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4763 => 4314 => 4295 => 4286 => 481]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4763 => 4314 => 4295 => 4286 => 481]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 481]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 481]
"types" => [1 => 2]
]
debug
Key
"document_properties_482"
doesn't exist in cache
cache
[
"key" => "document_properties_482"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4763 => 4314 => 4295 => 4286 => 482]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4763 => 4314 => 4295 => 4286 => 482]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 482]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 482]
"types" => [1 => 2]
]
debug
Key
"document_properties_483"
doesn't exist in cache
cache
[
"key" => "document_properties_483"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4763 => 4314 => 4295 => 4286 => 483]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4763 => 4314 => 4295 => 4286 => 483]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 483]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 483]
"types" => [1 => 2]
]
debug
Key
"document_properties_1632"
doesn't exist in cache
cache
[
"key" => "document_properties_1632"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4313 => 4294 => 4285 => 1632]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4313 => 4294 => 4285 => 1632]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1632]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1632]
"types" => [1 => 2]
]
debug
Key
"document_properties_557"
doesn't exist in cache
cache
[
"key" => "document_properties_557"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 557]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 557]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 557]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 557]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 557]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 557]
"types" => [1 => 1]
]
debug
Key
"document_1458"
doesn't exist in cache
cache
[
"key" => "document_1458"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1458]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1458]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1458]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1458]
"types" => [1 => 2]
]
debug
Key
"document_1459"
doesn't exist in cache
cache
[
"key" => "document_1459"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1459]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1459]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1459]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1459]
"types" => [1 => 2]
]
debug
Key
"document_properties_1458"
doesn't exist in cache
cache
[
"key" => "document_properties_1458"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5573 => 4284 => 1458]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5573 => 4284 => 1458]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1458]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1458]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1458]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1458]
"types" => [1 => 1]
]
debug
Key
"document_460"
doesn't exist in cache
cache
[
"key" => "document_460"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 460]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 460]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 460]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 460]
"types" => [1 => 2]
]
debug
Key
"document_properties_460"
doesn't exist in cache
cache
[
"key" => "document_properties_460"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14583 => 5574 => 4285 => 460]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14583 => 5574 => 4285 => 460]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 460]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 460]
"types" => [1 => 2]
]
debug
Key
"document_properties_1459"
doesn't exist in cache
cache
[
"key" => "document_properties_1459"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5573 => 4284 => 1459]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5573 => 4284 => 1459]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1459]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1459]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1459]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1459]
"types" => [1 => 1]
]
debug
Key
"document_1211"
doesn't exist in cache
cache
[
"key" => "document_1211"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1211]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1211]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1211]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1211]
"types" => [1 => 2]
]
debug
Key
"document_1215"
doesn't exist in cache
cache
[
"key" => "document_1215"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1215]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1215]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1215]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1215]
"types" => [1 => 2]
]
debug
Key
"document_properties_1211"
doesn't exist in cache
cache
[
"key" => "document_properties_1211"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14593 => 5574 => 4285 => 1211]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14593 => 5574 => 4285 => 1211]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1211]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1211]
"types" => [1 => 2]
]
debug
Key
"document_properties_1215"
doesn't exist in cache
cache
[
"key" => "document_properties_1215"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14593 => 5574 => 4285 => 1215]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14593 => 5574 => 4285 => 1215]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1215]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1215]
"types" => [1 => 2]
]
debug
Key
"document_properties_559"
doesn't exist in cache
cache
[
"key" => "document_properties_559"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 559]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 559]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 559]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 559]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 559]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 559]
"types" => [1 => 1]
]
debug
Key
"document_1460"
doesn't exist in cache
cache
[
"key" => "document_1460"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1460]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1460]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1460]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1460]
"types" => [1 => 2]
]
debug
Key
"document_1606"
doesn't exist in cache
cache
[
"key" => "document_1606"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1606]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1606]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1606]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1606]
"types" => [1 => 2]
]
debug
Key
"document_properties_1460"
doesn't exist in cache
cache
[
"key" => "document_properties_1460"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5593 => 4284 => 1460]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5593 => 4284 => 1460]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1460]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1460]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1460]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1460]
"types" => [1 => 1]
]
debug
Key
"document_456"
doesn't exist in cache
cache
[
"key" => "document_456"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 456]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 456]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 456]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 456]
"types" => [1 => 2]
]
debug
Key
"document_458"
doesn't exist in cache
cache
[
"key" => "document_458"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 458]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 458]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 458]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 458]
"types" => [1 => 2]
]
debug
Key
"document_properties_456"
doesn't exist in cache
cache
[
"key" => "document_properties_456"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14603 => 5594 => 4285 => 456]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14603 => 5594 => 4285 => 456]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 456]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 456]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 456]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 456]
"types" => [1 => 1]
]
debug
Key
"document_457"
doesn't exist in cache
cache
[
"key" => "document_457"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 457]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 457]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 457]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 457]
"types" => [1 => 2]
]
debug
Key
"document_properties_457"
doesn't exist in cache
cache
[
"key" => "document_properties_457"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4563 => 14604 => 5595 => 4286 => 457]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4563 => 14604 => 5595 => 4286 => 457]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 457]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 457]
"types" => [1 => 2]
]
debug
Key
"document_properties_458"
doesn't exist in cache
cache
[
"key" => "document_properties_458"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14603 => 5594 => 4285 => 458]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14603 => 5594 => 4285 => 458]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 458]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 458]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 458]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 458]
"types" => [1 => 1]
]
debug
Key
"document_459"
doesn't exist in cache
cache
[
"key" => "document_459"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 459]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 459]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 459]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 459]
"types" => [1 => 2]
]
debug
Key
"document_properties_459"
doesn't exist in cache
cache
[
"key" => "document_properties_459"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4583 => 14604 => 5595 => 4286 => 459]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4583 => 14604 => 5595 => 4286 => 459]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 459]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 459]
"types" => [1 => 2]
]
debug
Key
"document_properties_1606"
doesn't exist in cache
cache
[
"key" => "document_properties_1606"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5593 => 4284 => 1606]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5593 => 4284 => 1606]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1606]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1606]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1606]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1606]
"types" => [1 => 1]
]
debug
Key
"document_1608"
doesn't exist in cache
cache
[
"key" => "document_1608"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1608]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1608]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1608]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1608]
"types" => [1 => 2]
]
debug
Key
"document_1252"
doesn't exist in cache
cache
[
"key" => "document_1252"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1252]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1252]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1252]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1252]
"types" => [1 => 2]
]
debug
Key
"document_properties_1608"
doesn't exist in cache
cache
[
"key" => "document_properties_1608"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 16063 => 5594 => 4285 => 1608]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 16063 => 5594 => 4285 => 1608]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1608]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1608]
"types" => [1 => 2]
]
debug
Key
"document_properties_558"
doesn't exist in cache
cache
[
"key" => "document_properties_558"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 558]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 558]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 558]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 558]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 558]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 558]
"types" => [1 => 1]
]
debug
Key
"document_1461"
doesn't exist in cache
cache
[
"key" => "document_1461"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1461]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1461]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1461]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1461]
"types" => [1 => 2]
]
debug
Key
"document_560"
doesn't exist in cache
cache
[
"key" => "document_560"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 560]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 560]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 560]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_link.*, tree_locks.locked FROM documents\n LEFT JOIN documents_link ON documents.id = documents_link.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 560]
"types" => [1 => 2]
]
debug
Key
"document_properties_1461"
doesn't exist in cache
cache
[
"key" => "document_properties_1461"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5583 => 4284 => 1461]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5583 => 4284 => 1461]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1461]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1461]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1461]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1461]
"types" => [1 => 1]
]
debug
Key
"document_438"
doesn't exist in cache
cache
[
"key" => "document_438"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 438]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 438]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 438]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 438]
"types" => [1 => 2]
]
debug
Key
"document_1489"
doesn't exist in cache
cache
[
"key" => "document_1489"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1489]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1489]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1489]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1489]
"types" => [1 => 2]
]
debug
Key
"document_1482"
doesn't exist in cache
cache
[
"key" => "document_1482"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1482]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1482]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1482]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1482]
"types" => [1 => 2]
]
debug
Key
"document_properties_438"
doesn't exist in cache
cache
[
"key" => "document_properties_438"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14613 => 5584 => 4285 => 438]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14613 => 5584 => 4285 => 438]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 438]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 438]
"types" => [1 => 2]
]
debug
Key
"document_properties_1489"
doesn't exist in cache
cache
[
"key" => "document_properties_1489"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14613 => 5584 => 4285 => 1489]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14613 => 5584 => 4285 => 1489]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1489]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1489]
"types" => [1 => 2]
]
debug
Key
"document_properties_1482"
doesn't exist in cache
cache
[
"key" => "document_properties_1482"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 14613 => 5584 => 4285 => 1482]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14613 => 5584 => 4285 => 1482]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1482]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1482]
"types" => [1 => 2]
]
debug
Key
"document_properties_560"
doesn't exist in cache
cache
[
"key" => "document_properties_560"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5583 => 4284 => 560]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5583 => 4284 => 560]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 560]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 560]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 560]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 560]
"types" => [1 => 1]
]
debug
Key
"document_1246"
doesn't exist in cache
cache
[
"key" => "document_1246"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1246]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1246]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1246]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1246]
"types" => [1 => 2]
]
debug
Key
"document_1479"
doesn't exist in cache
cache
[
"key" => "document_1479"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1479]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1479]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1479]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1479]
"types" => [1 => 2]
]
debug
Key
"document_properties_1246"
doesn't exist in cache
cache
[
"key" => "document_properties_1246"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5603 => 5584 => 4285 => 1246]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5603 => 5584 => 4285 => 1246]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1246]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1246]
"types" => [1 => 2]
]
debug
Key
"document_properties_1479"
doesn't exist in cache
cache
[
"key" => "document_properties_1479"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 5603 => 5584 => 4285 => 1479]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 5603 => 5584 => 4285 => 1479]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1479]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1479]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 1479]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 1479]
"types" => [1 => 1]
]
debug
Key
"document_1705"
doesn't exist in cache
cache
[
"key" => "document_1705"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1705]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1705]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 1705]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 1705]
"types" => [1 => 2]
]
debug
Key
"document_properties_1705"
doesn't exist in cache
cache
[
"key" => "document_properties_1705"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 14793 => 5604 => 5585 => 4286 => 1705]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1705]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1705]
"types" => [1 => 2]
]
debug
Key
"document_properties_465"
doesn't exist in cache
cache
[
"key" => "document_properties_465"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 465]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 465]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 465]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 465]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 465]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 465]
"types" => [1 => 1]
]
debug
Key
"document_466"
doesn't exist in cache
cache
[
"key" => "document_466"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 466]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 466]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 466]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 466]
"types" => [1 => 2]
]
debug
Key
"document_properties_466"
doesn't exist in cache
cache
[
"key" => "document_properties_466"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4653 => 4284 => 466]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4653 => 4284 => 466]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 466]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 466]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 466]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 466]
"types" => [1 => 1]
]
debug
Key
"document_467"
doesn't exist in cache
cache
[
"key" => "document_467"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 467]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 467]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_snippet.*, tree_locks.locked FROM documents\n LEFT JOIN documents_snippet ON documents.id = documents_snippet.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 467]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_snippet.*, tree_locks.locked FROM documents\n LEFT JOIN documents_snippet ON documents.id = documents_snippet.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 467]
"types" => [1 => 2]
]
debug
Key
"document_properties_433"
doesn't exist in cache
cache
[
"key" => "document_properties_433"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 433]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 433]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 433]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 433]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
(parameters:
[1 => 433]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC "
"params" => [1 => 433]
"types" => [1 => 1]
]
debug
Key
"document_473"
doesn't exist in cache
cache
[
"key" => "document_473"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 473]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 473]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 473]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 473]
"types" => [1 => 2]
]
debug
Key
"document_475"
doesn't exist in cache
cache
[
"key" => "document_475"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 475]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 475]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 475]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 475]
"types" => [1 => 2]
]
debug
Key
"document_472"
doesn't exist in cache
cache
[
"key" => "document_472"
]
debug
Executing statement:
"""
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 472]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, tree_locks.locked FROM documents\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 472]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
(parameters:
[1 => 472]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents\n LEFT JOIN documents_page ON documents.id = documents_page.id\n LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = "document"\n WHERE documents.id = ?
"""
"params" => [1 => 472]
"types" => [1 => 2]
]
debug
Key
"document_properties_473"
doesn't exist in cache
cache
[
"key" => "document_properties_473"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4333 => 4284 => 473]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4333 => 4284 => 473]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 473]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 473]
"types" => [1 => 2]
]
debug
Key
"document_properties_474"
doesn't exist in cache
cache
[
"key" => "document_properties_474"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4333 => 4284 => 474]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4333 => 4284 => 474]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 474]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 474]
"types" => [1 => 2]
]
debug
Key
"document_properties_475"
doesn't exist in cache
cache
[
"key" => "document_properties_475"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4333 => 4284 => 475]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4333 => 4284 => 475]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 475]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 475]
"types" => [1 => 2]
]
debug
Key
"document_properties_472"
doesn't exist in cache
cache
[
"key" => "document_properties_472"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4333 => 4284 => 472]
, types:
[1 => 12 => 13 => 14 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4333 => 4284 => 472]
"types" => [1 => 12 => 13 => 14 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 472]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 472]
"types" => [1 => 2]
]
debug
Key
"document_properties_488"
doesn't exist in cache
cache
[
"key" => "document_properties_488"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 488]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 488]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 488]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 488]
"types" => [1 => 2]
]
debug
Key
"document_properties_561"
doesn't exist in cache
cache
[
"key" => "document_properties_561"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 561]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 561]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 561]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 561]
"types" => [1 => 2]
]
debug
Key
"document_properties_1398"
doesn't exist in cache
cache
[
"key" => "document_properties_1398"
]
debug
Executing statement:
"SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
(parameters:
[1 => 12 => 4283 => 1398]
, types:
[1 => 12 => 13 => 1]
)
doctrine
[
"sql" => "SELECT * FROM properties WHERE ((cid IN (?, ?) AND inheritable = 1) OR cid = ?) AND ctype="document""
"params" => [1 => 12 => 4283 => 1398]
"types" => [1 => 12 => 13 => 1]
]
debug
Executing statement:
"SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
(parameters:
[1 => 1398]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1"
"params" => [1 => 1398]
"types" => [1 => 2]
]
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 429]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 429]
"types" => [1 => 1]
]
debug
Key
"object_807"
doesn't exist in cache
cache
[
"key" => "object_807"
]
debug
Executing statement:
"SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 807]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 807]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 807]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 807]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT name FROM classes WHERE id = ?"
(parameters:
[1 => "NAVITEM"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT name FROM classes WHERE id = ?"
"params" => [1 => "NAVITEM"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
[
"sql" => "SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
"params" => [1 => 8072 => "de_DE"
3 => "en"
4 => "en_BA"
5 => "sr"
]
"types" => [1 => 12 => 23 => 24 => 25 => 2]
]
debug
Key
"asset_2063"
doesn't exist in cache
cache
[
"key" => "asset_2063"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 2063]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 2063]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_NAVITEM WHERE src_id = ?"
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 429]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 429]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 429]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 429]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 429]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 429]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 557]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 557]
"types" => [1 => 1]
]
debug
Key
"object_808"
doesn't exist in cache
cache
[
"key" => "object_808"
]
debug
Executing statement:
"SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 808]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 808]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 808]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 808]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
[
"sql" => "SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
"params" => [1 => 8082 => "de_DE"
3 => "en"
4 => "en_BA"
5 => "sr"
]
"types" => [1 => 12 => 23 => 24 => 25 => 2]
]
debug
Key
"asset_2072"
doesn't exist in cache
cache
[
"key" => "asset_2072"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 2072]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 2072]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_NAVITEM WHERE src_id = ?"
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 557]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 557]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 559]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 559]
"types" => [1 => 1]
]
debug
Key
"object_805"
doesn't exist in cache
cache
[
"key" => "object_805"
]
debug
Executing statement:
"SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 805]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 805]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 805]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 805]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
[
"sql" => "SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
"params" => [1 => 8052 => "de_DE"
3 => "en"
4 => "en_BA"
5 => "sr"
]
"types" => [1 => 12 => 23 => 24 => 25 => 2]
]
debug
Key
"asset_2064"
doesn't exist in cache
cache
[
"key" => "asset_2064"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 2064]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 2064]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_NAVITEM WHERE src_id = ?"
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 559]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 559]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 558]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 558]
"types" => [1 => 1]
]
debug
Key
"object_809"
doesn't exist in cache
cache
[
"key" => "object_809"
]
debug
Executing statement:
"SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 809]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 809]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 809]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_NAVITEM WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 809]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
[
"sql" => "SELECT * FROM object_localized_data_NAVITEM WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
"params" => [1 => 8092 => "de_DE"
3 => "en"
4 => "en_BA"
5 => "sr"
]
"types" => [1 => 12 => 23 => 24 => 25 => 2]
]
debug
Key
"asset_2176"
doesn't exist in cache
cache
[
"key" => "asset_2176"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 2176]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 2176]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_NAVITEM WHERE src_id = ?"
"SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
(parameters:
[1 => 558]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT object_localized_NAVITEM_en.id as id, object_localized_NAVITEM_en.type as `type` FROM object_localized_NAVITEM_en WHERE (document__id = ? AND object_localized_NAVITEM_en.type IN ('object','variant','folder')) AND object_localized_NAVITEM_en.published = 1"
"params" => [1 => 558]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT sourceId FROM documents_translations WHERE id = ?"
(parameters:
[1 => 428]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT sourceId FROM documents_translations WHERE id = ?"
"params" => [1 => 428]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 2382 => 4283 => 428]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 2382 => 4283 => 428]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 4282 => 428]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 4282 => 428]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 4892 => 489]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 4892 => 489]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 10262 => 1026]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 10262 => 1026]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 2382 => 238]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 2382 => 238]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT * FROM documents_editables WHERE documentId = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 607]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 607]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_PROJECT WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 607]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_PROJECT WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 607]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_localized_data_PROJECT WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
[
"sql" => "SELECT * FROM object_localized_data_PROJECT WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
"params" => [1 => 6072 => "de_DE"
3 => "en"
4 => "en_BA"
5 => "sr"
]
"types" => [1 => 12 => 23 => 24 => 25 => 2]
]
debug
Key
"asset_2773"
doesn't exist in cache
cache
[
"key" => "asset_2773"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 2773]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 2773]
"types" => [1 => 2]
]
debug
Key
"asset_1431"
doesn't exist in cache
cache
[
"key" => "asset_1431"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1431]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1431]
"types" => [1 => 2]
]
debug
Key
"asset_1430"
doesn't exist in cache
cache
[
"key" => "asset_1430"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1430]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1430]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1430]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1430]
"types" => [1 => 2]
]
debug
Key
"asset_1429"
doesn't exist in cache
cache
[
"key" => "asset_1429"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1429]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1429]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1429]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1429]
"types" => [1 => 2]
]
debug
Key
"asset_1428"
doesn't exist in cache
cache
[
"key" => "asset_1428"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1428]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1428]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1428]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1428]
"types" => [1 => 2]
]
debug
Key
"asset_1432"
doesn't exist in cache
cache
[
"key" => "asset_1432"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1432]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1432]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1432]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1432]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_PROJECT WHERE src_id = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 657]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 657]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_PROJECT WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 657]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_PROJECT WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 657]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_localized_data_PROJECT WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
[
"sql" => "SELECT * FROM object_localized_data_PROJECT WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
"params" => [1 => 6572 => "de_DE"
3 => "en"
4 => "en_BA"
5 => "sr"
]
"types" => [1 => 12 => 23 => 24 => 25 => 2]
]
debug
Key
"asset_564"
doesn't exist in cache
cache
[
"key" => "asset_564"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 564]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 564]
"types" => [1 => 2]
]
debug
Key
"asset_4263"
doesn't exist in cache
cache
[
"key" => "asset_4263"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 4263]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 4263]
"types" => [1 => 2]
]
debug
Key
"asset_1565"
doesn't exist in cache
cache
[
"key" => "asset_1565"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1565]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1565]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1565]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1565]
"types" => [1 => 2]
]
debug
Key
"asset_1568"
doesn't exist in cache
cache
[
"key" => "asset_1568"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1568]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1568]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1568]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1568]
"types" => [1 => 2]
]
debug
Key
"asset_1566"
doesn't exist in cache
cache
[
"key" => "asset_1566"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1566]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1566]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1566]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1566]
"types" => [1 => 2]
]
debug
Key
"asset_1567"
doesn't exist in cache
cache
[
"key" => "asset_1567"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1567]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1567]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1567]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1567]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_PROJECT WHERE src_id = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 261]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 261]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_PROJECT WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 261]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_PROJECT WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 261]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_localized_data_PROJECT WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
[
"sql" => "SELECT * FROM object_localized_data_PROJECT WHERE ooo_id = ? AND language IN (?, ?, ?, ?)"
"params" => [1 => 2612 => "de_DE"
3 => "en"
4 => "en_BA"
5 => "sr"
]
"types" => [1 => 12 => 23 => 24 => 25 => 2]
]
debug
Key
"asset_996"
doesn't exist in cache
cache
[
"key" => "asset_996"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 996]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 996]
"types" => [1 => 2]
]
debug
Key
"asset_4260"
doesn't exist in cache
cache
[
"key" => "asset_4260"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 4260]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 4260]
"types" => [1 => 2]
]
debug
Key
"asset_435"
doesn't exist in cache
cache
[
"key" => "asset_435"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 435]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 435]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 435]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 435]
"types" => [1 => 2]
]
debug
Key
"asset_437"
doesn't exist in cache
cache
[
"key" => "asset_437"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 437]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 437]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 437]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 437]
"types" => [1 => 2]
]
debug
Key
"asset_436"
doesn't exist in cache
cache
[
"key" => "asset_436"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 436]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 436]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 436]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 436]
"types" => [1 => 2]
]
debug
Key
"asset_462"
doesn't exist in cache
cache
[
"key" => "asset_462"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 462]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 462]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 462]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 462]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_PROJECT WHERE src_id = ?"
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 2289]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 2289]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
[
"sql" => "SELECT * FROM translations_messages LIMIT 1"
]
debug
Executing statement:
"SELECT * FROM translations_messages WHERE language = ?"
(parameters:
[1 => "en"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM translations_messages WHERE language = ?"
"params" => [1 => "en"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT sourceId FROM documents_translations WHERE id = ?"
(parameters:
[1 => 428]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT sourceId FROM documents_translations WHERE id = ?"
"params" => [1 => 428]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 2382 => 4283 => 428]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 2382 => 4283 => 428]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 4282 => 428]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 4282 => 428]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 4892 => 489]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 4892 => 489]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 10262 => 1026]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 10262 => 1026]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
(parameters:
[1 => 2382 => 238]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?"
"params" => [1 => 2382 => 238]
"types" => [1 => 22 => 2]
]
debug
Key
"asset_2575"
doesn't exist in cache
cache
[
"key" => "asset_2575"
]
debug
Executing statement:
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 2575]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 2575]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
[
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [1 => "BUNDLE_INSTALLED__OpenDxp\Bundle\SeoBundle\OpenDxpSeoBundle"
2 => "opendxp"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT * FROM redirects WHERE\n (\n (source = ? AND (`type` = ? OR `type` = ?)) OR\n (source = ? AND `type` = ?) OR\n (source = ? AND `type` = ?)\n ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
"""
"""
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
(parameters:
[1 => 1912]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT assets.*, tree_locks.locked FROM assets\n LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = "asset"\n WHERE assets.id = ?
"""
"params" => [1 => 1912]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?"
"SELECT object_TSM.id as id, object_TSM.type as `type` FROM object_TSM WHERE (site IN (?, ?) AND object_TSM.type IN ('object','variant','folder')) AND object_TSM.published = 1"
(parameters:
[1 => "asioso"
2 => "both"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT object_TSM.id as id, object_TSM.type as `type` FROM object_TSM WHERE (site IN (?, ?) AND object_TSM.type IN ('object','variant','folder')) AND object_TSM.published = 1"
"params" => [1 => "asioso"
2 => "both"
]
"types" => [1 => 22 => 2]
]
debug
Key
"object_770"
doesn't exist in cache
cache
[
"key" => "object_770"
]
debug
Executing statement:
"SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 770]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 770]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_TSM WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 770]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_TSM WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 770]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT name FROM classes WHERE id = ?"
(parameters:
[1 => "TSM"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT name FROM classes WHERE id = ?"
"params" => [1 => "TSM"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_TSM WHERE src_id = ?"
"""
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
(parameters:
[1 => 774]
, types:
[1 => 2]
)
doctrine
[
"sql" => """
SELECT objects.*, tree_locks.locked as locked FROM objects\n LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = "object"\n WHERE objects.id = ?
"""
"params" => [1 => 774]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_store_TSM WHERE oo_id = ? FOR UPDATE"
(parameters:
[1 => 774]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT * FROM object_store_TSM WHERE oo_id = ? FOR UPDATE"
"params" => [1 => 774]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT * FROM object_relations_TSM WHERE src_id = ?"
Log messages generated during the compilation of the service container.
Messages
Class
792
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
Resolving inheritance for "OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController" (parent: .abstract.instanceof.App\Controller\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController).
Resolving inheritance for ".instanceof.App\Controller\ArticleController.0.App\Controller\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController).
Resolving inheritance for "App\Controller\ArticleController" (parent: .instanceof.App\Controller\ArticleController.0.App\Controller\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController" (parent: .abstract.instanceof.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController).
Resolving inheritance for "App\Controller\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" (parent: .abstract.instanceof.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController).
Resolving inheritance for "App\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController" (parent: .abstract.instanceof.App\Controller\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController).
Resolving inheritance for ".instanceof.App\Controller\ProjectController.0.App\Controller\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController).
Resolving inheritance for "App\Controller\ProjectController" (parent: .instanceof.App\Controller\ProjectController.0.App\Controller\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController" (parent: .abstract.instanceof.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController).
Resolving inheritance for ".instanceof.App\Controller\TagController.0.App\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController).
Resolving inheritance for "App\Controller\TagController" (parent: .instanceof.App\Controller\TagController.0.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController" (parent: .abstract.instanceof.App\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController).
Resolving inheritance for ".instanceof.App\Controller\VideoController.0.App\Controller\VideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController).
Resolving inheritance for "App\Controller\VideoController" (parent: .instanceof.App\Controller\VideoController.0.App\Controller\VideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController" (parent: .abstract.instanceof.App\Controller\Web2printController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController).
Resolving inheritance for "App\Controller\Web2printController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateSitemapsCommand" (parent: .abstract.instanceof.App\Command\GenerateSitemapsCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateSitemapsCommand.0.App\Command\GenerateSitemapsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateSitemapsCommand).
Resolving inheritance for "App\Command\GenerateSitemapsCommand" (parent: .instanceof.App\Command\GenerateSitemapsCommand.0.App\Command\GenerateSitemapsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAllObjectsCommand" (parent: .abstract.instanceof.App\Command\ImportAllObjectsCommand).
Resolving inheritance for "App\Command\ImportAllObjectsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAllObjectsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAssetsCommand" (parent: .abstract.instanceof.App\Command\ImportAssetsCommand).
Resolving inheritance for "App\Command\ImportAssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAssetsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCategoriesCommand" (parent: .abstract.instanceof.App\Command\ImportBlogCategoriesCommand).
Resolving inheritance for "App\Command\ImportBlogCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCommand" (parent: .abstract.instanceof.App\Command\ImportBlogCommand).
Resolving inheritance for "App\Command\ImportBlogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsCommand" (parent: .abstract.instanceof.App\Command\ImportDocumentsCommand).
Resolving inheritance for "App\Command\ImportDocumentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsPropertiesCommand" (parent: .abstract.instanceof.App\Command\ImportDocumentsPropertiesCommand).
Resolving inheritance for "App\Command\ImportDocumentsPropertiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsPropertiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsSeoCommand" (parent: .abstract.instanceof.App\Command\ImportDocumentsSeoCommand).
Resolving inheritance for "App\Command\ImportDocumentsSeoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsSeoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsCategoriesCommand" (parent: .abstract.instanceof.App\Command\ImportNewsCategoriesCommand).
Resolving inheritance for "App\Command\ImportNewsCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsCommand" (parent: .abstract.instanceof.App\Command\ImportNewsCommand).
Resolving inheritance for "App\Command\ImportNewsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsImagesCommand" (parent: .abstract.instanceof.App\Command\ImportNewsImagesCommand).
Resolving inheritance for "App\Command\ImportNewsImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectCategoriesCommand" (parent: .abstract.instanceof.App\Command\ImportProjectCategoriesCommand).
Resolving inheritance for "App\Command\ImportProjectCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectImagesCommand" (parent: .abstract.instanceof.App\Command\ImportProjectImagesCommand).
Resolving inheritance for "App\Command\ImportProjectImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectsCommand" (parent: .abstract.instanceof.App\Command\ImportProjectsCommand).
Resolving inheritance for "App\Command\ImportProjectsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportTagsCommand" (parent: .abstract.instanceof.App\Command\ImportTagsCommand).
Resolving inheritance for "App\Command\ImportTagsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportTagsCommand).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\GlobalExtension" (parent: .abstract.instanceof.App\Twig\Extension\GlobalExtension).
Resolving inheritance for "App\Twig\Extension\GlobalExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\GlobalExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ArticleExtension" (parent: .abstract.instanceof.App\Twig\Extension\ArticleExtension).
Resolving inheritance for "App\Twig\Extension\ArticleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ArticleExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ProjectExtension" (parent: .abstract.instanceof.App\Twig\Extension\ProjectExtension).
Resolving inheritance for "App\Twig\Extension\ProjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ProjectExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TagExtension" (parent: .abstract.instanceof.App\Twig\Extension\TagExtension).
Resolving inheritance for "App\Twig\Extension\TagExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TagExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LanguageSwitcherExtension" (parent: .abstract.instanceof.App\Twig\Extension\LanguageSwitcherExtension).
Resolving inheritance for "App\Twig\Extension\LanguageSwitcherExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LanguageSwitcherExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CachePurgeListener" (parent: .abstract.instanceof.App\EventListener\CachePurgeListener).
Resolving inheritance for "App\EventListener\CachePurgeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CachePurgeListener).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsFormType" (parent: .abstract.instanceof.App\Form\ContactUsFormType).
Resolving inheritance for "App\Form\ContactUsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\Admin\XliffListener" (parent: .abstract.instanceof.SeoBundle\EventListener\Admin\XliffListener).
Resolving inheritance for "SeoBundle\EventListener\Admin\XliffListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\Admin\XliffListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\Admin\SeoDocumentEditorListener" (parent: .abstract.instanceof.SeoBundle\EventListener\Admin\SeoDocumentEditorListener).
Resolving inheritance for "SeoBundle\EventListener\Admin\SeoDocumentEditorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\Admin\SeoDocumentEditorListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.pool.app" (parent: .abstract.instanceof.opendxp.cache.pool.app).
Resolving inheritance for "opendxp.cache.pool.app" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.pool.app).
Resolving inheritance for "cache.app" (parent: opendxp.cache.pool.app).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: opendxp.cache.pool.app).
Resolving inheritance for "cache.adapter.valkey" (parent: cache.adapter.redis).
Resolving inheritance for "cache.adapter.valkey_tag_aware" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: opendxp.cache.pool.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: opendxp.cache.pool.app).
Resolving inheritance for "limiter.reset_password" (parent: limiter).
Resolving inheritance for ".opendxp.cache.pool.inner" (parent: opendxp.cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.opendxp_search_backend_message" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.opendxp_core" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.opendxp_maintenance" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.opendxp_scheduled_tasks" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.opendxp_image_optimize" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.opendxp_asset_update" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.opendxp_webdav" (parent: security.firewall.config).
Resolving inheritance for "security.listener.opendxp_webdav.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.opendxp_webdav" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.http_basic.opendxp_webdav" (parent: security.authenticator.http_basic).
Resolving inheritance for "security.authenticator.manager.opendxp_webdav" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.opendxp_webdav" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.opendxp_webdav" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.opendxp_webdav" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.opendxp_webdav" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.opendxp_admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.opendxp_admin.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.opendxp_admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.opendxp_admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.opendxp_admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.opendxp_admin" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_opendxp_admin" (parent: limiter).
Resolving inheritance for "limiter._login_global_opendxp_admin" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.opendxp_admin" (parent: security.listener.login_throttling).
Resolving inheritance for "security.firewall_config.two_factor.opendxp_admin" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.opendxp_admin" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.opendxp_admin" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.opendxp_admin" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.opendxp_admin" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.opendxp_admin" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.opendxp_admin" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.opendxp_admin" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.opendxp_admin" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.opendxp_admin" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authenticator.form_login.opendxp_admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.opendxp_admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.opendxp_admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.opendxp_admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.opendxp_admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.opendxp_admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.opendxp_admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.opendxp_admin" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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 ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand.0.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand.0.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.OpenDxp\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Translation\AdminUserTranslator).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.OpenDxp\Bundle\AdminBundle\Translation\AdminUserTranslator).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\Assets).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\Assets).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\OpenDxpUsers" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\OpenDxpUsers).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\OpenDxpUsers" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\OpenDxpUsers).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension.0.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension" (parent: .instanceof.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension.0.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Security\CsrfProtectionHandler).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\CsrfProtectionHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminConfigListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminConfigListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\AdminConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminSecurityListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminSecurityListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\AdminSecurityListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminSecurityListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminExceptionListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\GridConfigListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\GridConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\ImportConfigListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\ImportConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminSessionBagListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminSessionBagListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\AdminSessionBagListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminSessionBagListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\HttpCacheListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\HttpCacheListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\WorkflowManagementListener" (parent: .abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for "OpenDxp\Bundle\AdminBundle\EventListener\WorkflowManagementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" (parent: .abstract.instanceof.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController).
Resolving inheritance for "OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" (parent: .instanceof.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.custom_report.adapter.factories" (parent: .abstract.instanceof.opendxp.custom_report.adapter.factories).
Resolving inheritance for "opendxp.custom_report.adapter.factories" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.custom_report.adapter.factories).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\InstallBundle\Command\InstallCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\InstallBundle\Command\InstallCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\InstallBundle\Command\InstallCommand.0.OpenDxp\Bundle\InstallBundle\Command\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\InstallBundle\Command\InstallCommand).
Resolving inheritance for "OpenDxp\Bundle\InstallBundle\Command\InstallCommand" (parent: .instanceof.OpenDxp\Bundle\InstallBundle\Command\InstallCommand.0.OpenDxp\Bundle\InstallBundle\Command\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController" (parent: .abstract.instanceof.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController).
Resolving inheritance for "OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController" (parent: .instanceof.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" (parent: .abstract.instanceof.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\ResettableInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb).
Resolving inheritance for "OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController" (parent: .abstract.instanceof.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController).
Resolving inheritance for "OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController" (parent: .instanceof.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension.0.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" (parent: .abstract.instanceof.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension).
Resolving inheritance for "OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" (parent: .instanceof.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension.0.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" (parent: .instanceof.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\MiscController.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\Controller\MiscController" (parent: .instanceof.OpenDxp\Bundle\SeoBundle\Controller\MiscController.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\Controller\RedirectsController" (parent: .instanceof.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\SettingsController.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\Controller\SettingsController" (parent: .instanceof.OpenDxp\Bundle\SeoBundle\Controller\SettingsController.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\ResponseExceptionListener" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\EventListener\ResponseExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\DocumentListener" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\DocumentListener).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\EventListener\DocumentListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\DocumentListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\SitemapGeneratorListener).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\SitemapGeneratorListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\RoutingListener" (parent: .abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\RoutingListener).
Resolving inheritance for "OpenDxp\Bundle\SeoBundle\EventListener\RoutingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\RoutingListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command" (parent: .abstract.instanceof.presta_sitemap.dump_command).
Resolving inheritance for ".instanceof.Presta\SitemapBundle\Command\DumpSitemapsCommand.0.presta_sitemap.dump_command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command).
Resolving inheritance for "presta_sitemap.dump_command" (parent: .instanceof.Presta\SitemapBundle\Command\DumpSitemapsCommand.0.presta_sitemap.dump_command).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" (parent: .abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController).
Resolving inheritance for "OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" (parent: .instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController" (parent: .abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController).
Resolving inheritance for "OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController" (parent: .instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand).
Resolving inheritance for "OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" (parent: .instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" (parent: .abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener).
Resolving inheritance for "OpenDxp\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\BatchHandlerInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" (parent: .abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler).
Resolving inheritance for "OpenDxp\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\BatchHandlerInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController" (parent: .abstract.instanceof.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController).
Resolving inheritance for "OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController" (parent: .instanceof.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" (parent: .abstract.instanceof.OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router).
Resolving inheritance for "OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\UuidBundle\EventListener\UUIDListener" (parent: .abstract.instanceof.OpenDxp\Bundle\UuidBundle\EventListener\UUIDListener).
Resolving inheritance for "OpenDxp\Bundle\UuidBundle\EventListener\UUIDListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\UuidBundle\EventListener\UUIDListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController" (parent: .abstract.instanceof.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController).
Resolving inheritance for "OpenDxp\Bundle\WordExportBundle\Controller\TranslationController" (parent: .instanceof.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController" (parent: .abstract.instanceof.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController).
Resolving inheritance for "OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController" (parent: .instanceof.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SeoBundle\Command\QueuedIndexDataCommand" (parent: .abstract.instanceof.SeoBundle\Command\QueuedIndexDataCommand).
Resolving inheritance for ".instanceof.SeoBundle\Command\QueuedIndexDataCommand.0.SeoBundle\Command\QueuedIndexDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SeoBundle\Command\QueuedIndexDataCommand).
Resolving inheritance for "SeoBundle\Command\QueuedIndexDataCommand" (parent: .instanceof.SeoBundle\Command\QueuedIndexDataCommand.0.SeoBundle\Command\QueuedIndexDataCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SeoBundle\Controller\Admin\MetaDataController" (parent: .abstract.instanceof.SeoBundle\Controller\Admin\MetaDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SeoBundle\Controller\Admin\MetaDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SeoBundle\Controller\Admin\MetaDataController).
Resolving inheritance for "SeoBundle\Controller\Admin\MetaDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SeoBundle\Controller\Admin\MetaDataController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\PimcoreElementListener" (parent: .abstract.instanceof.SeoBundle\EventListener\PimcoreElementListener).
Resolving inheritance for "SeoBundle\EventListener\PimcoreElementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\PimcoreElementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\AutoMetaDataAttachListener" (parent: .abstract.instanceof.SeoBundle\EventListener\AutoMetaDataAttachListener).
Resolving inheritance for "SeoBundle\EventListener\AutoMetaDataAttachListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\AutoMetaDataAttachListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\ElementMetaDataListener" (parent: .abstract.instanceof.SeoBundle\EventListener\ElementMetaDataListener).
Resolving inheritance for "SeoBundle\EventListener\ElementMetaDataListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\ElementMetaDataListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SeoBundle\Twig\Extension\SeoExtension" (parent: .abstract.instanceof.SeoBundle\Twig\Extension\SeoExtension).
Resolving inheritance for "SeoBundle\Twig\Extension\SeoExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SeoBundle\Twig\Extension\SeoExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController" (parent: .abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController).
Resolving inheritance for "OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController" (parent: .instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" (parent: .abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for "OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController" (parent: .abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController).
Resolving inheritance for "OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController" (parent: .instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.analytics.google.fallback_service_locator" (parent: .abstract.instanceof.opendxp.analytics.google.fallback_service_locator).
Resolving inheritance for "opendxp.analytics.google.fallback_service_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.analytics.google.fallback_service_locator).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.OpenDxp\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .abstract.instanceof.OpenDxp\HttpKernel\CacheWarmer\MkdirCacheWarmer).
Resolving inheritance for "OpenDxp\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.OpenDxp\HttpKernel\CacheWarmer\MkdirCacheWarmer).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.OpenDxp\HttpKernel\CacheWarmer\OpenDxpCoreCacheWarmer" (parent: .abstract.instanceof.OpenDxp\HttpKernel\CacheWarmer\OpenDxpCoreCacheWarmer).
Resolving inheritance for "OpenDxp\HttpKernel\CacheWarmer\OpenDxpCoreCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.OpenDxp\HttpKernel\CacheWarmer\OpenDxpCoreCacheWarmer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\Controller\WebDavController" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Controller\WebDavController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CoreBundle\Controller\WebDavController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\Controller\WebDavController).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Controller\WebDavController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CoreBundle\Controller\WebDavController).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory" (parent: .abstract.instanceof.Symfony\Component\Lock\LockFactory).
Resolving inheritance for "Symfony\Component\Lock\LockFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .abstract.instanceof.OpenDxp\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
Resolving inheritance for "OpenDxp\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\NotificationSubscriber" (parent: .abstract.instanceof.OpenDxp\Workflow\EventSubscriber\NotificationSubscriber).
Resolving inheritance for "OpenDxp\Workflow\EventSubscriber\NotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\NotificationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\NotesSubscriber" (parent: .abstract.instanceof.OpenDxp\Workflow\EventSubscriber\NotesSubscriber).
Resolving inheritance for "OpenDxp\Workflow\EventSubscriber\NotesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\NotesSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .abstract.instanceof.OpenDxp\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
Resolving inheritance for "OpenDxp\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Http\Request\Resolver\EditmodeResolver" (parent: .abstract.instanceof.OpenDxp\Http\Request\Resolver\EditmodeResolver).
Resolving inheritance for "OpenDxp\Http\Request\Resolver\EditmodeResolver" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Http\Request\Resolver\EditmodeResolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.OpenDxp\Translation\Translator" (parent: .abstract.instanceof.OpenDxp\Translation\Translator).
Resolving inheritance for "OpenDxp\Translation\Translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.OpenDxp\Translation\Translator).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .abstract.instanceof.OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver).
Resolving inheritance for "OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .abstract.instanceof.OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver).
Resolving inheritance for "OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .abstract.instanceof.OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
Resolving inheritance for "OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Document\Editable\EditableHandler" (parent: .abstract.instanceof.OpenDxp\Document\Editable\EditableHandler).
Resolving inheritance for "OpenDxp\Document\Editable\EditableHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Document\Editable\EditableHandler).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.document.areabrick.brick_locator" (parent: .abstract.instanceof.opendxp.document.areabrick.brick_locator).
Resolving inheritance for "opendxp.document.areabrick.brick_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.document.areabrick.brick_locator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpHeaderListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpHeaderListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpHeaderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\TranslationDebugListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\TranslationDebugListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\EventedControllerListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\EventedControllerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ElementTagsListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ElementTagsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ResponseStackListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseStackListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter.0.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter.0.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\MaintenancePageListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\MaintenancePageListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\MaintenancePageListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\MaintenancePageListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Templating\Renderer\EditableRenderer" (parent: .abstract.instanceof.OpenDxp\Templating\Renderer\EditableRenderer).
Resolving inheritance for "OpenDxp\Templating\Renderer\EditableRenderer" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Templating\Renderer\EditableRenderer).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.templating.navigation.renderer_locator" (parent: .abstract.instanceof.opendxp.templating.navigation.renderer_locator).
Resolving inheritance for "opendxp.templating.navigation.renderer_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.templating.navigation.renderer_locator).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\HelpersExtension.0.OpenDxp\Twig\Extension\HelpersExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\HelpersExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\HelpersExtension" (parent: .instanceof.OpenDxp\Twig\Extension\HelpersExtension.0.OpenDxp\Twig\Extension\HelpersExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\DocumentEditableExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\DocumentEditableExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\DocumentEditableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\DocumentEditableExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\DocumentEditableRenderExtension.0.OpenDxp\Twig\Extension\DocumentEditableRenderExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\DocumentEditableRenderExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\DocumentEditableRenderExtension" (parent: .instanceof.OpenDxp\Twig\Extension\DocumentEditableRenderExtension.0.OpenDxp\Twig\Extension\DocumentEditableRenderExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\SubrequestExtension.0.OpenDxp\Twig\Extension\SubrequestExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\SubrequestExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\SubrequestExtension" (parent: .instanceof.OpenDxp\Twig\Extension\SubrequestExtension.0.OpenDxp\Twig\Extension\SubrequestExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\OpenDxpObjectExtension.0.OpenDxp\Twig\Extension\OpenDxpObjectExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\OpenDxpObjectExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\OpenDxpObjectExtension" (parent: .instanceof.OpenDxp\Twig\Extension\OpenDxpObjectExtension.0.OpenDxp\Twig\Extension\OpenDxpObjectExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\OpenDxpToolExtension.0.OpenDxp\Twig\Extension\OpenDxpToolExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\OpenDxpToolExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\OpenDxpToolExtension" (parent: .instanceof.OpenDxp\Twig\Extension\OpenDxpToolExtension.0.OpenDxp\Twig\Extension\OpenDxpToolExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\NavigationExtension.0.OpenDxp\Twig\Extension\NavigationExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\NavigationExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\NavigationExtension" (parent: .instanceof.OpenDxp\Twig\Extension\NavigationExtension.0.OpenDxp\Twig\Extension\NavigationExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\HeaderExtension.0.OpenDxp\Twig\Extension\HeaderExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\HeaderExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\HeaderExtension" (parent: .instanceof.OpenDxp\Twig\Extension\HeaderExtension.0.OpenDxp\Twig\Extension\HeaderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\AssetCompressExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\AssetCompressExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\AssetCompressExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\AssetCompressExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\WebsiteConfigExtension.0.OpenDxp\Twig\Extension\WebsiteConfigExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\WebsiteConfigExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\WebsiteConfigExtension" (parent: .instanceof.OpenDxp\Twig\Extension\WebsiteConfigExtension.0.OpenDxp\Twig\Extension\WebsiteConfigExtension).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\DumpExtension.0.OpenDxp\Twig\Extension\DumpExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\DumpExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\DumpExtension" (parent: .instanceof.OpenDxp\Twig\Extension\DumpExtension.0.OpenDxp\Twig\Extension\DumpExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\CacheTagExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\CacheTagExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\CacheTagExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\CacheTagExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\OpenDxpUrl" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\OpenDxpUrl).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\OpenDxpUrl" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\OpenDxpUrl).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadLink" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadLink).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\HeadLink" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadLink).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadMeta" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadMeta).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\HeadMeta" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadMeta).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadScript" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadScript).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\HeadScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadScript).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadStyle" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadStyle).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\HeadStyle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadStyle).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadTitle" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadTitle).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\HeadTitle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadTitle).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Inc" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\Inc).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\Inc" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Inc).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\InlineScript" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\InlineScript).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\InlineScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\InlineScript).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Navigation" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\Navigation).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\Navigation" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Navigation).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\Placeholder).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\Placeholder" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\Placeholder\AbstractExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder\AbstractExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\Templating\Placeholder\CacheBusterAware).
Resolving inheritance for "OpenDxp\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder\CacheBusterAware).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\AssetHelperExtensions.0.OpenDxp\Twig\Extension\AssetHelperExtensions" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\AssetHelperExtensions).
Resolving inheritance for "OpenDxp\Twig\Extension\AssetHelperExtensions" (parent: .instanceof.OpenDxp\Twig\Extension\AssetHelperExtensions.0.OpenDxp\Twig\Extension\AssetHelperExtensions).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\DataObjectHelperExtensions.0.OpenDxp\Twig\Extension\DataObjectHelperExtensions" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\DataObjectHelperExtensions).
Resolving inheritance for "OpenDxp\Twig\Extension\DataObjectHelperExtensions" (parent: .instanceof.OpenDxp\Twig\Extension\DataObjectHelperExtensions.0.OpenDxp\Twig\Extension\DataObjectHelperExtensions).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\DocumentHelperExtensions.0.OpenDxp\Twig\Extension\DocumentHelperExtensions" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for "OpenDxp\Twig\Extension\DocumentHelperExtensions" (parent: .instanceof.OpenDxp\Twig\Extension\DocumentHelperExtensions.0.OpenDxp\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for ".instanceof.OpenDxp\Twig\Extension\ImageThumbnailExtension.0.OpenDxp\Twig\Extension\ImageThumbnailExtension" (parent: .abstract.instanceof.OpenDxp\Twig\Extension\ImageThumbnailExtension).
Resolving inheritance for "OpenDxp\Twig\Extension\ImageThumbnailExtension" (parent: .instanceof.OpenDxp\Twig\Extension\ImageThumbnailExtension.0.OpenDxp\Twig\Extension\ImageThumbnailExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\SandboxExtension" (parent: .abstract.instanceof.Twig\Extension\SandboxExtension).
Resolving inheritance for "Twig\Extension\SandboxExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\SandboxExtension).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Bundle\InstallCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Bundle\ListCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\ListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand.0.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand.0.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand.0.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand.0.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand.0.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand.0.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand.0.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand.0.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand.0.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand.0.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand.0.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand.0.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews.0.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews.0.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand.0.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand.0.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand.0.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand.0.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand.0.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand.0.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand.0.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand.0.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand.0.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand.0.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand.0.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand.0.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand.0.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand.0.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand.0.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand.0.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand.0.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand).
Resolving inheritance for "OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .instanceof.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand.0.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.null_tag_aware" (parent: .abstract.instanceof.opendxp.cache.adapter.null_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.null_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.null_tag_aware).
Resolving inheritance for "opendxp.cache.adapter.null_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.null_tag_aware).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.doctrine_dbal" (parent: .abstract.instanceof.opendxp.cache.adapter.doctrine_dbal).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.doctrine_dbal" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.doctrine_dbal).
Resolving inheritance for "opendxp.cache.adapter.doctrine_dbal" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.doctrine_dbal).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.doctrine_dbal_tag_aware" (parent: .abstract.instanceof.opendxp.cache.adapter.doctrine_dbal_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.doctrine_dbal_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.doctrine_dbal_tag_aware).
Resolving inheritance for "opendxp.cache.adapter.doctrine_dbal_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.doctrine_dbal_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Cache\Core\CoreCacheHandler" (parent: .abstract.instanceof.OpenDxp\Cache\Core\CoreCacheHandler).
Resolving inheritance for "OpenDxp\Cache\Core\CoreCacheHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Cache\Core\CoreCacheHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Cache\Core\WriteLock" (parent: .abstract.instanceof.OpenDxp\Cache\Core\WriteLock).
Resolving inheritance for "OpenDxp\Cache\Core\WriteLock" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Cache\Core\WriteLock).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase" (parent: .abstract.instanceof..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase" (parent: .abstract.instanceof..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase).
Resolving inheritance for ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController" (parent: .abstract.instanceof..abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase" (parent: .abstract.instanceof..abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.OpenDxp\Bundle\CoreBundle\Command\Bundle\AbstractBundleCommand" (parent: .abstract.instanceof..abstract.OpenDxp\Bundle\CoreBundle\Command\Bundle\AbstractBundleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\AbstractStructureImportCommand" (parent: .abstract.instanceof..abstract.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\AbstractStructureImportCommand).
Resolving inheritance for "messenger.bus.opendxp-core.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.opendxp-core.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.opendxp-core.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.opendxp-core.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
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.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.admin" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.admin_statistics" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.routing" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.opendxp" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.init" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.redirect" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.opendxp_api" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.session" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
120
Removing service-argument resolver for controller "App\Controller\ArticleController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\BaseController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ContentController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ProjectController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\TagController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\VideoController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Web2printController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::getDefaultGridFields": no corresponding services exist for the referenced types.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setElementService" of service "OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\SeoBundle\Controller\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\SeoBundle\Controller\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\SeoBundle\Controller\RedirectsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\SeoBundle\Controller\RedirectsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\SeoBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\SeoBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\WordExportBundle\Controller\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\WordExportBundle\Controller\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "SeoBundle\Controller\Admin\MetaDataController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "SeoBundle\Controller\Admin\MetaDataController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setOpenDxpSerializer" of service "OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
435
Removed service "App\Localization\LocaleRedirect"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $reset_password.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $resetPasswordLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $reset_password"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $resetPasswordLimiter"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $opendxp.cache.pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $opendxpCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $opendxp.cache.pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $opendxpCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $opendxp.cache.pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $opendxpCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $opendxp.cache.pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $opendxpCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; reason: private alias.
Removed service ".Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $opendxp.wysiwyg_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $opendxpWysiwygSanitizer"; reason: private alias.
Removed service ".Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $opendxp.translation_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $opendxpTranslationSanitizer"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.opendxp_admin"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.opendxp_webdav"; reason: private alias.
Removed service "security.user_checker.opendxp_webdav"; reason: private alias.
Removed service "security.authentication.session_strategy.opendxp_admin"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_opendxp_admin.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalOpendxpAdminLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_local_opendxp_admin"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLocalOpendxpAdminLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_opendxp_admin.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalOpendxpAdminLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_global_opendxp_admin"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginGlobalOpendxpAdminLimiter"; reason: private alias.
Removed service "security.user_checker.opendxp_admin"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; 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.security.google.form_renderer"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator"; 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 "fos_js_routing.router"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.admin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpAdminStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.admin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpAdminStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.admin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpAdminStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.application_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpApplicationLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.application_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpApplicationLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.application_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpApplicationLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.document_static.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpDocumentStaticStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.document_static.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpDocumentStaticStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.document_static.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpDocumentStaticStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.asset.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpAssetStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.asset.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpAssetStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.asset.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpAssetStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.asset_cache.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpAssetCacheStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.asset_cache.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpAssetCacheStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.asset_cache.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpAssetCacheStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.thumbnail.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpThumbnailStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.thumbnail.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpThumbnailStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.thumbnail.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpThumbnailStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.version.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpVersionStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.version.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpVersionStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.version.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpVersionStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.recycle_bin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpRecycleBinStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.recycle_bin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpRecycleBinStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.recycle_bin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpRecycleBinStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.email_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpEmailLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.email_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpEmailLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.email_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpEmailLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $opendxp.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $opendxpTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $opendxp.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $opendxpTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $opendxp.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $opendxpTempStorage"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "OpenDxp\DataObject\GridColumnConfig\Service"; reason: private alias.
Removed service "OpenDxp\Bundle\SeoBundle\Sitemap\UrlGeneratorInterface"; reason: private alias.
Removed service "OpenDxp\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
Removed service "SeoBundle\Logger\LoggerInterface"; reason: private alias.
Removed service "SeoBundle\MetaData\MetaDataProviderInterface"; reason: private alias.
Removed service "SeoBundle\Registry\MetaDataExtractorRegistryInterface"; reason: private alias.
Removed service "SeoBundle\Registry\MetaDataIntegratorRegistryInterface"; reason: private alias.
Removed service "SeoBundle\Manager\ElementMetaDataManagerInterface"; reason: private alias.
Removed service "SeoBundle\Middleware\MiddlewareDispatcherInterface"; reason: private alias.
Removed service "SeoBundle\Queue\QueueDataProcessorInterface"; reason: private alias.
Removed service "SeoBundle\Repository\QueueEntryRepositoryInterface"; reason: private alias.
Removed service "SeoBundle\Repository\ElementMetaDataRepositoryInterface"; reason: private alias.
Removed service "SeoBundle\Registry\ResourceProcessorRegistryInterface"; reason: private alias.
Removed service "SeoBundle\Tool\UrlGeneratorInterface"; reason: private alias.
Removed service "SeoBundle\Tool\LocaleProviderInterface"; reason: private alias.
Removed service "SeoBundle\Manager\QueueManagerInterface"; reason: private alias.
Removed service "SeoBundle\Registry\IndexWorkerRegistryInterface"; reason: private alias.
Removed service "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
Removed service "OpenDxp\Bundle\GoogleMarketingBundle\Tracker\TrackerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "OpenDxp\HttpKernel\BundleLocator\BundleLocatorInterface"; reason: private alias.
Removed service "OpenDxp\Model\FactoryInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface"; reason: private alias.
Removed service "Doctrine\Migrations\DependencyFactory"; reason: private alias.
Removed service "opendxp.cache.adapter.redis_tag_aware"; reason: private alias.
Removed service "opendxp.serializer"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $admin"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $adminLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $admin_statistics"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $adminStatisticsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $routing"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routingLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $opendxp"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $opendxpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $init"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $initLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $redirect"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $redirectLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $opendxp_api"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $opendxpApiLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $session"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sessionLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Profiler\Profiler"; reason: private alias.
Removed service ".service_locator.gh4sPjg"; reason: private alias.
Removed service ".service_locator.5I7TYQ2"; reason: private alias.
Removed service ".service_locator.sYRua79"; reason: private alias.
Removed service ".service_locator.UsMV5jQ"; reason: private alias.
Removed service ".service_locator.3AKga69"; reason: private alias.
Removed service ".service_locator.Q2iEMSp"; reason: private alias.
Removed service ".service_locator.yhjs0Yt"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.opendxp_webdav"; reason: private alias.
Removed service "security.firewall.authenticator.opendxp_admin"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.password_hasher_factory"; reason: private alias.
Removed service "OpenDxp\Mail\Mailer.inner"; reason: private alias.
Removed service "OpenDxp\Translation\Translator.inner"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "security.event_dispatcher.opendxp_webdav"; reason: private alias.
Removed service "security.event_dispatcher.opendxp_admin"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.qB2HwBO"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.BfCPPqt"; reason: private alias.
Removed service ".service_locator.SmW8dvP"; reason: private alias.
Removed service ".service_locator.W26Bxmf"; reason: private alias.
Removed service ".service_locator.o1c2d4E"; reason: private alias.
Removed service ".service_locator.cUZZXCH"; reason: private alias.
Removed service ".service_locator.4PIxNc0"; reason: private alias.
Removed service ".service_locator.KUd4nxs"; reason: private alias.
Removed service ".service_locator.KAOOdk4"; reason: private alias.
Removed service ".service_locator.TXl5gtN"; reason: private alias.
Removed service ".service_locator.KAXZnki"; reason: private alias.
Removed service ".service_locator.XHTX5Yl"; reason: private alias.
Removed service ".service_locator..980dgT"; reason: private alias.
Removed service ".service_locator.yK.O8c."; reason: private alias.
Removed service ".service_locator.UskM78g"; reason: private alias.
Removed service ".service_locator.zSmGP9H"; reason: private alias.
Removed service ".service_locator.8jM4NI."; reason: private alias.
Removed service ".service_locator.a5odHR5"; reason: private alias.
Removed service ".service_locator.f6zx7lr"; reason: private alias.
Removed service ".service_locator.qFpWLjp"; reason: private alias.
Removed service ".service_locator.TMzevGw"; reason: private alias.
Removed service ".service_locator.gAHa5_U"; reason: private alias.
Removed service ".service_locator.c8CElk4"; reason: private alias.
Removed service ".service_locator.JO5hlUr"; reason: private alias.
Removed service ".service_locator.Wyz8zXT"; reason: private alias.
Removed service ".service_locator.yY8d1ao"; reason: private alias.
Removed service ".service_locator.1tNR_0o"; reason: private alias.
Removed service ".service_locator.OumlU7A"; reason: private alias.
Removed service ".service_locator.NHkkvj7"; reason: private alias.
Removed service ".service_locator.NdOcw54"; reason: private alias.
Removed service ".service_locator.BEMEGop"; reason: private alias.
Removed service ".service_locator.P4_MkZl"; reason: private alias.
Removed service ".service_locator.9HNFRow"; reason: private alias.
Removed service ".service_locator.XU9_OCD"; reason: private alias.
Removed service ".service_locator.7S_BuPy"; reason: private alias.
Removed service ".service_locator.MIb2OIB"; reason: private alias.
Removed service ".service_locator.yZ1Zi9c"; reason: private alias.
Removed service ".service_locator.MBQWZDv"; reason: private alias.
Removed service ".service_locator.oOFTRxt"; reason: private alias.
Removed service ".service_locator.3BOUTBg"; reason: private alias.
Removed service ".service_locator.lFcGvQx"; reason: private alias.
Removed service ".service_locator.9J5Ij6Z"; reason: private alias.
Removed service ".service_locator.YTM7Vb6"; reason: private alias.
Removed service ".service_locator.jafYfD4"; reason: private alias.
Removed service ".service_locator.9.qO9Yx"; reason: private alias.
Removed service ".service_locator.EQqG.po"; reason: private alias.
Removed service ".service_locator.ySC_sVG"; reason: private alias.
Removed service ".service_locator.Z1roaQv"; reason: private alias.
Removed service ".service_locator.JHyXnG8"; reason: private alias.
Removed service ".service_locator.Y.gEZsW"; reason: private alias.
Removed service ".service_locator.gHlrynm"; reason: private alias.
Removed service ".service_locator.ZkUq2_M"; reason: private alias.
Removed service ".service_locator.I7B4xbw"; reason: private alias.
Removed service ".service_locator.4wHqiSs"; reason: private alias.
Removed service ".service_locator.AzSy3.b"; reason: private alias.
Removed service ".service_locator.mLmjCch"; reason: private alias.
Removed service ".service_locator.EouI8un"; reason: private alias.
Removed service ".service_locator.RJqJ3Wx"; reason: private alias.
Removed service ".service_locator.czX.ZhU"; reason: private alias.
Removed service ".service_locator.sLuKsLF"; reason: private alias.
Removed service ".service_locator.E3ONs9c"; reason: private alias.
Removed service ".service_locator.0iW.jsC"; reason: private alias.
Removed service ".service_locator.NZZfdBx"; reason: private alias.
Removed service ".service_locator.A_txKNO"; reason: private alias.
Removed service ".service_locator.t0VKSg8"; reason: private alias.
Removed service ".service_locator.zgRLr2W"; reason: private alias.
Removed service ".service_locator.CgtcmQB"; reason: private alias.
Removed service ".service_locator.GM1pQct"; reason: private alias.
Removed service ".service_locator.HjONZJK"; reason: private alias.
Removed service ".service_locator.wgf449x"; reason: private alias.
Removed service ".service_locator.AXIZSjo"; reason: private alias.
Removed service ".service_locator.EzLpD0O"; reason: private alias.
Removed service ".service_locator.MLartQH"; reason: private alias.
Removed service ".service_locator.O4pKDQ7"; reason: private alias.
Removed service ".service_locator.TdB9HKk"; reason: private alias.
Removed service ".service_locator.5RgtscY"; reason: private alias.
Removed service ".service_locator.2ZvkoNp"; reason: private alias.
Removed service ".service_locator.goBKb37"; reason: private alias.
Removed service ".service_locator.5_YsjF."; reason: private alias.
Removed service ".service_locator.Q2FF2no"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
Removed service ".service_locator.k0Rs9aO"; reason: private alias.
242
Changed reference of service "OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "App\Twig\Extension\LanguageSwitcherExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Localization\LocaleServiceInterface" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Website\Navigation\BreadcrumbHelperService" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Website\Navigation\BreadcrumbHelperService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
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 "services_resetter" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "services_resetter" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "services_resetter" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "locale_aware_listener" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "console.command.translation_lint" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "assets.context" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "assets.context" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.opendxp-core" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "translation.locale_switcher" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "translation.locale_switcher" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "router.default" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "router_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "router_listener" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "serializer.normalizer.problem" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "session.factory" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "form.type.choice" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type.file" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type.color" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.form.validator" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.csrf" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "validator.builder" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
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.opendxp-core" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.opendxp-core" 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.opendxp-core" to "messenger.default_bus".
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.channel_listener" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "security.channel_listener" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.opendxp_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.opendxp_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.opendxp_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.twig" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "twig.extension.trans" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "twig.translation.extractor" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "twig.error_renderer.html" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "controller.template_attribute_listener" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "twig.extension.form" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "twig.form.engine" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "twig.command.debug" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "twig.command.lint" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "twig.validator" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "twig.mime_body_renderer" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "OpenDxp\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.nested_matcher" previously pointing to "OpenDxp\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.generator" previously pointing to "OpenDxp\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.redirect_controller" previously pointing to "cmf_routing.router" to "router".
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.form_renderer" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "scheb_two_factor.security.google_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.google.default_form_renderer" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "fos_js_routing.extractor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "web_profiler.controller.router" previously pointing to "twig" to "opendxp.templating".
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 "twig" to "opendxp.templating".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Translation\AdminUserTranslator" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Helper\GridHelperService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Model\DataObject\ClassDefinition\PreviewGeneratorInterface" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Service\ElementServiceInterface" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\AdminBundle\Security\CsrfProtectionHandler" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "opendxp.data_object.grid_column_config.operator.factory.translate_value" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\InstallBundle\Command\InstallCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\InstallBundle\Installer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\SeoBundle\Sitemap\UrlGenerator" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "OpenDxp\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" previously pointing to "debug.traced.messenger.bus.opendxp-core" to "messenger.default_bus".
Changed reference of service "OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "OpenDxp\Bundle\GoogleMarketingBundle\Tracker\Tracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\GoogleMarketingBundle\Tracker\Tracker" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Config\ReportConfigWriter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\SystemSettingsConfig" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Routing\Element\Router" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "OpenDxp\Workflow\Manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Workflow\Place\StatusInfo" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "OpenDxp\Workflow\Place\StatusInfo" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Workflow\Notification\NotificationEmailService" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "OpenDxp\Workflow\Notification\NotificationEmailService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Workflow\Notification\NotificationEmailService" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Workflow\Notification\OpenDxpNotificationService" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Workflow\EventSubscriber\NotificationSubscriber" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Workflow\EventSubscriber\NotesSubscriber" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "opendxp.workflow.place-options-provider" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Extension\Bundle\OpenDxpBundleManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Extension\Bundle\OpenDxpBundleManager" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Http\RequestHelper" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "OpenDxp\Document\Editable\EditableHandler" previously pointing to "OpenDxp\Extension\Document\Areabrick\AreabrickManager" to "OpenDxp\Extension\Document\Areabrick\AreabrickManagerInterface".
Changed reference of service "OpenDxp\Document\Editable\EditableHandler" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "OpenDxp\Document\Renderer\DocumentRendererInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Document\Editable\EditableUsageResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\CoreBundle\EventListener\TranslationDebugListener" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Cache\FullPage\SessionStatus" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Templating\Renderer\IncludeRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Navigation\Renderer\Menu" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "OpenDxp\Navigation\Renderer\Breadcrumbs" previously pointing to "twig" to "opendxp.templating".
Changed reference of service "OpenDxp\Twig\Extension\Templating\OpenDxpUrl" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "OpenDxp\Twig\Extension\Templating\HeadLink" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "OpenDxp\Twig\Extension\Templating\HeadScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "OpenDxp\Twig\Extension\Templating\InlineScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "OpenDxp\Maintenance\Executor" previously pointing to "debug.traced.messenger.bus.opendxp-core" to "messenger.default_bus".
Changed reference of service "OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "OpenDxp\Cache\Core\CoreCacheHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9MgD4IO" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.51hHbbT" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.01sAJz9" previously pointing to "twig" to "opendxp.templating".
Changed reference of service ".service_locator.YvztZC0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GdTMD.4" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.FFPz1X3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.zjFUUlm" previously pointing to "OpenDxp\Model\Factory" to "opendxp.model.factory".
Changed reference of service ".service_locator.CjVejfM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5rWPCeJ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.cXJoEZW" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.6D_7rUF" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.uwUYy95" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.4xNCS.T" previously pointing to "debug.traced.messenger.bus.opendxp-core" to "messenger.default_bus".
Changed reference of service ".service_locator.PtKnJVF" previously pointing to "twig" to "opendxp.templating".
Changed reference of service ".service_locator.CRAnl4J" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hLlRvMH" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.cju8K2A" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.UXCyglw" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.cZtbEQo" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.PK6J8Og" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator._m7E.a3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.aNAPcQW" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.aNAPcQW" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.xbHlL8u" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.K0XDO0C" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.exXTgKj" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "messenger.bus.opendxp-core.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.sBBJf6F" previously pointing to "debug.traced.messenger.bus.opendxp-core" 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.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O3AFes9" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.O3AFes9" previously pointing to "twig" to "opendxp.templating".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "twig" to "opendxp.templating".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "OpenDxp\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.3DrAUl_" previously pointing to "twig" to "opendxp.templating".
Changed reference of service ".service_locator.cHuYvrP" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router" previously pointing to "router.request_context" to "opendxp.routing.router.request_context".
Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.dumper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
862
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.valkey"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.valkey_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service ".abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase"; reason: abstract.
Removed service ".abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase"; reason: abstract.
Removed service ".abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController"; reason: abstract.
Removed service ".abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase"; reason: abstract.
Removed service "workflow.marking_store.state_table"; reason: abstract.
Removed service "workflow.marking_store.multiple_state"; reason: abstract.
Removed service "workflow.marking_store.single_state"; reason: abstract.
Removed service "workflow.marking_store.data_object_splitted_state"; reason: abstract.
Removed service "workflow.marking_store.data_object_multiple_state"; reason: abstract.
Removed service "workflow.support_strategy.expression"; reason: abstract.
Removed service "OpenDxp\Bundle\CoreBundle\Command\Bundle\Helper"; reason: abstract.
Removed service ".abstract.OpenDxp\Bundle\CoreBundle\Command\Bundle\AbstractBundleCommand"; reason: abstract.
Removed service ".abstract.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\AbstractStructureImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.App\Controller\ArticleController.0.App\Controller\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProjectController.0.App\Controller\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.App\Controller\TagController.0.App\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.App\Controller\VideoController.0.App\Controller\VideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web2printController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateSitemapsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateSitemapsCommand.0.App\Command\GenerateSitemapsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateSitemapsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAllObjectsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportAllObjectsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportAssetsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportAssetsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportBlogCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportBlogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportBlogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportDocumentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsPropertiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportDocumentsPropertiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportDocumentsSeoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportDocumentsSeoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportNewsCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportNewsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportNewsImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportNewsImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportProjectCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportProjectImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportProjectsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportProjectsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportTagsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportTagsCommand"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\GlobalExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\GlobalExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ArticleExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\ArticleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ProjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\ProjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TagExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TagExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\LanguageSwitcherExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\LanguageSwitcherExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CachePurgeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CachePurgeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactUsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactUsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\Admin\XliffListener"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\EventListener\Admin\XliffListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\Admin\SeoDocumentEditorListener"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\EventListener\Admin\SeoDocumentEditorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase"; reason: abstract.
Removed service ".abstract.instanceof..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentControllerBase"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase"; reason: abstract.
Removed service ".abstract.instanceof..abstract.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementControllerBase"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController.0.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.OpenDxp\Bundle\AdminBundle\Controller\AdminAbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController.0.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand.0.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Command\ExtJSCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.OpenDxp\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\OpenDxpUsers"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\OpenDxpUsers"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension.0.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminSecurityListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminSecurityListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\AdminSessionBagListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\AdminSessionBagListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\AdminBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\AdminBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController.0.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.custom_report.adapter.factories"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.custom_report.adapter.factories"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\InstallBundle\Command\InstallCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\InstallBundle\Command\InstallCommand.0.OpenDxp\Bundle\InstallBundle\Command\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\InstallBundle\Command\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController.0.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController.0.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension.0.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController.0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\MiscController.0.OpenDxp\Bundle\SeoBundle\Controller\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController.0.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\SeoBundle\Controller\SettingsController.0.OpenDxp\Bundle\SeoBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\DocumentListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\DocumentListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\SitemapGeneratorListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\SitemapGeneratorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SeoBundle\EventListener\RoutingListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SeoBundle\EventListener\RoutingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command"; reason: abstract.
Removed service ".instanceof.Presta\SitemapBundle\Command\DumpSitemapsCommand.0.presta_sitemap.dump_command"; reason: abstract.
Removed service ".abstract.instanceof.presta_sitemap.dump_command"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand.0.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\BatchHandlerInterface.0.OpenDxp\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController.0.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\UuidBundle\EventListener\UUIDListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\UuidBundle\EventListener\UUIDListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController.0.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController.0.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SeoBundle\Command\QueuedIndexDataCommand"; reason: abstract.
Removed service ".instanceof.SeoBundle\Command\QueuedIndexDataCommand.0.SeoBundle\Command\QueuedIndexDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\Command\QueuedIndexDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SeoBundle\Controller\Admin\MetaDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SeoBundle\Controller\Admin\MetaDataController"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\Controller\Admin\MetaDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\PimcoreElementListener"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\EventListener\PimcoreElementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\AutoMetaDataAttachListener"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\EventListener\AutoMetaDataAttachListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SeoBundle\EventListener\ElementMetaDataListener"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\EventListener\ElementMetaDataListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SeoBundle\Twig\Extension\SeoExtension"; reason: abstract.
Removed service ".abstract.instanceof.SeoBundle\Twig\Extension\SeoExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase"; reason: abstract.
Removed service ".abstract.instanceof..abstract.OpenDxp\Bundle\GoogleMarketingBundle\Controller\ReportsControllerBase"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController.0.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.analytics.google.fallback_service_locator"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.analytics.google.fallback_service_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.OpenDxp\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.OpenDxp\HttpKernel\CacheWarmer\OpenDxpCoreCacheWarmer"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\HttpKernel\CacheWarmer\OpenDxpCoreCacheWarmer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\Controller\WebDavController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OpenDxp\Bundle\CoreBundle\Controller\WebDavController"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Controller\WebDavController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Lock\LockFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.OpenDxp\Translation\Translator"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Translation\Translator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Document\Editable\EditableHandler"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Document\Editable\EditableHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.document.areabrick.brick_locator"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.document.areabrick.brick_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpContextListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpHeaderListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\OpenDxpHeaderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter.0.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Doctrine\UnmanagedTablesSchemaFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\MaintenancePageListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\MaintenancePageListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.OpenDxp\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Templating\Renderer\EditableRenderer"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Templating\Renderer\EditableRenderer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.opendxp.templating.navigation.renderer_locator"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.templating.navigation.renderer_locator"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\HelpersExtension.0.OpenDxp\Twig\Extension\HelpersExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\HelpersExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\DocumentEditableExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\DocumentEditableExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\DocumentEditableRenderExtension.0.OpenDxp\Twig\Extension\DocumentEditableRenderExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\DocumentEditableRenderExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\SubrequestExtension.0.OpenDxp\Twig\Extension\SubrequestExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\SubrequestExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\OpenDxpObjectExtension.0.OpenDxp\Twig\Extension\OpenDxpObjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\OpenDxpObjectExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\OpenDxpToolExtension.0.OpenDxp\Twig\Extension\OpenDxpToolExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\OpenDxpToolExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\NavigationExtension.0.OpenDxp\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\HeaderExtension.0.OpenDxp\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\AssetCompressExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\AssetCompressExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\WebsiteConfigExtension.0.OpenDxp\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\DumpExtension.0.OpenDxp\Twig\Extension\DumpExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\DumpExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.OpenDxp\Twig\Extension\CacheTagExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\CacheTagExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\OpenDxpUrl"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\OpenDxpUrl"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadLink"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadLink"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadMeta"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadMeta"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadScript"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadScript"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadStyle"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadStyle"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\HeadTitle"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\HeadTitle"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Inc"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\Inc"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\InlineScript"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\InlineScript"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Navigation"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\Navigation"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\Placeholder"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.OpenDxp\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\AssetHelperExtensions.0.OpenDxp\Twig\Extension\AssetHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\AssetHelperExtensions"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\DataObjectHelperExtensions.0.OpenDxp\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\DocumentHelperExtensions.0.OpenDxp\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".instanceof.OpenDxp\Twig\Extension\ImageThumbnailExtension.0.OpenDxp\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\SandboxExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\SandboxExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\DataCollector\OpenDxpDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand.0.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.OpenDxp\Bundle\CoreBundle\Command\Bundle\AbstractBundleCommand"; reason: abstract.
Removed service ".abstract.instanceof..abstract.OpenDxp\Bundle\CoreBundle\Command\Bundle\AbstractBundleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand.0.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand.0.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand.0.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand.0.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\AbstractStructureImportCommand"; reason: abstract.
Removed service ".abstract.instanceof..abstract.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\AbstractStructureImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand.0.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand.0.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand.0.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\CleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews.0.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand.0.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand.0.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand.0.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand.0.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand.0.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\StorageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand.0.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand.0.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand.0.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand.0.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand.0.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand.0.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand.0.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand.0.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
Removed service ".instanceof.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand.0.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.doctrine_dbal"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.doctrine_dbal"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.cache.adapter.doctrine_dbal"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.adapter.doctrine_dbal_tag_aware"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.opendxp.cache.adapter.doctrine_dbal_tag_aware"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.cache.adapter.doctrine_dbal_tag_aware"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.opendxp.cache.pool.app"; reason: abstract.
Removed service ".abstract.instanceof.opendxp.cache.pool.app"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Cache\Core\CoreCacheHandler"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Cache\Core\CoreCacheHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.OpenDxp\Cache\Core\WriteLock"; reason: abstract.
Removed service ".abstract.instanceof.OpenDxp\Cache\Core\WriteLock"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
285
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.opendxp_webdav"; reason: unused.
Removed service ".service_locator.MCtRyrU"; reason: unused.
Removed service "security.user_checker.chain.opendxp_admin"; reason: unused.
Removed service ".service_locator.hCGk0QH"; reason: unused.
Removed service ".service_locator.AWWoJVI"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; 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.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.entity_manager_registry_loader"; reason: unused.
Removed service "cmf_routing.enhancer.default_controller"; reason: unused.
Removed service "cmf_routing.enhancer.explicit_template"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_type"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.controller_for_templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.content_repository"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; 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 "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "OpenDxp\Bundle\AdminBundle\Helper\User"; reason: unused.
Removed service "SeoBundle\Worker\GoogleIndexWorker"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl_post"; reason: unused.
Removed service "karser_recaptcha3.google.request_method.curl"; reason: unused.
Removed service "OpenDxp\Bundle\GoogleMarketingBundle\Config\Config"; reason: unused.
Removed service "opendxp.custom_report.adapter.factory.analytics"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "OpenDxp\Http\Response\CodeInjector"; reason: unused.
Removed service "OpenDxp\Resolver\ClassResolver"; reason: unused.
Removed service "OpenDxp\Twig\Extension\Templating\Placeholder\Container"; reason: unused.
Removed service "opendxp.cache.adapter.doctrine_dbal_tag_aware"; reason: unused.
Removed service "opendxp.cache.pool.app"; reason: unused.
Removed service ".service_locator.GxGjX0W"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\ArticleController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\BaseController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\ContentController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\DefaultController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\ProjectController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\TagController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\VideoController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.GxGjX0W.App\Controller\Web2printController::getDocumentEditable()"; reason: unused.
Removed service ".service_locator.PJ9Csgw"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::setTranslator()"; reason: unused.
Removed service ".service_locator.96SoQOY"; reason: unused.
Removed service ".service_locator.96SoQOY.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::getDefaultGridFields()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.51hHbbT.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController::setTranslator()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.6ji2BRV"; reason: unused.
Removed service ".service_locator.6ji2BRV.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController::setElementService()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\SeoBundle\Controller\MiscController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\SeoBundle\Controller\MiscController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\SeoBundle\Controller\SettingsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\SeoBundle\Controller\SettingsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.SeoBundle\Controller\Admin\MetaDataController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.SeoBundle\Controller\Admin\MetaDataController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".service_locator.PJ9Csgw.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController::setTokenResolver()"; reason: unused.
Removed service ".service_locator.sFEo49S.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController::setOpenDxpSerializer()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.lock_key"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.M4gErMy"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.1nWOYVM"; reason: unused.
Removed service ".service_locator.5ltxHEW"; reason: unused.
589
Inlined service ".service_locator.O3AFes9.App\Controller\ArticleController" to "App\Controller\ArticleController".
Inlined service ".service_locator.O3AFes9.App\Controller\BaseController" to "App\Controller\BaseController".
Inlined service ".service_locator.O3AFes9.App\Controller\ContentController" to "App\Controller\ContentController".
Inlined service ".service_locator.O3AFes9.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.O3AFes9.App\Controller\ProjectController" to "App\Controller\ProjectController".
Inlined service ".service_locator.O3AFes9.App\Controller\TagController" to "App\Controller\TagController".
Inlined service ".service_locator.O3AFes9.App\Controller\VideoController" to "App\Controller\VideoController".
Inlined service ".service_locator.O3AFes9.App\Controller\Web2printController" to "App\Controller\Web2printController".
Inlined service "App\Service\CachePurgeService" to "App\EventListener\CachePurgeListener".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.9NLRKeX" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "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 "OpenDxp\Routing\Loader\BundleRoutingLoader" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.mVqIsAD.router.default" to "router.default".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.reset_password" to "limiter.reset_password".
Inlined service ".opendxp.cache.pool.inner.recorder_inner" to ".opendxp.cache.pool.inner".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.R1wufEh" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.S8FtMh." to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service ".messenger.transport.native_php_serializer" to "messenger.transport.native_php_serializer".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.sBBJf6F" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "html_sanitizer.config.opendxp.wysiwyg_sanitizer" to "html_sanitizer.sanitizer.opendxp.wysiwyg_sanitizer".
Inlined service "html_sanitizer.config.opendxp.translation_sanitizer" to "html_sanitizer.sanitizer.opendxp.translation_sanitizer".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.h6oHyiD" to "security.access_map".
Inlined service ".security.request_matcher.AqiMmjY" to "security.access_map".
Inlined service ".security.request_matcher.PF23yXy" to "security.access_map".
Inlined service ".security.request_matcher.WFVvC2H" to "security.access_map".
Inlined service ".security.request_matcher.bd6hl_U" to "security.access_map".
Inlined service ".security.request_matcher.UF94JQ9" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.Fp2pWTz" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.opendxp_webdav.inner" to "debug.security.firewall.authenticator.opendxp_webdav".
Inlined service "security.user_checker" to "security.listener.user_checker.opendxp_webdav".
Inlined service "security.exception_listener.opendxp_webdav" to "security.firewall.map.context.opendxp_webdav".
Inlined service "security.firewall.map.config.opendxp_webdav" to "security.firewall.map.context.opendxp_webdav".
Inlined service ".security.request_matcher.Vt1i2wK" to ".security.request_matcher.9wFNBE0".
Inlined service "limiter.storage._login_local_opendxp_admin" to "limiter._login_local_opendxp_admin".
Inlined service "limiter.storage._login_global_opendxp_admin" to "limiter._login_global_opendxp_admin".
Inlined service "limiter._login_global_opendxp_admin" to "security.login_throttling.opendxp_admin.limiter".
Inlined service "limiter._login_local_opendxp_admin" to "security.login_throttling.opendxp_admin.limiter".
Inlined service "security.login_throttling.opendxp_admin.limiter" to "security.listener.login_throttling.opendxp_admin".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.opendxp_admin".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.opendxp_admin".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.opendxp_admin".
Inlined service "security.authentication.success_handler.two_factor.opendxp_admin" to "security.authenticator.two_factor.opendxp_admin".
Inlined service "security.authentication.failure_handler.two_factor.opendxp_admin" to "security.authenticator.two_factor.opendxp_admin".
Inlined service "security.authentication.success_handler.opendxp_admin.form_login" to "security.authenticator.form_login.opendxp_admin".
Inlined service "security.authentication.failure_handler.opendxp_admin.form_login" to "security.authenticator.form_login.opendxp_admin".
Inlined service "OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" to "debug.OpenDxp\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator".
Inlined service "security.authenticator.two_factor.opendxp_admin" to "debug.security.authenticator.two_factor.opendxp_admin".
Inlined service "debug.security.firewall.authenticator.opendxp_admin.inner" to "debug.security.firewall.authenticator.opendxp_admin".
Inlined service "OpenDxp\Security\User\UserChecker" to "security.listener.user_checker.opendxp_admin".
Inlined service "security.exception_listener.opendxp_admin" to "security.firewall.map.context.opendxp_admin".
Inlined service "security.logout_listener.opendxp_admin" to "security.firewall.map.context.opendxp_admin".
Inlined service "security.firewall.map.config.opendxp_admin" to "security.firewall.map.context.opendxp_admin".
Inlined service ".security.request_matcher.rjfQhxz" to ".security.request_matcher.h6oHyiD".
Inlined service ".security.request_matcher.wZi7gZK" to ".security.request_matcher.AqiMmjY".
Inlined service ".security.request_matcher.GzKRFbe" to ".security.request_matcher.PF23yXy".
Inlined service ".security.request_matcher.Yke4dWq" to ".security.request_matcher.WFVvC2H".
Inlined service ".security.request_matcher.i_kEG2O" to ".security.request_matcher.bd6hl_U".
Inlined service ".security.request_matcher.TagOlew" to ".security.request_matcher.UF94JQ9".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.jtesHYP" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.vytCBqy" 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 "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 "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
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 "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.connection_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.enhancer.route_content" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.security.google_totp_factory" to "scheb_two_factor.security.google_authenticator".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "flysystem.adapter.opendxp.admin.storage" to "opendxp.admin.storage".
Inlined service "flysystem.adapter.opendxp.application_log.storage" to "opendxp.application_log.storage".
Inlined service "flysystem.adapter.opendxp.document_static.storage" to "opendxp.document_static.storage".
Inlined service "flysystem.adapter.opendxp.asset.storage" to "opendxp.asset.storage".
Inlined service "flysystem.adapter.opendxp.asset_cache.storage" to "opendxp.asset_cache.storage".
Inlined service "flysystem.adapter.opendxp.thumbnail.storage" to "opendxp.thumbnail.storage".
Inlined service "flysystem.adapter.opendxp.version.storage" to "opendxp.version.storage".
Inlined service "flysystem.adapter.opendxp.recycle_bin.storage" to "opendxp.recycle_bin.storage".
Inlined service "flysystem.adapter.opendxp.email_log.storage" to "opendxp.email_log.storage".
Inlined service "flysystem.adapter.opendxp.temp.storage" to "opendxp.temp.storage".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\EmailController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\FolderController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\SnippetController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\ElementController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\EmailController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\PortalController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\RecyclebinController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\TagsController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\TranslationController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController" to "OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController" to "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController" to "OpenDxp\Bundle\AdminBundle\Controller\GDPR\AssetController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController" to "OpenDxp\Bundle\AdminBundle\Controller\GDPR\DataObjectController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController" to "OpenDxp\Bundle\AdminBundle\Controller\GDPR\OpenDxpUsersController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController" to "OpenDxp\Bundle\AdminBundle\Controller\GDPR\SentMailController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController" to "OpenDxp\Bundle\AdminBundle\Controller\PublicServicesController".
Inlined service ".service_locator.NVBD3lp" to "OpenDxp\Bundle\AdminBundle\GDPR\DataProvider\Manager".
Inlined service ".service_locator.4.ViTtv" to "OpenDxp\Bundle\AdminBundle\DataObject\GridColumnConfig\Service".
Inlined service ".service_locator.QXzsaIu" to "OpenDxp\Bundle\AdminBundle\DataObject\GridColumnConfig\Service".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" to "OpenDxp\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController".
Inlined service "OpenDxp\Bundle\InstallBundle\Installer" to "OpenDxp\Bundle\InstallBundle\Command\InstallCommand".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController" to "OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController".
Inlined service "OpenDxp\Bundle\ApplicationLoggerBundle\Processor\ApplicationLoggerProcessor" to "OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb".
Inlined service "opendxp.app_logger.introspection_processor" to "OpenDxp\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController" to "OpenDxp\Bundle\GlossaryBundle\Controller\SettingsController".
Inlined service "OpenDxp\Bundle\GlossaryBundle\Tool\Processor" to "OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController" to "OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\SeoBundle\Controller\MiscController" to "OpenDxp\Bundle\SeoBundle\Controller\MiscController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController" to "OpenDxp\Bundle\SeoBundle\Controller\RedirectsController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\SeoBundle\Controller\SettingsController" to "OpenDxp\Bundle\SeoBundle\Controller\SettingsController".
Inlined service ".service_locator.zmP2z9f" to "OpenDxp\Bundle\SeoBundle\EventListener\SitemapGeneratorListener".
Inlined service "OpenDxp\Bundle\SeoBundle\Sitemap\UrlGenerator" to "OpenDxp\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator".
Inlined service "OpenDxp\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator" to "OpenDxp\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "OpenDxp\Bundle\SeoBundle\Sitemap\Document\Filter\DocumentTypeFilter" to "OpenDxp\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "OpenDxp\Bundle\SeoBundle\Sitemap\Document\Filter\SiteRootFilter" to "OpenDxp\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" to "OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController" to "OpenDxp\Bundle\SimpleBackendSearchBundle\Controller\SearchController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController" to "OpenDxp\Bundle\StaticRoutesBundle\Controller\SettingsController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\WordExportBundle\Controller\TranslationController" to "OpenDxp\Bundle\WordExportBundle\Controller\TranslationController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController" to "OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController".
Inlined service "OpenDxp\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor" to "OpenDxp\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface".
Inlined service "OpenDxp\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DocumentDataExtractor" to "OpenDxp\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface".
Inlined service "OpenDxp\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface" to "OpenDxp\Bundle\XliffBundle\ExportService\ExportServiceInterface".
Inlined service "OpenDxp\Bundle\XliffBundle\ImporterService\Importer\DataObjectImporter" to "OpenDxp\Bundle\XliffBundle\ImporterService\ImporterServiceInterface".
Inlined service "OpenDxp\Bundle\XliffBundle\ImporterService\Importer\DocumentImporter" to "OpenDxp\Bundle\XliffBundle\ImporterService\ImporterServiceInterface".
Inlined service "OpenDxp\Bundle\XliffBundle\ImportDataExtractor\TranslationItemResolver\TranslationItemResolverInterface" to "OpenDxp\Bundle\XliffBundle\ImportDataExtractor\ImportDataExtractorInterface".
Inlined service "SeoBundle\Tool\LocaleProvider" to "SeoBundle\Controller\Admin\MetaDataController".
Inlined service ".service_locator.TJNRSaV.SeoBundle\Controller\Admin\MetaDataController" to "SeoBundle\Controller\Admin\MetaDataController".
Inlined service "SeoBundle\Registry\MetaDataExtractorRegistry" to "SeoBundle\MetaData\MetaDataProvider".
Inlined service "SeoBundle\Middleware\MiddlewareDispatcher" to "SeoBundle\MetaData\MetaDataProvider".
Inlined service "App\MetaData\Extractor\TagExtractor" to "SeoBundle\Registry\MetaDataExtractorRegistry".
Inlined service "App\MetaData\Extractor\DocumentExtractor" to "SeoBundle\Registry\MetaDataExtractorRegistry".
Inlined service "App\MetaData\Extractor\ProjectExtractor" to "SeoBundle\Registry\MetaDataExtractorRegistry".
Inlined service "App\MetaData\Extractor\ArticleExtractor" to "SeoBundle\Registry\MetaDataExtractorRegistry".
Inlined service "SeoBundle\MetaData\Extractor\IntegratorExtractor" to "SeoBundle\Registry\MetaDataExtractorRegistry".
Inlined service "SeoBundle\MetaData\Integrator\TitleDescriptionIntegrator" to "SeoBundle\Registry\MetaDataIntegratorRegistry".
Inlined service "SeoBundle\MetaData\Integrator\OpenGraphIntegrator" to "SeoBundle\Registry\MetaDataIntegratorRegistry".
Inlined service "SeoBundle\MetaData\Integrator\TwitterCardIntegrator" to "SeoBundle\Registry\MetaDataIntegratorRegistry".
Inlined service "SeoBundle\MetaData\Integrator\SchemaIntegrator" to "SeoBundle\Registry\MetaDataIntegratorRegistry".
Inlined service "SeoBundle\MetaData\Integrator\HtmlTagIntegrator" to "SeoBundle\Registry\MetaDataIntegratorRegistry".
Inlined service "SeoBundle\Repository\ElementMetaDataRepository" to "SeoBundle\Manager\ElementMetaDataManager".
Inlined service "SeoBundle\Repository\QueueEntryRepository" to "SeoBundle\Manager\QueueManager".
Inlined service "SeoBundle\Registry\ResourceProcessorRegistry" to "SeoBundle\Manager\QueueManager".
Inlined service "SeoBundle\Registry\IndexWorkerRegistry" to "SeoBundle\Manager\QueueManager".
Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
Inlined service "karser_recaptcha3.request_method.symfony_http_client" to "karser_recaptcha3.google.recaptcha".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController" to "OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" to "OpenDxp\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController" to "OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController".
Inlined service ".service_locator.07D_IqB" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "opendxp.security.password_hasher_factory.inner" to "opendxp.security.password_hasher_factory".
Inlined service "opendxp.security.user_password_hasher_factory" to "opendxp.security.password_hasher_factory".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController" to "OpenDxp\Bundle\CoreBundle\Controller\PublicServicesController".
Inlined service ".service_locator.TJNRSaV.OpenDxp\Bundle\CoreBundle\Controller\WebDavController" to "OpenDxp\Bundle\CoreBundle\Controller\WebDavController".
Inlined service "mailer.mailer" to "OpenDxp\Mail\Mailer".
Inlined service "OpenDxp\Mail\Plugins\RedirectingPlugin" to "OpenDxp\Mail\Mailer".
Inlined service "Symfony\Component\Lock\PersistingStoreInterface" to "Symfony\Component\Lock\LockFactory".
Inlined service "OpenDxp\Config\BundleConfigLocator" to "OpenDxp\Routing\Loader\BundleRoutingLoader".
Inlined service "workflow.security.expression_language" to "OpenDxp\Workflow\ExpressionService".
Inlined service "workflow.support_strategy.authorization_checker" to "OpenDxp\Workflow\ExpressionService".
Inlined service "OpenDxp\Workflow\Notification\OpenDxpNotificationService" to "OpenDxp\Workflow\EventSubscriber\NotificationSubscriber".
Inlined service "OpenDxp\Composer\PackageInfo" to "OpenDxp\Extension\Bundle\OpenDxpBundleLocator".
Inlined service "OpenDxp\Extension\Bundle\OpenDxpBundleLocator" to "OpenDxp\Extension\Bundle\OpenDxpBundleManager".
Inlined service "OpenDxp\Http\Context\OpenDxpContextGuesser" to "OpenDxp\Http\Request\Resolver\OpenDxpContextResolver".
Inlined service "OpenDxp\Model\Document\Editable\Loader\EditableLoader.prefix_loader" to "OpenDxp\Model\Document\Editable\Loader\EditableLoader".
Inlined service "opendxp.implementation_loader.object.data.prefix_loader" to "opendxp.implementation_loader.object.data".
Inlined service "opendxp.implementation_loader.object.data.class_map_loader" to "opendxp.implementation_loader.object.data".
Inlined service "opendxp.implementation_loader.asset.metadata.data.class_map_loader" to "opendxp.implementation_loader.asset.metadata.data".
Inlined service "opendxp.implementation_loader.object.layout.prefix_loader" to "opendxp.implementation_loader.object.layout".
Inlined service "OpenDxp\HttpKernel\BundleLocator\BundleLocator" to "OpenDxp\Document\Editable\EditableHandler".
Inlined service "OpenDxp\HttpKernel\WebPathResolver" to "OpenDxp\Document\Editable\EditableHandler".
Inlined service "OpenDxp\Translation\TranslationEntriesDumper" to "OpenDxp\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener".
Inlined service "OpenDxp\Cache\FullPage\SessionStatus" to "OpenDxp\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener".
Inlined service "OpenDxp\Twig\TwigEnvironmentConfigurator.inner" to "OpenDxp\Twig\TwigEnvironmentConfigurator".
Inlined service "OpenDxp\Templating\Renderer\IncludeRenderer" to "OpenDxp\Twig\Extension\Templating\Inc".
Inlined service "OpenDxp\Twig\Sandbox\SecurityPolicy" to "Twig\Extension\SandboxExtension".
Inlined service "OpenDxp\Image\Optimizer\SpatieImageOptimizer" to "OpenDxp\Image\Optimizer".
Inlined service "OpenDxp\Bundle\ApplicationLoggerBundle\Maintenance\LogArchiveTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Bundle\ApplicationLoggerBundle\Maintenance\LogMailMaintenanceTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Bundle\SeoBundle\Maintenance\RedirectCleanupTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Bundle\SeoBundle\Maintenance\LogErrorCleanupTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Bundle\SimpleBackendSearchBundle\Task\Maintenance\FullTextIndexOptimizeTask" to "OpenDxp\Maintenance\Executor".
Inlined service "SeoBundle\EventListener\Maintenance\QueuedIndexDataTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\ScheduledTasksTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\LogCleanupTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\CleanupBrickTablesTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\CleanupClassificationstoreTablesTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\CleanupFieldcollectionTablesTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\VersionsCleanupTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\VersionsCleanupStackTraceDbTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\DbCleanupBrokenViewsTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\TmpStoreCleanupTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\HousekeepingTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\LowQualityImagePreviewTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\PruningCacheItemsTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\StaticPagesGenerationTask" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\DataObject\CleanupBrickTablesTaskHelper" to "OpenDxp\Maintenance\Tasks\CleanupBrickTablesTask".
Inlined service "OpenDxp\Maintenance\Tasks\DataObject\CleanupFieldcollectionTablesTaskHelper" to "OpenDxp\Maintenance\Tasks\CleanupFieldcollectionTablesTask".
Inlined service "opendxp.cache.adapter.null" to "opendxp.cache.adapter.null_tag_aware".
Inlined service "OpenDxp\Cache\Core\WriteLock" to "OpenDxp\Cache\Core\CoreCacheHandler".
Inlined service ".service_locator.viP0ocZ" to "OpenDxp\Element\MarshallerService".
Inlined service "OpenDxp\DataObject\ClassBuilder\FieldDefinitionPropertiesBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\ClassBuilderInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\FieldDefinitionBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\ClassBuilderInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\ListingClassFieldDefinitionBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\ListingClassBuilderInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\ClassBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\PHPClassDumperInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\ListingClassBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\PHPClassDumperInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\FieldCollectionClassBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\PHPFieldCollectionClassDumperInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\ObjectBrickClassBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\PHPObjectBrickClassDumperInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\ObjectBrickContainerClassBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\PHPObjectBrickContainerClassDumperInterface".
Inlined service "OpenDxp\DataObject\ClassBuilder\SelectOptionsEnumBuilderInterface" to "OpenDxp\DataObject\ClassBuilder\PHPSelectOptionsEnumDumperInterface".
Inlined service "opendxp.serializer.normalizer.reference_loop" to "OpenDxp\Serializer\Serializer".
Inlined service "opendxp.serializer.encoder.json" to "OpenDxp\Serializer\Serializer".
Inlined service "debug.security.event_dispatcher.opendxp_webdav.inner" to "debug.security.event_dispatcher.opendxp_webdav".
Inlined service "debug.security.event_dispatcher.opendxp_admin.inner" to "debug.security.event_dispatcher.opendxp_admin".
Inlined service ".service_locator.j2.52ml" to ".service_locator.j2.52ml.kernel::registerBundlesToCollection()".
Inlined service ".service_locator.FojDpBl" to ".service_locator.FojDpBl.App\Controller\ArticleController::detailAction()".
Inlined service ".service_locator..hNB6BX" to ".service_locator..hNB6BX.App\Controller\ContentController::defaultAction()".
Inlined service ".service_locator.eSa4gxN" to ".service_locator.eSa4gxN.App\Controller\ContentController::contactAction()".
Inlined service ".service_locator.C_g9I92" to ".service_locator.C_g9I92.App\Controller\ProjectController::printPdf()".
Inlined service ".service_locator.cZuVxik" to ".service_locator.cZuVxik.App\Controller\ProjectController::detailAction()".
Inlined service ".service_locator.HYt7JE2" to ".service_locator.HYt7JE2.App\Controller\TagController::detailAction()".
Inlined service ".service_locator.GdTMD.4" to ".service_locator.GdTMD.4.OpenDxp\Bundle\AdminBundle\Controller\Admin\Asset\AssetController::gridProxyAction()".
Inlined service ".service_locator.FFPz1X3" to ".service_locator.FFPz1X3.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::getAction()".
Inlined service ".service_locator.zjFUUlm" to ".service_locator.zjFUUlm.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::addAction()".
Inlined service ".service_locator.A5qFH3a" to ".service_locator.A5qFH3a.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController::previewAction()".
Inlined service ".service_locator.cXJoEZW" to ".service_locator.cXJoEZW.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::getExportJobsAction()".
Inlined service ".service_locator.6D_7rUF" to ".service_locator.6D_7rUF.OpenDxp\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::doExportAction()".
Inlined service ".service_locator.uwUYy95" to ".service_locator.uwUYy95.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\DocumentController::diffVersionsAction()".
Inlined service ".service_locator.0j4henY" to ".service_locator.0j4henY.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\LinkController::getDataByIdAction()".
Inlined service ".service_locator.4xNCS.T" to ".service_locator.4xNCS.T.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController::generatePreviewsAction()".
Inlined service ".service_locator.PtKnJVF" to ".service_locator.PtKnJVF.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\PageController::areabrickRenderIndexEditmode()".
Inlined service ".service_locator.CRAnl4J" to ".service_locator.CRAnl4J.OpenDxp\Bundle\AdminBundle\Controller\Admin\Document\RenderletController::renderletAction()".
Inlined service ".service_locator.NR5AODC" to ".service_locator.NR5AODC.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController::indexAction()".
Inlined service ".service_locator.ben8gHj" to ".service_locator.ben8gHj.OpenDxp\Bundle\AdminBundle\Controller\Admin\IndexController::statisticsAction()".
Inlined service ".service_locator.3_iFdS6" to ".service_locator.3_iFdS6.OpenDxp\Bundle\AdminBundle\Controller\Admin\InstallController::checkAction()".
Inlined service ".service_locator.b8kbbcG" to ".service_locator.b8kbbcG.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController::loginAction()".
Inlined service ".service_locator.Ndn3EBp" to ".service_locator.Ndn3EBp.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController::csrfTokenAction()".
Inlined service ".service_locator.hLlRvMH" to ".service_locator.hLlRvMH.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController::lostpasswordAction()".
Inlined service ".service_locator.3NpyBBJ" to ".service_locator.3NpyBBJ.OpenDxp\Bundle\AdminBundle\Controller\Admin\LoginController::twoFactorSetupAuthenticationAction()".
Inlined service ".service_locator.4N8qfWK" to ".service_locator.4N8qfWK.OpenDxp\Bundle\AdminBundle\Controller\Admin\MiscController::maintenanceAction()".
Inlined service ".service_locator.cju8K2A" to ".service_locator.cju8K2A.OpenDxp\Bundle\AdminBundle\Controller\Admin\NotificationController::recipientsAction()".
Inlined service ".service_locator.Rzn55EB" to ".service_locator.Rzn55EB.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController::getAppearanceSystemAction()".
Inlined service ".service_locator.xUSL0iJ" to ".service_locator.xUSL0iJ.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController::getSystemAction()".
Inlined service ".service_locator.UXCyglw" to ".service_locator.UXCyglw.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController::setAppearanceSystemAction()".
Inlined service ".service_locator.cZtbEQo" to ".service_locator.cZtbEQo.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController::setSystemAction()".
Inlined service ".service_locator.PK6J8Og" to ".service_locator.PK6J8Og.OpenDxp\Bundle\AdminBundle\Controller\Admin\SettingsController::clearCacheAction()".
Inlined service ".service_locator.Z5nvVNx" to ".service_locator.Z5nvVNx.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController::updateCurrentUserAction()".
Inlined service ".service_locator.aNAPcQW" to ".service_locator.aNAPcQW.OpenDxp\Bundle\AdminBundle\Controller\Admin\UserController::invitationLinkAction()".
Inlined service ".service_locator.xbHlL8u" to ".service_locator.xbHlL8u.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController::getWorkflowDetailsStore()".
Inlined service ".service_locator.Thqn5GR" to ".service_locator.Thqn5GR.OpenDxp\Bundle\AdminBundle\Controller\Admin\WorkflowController::getModalCustomHtml()".
Inlined service ".service_locator.1EigsA4" to ".service_locator.1EigsA4.OpenDxp\Bundle\AdminBundle\Controller\GDPR\AdminController::getDataProvidersAction()".
Inlined service ".service_locator.OdoMIlx" to ".service_locator.OdoMIlx.OpenDxp\Bundle\ApplicationLoggerBundle\Controller\LogController::showAction()".
Inlined service ".service_locator.gIlzXO0" to ".service_locator.gIlzXO0.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController::seopanelTreeRootAction()".
Inlined service ".service_locator.K0XDO0C" to ".service_locator.K0XDO0C.OpenDxp\Bundle\SeoBundle\Controller\Document\DocumentController::seopanelTreeAction()".
Inlined service ".service_locator.7WwiUQf" to ".service_locator.7WwiUQf.OpenDxp\Bundle\SeoBundle\Controller\RedirectsController::redirectsAction()".
Inlined service ".service_locator.GdKCl04" to ".service_locator.GdKCl04.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController::xliffExportAction()".
Inlined service ".service_locator.zhLkFkR" to ".service_locator.zhLkFkR.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController::xliffExportDownloadAction()".
Inlined service ".service_locator.SJmkdIN" to ".service_locator.SJmkdIN.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController::xliffImportUploadAction()".
Inlined service ".service_locator.3UQQo_e" to ".service_locator.3UQQo_e.OpenDxp\Bundle\XliffBundle\Controller\XliffTranslationController::xliffImportElementAction()".
Inlined service ".service_locator.exXTgKj" to ".service_locator.exXTgKj.OpenDxp\Bundle\GoogleMarketingBundle\Controller\PortalController::portletAnalyticsSitesAction()".
Inlined service ".service_locator.PqRAvPN" to ".service_locator.PqRAvPN.OpenDxp\Bundle\GoogleMarketingBundle\Controller\SettingsController::saveAction()".
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 "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 "OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" to ".debug.value_resolver.OpenDxp\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver".
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 "OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver" to ".debug.value_resolver.OpenDxp\Controller\ArgumentValueResolver\DocumentValueResolver".
Inlined service "OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver" to ".debug.value_resolver.OpenDxp\Controller\ArgumentValueResolver\EditmodeValueResolver".
Inlined service "OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" to ".debug.value_resolver.OpenDxp\Controller\ArgumentValueResolver\WebsiteConfigValueResolver".
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.opendxp-core.middleware.send_message".
Inlined service "messenger.bus.opendxp-core.messenger.handlers_locator" to "messenger.bus.opendxp-core.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.NKgzYKX".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.qLPwfVZ".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.3l.QIpT".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.HBUnxsr".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.XtQQyg9".
Inlined service "presta_sitemap.messenger.message_handler" to ".messenger.handler_descriptor.M0e9WMJ".
Inlined service "OpenDxp\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" to ".messenger.handler_descriptor.AVlZHhf".
Inlined service "OpenDxp\Messenger\Handler\VideoConvertHandler" to ".messenger.handler_descriptor.OvTcj2S".
Inlined service "OpenDxp\Messenger\Handler\CleanupThumbnailsHandler" to ".messenger.handler_descriptor.0.uDWUB".
Inlined service "OpenDxp\Messenger\Handler\AssetUpdateTasksHandler" to ".messenger.handler_descriptor.x65YI19".
Inlined service "OpenDxp\Messenger\Handler\AssetPreviewImageHandler" to ".messenger.handler_descriptor.FxEQwIj".
Inlined service "OpenDxp\Messenger\Handler\MaintenanceTaskHandler" to ".messenger.handler_descriptor.EkzV_jb".
Inlined service "OpenDxp\Messenger\Handler\ScheduledTaskHandler" to ".messenger.handler_descriptor.uIaEvlx".
Inlined service "OpenDxp\Messenger\Handler\OptimizeImageHandler" to ".messenger.handler_descriptor.aAnBXFJ".
Inlined service "OpenDxp\Messenger\Handler\GeneratePagePreviewHandler" to ".messenger.handler_descriptor.5n.OA7w".
Inlined service "OpenDxp\Messenger\Handler\VersionDeleteHandler" to ".messenger.handler_descriptor.BjdJsID".
Inlined service "OpenDxp\Messenger\Handler\SanityCheckHandler" to ".messenger.handler_descriptor.z7SowtN".
Inlined service "OpenDxp\Messenger\Handler\ElementDependenciesHandler" to ".messenger.handler_descriptor.LXbx7cQ".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
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.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.mVqIsAD" to ".service_locator.mVqIsAD.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ZrpWQIC" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.lock_key" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "security.authenticator.manager.opendxp_webdav" to "debug.security.firewall.authenticator.opendxp_webdav.inner".
Inlined service "security.authenticator.manager.opendxp_admin" to "debug.security.firewall.authenticator.opendxp_admin.inner".
Inlined service ".service_locator.R0tGc2V" to "console.command_loader".
Inlined service ".cache_connection.MKcAtSF" to ".opendxp.cache.pool.inner.recorder_inner".
Inlined service "cache.default_marshaller" to ".opendxp.cache.pool.inner.recorder_inner".
Inlined service "router.default" to "router".
Inlined service "cmf_routing.dynamic_router" to "router".
Inlined service "OpenDxp\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" to "router".
Inlined service "OpenDxp\Routing\Element\Router" to "router".
Inlined service "debug.traced.messenger.bus.opendxp-core.inner" to "messenger.default_bus".
Inlined service "OpenDxp\Routing\Dynamic\DataObjectRouteHandler" to "cmf_routing.route_provider".
Inlined service "OpenDxp\Model\Factory\FallbackBuilder" to "opendxp.model.factory".
Inlined service "opendxp.model.factory.classmap_builder" to "opendxp.model.factory".
Inlined service "opendxp.document.areabrick.brick_locator" to "OpenDxp\Extension\Document\Areabrick\AreabrickManagerInterface".
Inlined service "twig.extension.security_csrf" to "opendxp.templating".
Inlined service "twig.extension.logout_url" to "opendxp.templating".
Inlined service "twig.extension.security" to "opendxp.templating".
Inlined service "twig.extension.profiler" to "opendxp.templating".
Inlined service "twig.extension.trans" to "opendxp.templating".
Inlined service "twig.extension.assets" to "opendxp.templating".
Inlined service "twig.extension.routing" to "opendxp.templating".
Inlined service "twig.extension.yaml" to "opendxp.templating".
Inlined service "twig.extension.debug.stopwatch" to "opendxp.templating".
Inlined service "twig.extension.expression" to "opendxp.templating".
Inlined service "twig.extension.htmlsanitizer" to "opendxp.templating".
Inlined service "twig.extension.httpkernel" to "opendxp.templating".
Inlined service "twig.extension.httpfoundation" to "opendxp.templating".
Inlined service "twig.extension.serializer" to "opendxp.templating".
Inlined service "twig.extension.form" to "opendxp.templating".
Inlined service "twig.extension.dump" to "opendxp.templating".
Inlined service "App\Twig\Extension\GlobalExtension" to "opendxp.templating".
Inlined service "App\Twig\Extension\ArticleExtension" to "opendxp.templating".
Inlined service "App\Twig\Extension\ProjectExtension" to "opendxp.templating".
Inlined service "App\Twig\Extension\TagExtension" to "opendxp.templating".
Inlined service "App\Twig\Extension\LanguageSwitcherExtension" to "opendxp.templating".
Inlined service "twig.extension.intl" to "opendxp.templating".
Inlined service "twig.extension.string" to "opendxp.templating".
Inlined service "doctrine.twig.doctrine_extension" to "opendxp.templating".
Inlined service "knp_paginator.twig.extension.pagination" to "opendxp.templating".
Inlined service "twig.extension.webprofiler" to "opendxp.templating".
Inlined service "twig.extension.code" to "opendxp.templating".
Inlined service "SeoBundle\Twig\Extension\SeoExtension" to "opendxp.templating".
Inlined service "webpack_encore.twig_entry_files_extension" to "opendxp.templating".
Inlined service "OpenDxp\Twig\Extension\DocumentEditableExtension" to "opendxp.templating".
Inlined service "OpenDxp\Twig\Extension\AssetCompressExtension" to "opendxp.templating".
Inlined service "OpenDxp\Twig\Extension\CacheTagExtension" to "opendxp.templating".
Inlined service "Twig\Extension\SandboxExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Bundle\AdminBundle\Twig\Extension\AdminExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\HelpersExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\DocumentEditableRenderExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\SubrequestExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\OpenDxpObjectExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\OpenDxpToolExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\NavigationExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\HeaderExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\WebsiteConfigExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\DumpExtension" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\AssetHelperExtensions" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\DataObjectHelperExtensions" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\DocumentHelperExtensions" to "opendxp.templating".
Inlined service ".twig.extension.OpenDxp\Twig\Extension\ImageThumbnailExtension" to "opendxp.templating".
Inlined service "twig.app_variable" to "opendxp.templating".
Inlined service "twig.runtime_loader" to "opendxp.templating".
Inlined service "twig.missing_extension_suggestor" to "opendxp.templating".
Inlined service "twig.missing_extension_suggestor" to "opendxp.templating".
Inlined service "twig.missing_extension_suggestor" to "opendxp.templating".
Inlined service "OpenDxp\Twig\TwigEnvironmentConfigurator" to "opendxp.templating".
Inlined service ".service_locator.MQ2K9ka" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "OpenDxp\Maintenance\Tasks\DataObject\DataObjectTaskHelper" to "OpenDxp\Maintenance\Executor".
Inlined service "OpenDxp\Maintenance\Tasks\DataObject\DataObjectTaskHelper" to "OpenDxp\Maintenance\Executor".
3
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "debug.controller_resolver", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.opendxp_webdav", "debug.security.firewall.authenticator.opendxp_admin", "scheb_two_factor.security.authentication.trust_resolver", "opendxp.security.password_hasher_factory", "debug.security.event_dispatcher.opendxp_webdav", "debug.security.event_dispatcher.opendxp_admin", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "rate_limiter" was defined on service(s) "limiter.reset_password", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.console", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.http_client", "monolog.logger.mailer", "monolog.logger.translation", "monolog.logger.php", "monolog.logger.event", "monolog.logger.router", "monolog.logger.lock", "monolog.logger.profiler", "monolog.logger.security", "monolog.logger.doctrine", "monolog.logger.debug", "monolog.logger.admin", "monolog.logger.admin_statistics", "monolog.logger.routing", "monolog.logger.opendxp", "monolog.logger.init", "monolog.logger.redirect", "monolog.logger.opendxp_api", "monolog.logger.session", but was never used.
7
Keeping array build parameter ".container.known_envs" for placeholder resolution.
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".serializer.named_serializers" for placeholder resolution.