Verified Commit fb7ce626 authored by Dave Long's avatar Dave Long
Browse files

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

(cherry picked from commit cb28d50b)
parent 3116614f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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',