class ActionDeleteForm

Builds a form to delete an action.

@internal

Hierarchy

Expanded class hierarchy of ActionDeleteForm

File

core/modules/action/src/Form/ActionDeleteForm.php, line 13

Namespace

Drupal\action\Form
View source
class ActionDeleteForm extends EntityDeleteForm {
  
  /**
   * {@inheritdoc}
   */
  public function getCancelUrl() {
    return new Url('entity.action.collection');
  }

}

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