Verified Commit db5e5c12 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3424751 by acbramley: BlockContentForm::actions is incorrectly overridden as public

(cherry picked from commit 8e3e867b)
parent 85f30c3b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')) {