Skip to content
Snippets Groups Projects

Issue #3331291: Implement a primary button in Action confirm form

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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