function WorkspaceActivateForm::actions

File

core/modules/workspaces/src/Form/WorkspaceActivateForm.php, line 100

Class

WorkspaceActivateForm
Handle activation of a workspace on administrative pages.

Namespace

Drupal\workspaces\Form

Code

public function actions(array $form, FormStateInterface $form_state) {
  $actions = parent::actions($form, $form_state);
  $actions['cancel']['#attributes']['class'][] = 'dialog-cancel';
  return $actions;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.