Issue #3337174 by Spokje: Remove @todo linking to closed issue in onfigureBlockFormBase::doBuildForm

merge-requests/3144/merge
catch 2023-02-13 13:04:55 +00:00
parent 31301fa2ad
commit 3379c3b2f0
1 changed files with 0 additions and 3 deletions

View File

@ -166,9 +166,6 @@ abstract class ConfigureBlockFormBase extends FormBase implements BaseFormIdInte
$form_state->setTemporaryValue('gathered_contexts', $this->getPopulatedContexts($section_storage));
// @todo Remove once https://www.drupal.org/node/2268787 is resolved.
$form_state->set('block_theme', $this->config('system.theme')->get('default'));
$form['#tree'] = TRUE;
$form['settings'] = [];
$subform_state = SubformState::createForSubform($form['settings'], $form, $form_state);