Rename Settings to Redirect settings

Created on 20 August 2023, over 1 year ago
Updated 31 May 2024, 7 months ago

Problem/Motivation

When looking at šŸ“Œ Admin menu-link Domain redirects missing Fixed , I noticed that the module uses Settings for the main redirect settings page. Other modules often put the name of the module with "settings" so it's more clear what it's for, e.g. Devel settings and Media settings.

Steps to reproduce

Proposed resolution

Update Settings in all places to Redirect settings:

redirect.links.menu.yml:  title: 'Settings'
redirect.links.task.yml:  title: Settings
redirect.module:      $output .= '<dd>' . t('The <a href=":settings">"Settings"</a> page presents you with a number of means to adjust redirect settings.', [':settings' => Url::fromRoute('redirect.settings')->toString()]) . '</dd>';
redirect.routing.yml:    _title: 'Settings'

Remaining tasks

  1. Update code
  2. Review and test
  3. Commit :)

User interface changes

User will see Redirect settings.

API changes

Data model changes

šŸ“Œ Task
Status

RTBC

Version

1.0

Component

User interface

Created by

šŸ‡ŗšŸ‡øUnited States Kristen Pol Santa Cruz, CA, USA

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024