Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Camus\AdBundle\DependencyInjection\CamusAdExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Camus\AdBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1520, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1510, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1520, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1510, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.name_normalized AS name_normalized_2, t0_.creation_date AS creation_date_3, t0_.from_section AS from_section_4, t0_.reference_id AS reference_id_5, t0_.editor_created_id AS editor_created_id_6, t0_.editor_updated_id AS editor_updated_id_7 FROM tags t0_ INNER JOIN slugs s1_ ON t0_.id = s1_.tag_id WHERE s1_.hash = ?"
(parameters:
[1 => b"4ã\x01\v8┤¦\x07\x03Øù!¡\vƒm┐ìð\x1D"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.name_normalized AS name_normalized_2, t0_.creation_date AS creation_date_3, t0_.from_section AS from_section_4, t0_.reference_id AS reference_id_5, t0_.editor_created_id AS editor_created_id_6, t0_.editor_updated_id AS editor_updated_id_7 FROM tags t0_ INNER JOIN slugs s1_ ON t0_.id = s1_.tag_id WHERE s1_.hash = ?"
"params" => [1 => b"4ã\x01\v8┤¦\x07\x03Øù!¡\vƒm┐ìð\x1D"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT DISTINCT s0_.id AS id_0 FROM slugs s0_ INNER JOIN contents c1_ ON s0_.content_id = c1_.id INNER JOIN content_has_tags c2_ ON c1_.id = c2_.content_id INNER JOIN tags t3_ ON c2_.tag_id = t3_.id WHERE t3_.id = ? LIMIT 100"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT DISTINCT s0_.id AS id_0 FROM slugs s0_ INNER JOIN contents c1_ ON s0_.content_id = c1_.id INNER JOIN content_has_tags c2_ ON c1_.id = c2_.content_id INNER JOIN tags t3_ ON c2_.tag_id = t3_.id WHERE t3_.id = ? LIMIT 100"
"params" => [1 => 1]
"types" => [1 => 1]
]
deprecation
User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1864 called by ClassMetadataInfo.php:2945, https://github.com/doctrine/orm/pull/10654, package doctrine/orm)
"SELECT s0_.id AS id_0, s0_.slug AS slug_1, s0_.hash AS hash_2, c1_.id AS id_3, c1_.reference_id AS reference_id_4, c1_.creation_date AS creation_date_5, c1_.scheduled_date AS scheduled_date_6, c1_.published_date AS published_date_7, c1_.event_start_date AS event_start_date_8, c1_.event_end_date AS event_end_date_9, c1_.show_on_list AS show_on_list_10, c1_.deleted AS deleted_11, v2_.id AS id_12, v2_.creation_date AS creation_date_13, v2_.title AS title_14, v2_.subtitle AS subtitle_15, v2_.short_title AS short_title_16, v2_.summary AS summary_17, v2_.body AS body_18, v2_.short_piece AS short_piece_19, v2_.signature AS signature_20, v2_.signature_place AS signature_place_21, v2_.type AS type_22, v2_.kind AS kind_23, v2_.language AS language_24, s3_.id AS id_25, s3_.reference_id AS reference_id_26, s3_.creation_date AS creation_date_27, s3_.modification_date AS modification_date_28, s3_.name AS name_29, s3_.title AS title_30, s3_.active AS active_31, s0_.content_id AS content_id_32, s0_.tag_id AS tag_id_33, s0_.section_id AS section_id_34, s0_.place_id AS place_id_35, s0_.redirect_slug_id AS redirect_slug_id_36, s0_.board_id AS board_id_37, s0_.editor_updated_id AS editor_updated_id_38, s0_.media_id AS media_id_39, s0_.legal_page_id AS legal_page_id_40, s0_.opinion_id AS opinion_id_41, s0_.person_id AS person_id_42, c1_.published_version_id AS published_version_id_43, c1_.section_id AS section_id_44, c1_.place_id AS place_id_45, c1_.board_content_id AS board_content_id_46, c1_.editor_created_id AS editor_created_id_47, c1_.content_type_id AS content_type_id_48, c1_.book_id AS book_id_49, c1_.bookshelf_person AS bookshelf_person_50, c1_.board_legal_page_id AS board_legal_page_id_51, v2_.editor_created_id AS editor_created_id_52, v2_.content_id AS content_id_53, v2_.thumbnail_id AS thumbnail_id_54, s3_.editor_created_id AS editor_created_id_55, s3_.editor_updated_id AS editor_updated_id_56, s3_.parent_id AS parent_id_57 FROM slugs s0_ INNER JOIN contents c1_ ON s0_.content_id = c1_.id INNER JOIN versions v2_ ON c1_.published_version_id = v2_.id INNER JOIN sections s3_ ON c1_.section_id = s3_.id WHERE s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY c1_.published_date DESC"
[
"sql" => "SELECT s0_.id AS id_0, s0_.slug AS slug_1, s0_.hash AS hash_2, c1_.id AS id_3, c1_.reference_id AS reference_id_4, c1_.creation_date AS creation_date_5, c1_.scheduled_date AS scheduled_date_6, c1_.published_date AS published_date_7, c1_.event_start_date AS event_start_date_8, c1_.event_end_date AS event_end_date_9, c1_.show_on_list AS show_on_list_10, c1_.deleted AS deleted_11, v2_.id AS id_12, v2_.creation_date AS creation_date_13, v2_.title AS title_14, v2_.subtitle AS subtitle_15, v2_.short_title AS short_title_16, v2_.summary AS summary_17, v2_.body AS body_18, v2_.short_piece AS short_piece_19, v2_.signature AS signature_20, v2_.signature_place AS signature_place_21, v2_.type AS type_22, v2_.kind AS kind_23, v2_.language AS language_24, s3_.id AS id_25, s3_.reference_id AS reference_id_26, s3_.creation_date AS creation_date_27, s3_.modification_date AS modification_date_28, s3_.name AS name_29, s3_.title AS title_30, s3_.active AS active_31, s0_.content_id AS content_id_32, s0_.tag_id AS tag_id_33, s0_.section_id AS section_id_34, s0_.place_id AS place_id_35, s0_.redirect_slug_id AS redirect_slug_id_36, s0_.board_id AS board_id_37, s0_.editor_updated_id AS editor_updated_id_38, s0_.media_id AS media_id_39, s0_.legal_page_id AS legal_page_id_40, s0_.opinion_id AS opinion_id_41, s0_.person_id AS person_id_42, c1_.published_version_id AS published_version_id_43, c1_.section_id AS section_id_44, c1_.place_id AS place_id_45, c1_.board_content_id AS board_content_id_46, c1_.editor_created_id AS editor_created_id_47, c1_.content_type_id AS content_type_id_48, c1_.book_id AS book_id_49, c1_.bookshelf_person AS bookshelf_person_50, c1_.board_legal_page_id AS board_legal_page_id_51, v2_.editor_created_id AS editor_created_id_52, v2_.content_id AS content_id_53, v2_.thumbnail_id AS thumbnail_id_54, s3_.editor_created_id AS editor_created_id_55, s3_.editor_updated_id AS editor_updated_id_56, s3_.parent_id AS parent_id_57 FROM slugs s0_ INNER JOIN contents c1_ ON s0_.content_id = c1_.id INNER JOIN versions v2_ ON c1_.published_version_id = v2_.id INNER JOIN sections s3_ ON c1_.section_id = s3_.id WHERE s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY c1_.published_date DESC"
"params" => [1 => 212 => 223 => 234 => 245 => 256 => 267 => 278 => 289 => 2910 => 30]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 17 => 18 => 19 => 110 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 35]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 35]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 45]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 45]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 38]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 38]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 39]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 40]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 40]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 42]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 42]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 36]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 36]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 47]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 47]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 37]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 37]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 43]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 43]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.short_name AS short_name_3, t0.creation_date AS creation_date_4, t0.updated_date AS updated_date_5 FROM content_types t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.short_name AS short_name_3, t0.creation_date AS creation_date_4, t0.updated_date AS updated_date_5 FROM content_types t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 81]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 81]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726871]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726871]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.name AS name_5, t0.active AS active_6, t0.weight AS weight_7, t0.editor_updated_id AS editor_updated_id_8 FROM places t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.modification_date AS modification_date_4, t0.name AS name_5, t0.active AS active_6, t0.weight AS weight_7, t0.editor_updated_id AS editor_updated_id_8 FROM places t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 82]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 82]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726872]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726872]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
(parameters:
[1 => 13]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
"params" => [1 => 13]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 34]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 34]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 91]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 91]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726880]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726880]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 44]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 44]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 29]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 29]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 85]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 85]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726874]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726874]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 38]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 38]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 86]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 86]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726875]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726875]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 19]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 19]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 39]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 39]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 87]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 87]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726876]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726876]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 88]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 88]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726877]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726877]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 20]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 20]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 40]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 40]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 89]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 89]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726878]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726878]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
(parameters:
[1 => 14]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
"params" => [1 => 14]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 41]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 41]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 27]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 27]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 84]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 84]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726873]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726873]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 36]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 36]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 92]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 92]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726881]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726881]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.file_type AS file_type_3, t0.provider_name AS provider_name_4, t0.published_date AS published_date_5, t0.creation_date AS creation_date_6, t0.deleted AS deleted_7, t0.title AS title_8, t0.summary AS summary_9, t0.length AS length_10, t0.size AS size_11, t0.width AS width_12, t0.height AS height_13, t0.enable AS enable_14, t0.provider_reference AS provider_reference_15, t0.id_you_tube AS id_you_tube_16, t0.file_hash AS file_hash_17, t0.section_id AS section_id_18, t0.place_id AS place_id_19, t0.board_media_id AS board_media_id_20, t0.media_id AS media_id_21, t0.thumbnail_id AS thumbnail_id_22, t0.thumbnail_clipping_id AS thumbnail_clipping_id_23 FROM medias t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 46]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 46]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 30]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 30]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 37]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 37]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
(parameters:
[1 => 28]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.isbn AS isbn_2, t0.product_form AS product_form_3, t0.editorial_id AS editorial_id_4, t0.literary_work_id AS literary_work_id_5, t0.media_id AS media_id_6 FROM books t0 WHERE t0.id = ?"
"params" => [1 => 28]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
(parameters:
[1 => 28]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.normalized_title AS normalized_title_4, t0.summary AS summary_5 FROM literary_works t0 WHERE t0.id = ?"
"params" => [1 => 28]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
(parameters:
[1 => 28]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.normalized_name AS normalized_name_4, t0.email AS email_5, t0.biography AS biography_6, t0.weight AS weight_7, t0.full_name AS full_name_8, t0.is_inspirador AS is_inspirador_9, t0.facebook_url AS facebook_url_10, t0.linked_in_url AS linked_in_url_11, t0.x_url AS x_url_12, t0.occupation AS occupation_13, t0.editor_created_id AS editor_created_id_14, t0.editor_updated_id AS editor_updated_id_15, t0.profile_image_id AS profile_image_id_16 FROM persons t0 INNER JOIN literary_work_contributors ON t0.id = literary_work_contributors.persons WHERE literary_work_contributors.literary_works = ?"
"params" => [1 => 28]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
(parameters:
[1 => 90]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.person_id = ?"
"params" => [1 => 90]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
(parameters:
[1 => 726879]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_9, t0.creation_date AS creation_date_10, t0.modification_date AS modification_date_11, t0.name AS name_12, t0.template AS template_13, t0.type AS type_14, t0.active AS active_15, t0.reference_id AS reference_id_16, t0.system_board AS system_board_17, t0.title AS title_18, t0.published_version_id AS published_version_id_19, t0.editor_created_id AS editor_created_id_20, t0.editor_updated_id AS editor_updated_id_21, t0.board_web_id AS board_web_id_22, t0.disc, t1.content_id AS content_id_23, t2.section_id AS section_id_24, t3.tag_id AS tag_id_25, t4.place_id AS place_id_26, t5.media_id AS media_id_27, t6.person_id AS person_id_28, t7.legal_page_id AS legal_page_id_29, t8.person_id AS person_id_30 FROM boards t0 LEFT JOIN board_contents t1 ON t0.id = t1.id LEFT JOIN board_sections t2 ON t0.id = t2.id LEFT JOIN board_tags t3 ON t0.id = t3.id LEFT JOIN board_places t4 ON t0.id = t4.id LEFT JOIN board_medias t5 ON t0.id = t5.id LEFT JOIN board_inspirators t6 ON t0.id = t6.id LEFT JOIN board_legal_pages t7 ON t0.id = t7.id LEFT JOIN board_authors t8 ON t0.id = t8.id WHERE t0.id = ?"
"params" => [1 => 726879]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
(parameters:
[1 => 28]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.creation_date AS creation_date_3, t0.scheduled_date AS scheduled_date_4, t0.published_date AS published_date_5, t0.event_start_date AS event_start_date_6, t0.event_end_date AS event_end_date_7, t0.show_on_list AS show_on_list_8, t0.deleted AS deleted_9, t0.published_version_id AS published_version_id_10, t0.section_id AS section_id_11, t0.place_id AS place_id_12, t0.board_content_id AS board_content_id_13, t0.editor_created_id AS editor_created_id_14, t0.content_type_id AS content_type_id_15, t0.book_id AS book_id_16, t0.bookshelf_person AS bookshelf_person_17, t0.board_legal_page_id AS board_legal_page_id_18 FROM contents t0 WHERE t0.book_id = ?"
"params" => [1 => 28]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
(parameters:
[1 => 28]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.slug AS slug_2, t0.hash AS hash_3, t0.content_id AS content_id_4, t0.tag_id AS tag_id_5, t0.section_id AS section_id_6, t0.place_id AS place_id_7, t0.redirect_slug_id AS redirect_slug_id_8, t0.board_id AS board_id_9, t0.editor_updated_id AS editor_updated_id_10, t0.media_id AS media_id_11, t0.legal_page_id AS legal_page_id_12, t0.opinion_id AS opinion_id_13, t0.person_id AS person_id_14 FROM slugs t0 WHERE t0.content_id = ?"
"params" => [1 => 28]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.name_normalized AS name_normalized_3 FROM editorials t0 WHERE t0.id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
(parameters:
[1 => 43]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.metas AS metas_2 FROM board_webs t0 WHERE t0.id = ?"
"params" => [1 => 43]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
(parameters:
[1 => 28]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.media_id AS media_id_4, t0.content_id AS content_id_5, t0.media_clipping_id AS media_clipping_id_6 FROM content_has_medias t0 WHERE t0.content_id = ?"
"params" => [1 => 28]
"types" => [1 => 1]
]
"SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.name AS name_2, a0_.name_code AS name_code_3, s1_.id AS id_4, s1_.reference_id AS reference_id_5, s1_.creation_date AS creation_date_6, s1_.modification_date AS modification_date_7, s1_.name AS name_8, s1_.title AS title_9, s1_.active AS active_10, p2_.id AS id_11, p2_.reference_id AS reference_id_12, p2_.creation_date AS creation_date_13, p2_.modification_date AS modification_date_14, p2_.name AS name_15, p2_.active AS active_16, p2_.weight AS weight_17, a3_.id AS id_18, a4_.id AS id_19, a4_.width AS width_20, a4_.height AS height_21, a4_.mobile_width AS mobile_width_22, a4_.mobile_height AS mobile_height_23, a4_.name AS name_24, a5_.id AS id_25, a5_.name AS name_26, a5_.template AS template_27, a0_.section_id AS section_id_28, a0_.place_id AS place_id_29, a0_.enviroment_id AS enviroment_id_30, a0_.space_id AS space_id_31, s1_.editor_created_id AS editor_created_id_32, s1_.editor_updated_id AS editor_updated_id_33, s1_.parent_id AS parent_id_34, p2_.editor_updated_id AS editor_updated_id_35, a3_.ad_id AS ad_id_36, a3_.size_id AS size_id_37 FROM ads a0_ LEFT JOIN sections s1_ ON a0_.section_id = s1_.id LEFT JOIN places p2_ ON a0_.place_id = p2_.id LEFT JOIN ad_has_sizes a3_ ON a0_.id = a3_.ad_id LEFT JOIN ad_sizes a4_ ON a3_.size_id = a4_.id LEFT JOIN ad_space a5_ ON a0_.space_id = a5_.id WHERE a0_.type = ? ORDER BY a0_.section_id ASC"
(parameters:
[1 => "Board"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.name AS name_2, a0_.name_code AS name_code_3, s1_.id AS id_4, s1_.reference_id AS reference_id_5, s1_.creation_date AS creation_date_6, s1_.modification_date AS modification_date_7, s1_.name AS name_8, s1_.title AS title_9, s1_.active AS active_10, p2_.id AS id_11, p2_.reference_id AS reference_id_12, p2_.creation_date AS creation_date_13, p2_.modification_date AS modification_date_14, p2_.name AS name_15, p2_.active AS active_16, p2_.weight AS weight_17, a3_.id AS id_18, a4_.id AS id_19, a4_.width AS width_20, a4_.height AS height_21, a4_.mobile_width AS mobile_width_22, a4_.mobile_height AS mobile_height_23, a4_.name AS name_24, a5_.id AS id_25, a5_.name AS name_26, a5_.template AS template_27, a0_.section_id AS section_id_28, a0_.place_id AS place_id_29, a0_.enviroment_id AS enviroment_id_30, a0_.space_id AS space_id_31, s1_.editor_created_id AS editor_created_id_32, s1_.editor_updated_id AS editor_updated_id_33, s1_.parent_id AS parent_id_34, p2_.editor_updated_id AS editor_updated_id_35, a3_.ad_id AS ad_id_36, a3_.size_id AS size_id_37 FROM ads a0_ LEFT JOIN sections s1_ ON a0_.section_id = s1_.id LEFT JOIN places p2_ ON a0_.place_id = p2_.id LEFT JOIN ad_has_sizes a3_ ON a0_.id = a3_.ad_id LEFT JOIN ad_sizes a4_ ON a3_.size_id = a4_.id LEFT JOIN ad_space a5_ ON a0_.space_id = a5_.id WHERE a0_.type = ? ORDER BY a0_.section_id ASC"
"params" => [1 => "Board"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.enviroment_name AS enviroment_name_2, t0.enviroment_code AS enviroment_code_3 FROM ad_enviroments t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.enviroment_name AS enviroment_name_2, t0.enviroment_code AS enviroment_code_3 FROM ad_enviroments t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.enviroment_name AS enviroment_name_2, t0.enviroment_code AS enviroment_code_3 FROM ad_enviroments t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.enviroment_name AS enviroment_name_2, t0.enviroment_code AS enviroment_code_3 FROM ad_enviroments t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Log messages generated during the compilation of the service container.
Messages
Class
297
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Dotenv\Command\DotenvDumpCommand" (parent: .abstract.instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.0.Symfony\Component\Dotenv\Command\DotenvDumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Dotenv\Command\DotenvDumpCommand).
Resolving inheritance for "Symfony\Component\Dotenv\Command\DotenvDumpCommand" (parent: .instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.0.Symfony\Component\Dotenv\Command\DotenvDumpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MostViewedCommand" (parent: .abstract.instanceof.App\Command\MostViewedCommand).
Resolving inheritance for "App\Command\MostViewedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MostViewedCommand).
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\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MockController" (parent: .abstract.instanceof.App\Controller\MockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MockController).
Resolving inheritance for "App\Controller\MockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController" (parent: .abstract.instanceof.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController).
Resolving inheritance for "App\Controller\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PassResetController" (parent: .abstract.instanceof.App\Controller\PassResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PassResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PassResetController).
Resolving inheritance for "App\Controller\PassResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PassResetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RobotsController" (parent: .abstract.instanceof.App\Controller\RobotsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RobotsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RobotsController).
Resolving inheritance for "App\Controller\RobotsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RobotsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TopicsController" (parent: .abstract.instanceof.App\Controller\TopicsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TopicsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TopicsController).
Resolving inheritance for "App\Controller\TopicsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TopicsController).
Resolving inheritance for ".instanceof.App\EventListener\ContextForwardListener.0.App\EventListener\ContextForwardListener" (parent: .abstract.instanceof.App\EventListener\ContextForwardListener).
Resolving inheritance for "App\EventListener\ContextForwardListener" (parent: .instanceof.App\EventListener\ContextForwardListener.0.App\EventListener\ContextForwardListener).
Resolving inheritance for ".instanceof.App\EventListener\FallbackThumbnailListener.0.App\EventListener\FallbackThumbnailListener" (parent: .abstract.instanceof.App\EventListener\FallbackThumbnailListener).
Resolving inheritance for "App\EventListener\FallbackThumbnailListener" (parent: .instanceof.App\EventListener\FallbackThumbnailListener.0.App\EventListener\FallbackThumbnailListener).
Resolving inheritance for ".instanceof.App\EventListener\InternationalizationListener.0.App\EventListener\InternationalizationListener" (parent: .abstract.instanceof.App\EventListener\InternationalizationListener).
Resolving inheritance for "App\EventListener\InternationalizationListener" (parent: .instanceof.App\EventListener\InternationalizationListener.0.App\EventListener\InternationalizationListener).
Resolving inheritance for ".instanceof.App\EventListener\LastVideosListener.0.App\EventListener\LastVideosListener" (parent: .abstract.instanceof.App\EventListener\LastVideosListener).
Resolving inheritance for "App\EventListener\LastVideosListener" (parent: .instanceof.App\EventListener\LastVideosListener.0.App\EventListener\LastVideosListener).
Resolving inheritance for ".instanceof.App\EventListener\PageAdsListener.0.App\EventListener\PageAdsListener" (parent: .abstract.instanceof.App\EventListener\PageAdsListener).
Resolving inheritance for "App\EventListener\PageAdsListener" (parent: .instanceof.App\EventListener\PageAdsListener.0.App\EventListener\PageAdsListener).
Resolving inheritance for ".instanceof.App\EventListener\PageSchemaListener.0.App\EventListener\PageSchemaListener" (parent: .abstract.instanceof.App\EventListener\PageSchemaListener).
Resolving inheritance for "App\EventListener\PageSchemaListener" (parent: .instanceof.App\EventListener\PageSchemaListener.0.App\EventListener\PageSchemaListener).
Resolving inheritance for ".instanceof.App\EventListener\SiteRedirectListener.0.App\EventListener\SiteRedirectListener" (parent: .abstract.instanceof.App\EventListener\SiteRedirectListener).
Resolving inheritance for "App\EventListener\SiteRedirectListener" (parent: .instanceof.App\EventListener\SiteRedirectListener.0.App\EventListener\SiteRedirectListener).
Resolving inheritance for ".instanceof.App\EventListener\UrlResolverListener.0.App\EventListener\UrlResolverListener" (parent: .abstract.instanceof.App\EventListener\UrlResolverListener).
Resolving inheritance for "App\EventListener\UrlResolverListener" (parent: .instanceof.App\EventListener\UrlResolverListener.0.App\EventListener\UrlResolverListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRepository" (parent: .abstract.instanceof.App\Repository\AdsRepository).
Resolving inheritance for "App\Repository\AdsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookContributorRepository" (parent: .abstract.instanceof.App\Repository\BookContributorRepository).
Resolving inheritance for "App\Repository\BookContributorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookContributorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookRepository" (parent: .abstract.instanceof.App\Repository\BookRepository).
Resolving inheritance for "App\Repository\BookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository" (parent: .abstract.instanceof.App\Repository\ContentRepository).
Resolving inheritance for "App\Repository\ContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditorialRepository" (parent: .abstract.instanceof.App\Repository\EditorialRepository).
Resolving inheritance for "App\Repository\EditorialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditorialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\BaseContentRepository" (parent: .abstract.instanceof.App\Repository\Entity\BaseContentRepository).
Resolving inheritance for "App\Repository\Entity\BaseContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\BaseContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\BaseVersionRepository" (parent: .abstract.instanceof.App\Repository\Entity\BaseVersionRepository).
Resolving inheritance for "App\Repository\Entity\BaseVersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\BaseVersionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardAuthorRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardAuthorRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardAuthorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardAuthorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardContentRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardContentRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardInspiratorRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardInspiratorRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardInspiratorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardInspiratorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardLegalPageRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardLegalPageRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardLegalPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardLegalPageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardMediaRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardMediaRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardPlaceRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardPlaceRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardPlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardPlaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardSectionRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardSectionRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardSectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardTagRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardTagRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardVersionRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardVersionRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardVersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardVersionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardWebRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\BoardWebRepository).
Resolving inheritance for "App\Repository\Entity\Board\BoardWebRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardWebRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleHasAdRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\ModuleHasAdRepository).
Resolving inheritance for "App\Repository\Entity\Board\ModuleHasAdRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleHasAdRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleListRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\ModuleListRepository).
Resolving inheritance for "App\Repository\Entity\Board\ModuleListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleMatchRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\ModuleMatchRepository).
Resolving inheritance for "App\Repository\Entity\Board\ModuleMatchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleMatchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\ModuleRepository).
Resolving inheritance for "App\Repository\Entity\Board\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\SlugRepository" (parent: .abstract.instanceof.App\Repository\Entity\Board\SlugRepository).
Resolving inheritance for "App\Repository\Entity\Board\SlugRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\SlugRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ClippingRepository" (parent: .abstract.instanceof.App\Repository\Entity\ClippingRepository).
Resolving inheritance for "App\Repository\Entity\ClippingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ClippingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ColorThemeRepository" (parent: .abstract.instanceof.App\Repository\Entity\ColorThemeRepository).
Resolving inheritance for "App\Repository\Entity\ColorThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ColorThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasContentRepository" (parent: .abstract.instanceof.App\Repository\Entity\ContentHasContentRepository).
Resolving inheritance for "App\Repository\Entity\ContentHasContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasKeywordRepository" (parent: .abstract.instanceof.App\Repository\Entity\ContentHasKeywordRepository).
Resolving inheritance for "App\Repository\Entity\ContentHasKeywordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasKeywordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasMediaRepository" (parent: .abstract.instanceof.App\Repository\Entity\ContentHasMediaRepository).
Resolving inheritance for "App\Repository\Entity\ContentHasMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasNewsEventRepository" (parent: .abstract.instanceof.App\Repository\Entity\ContentHasNewsEventRepository).
Resolving inheritance for "App\Repository\Entity\ContentHasNewsEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasNewsEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasTagRepository" (parent: .abstract.instanceof.App\Repository\Entity\ContentHasTagRepository).
Resolving inheritance for "App\Repository\Entity\ContentHasTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasTrackingTagRepository" (parent: .abstract.instanceof.App\Repository\Entity\ContentHasTrackingTagRepository).
Resolving inheritance for "App\Repository\Entity\ContentHasTrackingTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasTrackingTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentTypeRepository" (parent: .abstract.instanceof.App\Repository\Entity\ContentTypeRepository).
Resolving inheritance for "App\Repository\Entity\ContentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\KeywordRepository" (parent: .abstract.instanceof.App\Repository\Entity\KeywordRepository).
Resolving inheritance for "App\Repository\Entity\KeywordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\KeywordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasKeywordRepository" (parent: .abstract.instanceof.App\Repository\Entity\MediaHasKeywordRepository).
Resolving inheritance for "App\Repository\Entity\MediaHasKeywordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasKeywordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasTagRepository" (parent: .abstract.instanceof.App\Repository\Entity\MediaHasTagRepository).
Resolving inheritance for "App\Repository\Entity\MediaHasTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasTrackingTagRepository" (parent: .abstract.instanceof.App\Repository\Entity\MediaHasTrackingTagRepository).
Resolving inheritance for "App\Repository\Entity\MediaHasTrackingTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasTrackingTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaRepository" (parent: .abstract.instanceof.App\Repository\Entity\MediaRepository).
Resolving inheritance for "App\Repository\Entity\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ModuleHasMediasRepository" (parent: .abstract.instanceof.App\Repository\Entity\ModuleHasMediasRepository).
Resolving inheritance for "App\Repository\Entity\ModuleHasMediasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ModuleHasMediasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\NewsEventRepository" (parent: .abstract.instanceof.App\Repository\Entity\NewsEventRepository).
Resolving inheritance for "App\Repository\Entity\NewsEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\NewsEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PersonHasPlacesRepository" (parent: .abstract.instanceof.App\Repository\Entity\PersonHasPlacesRepository).
Resolving inheritance for "App\Repository\Entity\PersonHasPlacesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PersonHasPlacesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PersonRepository" (parent: .abstract.instanceof.App\Repository\Entity\PersonRepository).
Resolving inheritance for "App\Repository\Entity\PersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PlaceRepository" (parent: .abstract.instanceof.App\Repository\Entity\PlaceRepository).
Resolving inheritance for "App\Repository\Entity\PlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PlaceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SchedulePublishContentRepository" (parent: .abstract.instanceof.App\Repository\Entity\SchedulePublishContentRepository).
Resolving inheritance for "App\Repository\Entity\SchedulePublishContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SchedulePublishContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SectionHasSidebarRepository" (parent: .abstract.instanceof.App\Repository\Entity\SectionHasSidebarRepository).
Resolving inheritance for "App\Repository\Entity\SectionHasSidebarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SectionHasSidebarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SectionRepository" (parent: .abstract.instanceof.App\Repository\Entity\SectionRepository).
Resolving inheritance for "App\Repository\Entity\SectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SponsorRepository" (parent: .abstract.instanceof.App\Repository\Entity\SponsorRepository).
Resolving inheritance for "App\Repository\Entity\SponsorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SponsorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\TagRepository" (parent: .abstract.instanceof.App\Repository\Entity\TagRepository).
Resolving inheritance for "App\Repository\Entity\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\TrackingTagRepository" (parent: .abstract.instanceof.App\Repository\Entity\TrackingTagRepository).
Resolving inheritance for "App\Repository\Entity\TrackingTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\TrackingTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportStatusRepository" (parent: .abstract.instanceof.App\Repository\ImportStatusRepository).
Resolving inheritance for "App\Repository\ImportStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexedSlugRepository" (parent: .abstract.instanceof.App\Repository\IndexedSlugRepository).
Resolving inheritance for "App\Repository\IndexedSlugRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexedSlugRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiteraryWorkHasOpinionRepository" (parent: .abstract.instanceof.App\Repository\LiteraryWorkHasOpinionRepository).
Resolving inheritance for "App\Repository\LiteraryWorkHasOpinionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiteraryWorkHasOpinionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiteraryWorkRepository" (parent: .abstract.instanceof.App\Repository\LiteraryWorkRepository).
Resolving inheritance for "App\Repository\LiteraryWorkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiteraryWorkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuEntryRepository" (parent: .abstract.instanceof.App\Repository\MenuEntryRepository).
Resolving inheritance for "App\Repository\MenuEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuEntryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository" (parent: .abstract.instanceof.App\Repository\MenuRepository).
Resolving inheritance for "App\Repository\MenuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpinionRepository" (parent: .abstract.instanceof.App\Repository\OpinionRepository).
Resolving inheritance for "App\Repository\OpinionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpinionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository" (parent: .abstract.instanceof.App\Repository\PersonRepository).
Resolving inheritance for "App\Repository\PersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionRepository" (parent: .abstract.instanceof.App\Repository\VersionRepository).
Resolving inheritance for "App\Repository\VersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CamusModuleExtension" (parent: .abstract.instanceof.App\Twig\CamusModuleExtension).
Resolving inheritance for "App\Twig\CamusModuleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CamusModuleExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DataFormaterExtension" (parent: .abstract.instanceof.App\Twig\DataFormaterExtension).
Resolving inheritance for "App\Twig\DataFormaterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DataFormaterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GlobalsExtension" (parent: .abstract.instanceof.App\Twig\GlobalsExtension).
Resolving inheritance for "App\Twig\GlobalsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GlobalsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GtmExtension" (parent: .abstract.instanceof.App\Twig\GtmExtension).
Resolving inheritance for "App\Twig\GtmExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GtmExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MenusExtension" (parent: .abstract.instanceof.App\Twig\MenusExtension).
Resolving inheritance for "App\Twig\MenusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MenusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SiteExtension" (parent: .abstract.instanceof.App\Twig\SiteExtension).
Resolving inheritance for "App\Twig\SiteExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SiteExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.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 "psr18.acumbamail.client" (parent: psr18.http_client).
Resolving inheritance for "psr18.marfeel.client" (parent: psr18.http_client).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Vite\Bundle\Twig\ViteDevRuntime" (parent: .abstract.instanceof.Vite\Bundle\Twig\ViteDevRuntime).
Resolving inheritance for "Vite\Bundle\Twig\ViteDevRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Vite\Bundle\Twig\ViteDevRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Vite\Bundle\Twig\ViteExtension" (parent: .abstract.instanceof.Vite\Bundle\Twig\ViteExtension).
Resolving inheritance for "Vite\Bundle\Twig\ViteExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Vite\Bundle\Twig\ViteExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Vite\Bundle\Twig\ViteRuntime" (parent: .abstract.instanceof.Vite\Bundle\Twig\ViteRuntime).
Resolving inheritance for "Vite\Bundle\Twig\ViteRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Vite\Bundle\Twig\ViteRuntime).
Resolving inheritance for ".instanceof.Librotea\Core\Service\FallbackImageProviderInterface.0.Librotea\Core\Service\FallbackImageProvider" (parent: .abstract.instanceof.Librotea\Core\Service\FallbackImageProvider).
Resolving inheritance for "Librotea\Core\Service\FallbackImageProvider" (parent: .instanceof.Librotea\Core\Service\FallbackImageProviderInterface.0.Librotea\Core\Service\FallbackImageProvider).
Resolving inheritance for ".instanceof.Librotea\Core\Service\ModuleFactoryInterface.0.Librotea\Core\Service\ModuleFactory" (parent: .abstract.instanceof.Librotea\Core\Service\ModuleFactory).
Resolving inheritance for "Librotea\Core\Service\ModuleFactory" (parent: .instanceof.Librotea\Core\Service\ModuleFactoryInterface.0.Librotea\Core\Service\ModuleFactory).
Resolving inheritance for ".instanceof.Librotea\Core\Service\ModuleRegistryInterface.0.Librotea\Core\Service\ModuleRegistry" (parent: .abstract.instanceof.Librotea\Core\Service\ModuleRegistry).
Resolving inheritance for "Librotea\Core\Service\ModuleRegistry" (parent: .instanceof.Librotea\Core\Service\ModuleRegistryInterface.0.Librotea\Core\Service\ModuleRegistry).
Resolving inheritance for ".instanceof.Librotea\Core\Service\ModuleRendererInterface.0.Librotea\Core\Service\ModuleRenderer" (parent: .abstract.instanceof.Librotea\Core\Service\ModuleRenderer).
Resolving inheritance for "Librotea\Core\Service\ModuleRenderer" (parent: .instanceof.Librotea\Core\Service\ModuleRendererInterface.0.Librotea\Core\Service\ModuleRenderer).
Resolving inheritance for ".instanceof.Librotea\Core\Service\PageRegistryInterface.0.Librotea\Core\Service\PageRegistry" (parent: .abstract.instanceof.Librotea\Core\Service\PageRegistry).
Resolving inheritance for "Librotea\Core\Service\PageRegistry" (parent: .instanceof.Librotea\Core\Service\PageRegistryInterface.0.Librotea\Core\Service\PageRegistry).
Resolving inheritance for ".instanceof.Librotea\Core\Service\SharedContextInterface.0.Librotea\Core\Service\SharedContext" (parent: .abstract.instanceof.Librotea\Core\Service\SharedContext).
Resolving inheritance for "Librotea\Core\Service\SharedContext" (parent: .instanceof.Librotea\Core\Service\SharedContextInterface.0.Librotea\Core\Service\SharedContext).
Resolving inheritance for ".instanceof.Librotea\Core\Service\TemplateFinderInterface.0.Librotea\Core\Service\TemplateFinder" (parent: .abstract.instanceof.Librotea\Core\Service\TemplateFinder).
Resolving inheritance for "Librotea\Core\Service\TemplateFinder" (parent: .instanceof.Librotea\Core\Service\TemplateFinderInterface.0.Librotea\Core\Service\TemplateFinder).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\AdExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\AdExtension).
Resolving inheritance for "Librotea\Core\Twig\AdExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\AdExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\DataExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\DataExtension).
Resolving inheritance for "Librotea\Core\Twig\DataExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\DataExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\FallbackImageExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\FallbackImageExtension).
Resolving inheritance for "Librotea\Core\Twig\FallbackImageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\FallbackImageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\LinqExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\LinqExtension).
Resolving inheritance for "Librotea\Core\Twig\LinqExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\LinqExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\LocaleExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\LocaleExtension).
Resolving inheritance for "Librotea\Core\Twig\LocaleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\LocaleExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\MediaItemExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\MediaItemExtension).
Resolving inheritance for "Librotea\Core\Twig\MediaItemExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\MediaItemExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\ModuleRendererExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\ModuleRendererExtension).
Resolving inheritance for "Librotea\Core\Twig\ModuleRendererExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\ModuleRendererExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\PaginationExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\PaginationExtension).
Resolving inheritance for "Librotea\Core\Twig\PaginationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\PaginationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\SiteIdentityExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\SiteIdentityExtension).
Resolving inheritance for "Librotea\Core\Twig\SiteIdentityExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\SiteIdentityExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\SocialMediaExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\SocialMediaExtension).
Resolving inheritance for "Librotea\Core\Twig\SocialMediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\SocialMediaExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\TextBeautifierExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\TextBeautifierExtension).
Resolving inheritance for "Librotea\Core\Twig\TextBeautifierExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\TextBeautifierExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\TopArticlesExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\TopArticlesExtension).
Resolving inheritance for "Librotea\Core\Twig\TopArticlesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\TopArticlesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\WebPageExtension" (parent: .abstract.instanceof.Librotea\Core\Twig\WebPageExtension).
Resolving inheritance for "Librotea\Core\Twig\WebPageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\WebPageExtension).
Resolving inheritance for ".instanceof.Librotea\Infrastructure\Service\AwsClientFactoryInterface.0.Librotea\Infrastructure\Service\AwsClientFactory" (parent: .abstract.instanceof.Librotea\Infrastructure\Service\AwsClientFactory).
Resolving inheritance for "Librotea\Infrastructure\Service\AwsClientFactory" (parent: .instanceof.Librotea\Infrastructure\Service\AwsClientFactoryInterface.0.Librotea\Infrastructure\Service\AwsClientFactory).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (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.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.profiler" (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.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
4
Skipping service "camus_ad.admin.enviroment": Class or interface "Camus\AdBundle\Admin\EnviromentAdmin" cannot be loaded.
Skipping service "camus_ad.admin.size": Class or interface "Camus\AdBundle\Admin\SizeAdmin" cannot be loaded.
Skipping service "camus_ad.admin.ad": Class or interface "Camus\AdBundle\Admin\AdAdmin" cannot be loaded.
Skipping service "camus_ad_space.admin.enviroment": Class or interface "Camus\AdBundle\Admin\AdSpaceAdmin" cannot be loaded.
230
Removed service "Librotea\Core\Service\AdFactoryInterface"; reason: private alias.
Removed service "Librotea\Core\Service\ContentProviderInterface"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $adMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $articleSummaryMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $bookMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $imageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $imageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $linkMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $liveNoteMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $menuMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $moduleMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $moduleMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $articlePageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $authorPageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $boardPageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $bookPageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $influencerPageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $legalPageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\ExtendedMapperInterface $mediaPageMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $personMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $sponsorMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MapperInterface $videoMapper"; reason: private alias.
Removed service "Librotea\Core\Service\MenuServiceInterface"; reason: private alias.
Removed service "Librotea\Core\Service\SearchServiceInterface"; reason: private alias.
Removed service "Librotea\Core\Service\TopArticlesProviderInterface"; reason: private alias.
Removed service "Camus\MediaBundle\Helpers\Abstractions\SlugRetrieverInterface"; reason: private alias.
Removed service "Camus\BoardBundle\Helpers\BoardRendererInterface"; reason: private alias.
Removed service "App\Service\MediaReaderInterface"; reason: private alias.
Removed service "App\Service\UrlResolverInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service ".Symfony\Contracts\HttpClient\HttpClientInterface $acumbamail.client"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $acumbamailClient"; reason: private alias.
Removed service ".Psr\Http\Client\ClientInterface $acumbamail.client"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $acumbamailClient"; reason: private alias.
Removed service ".Symfony\Contracts\HttpClient\HttpClientInterface $marfeel.client"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $marfeelClient"; reason: private alias.
Removed service ".Psr\Http\Client\ClientInterface $marfeel.client"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $marfeelClient"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\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\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; 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\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 "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "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 "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\Component\Security\Acl\Model\AclProviderInterface"; reason: private alias.
Removed service "security.acl.cache.doctrine.cache_impl"; reason: private alias.
Removed service "Librotea\Core\Service\FallbackImageProviderInterface"; reason: private alias.
Removed service "Librotea\Core\Service\ModuleFactoryInterface"; reason: private alias.
Removed service "Librotea\Core\Service\ModuleRegistryInterface"; reason: private alias.
Removed service "Librotea\Core\Service\ModuleRendererInterface"; reason: private alias.
Removed service "Librotea\Core\Service\PageRegistryInterface"; reason: private alias.
Removed service "Librotea\Core\Service\SharedContextInterface"; reason: private alias.
Removed service "Librotea\Core\Service\TemplateFinderInterface"; reason: private alias.
Removed service "Librotea\Core\Service\Acumbamail\AcumbamailInterface"; reason: private alias.
Removed service "Librotea\Core\Service\Acumbamail\AcumbamailSMSInterface"; reason: private alias.
Removed service "Librotea\Core\Service\Acumbamail\AcumbamailSMTPInterface"; reason: private alias.
Removed service "Librotea\Core\Service\Acumbamail\AcumbamailWebhooksInterface"; reason: private alias.
Removed service "Librotea\Core\Service\Acumbamail\AcumbamailCampaignsInterface"; reason: private alias.
Removed service "Librotea\Core\Service\Acumbamail\AcumbamailSubscriptorsInterface"; reason: private alias.
Removed service "Librotea\Infrastructure\Service\AwsClientFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.hyMF4QB"; reason: private alias.
Removed service ".service_locator.5mjugOf"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.pdcVLXy"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "acumbamail.client"; reason: private alias.
Removed service "marfeel.client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service ".debug.acumbamail.client.inner"; reason: private alias.
Removed service ".debug.marfeel.client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.n6aLQEm"; reason: private alias.
Removed service ".service_locator.upauGn4"; reason: private alias.
Removed service ".service_locator.swGbwqH"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
88
Changed reference of service "App\Command\MostViewedCommand" previously pointing to "Librotea\Infrastructure\Service\MarfeelPageAnalytics" to "Librotea\Core\Service\PageAnalyticsInterface".
Changed reference of service "App\Controller\ProfileController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SearchController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\TopicsController" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\Controller\TopicsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventListener\InternationalizationListener" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\EventListener\PageSchemaListener" previously pointing to "Librotea\Infrastructure\Service\SchemaFactory" to "Librotea\Core\Service\SchemaFactoryInterface".
Changed reference of service "App\EventListener\SiteRedirectListener" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\Service\AdFactory" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\Service\ContentProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\ArticleSummaryMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\BookMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\MenuMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\ModuleMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\Page\ArticlePageMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\Page\AuthorPageMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\Page\BoardPageMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\Page\BookPageMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\Page\InfluencerPageMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\Page\LegalPageMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\Page\MediaPageMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Mapper\PersonMapper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\MenuService" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\Service\SearchService" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\Service\UrlResolver" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\Twig\GlobalsExtension" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "App\Twig\SiteExtension" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" 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 "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
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 "router.default" 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 "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.acl.voter.basic_permissions" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "Symfony\Bundle\AclBundle\Command\SetAclCommand" previously pointing to "security.acl.dbal.provider" to "security.acl.provider".
Changed reference of service "Librotea\Core\Service\ModuleFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Librotea\Core\Service\ModuleRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Librotea\Core\Twig\SiteIdentityExtension" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service ".debug.security.voter.security.acl.voter.basic_permissions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.9ETxUxh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Librotea\Core\Service\PageAnalyticsInterface" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
Changed reference of service "Librotea\Core\Service\SchemaFactoryInterface" previously pointing to "Librotea\Infrastructure\Service\SiteIdentity" to "Librotea\Core\Service\SiteIdentityInterface".
373
Removed service "App\Admin"; reason: abstract.
Removed service "App\Entity"; reason: abstract.
Removed service "App\Event"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; 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\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\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\WhenValidator"; 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.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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service "Vite\Bundle\Model"; reason: abstract.
Removed service "Vite\Bundle\Abstraction"; reason: abstract.
Removed service "Librotea\Core\Config"; reason: abstract.
Removed service "Librotea\Core\Event"; reason: abstract.
Removed service "Librotea\Core\Model"; reason: abstract.
Removed service "Librotea\Core\Security"; reason: abstract.
Removed service "Librotea\Core\Trait"; reason: abstract.
Removed service "Librotea\Core\Utility"; reason: abstract.
Removed service "Librotea\Core\LibroteaCoreBundle"; reason: abstract.
Removed service "Librotea\Infrastructure\Config"; reason: abstract.
Removed service "Librotea\Infrastructure\LibroteaInfrastructureBundle"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Dotenv\Command\DotenvDumpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand.0.Symfony\Component\Dotenv\Command\DotenvDumpCommand"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Dotenv\Command\DotenvDumpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MostViewedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MostViewedCommand"; 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\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PassResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PassResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PassResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RobotsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RobotsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RobotsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TopicsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TopicsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TopicsController"; reason: abstract.
Removed service ".instanceof.App\EventListener\ContextForwardListener.0.App\EventListener\ContextForwardListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ContextForwardListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\FallbackThumbnailListener.0.App\EventListener\FallbackThumbnailListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\FallbackThumbnailListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\InternationalizationListener.0.App\EventListener\InternationalizationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\InternationalizationListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\LastVideosListener.0.App\EventListener\LastVideosListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LastVideosListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\PageAdsListener.0.App\EventListener\PageAdsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PageAdsListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\PageSchemaListener.0.App\EventListener\PageSchemaListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PageSchemaListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\SiteRedirectListener.0.App\EventListener\SiteRedirectListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\SiteRedirectListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\UrlResolverListener.0.App\EventListener\UrlResolverListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UrlResolverListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookContributorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BookContributorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BookRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EditorialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EditorialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\BaseContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\BaseContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\BaseVersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\BaseVersionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardAuthorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardAuthorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardInspiratorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardInspiratorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardLegalPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardLegalPageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardPlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardPlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardVersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardVersionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\BoardWebRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\BoardWebRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleHasAdRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\ModuleHasAdRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\ModuleListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleMatchRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\ModuleMatchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\Board\SlugRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\Board\SlugRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ClippingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ClippingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ColorThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ColorThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ContentHasContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasKeywordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ContentHasKeywordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ContentHasMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasNewsEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ContentHasNewsEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ContentHasTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentHasTrackingTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ContentHasTrackingTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ContentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ContentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\KeywordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\KeywordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasKeywordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\MediaHasKeywordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\MediaHasTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaHasTrackingTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\MediaHasTrackingTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\ModuleHasMediasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\ModuleHasMediasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\NewsEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\NewsEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PersonHasPlacesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\PersonHasPlacesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\PersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\PlaceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\PlaceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SchedulePublishContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\SchedulePublishContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SectionHasSidebarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\SectionHasSidebarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\SectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\SponsorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\SponsorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Entity\TrackingTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Entity\TrackingTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImportStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImportStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexedSlugRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IndexedSlugRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiteraryWorkHasOpinionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LiteraryWorkHasOpinionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LiteraryWorkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LiteraryWorkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuEntryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MenuEntryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MenuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MenuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OpinionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OpinionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VersionRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CamusModuleExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CamusModuleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DataFormaterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DataFormaterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GlobalsExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GlobalsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GtmExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GtmExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MenusExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\MenusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SiteExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\SiteExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Vite\Bundle\Twig\ViteDevRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Vite\Bundle\Twig\ViteDevRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Vite\Bundle\Twig\ViteExtension"; reason: abstract.
Removed service ".abstract.instanceof.Vite\Bundle\Twig\ViteExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Vite\Bundle\Twig\ViteRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Vite\Bundle\Twig\ViteRuntime"; reason: abstract.
Removed service ".instanceof.Librotea\Core\Service\FallbackImageProviderInterface.0.Librotea\Core\Service\FallbackImageProvider"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Service\FallbackImageProvider"; reason: abstract.
Removed service ".instanceof.Librotea\Core\Service\ModuleFactoryInterface.0.Librotea\Core\Service\ModuleFactory"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Service\ModuleFactory"; reason: abstract.
Removed service ".instanceof.Librotea\Core\Service\ModuleRegistryInterface.0.Librotea\Core\Service\ModuleRegistry"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Service\ModuleRegistry"; reason: abstract.
Removed service ".instanceof.Librotea\Core\Service\ModuleRendererInterface.0.Librotea\Core\Service\ModuleRenderer"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Service\ModuleRenderer"; reason: abstract.
Removed service ".instanceof.Librotea\Core\Service\PageRegistryInterface.0.Librotea\Core\Service\PageRegistry"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Service\PageRegistry"; reason: abstract.
Removed service ".instanceof.Librotea\Core\Service\SharedContextInterface.0.Librotea\Core\Service\SharedContext"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Service\SharedContext"; reason: abstract.
Removed service ".instanceof.Librotea\Core\Service\TemplateFinderInterface.0.Librotea\Core\Service\TemplateFinder"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Service\TemplateFinder"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\AdExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\AdExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\DataExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\DataExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\FallbackImageExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\FallbackImageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\LinqExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\LinqExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\LocaleExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\LocaleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\MediaItemExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\MediaItemExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\ModuleRendererExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\ModuleRendererExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\PaginationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\PaginationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\SiteIdentityExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\SiteIdentityExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\SocialMediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\SocialMediaExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\TextBeautifierExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\TextBeautifierExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\TopArticlesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\TopArticlesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Librotea\Core\Twig\WebPageExtension"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Core\Twig\WebPageExtension"; reason: abstract.
Removed service ".instanceof.Librotea\Infrastructure\Service\AwsClientFactoryInterface.0.Librotea\Infrastructure\Service\AwsClientFactory"; reason: abstract.
Removed service ".abstract.instanceof.Librotea\Infrastructure\Service\AwsClientFactory"; reason: abstract.
110
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; 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 "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "psr18.acumbamail.client"; reason: unused.
Removed service "psr18.marfeel.client"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~j_BJ3sM"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; 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.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.http_utils"; reason: unused.
Removed service "security.channel_listener"; reason: unused.
Removed service "security.access_map"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.access_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.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 "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.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 "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Vite\Bundle\ViteBundle"; reason: unused.
Removed service "security.acl.cache.doctrine"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "camus_ad.admin.enviroment"; reason: unused.
Removed service "camus_ad.admin.size"; reason: unused.
Removed service "camus_ad.admin.ad"; reason: unused.
Removed service "camus_ad_space.admin.enviroment"; reason: unused.
Removed service "Librotea\Infrastructure\Security\PianoIdAccessTokenHandler"; reason: unused.
Removed service "Librotea\Infrastructure\Security\PianoIdAuthenticator"; reason: unused.
Removed service "Librotea\Infrastructure\Security\PianoIdTokenExtractor"; reason: unused.
Removed service "Librotea\Infrastructure\Security\PianoIdUserProvider"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; 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.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 "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.e_.xxAP"; reason: unused.
348
Inlined service ".service_locator.O2p6Lk7.App\Controller\ContentController" to "App\Controller\ContentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MockController" to "App\Controller\MockController".
Inlined service "Librotea\Infrastructure\Service\Acumbamail" to "App\Controller\NewsletterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\NewsletterController" to "App\Controller\NewsletterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PassResetController" to "App\Controller\PassResetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\RobotsController" to "App\Controller\RobotsController".
Inlined service "App\Service\SearchService" to "App\Controller\SearchController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\TopicsController" to "App\Controller\TopicsController".
Inlined service "App\Service\MediaReader" to "App\Service\BoardRendererWrapper".
Inlined service "App\Service\Mapper\Page\AuthorPageMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\Page\InfluencerPageMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\Page\BookPageMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\Page\BoardPageMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\Page\ArticlePageMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\Page\LegalPageMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\Page\MediaPageMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\SponsorMapper" to "App\Service\Mapper\ModuleMapper".
Inlined service "App\Service\BoardRendererWrapper" to "App\Service\Mapper\ModuleMapper".
Inlined service "App\Service\Mapper\LiveNoteMapper" to "App\Service\Mapper\Page\ArticlePageMapper".
Inlined service "App\Service\SidebarService" to "App\Service\Mapper\Page\ArticlePageMapper".
Inlined service "App\Service\Mapper\MenuMapper" to "App\Service\MenuService".
Inlined service "App\Service\MenuService" to "App\Twig\MenusExtension".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "acumbamail.client.uri_template.inner" to "acumbamail.client.uri_template".
Inlined service "marfeel.client.uri_template.inner" to "marfeel.client.uri_template".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "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.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "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 "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
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.y4dplYt" 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.F9PKc.7" 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 "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 "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.config" to "profiler".
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 "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 ".service_locator.3mdHGt9" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.OwN._wD" to "doctrine.orm.container_repository_factory".
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 "App\ORM\NamingStrategy\UnderScoreNamingStrategy" 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.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\CamusModuleExtension" to "twig".
Inlined service "App\Twig\DataFormaterExtension" to "twig".
Inlined service "App\Twig\GlobalsExtension" to "twig".
Inlined service "App\Twig\GtmExtension" to "twig".
Inlined service "App\Twig\MenusExtension" to "twig".
Inlined service "App\Twig\SiteExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.html" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "Vite\Bundle\Twig\ViteExtension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "Librotea\Core\Twig\AdExtension" to "twig".
Inlined service "Librotea\Core\Twig\DataExtension" to "twig".
Inlined service "Librotea\Core\Twig\FallbackImageExtension" to "twig".
Inlined service "Librotea\Core\Twig\LinqExtension" to "twig".
Inlined service "Librotea\Core\Twig\LocaleExtension" to "twig".
Inlined service "Librotea\Core\Twig\MediaItemExtension" to "twig".
Inlined service "Librotea\Core\Twig\ModuleRendererExtension" to "twig".
Inlined service "Librotea\Core\Twig\PaginationExtension" to "twig".
Inlined service "Librotea\Core\Twig\SiteIdentityExtension" to "twig".
Inlined service "Librotea\Core\Twig\SocialMediaExtension" to "twig".
Inlined service "Librotea\Core\Twig\TextBeautifierExtension" to "twig".
Inlined service "Librotea\Core\Twig\TopArticlesExtension" to "twig".
Inlined service "Librotea\Core\Twig\WebPageExtension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
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.VT3cQaK" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" 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 "security.user_password_hasher" to "form.listener.password_hasher".
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.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.component_stack" to "ux.twig_component.component_renderer".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.j7D0Vt4.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service "Vite\Bundle\Service\ViteManifest" to "Vite\Bundle\Twig\ViteRuntime".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "security.acl.object_identity_retrieval_strategy" to "security.acl.voter.basic_permissions".
Inlined service "security.acl.security_identity_retrieval_strategy" to "security.acl.voter.basic_permissions".
Inlined service "security.acl.permission.map" to "security.acl.voter.basic_permissions".
Inlined service "monolog.logger.security" to "security.acl.voter.basic_permissions".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "App\Service\TopArticlesProvider" to "Librotea\Core\Twig\TopArticlesExtension".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
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 "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "acumbamail.client.uri_template" to ".debug.acumbamail.client".
Inlined service "marfeel.client.uri_template" to ".debug.marfeel.client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.acl.voter.basic_permissions" to ".debug.security.voter.security.acl.voter.basic_permissions".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.iD.GLrW" to ".service_locator.iD.GLrW.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.j7D0Vt4" to ".service_locator.j7D0Vt4.ux.twig_component.cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" 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.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 ".service_locator.hdfQ9ok" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.iD.GLrW.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "security.acl.permission_granting_strategy" to "security.acl.provider".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Service\Mapper\ModuleMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\ModuleMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\ModuleMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\ModuleMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\ModuleMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\LinkMapper" to "App\Service\Mapper\ModuleMapper".
Inlined service "App\Service\Mapper\LinkMapper" to "App\Service\Mapper\ModuleMapper".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "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 "App\Service\Mapper\VideoMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\VideoMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\VideoMapper" to "App\Service\ContentProvider".
Inlined service "App\Service\Mapper\VideoMapper" to "App\Service\ContentProvider".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", ".debug.http_client", ".debug.acumbamail.client", ".debug.marfeel.client", "event_dispatcher", but was never used.