Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php \Drupal\Core\Entity\EntityDeleteFormTrait::getEntity()
  2. 9 core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php \Drupal\Core\Entity\EntityDeleteFormTrait::getEntity()

Gets the entity of this form.

Provided by \Drupal\Core\Entity\EntityForm.

Return value

\Drupal\Core\Entity\EntityInterface The entity.

19 calls to EntityDeleteFormTrait::getEntity()
BlockDeleteForm::getDeletionMessage in core/modules/block/src/Form/BlockDeleteForm.php
Gets the message to display to the user after deleting the entity.
BlockDeleteForm::getDescription in core/modules/block/src/Form/BlockDeleteForm.php
Returns additional text to display as a description.
BlockDeleteForm::getQuestion in core/modules/block/src/Form/BlockDeleteForm.php
ContentEntityDeleteForm::buildForm in core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
Form constructor.
ContentEntityDeleteForm::getCancelUrl in core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
Returns the route to go to if the user cancels the action.

... See full list

File

core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php, line 28

Class

EntityDeleteFormTrait
Provides a trait for an entity deletion form.

Namespace

Drupal\Core\Entity

Code

public abstract function getEntity();