ActionDeleteForm.php
Same filename in other branches
Namespace
Drupal\action\FormFile
-
core/
modules/ action/ src/ Form/ ActionDeleteForm.php
View source
<?php
namespace Drupal\action\Form;
use Drupal\Core\Entity\EntityDeleteForm;
use Drupal\Core\Url;
/**
* Builds a form to delete an action.
*
* @internal
*/
class ActionDeleteForm extends EntityDeleteForm {
/**
* {@inheritdoc}
*/
public function getCancelUrl() {
return new Url('entity.action.collection');
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
ActionDeleteForm | Builds a form to delete an action. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.