diff --git a/core/modules/book/book.info.yml b/core/modules/book/book.info.yml index f5b383c051bd5aff9f3c38f1742e2098c469a5c2..1e48a6d6c9219dabdfb7a0a4f1c1e28224c1e70b 100644 --- a/core/modules/book/book.info.yml +++ b/core/modules/book/book.info.yml @@ -3,6 +3,8 @@ type: module description: 'Allows users to create and organize related content in an outline.' package: Core version: VERSION +lifecycle: deprecated +lifecycle_link: https://www.drupal.org/node/3223395#s-book dependencies: - drupal:node configure: book.settings diff --git a/core/themes/olivero/config/optional/block.block.olivero_book_navigation.yml b/core/modules/book/config/optional/block.block.olivero_book_navigation.yml similarity index 100% rename from core/themes/olivero/config/optional/block.block.olivero_book_navigation.yml rename to core/modules/book/config/optional/block.block.olivero_book_navigation.yml diff --git a/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php b/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php index 8ef41fa2f49341a0e1783911065dd1894a8183e5..a02fd12114ccb74807eb974bc308e8e2a28ffcb8 100644 --- a/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php +++ b/core/modules/book/tests/src/Functional/BookBreadcrumbTest.php @@ -10,6 +10,7 @@ * Create a book, add pages, and test book interface. * * @group book + * @group legacy */ class BookBreadcrumbTest extends BrowserTestBase { diff --git a/core/modules/book/tests/src/Functional/BookContentModerationTest.php b/core/modules/book/tests/src/Functional/BookContentModerationTest.php index d828646b246bc981c76d96d875c2eed4e3bcf97d..8194c2ddbbcdb870f8258c82cd643bbff91d2322 100644 --- a/core/modules/book/tests/src/Functional/BookContentModerationTest.php +++ b/core/modules/book/tests/src/Functional/BookContentModerationTest.php @@ -11,6 +11,7 @@ * Tests Book and Content Moderation integration. * * @group book + * @group legacy */ class BookContentModerationTest extends BrowserTestBase { diff --git a/core/modules/book/tests/src/Functional/BookTest.php b/core/modules/book/tests/src/Functional/BookTest.php index 804a5d3436a22e60d0f97fa78fffd57c306aa63e..846bd3aba64ffd73fe726d890bc61c6665a3e14e 100644 --- a/core/modules/book/tests/src/Functional/BookTest.php +++ b/core/modules/book/tests/src/Functional/BookTest.php @@ -12,6 +12,7 @@ * Create a book, add pages, and test book interface. * * @group book + * @group legacy * @group #slow */ class BookTest extends BrowserTestBase { diff --git a/core/modules/book/tests/src/Functional/Comment/CommentBookTest.php b/core/modules/book/tests/src/Functional/Comment/CommentBookTest.php index f16b7ce27c6b26e1b2e7274fb50e97bdbfd3bcb7..2a2ccb42bcba6e89b8cabbc13ac7b6eb37e1d3f7 100644 --- a/core/modules/book/tests/src/Functional/Comment/CommentBookTest.php +++ b/core/modules/book/tests/src/Functional/Comment/CommentBookTest.php @@ -14,6 +14,7 @@ * Tests visibility of comments on book pages. * * @group book + * @group legacy */ class CommentBookTest extends BrowserTestBase { diff --git a/core/modules/book/tests/src/Functional/GenericTest.php b/core/modules/book/tests/src/Functional/GenericTest.php index ea31be5dd092d6b0dc0378b3d486c86ff23382f7..f260fd0fcc50870962af0671649c1cc6e4b969f9 100644 --- a/core/modules/book/tests/src/Functional/GenericTest.php +++ b/core/modules/book/tests/src/Functional/GenericTest.php @@ -10,5 +10,6 @@ * Generic module test for book. * * @group book + * @group legacy */ class GenericTest extends GenericModuleTestBase {} diff --git a/core/modules/book/tests/src/Functional/Migrate/d6/ReviewPageTest.php b/core/modules/book/tests/src/Functional/Migrate/d6/ReviewPageTest.php index 41598a9b4aa16978261a876c073845a72fc48d38..a9064f0a94c89b2eaac54414b650e44cfe047353 100644 --- a/core/modules/book/tests/src/Functional/Migrate/d6/ReviewPageTest.php +++ b/core/modules/book/tests/src/Functional/Migrate/d6/ReviewPageTest.php @@ -10,6 +10,7 @@ * Tests Review page. * * @group book + * @group legacy */ class ReviewPageTest extends NoMultilingualReviewPageTestBase { diff --git a/core/modules/book/tests/src/Functional/Migrate/d7/ReviewPageTest.php b/core/modules/book/tests/src/Functional/Migrate/d7/ReviewPageTest.php index 674a616bcbd2af28309efcedfe6610cf9b4258a2..91f63bbc31dc4c4f540252e13aa967b96292690c 100644 --- a/core/modules/book/tests/src/Functional/Migrate/d7/ReviewPageTest.php +++ b/core/modules/book/tests/src/Functional/Migrate/d7/ReviewPageTest.php @@ -10,6 +10,7 @@ * Tests Review page. * * @group book + * @group legacy */ class ReviewPageTest extends NoMultilingualReviewPageTestBase { diff --git a/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php b/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php index 1120018faea9b0921e20b0c132bd52c36e522af1..1211074c10b1a14e45d9ad3bc1d863a13403cfbd 100644 --- a/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php +++ b/core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php @@ -11,6 +11,7 @@ * Tests entity reference relationship data. * * @group book + * @group legacy * * @see book_views_data() */ diff --git a/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php b/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php index 507877f73516c59ecb8acba9ce1fbfd41a083c08..1fcdbcb17e4286c54ec5c5db5f15d8a38409cc2e 100644 --- a/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php +++ b/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php @@ -13,6 +13,7 @@ * Tests Book javascript functionality. * * @group book + * @group legacy */ class BookJavascriptTest extends WebDriverTestBase { diff --git a/core/modules/book/tests/src/Kernel/BookInstallTest.php b/core/modules/book/tests/src/Kernel/BookInstallTest.php index 54ed4dd123ccb85e1172ff45b0d1b9ee67ec1b7c..71943cc456acf6df9a43351a81f80db2cb732b86 100644 --- a/core/modules/book/tests/src/Kernel/BookInstallTest.php +++ b/core/modules/book/tests/src/Kernel/BookInstallTest.php @@ -9,6 +9,7 @@ * Test installation of Book module. * * @group book + * @group legacy */ class BookInstallTest extends KernelTestBase { diff --git a/core/modules/book/tests/src/Kernel/BookMultilingualTest.php b/core/modules/book/tests/src/Kernel/BookMultilingualTest.php index 089bbbc53325295d538d9ad3f4f7cff335863355..cd92503902bee94e010065e6a79f000ee0e04743 100644 --- a/core/modules/book/tests/src/Kernel/BookMultilingualTest.php +++ b/core/modules/book/tests/src/Kernel/BookMultilingualTest.php @@ -22,6 +22,7 @@ * Tests multilingual books. * * @group book + * @group legacy */ class BookMultilingualTest extends KernelTestBase { diff --git a/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php b/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php index 33e70d597893677f2905d24db4af5be9ad986abb..7d4016fdf7584420c96735b1998614620635b1a5 100644 --- a/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php +++ b/core/modules/book/tests/src/Kernel/BookPendingRevisionTest.php @@ -10,6 +10,7 @@ * Tests that the Book module handles pending revisions correctly. * * @group book + * @group legacy */ class BookPendingRevisionTest extends KernelTestBase { diff --git a/core/modules/book/tests/src/Kernel/BookSettingsFormTest.php b/core/modules/book/tests/src/Kernel/BookSettingsFormTest.php index 5a6f158ccdd016d77052aad4100b63ea3b3ffa5b..937cb08e7253c88b8260f8e556d7290437a87574 100644 --- a/core/modules/book/tests/src/Kernel/BookSettingsFormTest.php +++ b/core/modules/book/tests/src/Kernel/BookSettingsFormTest.php @@ -10,6 +10,7 @@ /** * @covers \Drupal\book\Form\BookSettingsForm * @group book + * @group legacy */ class BookSettingsFormTest extends KernelTestBase { diff --git a/core/modules/book/tests/src/Kernel/BookUninstallTest.php b/core/modules/book/tests/src/Kernel/BookUninstallTest.php index 4a7bfee0c31b06bb93bf2f4768033049f56deb36..fbdd07ccbc870f75f9ce2b7ab6c2d341df0c990d 100644 --- a/core/modules/book/tests/src/Kernel/BookUninstallTest.php +++ b/core/modules/book/tests/src/Kernel/BookUninstallTest.php @@ -10,6 +10,7 @@ * Tests that the Book module cannot be uninstalled if books exist. * * @group book + * @group legacy */ class BookUninstallTest extends KernelTestBase { diff --git a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php index 28c989bf3554bdeded7ef190ff3222ad50c3252f..128802a10e1d768d1c1dc81370535be5794a8c04 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php @@ -9,6 +9,7 @@ * Upgrade variables to book.settings.yml. * * @group book + * @group legacy */ class MigrateBookConfigsTest extends MigrateDrupal6TestBase { diff --git a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php index ea618d6491003f221abedc6fa5b59cfdec83e252..dbf09341b36c9d6cb7577ebe620661b3b2626c3d 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php @@ -9,6 +9,7 @@ * Upgrade book structure. * * @group book + * @group legacy */ class MigrateBookTest extends MigrateDrupal6TestBase { diff --git a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php index a280f48b072d7c03b88987557bbe58d1c2526860..74463c77ea8eec1e16e0dcc18fa132fc051ae14a 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php @@ -9,6 +9,7 @@ * Tests the migration of Book settings. * * @group book + * @group legacy */ class MigrateBookConfigsTest extends MigrateDrupal7TestBase { diff --git a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php index 96ed272dbb038e9783b53bfe9de4b87cad57ae7e..190e078bd28afa25e6a439ef49accf64021a7aca 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php @@ -9,6 +9,7 @@ * Tests migration of book structures from Drupal 7. * * @group book + * @group legacy */ class MigrateBookTest extends MigrateDrupal7TestBase { diff --git a/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php b/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php index 848877244dd5cac066decd7b25fe6b7c4c71933e..017b26e222e56e267797fb4f147ba1f7dde8b065 100644 --- a/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php +++ b/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php @@ -9,6 +9,7 @@ /** * @covers \Drupal\book\Plugin\migrate\source\Book * @group book + * @group legacy */ class BookTest extends MigrateSqlSourceTestBase { diff --git a/core/modules/book/tests/src/Unit/BookManagerTest.php b/core/modules/book/tests/src/Unit/BookManagerTest.php index dd39ef8d142160499c3346c341308add4317b0b4..5e678f04ed5302913beacd0182fe984e6c4168af 100644 --- a/core/modules/book/tests/src/Unit/BookManagerTest.php +++ b/core/modules/book/tests/src/Unit/BookManagerTest.php @@ -12,6 +12,7 @@ /** * @coversDefaultClass \Drupal\book\BookManager * @group book + * @group legacy */ class BookManagerTest extends UnitTestCase { diff --git a/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php b/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php index 8d2eddc952bfb495c064031587bb8ab6f0f48fe2..0f5f077c09aa469ec640359065ffa806864ffc76 100644 --- a/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php +++ b/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @@ -9,6 +9,7 @@ /** * @coversDefaultClass \Drupal\book\BookUninstallValidator * @group book + * @group legacy */ class BookUninstallValidatorTest extends UnitTestCase { diff --git a/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php b/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php index 9138f8ff1804569274298ed3b5ab85d229de1088..82560cb8f8e2e93330842c90f3a4e8f230eb2c83 100644 --- a/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php +++ b/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php @@ -10,6 +10,7 @@ * Tests existence of book local tasks. * * @group book + * @group legacy */ class BookLocalTasksTest extends LocalTaskIntegrationTestBase { diff --git a/core/modules/statistics/tests/src/Functional/migrate_drupal/d7/UpgradeTest.php b/core/modules/statistics/tests/src/Functional/migrate_drupal/d7/UpgradeTest.php index 4e8bcfd3643969bb5b16b0b2179917ffbe0d0b60..139ad6de96f9991a43e1a477bbf220c5e572d40d 100644 --- a/core/modules/statistics/tests/src/Functional/migrate_drupal/d7/UpgradeTest.php +++ b/core/modules/statistics/tests/src/Functional/migrate_drupal/d7/UpgradeTest.php @@ -19,7 +19,6 @@ class UpgradeTest extends MigrateUpgradeExecuteTestBase { * {@inheritdoc} */ protected static $modules = [ - 'book', 'config_translation', 'content_translation', 'datetime_range', @@ -69,8 +68,8 @@ protected function getSourceBasePath() { protected function getEntityCounts() { return [ 'action' => 24, - 'base_field_override' => 3, - 'block' => 27, + 'base_field_override' => 2, + 'block' => 26, 'block_content' => 1, 'block_content_type' => 1, 'comment' => 4, @@ -83,7 +82,7 @@ protected function getEntityCounts() { 'entity_form_display' => 19, 'entity_form_mode' => 1, 'entity_view_display' => 28, - 'entity_view_mode' => 12, + 'entity_view_mode' => 11, 'field_config' => 33, 'field_storage_config' => 19, 'file' => 1,