class EntityTestDeleteForm

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php \Drupal\entity_test\EntityTestDeleteForm

Provides the entity_test delete form.

@internal

Hierarchy

Expanded class hierarchy of EntityTestDeleteForm

File

core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php, line 13

Namespace

Drupal\entity_test
View source
class EntityTestDeleteForm extends ContentEntityDeleteForm {
  
  /**
   * {@inheritdoc}
   */
  public function getCancelUrl() {
    return new Url('<front>');
  }

}

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