Issue #3480855 by mlncn, akulsaxena, smustgrave: Update lifecycle link for sdc
(cherry picked from commit cb28d50b8a
)
merge-requests/10722/head
parent
3116614f70
commit
fb7ce62696
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue