ContactDeleteForm |
class |
content_entity_example/src/Form/ContactDeleteForm.php |
Provides a form for deleting a content_entity_example entity. |
ContactDeleteForm.php |
file |
content_entity_example/src/Form/ContactDeleteForm.php |
|
ContactDeleteForm::getCancelUrl |
function |
content_entity_example/src/Form/ContactDeleteForm.php |
If the delete command is canceled, return to the contact list. |
ContactDeleteForm::getConfirmText |
function |
content_entity_example/src/Form/ContactDeleteForm.php |
|
ContactDeleteForm::getQuestion |
function |
content_entity_example/src/Form/ContactDeleteForm.php |
|
ContactDeleteForm::submitForm |
function |
content_entity_example/src/Form/ContactDeleteForm.php |
Delete the entity and log the event. logger() replaces the watchdog. |
DbtngExampleRepository::delete |
function |
dbtng_example/src/DbtngExampleRepository.php |
Delete an entry from the database. |
QueueExampleForm::submitClaimDeleteItem |
function |
queue_example/src/Forms/QueueExampleForm.php |
Submit function for "Claim and delete" button. |
QueueExampleForm::submitDeleteQueue |
function |
queue_example/src/Forms/QueueExampleForm.php |
Submit handler for clearing/deleting the queue. |
RobotDeleteForm |
class |
config_entity_example/src/Form/RobotDeleteForm.php |
Class RobotDeleteForm. |
RobotDeleteForm.php |
file |
config_entity_example/src/Form/RobotDeleteForm.php |
|
RobotDeleteForm::getCancelUrl |
function |
config_entity_example/src/Form/RobotDeleteForm.php |
Gets the cancel URL. |
RobotDeleteForm::getConfirmText |
function |
config_entity_example/src/Form/RobotDeleteForm.php |
Gather the confirmation text. |
RobotDeleteForm::getQuestion |
function |
config_entity_example/src/Form/RobotDeleteForm.php |
Gathers a confirmation question. |
RobotDeleteForm::submitForm |
function |
config_entity_example/src/Form/RobotDeleteForm.php |
The submit handler for the confirm form. |