From fb7ce626967e824e99416f0452cc50f646add073 Mon Sep 17 00:00:00 2001 From: Dave Long Date: Tue, 10 Dec 2024 21:37:21 +0000 Subject: [PATCH] Issue #3480855 by mlncn, akulsaxena, smustgrave: Update lifecycle link for sdc (cherry picked from commit cb28d50b8a864a1e5cf4ebdf02e14961c8d75551) --- core/modules/sdc/sdc.info.yml | 2 +- core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/sdc/sdc.info.yml b/core/modules/sdc/sdc.info.yml index b6c3448e2e6..1a202b8b9d4 100644 --- a/core/modules/sdc/sdc.info.yml +++ b/core/modules/sdc/sdc.info.yml @@ -4,6 +4,6 @@ description: 'Allows discovery and rendering of self-contained UI components.' version: VERSION package: Core (Experimental) lifecycle: deprecated -lifecycle_link: 'https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-understanding-deprecated-extensions' +lifecycle_link: 'https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-single-directory-components-sdc' dependencies: - drupal:serialization diff --git a/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php b/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php index e3417be3c89..23c9ad2158a 100644 --- a/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php +++ b/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php @@ -30,7 +30,7 @@ final class LibrariesBCLayerTest extends BrowserTestBase { * Tests libraryOverrides. */ public function testLibraryBCLayer(): void { - $this->expectDeprecation('The module \'sdc\' is deprecated. See https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-understanding-deprecated-extensions'); + $this->expectDeprecation('The module \'sdc\' is deprecated. See https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-single-directory-components-sdc'); $this->expectDeprecation('The sdc/sdc_theme_test--my-card asset library is deprecated in Drupal 10.3.0 and will be removed in Drupal 11.0.0. Use the core/components.[component-id] library instead. See https://www.drupal.org/node/3410260'); $build = [ '#type' => 'inline_template',