You are here

19 calls to EntityDeleteFormTrait::getEntity() in Drupal 10

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.
ContentEntityDeleteForm::getDeletionMessage in core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::getQuestion in core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
Returns the question to ask the user.
ContentEntityDeleteForm::logDeletionMessage in core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::submitForm in core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
EntityDeleteForm::buildForm in core/lib/Drupal/Core/Entity/EntityDeleteForm.php
Form constructor.
EntityDeleteFormTrait::getCancelUrl in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getDeletionMessage in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
Gets the message to display to the user after deleting the entity.
EntityDeleteFormTrait::getQuestion in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
EntityDeleteFormTrait::getRedirectUrl in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
Returns the URL where the user should be redirected after deletion.
EntityDeleteFormTrait::logDeletionMessage in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
Logs a message about the deleted entity.
EntityDeleteFormTrait::submitForm in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
ImageStyleDeleteForm::getReplacementOptions in core/modules/image/src/Form/ImageStyleDeleteForm.php
Returns a list of image style replacement options.
NodeDeleteForm::getDeletionMessage in core/modules/node/src/Form/NodeDeleteForm.php
NodeDeleteForm::logDeletionMessage in core/modules/node/src/Form/NodeDeleteForm.php