EntityTestDeleteForm.php
Same filename in other branches
Namespace
Drupal\entity_testFile
-
core/
modules/ system/ tests/ modules/ entity_test/ src/ EntityTestDeleteForm.php
View source
<?php
namespace Drupal\entity_test;
use Drupal\Core\Entity\ContentEntityDeleteForm;
use Drupal\Core\Url;
/**
* Provides the entity_test delete form.
*
* @internal
*/
class EntityTestDeleteForm extends ContentEntityDeleteForm {
/**
* {@inheritdoc}
*/
public function getCancelUrl() {
return new Url('<front>');
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityTestDeleteForm | Provides the entity_test delete form. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.