Skip to content
Snippets Groups Projects
Commit f4b1012d authored by Andrey Yurtaev's avatar Andrey Yurtaev
Browse files

Issue #3148025 by Project Update Bot, iamdroid: Automated Drupal 9 compatibility fixes

parent 243d94ff
Branches
Tags
No related merge requests found
<?php
use Drupal\Core\Form\FormStateInterface;
/**
* Implements hook_form_system_theme_settings_alter().
*/
function material_base_form_system_theme_settings_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id = NULL) {
function material_base_form_system_theme_settings_alter(&$form, FormStateInterface $form_state, $form_id = NULL) {
// Work-around for a core bug affecting admin themes. See issue #943212.
if (isset($form_id)) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment