Loading core/modules/system/src/Theme/SystemAdminThemePreprocess.php +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public function preprocessSystemModulesDetails(array &$variables): void { foreach ($theme->info['dependencies'] as $dependency) { if (isset($form[$dependency])) { // Add themes to the module's required by list. $form[$dependency]['#required_by'][] = $theme->status ? $this->t('@theme', ['@theme (theme)' => $theme->info['name']]) : $this->t('@theme (theme) (<span class="admin-disabled">disabled</span>)', ['@theme' => $theme->info['name']]); $form[$dependency]['#required_by'][] = $theme->status ? $this->t('@theme (theme)', ['@theme' => $theme->info['name']]) : $this->t('@theme (theme) (<span class="admin-disabled">disabled</span>)', ['@theme' => $theme->info['name']]); } } } Loading Loading
core/modules/system/src/Theme/SystemAdminThemePreprocess.php +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public function preprocessSystemModulesDetails(array &$variables): void { foreach ($theme->info['dependencies'] as $dependency) { if (isset($form[$dependency])) { // Add themes to the module's required by list. $form[$dependency]['#required_by'][] = $theme->status ? $this->t('@theme', ['@theme (theme)' => $theme->info['name']]) : $this->t('@theme (theme) (<span class="admin-disabled">disabled</span>)', ['@theme' => $theme->info['name']]); $form[$dependency]['#required_by'][] = $theme->status ? $this->t('@theme (theme)', ['@theme' => $theme->info['name']]) : $this->t('@theme (theme) (<span class="admin-disabled">disabled</span>)', ['@theme' => $theme->info['name']]); } } } Loading