Skip to content
ActionDeleteForm.php 335 B
Newer Older
use Drupal\Core\Entity\EntityDeleteForm;

/**
 * Builds a form to delete an action.
class ActionDeleteForm extends EntityDeleteForm {
  public function getCancelUrl() {
    return new Url('entity.action.collection');