Loading src/Form/ConfirmAction.php +2 −0 Original line number Diff line number Diff line Loading @@ -94,8 +94,10 @@ class ConfirmAction extends FormBase { ] ); $form['actions'] = ['#type' => 'actions']; $form['actions']['submit'] = [ '#type' => 'submit', '#button_type' => 'primary', '#value' => $this->t('Execute action'), '#submit' => [ [$this, 'submitForm'], Loading Loading
src/Form/ConfirmAction.php +2 −0 Original line number Diff line number Diff line Loading @@ -94,8 +94,10 @@ class ConfirmAction extends FormBase { ] ); $form['actions'] = ['#type' => 'actions']; $form['actions']['submit'] = [ '#type' => 'submit', '#button_type' => 'primary', '#value' => $this->t('Execute action'), '#submit' => [ [$this, 'submitForm'], Loading