BasicSettingsForm pointlessly builds up a list of themes

Created on 19 December 2024, 4 months ago

Problem/Motivation

Drupal\views_ui\Form\BasicSettingsForm does this:

    $options = [];
    foreach ($this->themeHandler->listInfo() as $name => $theme) {
      if ($theme->status) {
        $options[$name] = $theme->info['name'];
      }
    }

but never uses the $options array.

Steps to reproduce

Proposed resolution

Remove this code, and also the injection of the theme handler which is only used for this.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

📌 Task
Status

Active

Version

11.0 🔥

Component

views_ui.module

Created by

🇬🇧United Kingdom joachim

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