Loading core/modules/block_content/src/BlockContentForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ public function form(array $form, FormStateInterface $form_state) { /** * {@inheritdoc} */ public function actions(array $form, FormStateInterface $form_state): array { protected function actions(array $form, FormStateInterface $form_state): array { $element = parent::actions($form, $form_state); if ($this->getRequest()->query->has('theme')) { Loading Loading
core/modules/block_content/src/BlockContentForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ public function form(array $form, FormStateInterface $form_state) { /** * {@inheritdoc} */ public function actions(array $form, FormStateInterface $form_state): array { protected function actions(array $form, FormStateInterface $form_state): array { $element = parent::actions($form, $form_state); if ($this->getRequest()->query->has('theme')) { Loading