Problem/Motivation

Track the steps needed to deprecate extension Settings Tray. See Remove a core extension and move it to a contributed project of the deprecation policy.

The removal of extension Settings Tray was approved in #3576315: [policy, no patch] Move Settings Tray to a contributed project.

Remaining tasks

  1. Begin finding someone to maintain the contrib version of the extension.
  2. ✅ Add the extension to the list of the Upcoming Deprecations.
  3. Move integrations implemented by other modules to the extension.
    Create child issues or child meta issues, as needed, to address the following points. Not all points will apply to all extensions.
  4. Do a thorough search of core for any remaining references to the extension. If references are found, outside of the extension, then create issues to remove the references.
  5. Create the contrib project with a stable release, before the alpha version of the major release. Follow the process in Create the contrib project with a stable release for creating the sub tree split.
  6. Deprecate the core extension. #3576669: Deprecate Settings Tray module.
  7. Create an issue, 'Ensure that Settings Tray does not get special core treatment' in the packages.drupal.org issue queue to ensure that the composer namespace for the contributed project matches the core one after removal. This is to allocate the drupal/settings_tray Composer namespace to contrib extension rather than the core extension.
  8. Update the Deprecated and obsolete extensions

Comments

quietone created an issue. See original summary.

quietone’s picture

Status: Postponed » Active
$ git grep -li "settings_tray" | grep -v core/modules/settings_tray
core/.phpstan-baseline.php
core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php
core/modules/help/help_topics/core.ui_components.html.twig
core/modules/help/src/Plugin/Block/HelpBlock.php
core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
core/modules/system/src/Plugin/Block/SystemMainBlock.php
core/modules/system/src/Plugin/Block/SystemMenuBlock.php
core/themes/default_admin/default_admin.libraries.yml
core/themes/stable9/stable9.info.yml
quietone’s picture

Issue summary: View changes
longwave’s picture

quietone’s picture

Issue summary: View changes
quietone’s picture

Issue summary: View changes

The remaining uses are in Stable 9 and Admin theme.

quietone’s picture

core/themes/default_admin/default_admin.libraries.yml:    - default_admin/settings_tray
core/themes/default_admin/default_admin.libraries.yml:    - default_admin/settings_tray_edit
core/themes/default_admin/default_admin.libraries.yml:    - default_admin/settings_tray_edit
core/themes/default_admin/default_admin.libraries.yml:settings_tray:
core/themes/default_admin/default_admin.libraries.yml:      migration/css/components/settings_tray.css: { minified: false }
core/themes/default_admin/default_admin.libraries.yml:settings_tray_edit:
core/themes/default_admin/default_admin.libraries.yml:      migration/css/components/settings_tray_edit.css: { minified: false }
core/themes/stable9/stable9.info.yml:  settings_tray/drupal.settings_tray:
core/themes/stable9/stable9.info.yml:        css/settings_tray.module.css: css/settings_tray/settings_tray.module.css
core/themes/stable9/stable9.info.yml:        css/settings_tray.motion.css: css/settings_tray/settings_tray.motion.css
core/themes/stable9/stable9.info.yml:        css/settings_tray.toolbar.css: css/settings_tray/settings_tray.toolbar.css
core/themes/stable9/stable9.info.yml:        css/settings_tray.theme.css: css/settings_tray/settings_tray.theme.css
quietone’s picture

Issue summary: View changes
quietone’s picture

Issue summary: View changes