You are here

14 calls to EntityDeleteFormTrait::getEntity() in Zircon Profile 8

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::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.
NodeDeleteForm::getDeletionMessage in core/modules/node/src/Form/NodeDeleteForm.php
NodeDeleteForm::logDeletionMessage in core/modules/node/src/Form/NodeDeleteForm.php
TermDeleteForm::submitForm in core/modules/taxonomy/src/Form/TermDeleteForm.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…