Issue #3480855 by mlncn, akulsaxena, smustgrave: Update lifecycle link for sdc

(cherry picked from commit cb28d50b8a)
merge-requests/10722/head
Dave Long 2024-12-10 21:37:21 +00:00
parent 3116614f70
commit fb7ce62696
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',