Search for delete

  1. Search 7.x-1.x for delete
  2. Search 4.0.x for delete
  3. Other projects
Title Object type File name Summary
ContactDeleteForm class modules/content_entity_example/src/Form/ContactDeleteForm.php Provides a form for deleting a content_entity_example entity.
ContactDeleteForm.php file modules/content_entity_example/src/Form/ContactDeleteForm.php
ContactDeleteForm::getCancelUrl function modules/content_entity_example/src/Form/ContactDeleteForm.php If the delete command is canceled, return to the contact list.
ContactDeleteForm::getConfirmText function modules/content_entity_example/src/Form/ContactDeleteForm.php Returns a caption for the button that confirms the action.
ContactDeleteForm::getQuestion function modules/content_entity_example/src/Form/ContactDeleteForm.php Returns the question to ask the user.
ContactDeleteForm::submitForm function modules/content_entity_example/src/Form/ContactDeleteForm.php Delete the entity and log the event. logger() replaces the watchdog.
DbtngExampleRepository::delete function modules/dbtng_example/src/DbtngExampleRepository.php Delete an entry from the database.
QueueExampleForm::submitClaimDeleteItem function modules/queue_example/src/Form/QueueExampleForm.php Submit function for "Claim and delete" button.
QueueExampleForm::submitDeleteQueue function modules/queue_example/src/Form/QueueExampleForm.php Submit handler for clearing/deleting the queue.
RestExampleClientCalls::delete function modules/rest_example/src/RestExampleClientCalls.php Delete a node on the remote server, using DELETE.
RestExampleClientDelete class modules/rest_example/src/Form/RestExampleClientDelete.php Delete a new node on a remote Drupal site.
RestExampleClientDelete.php file modules/rest_example/src/Form/RestExampleClientDelete.php
RestExampleClientDelete::$restExampleClientCalls property modules/rest_example/src/Form/RestExampleClientDelete.php RestExampleClientCalls object.
RestExampleClientDelete::buildForm function modules/rest_example/src/Form/RestExampleClientDelete.php Form constructor.
RestExampleClientDelete::create function modules/rest_example/src/Form/RestExampleClientDelete.php Instantiates a new instance of this class.
RestExampleClientDelete::getCancelUrl function modules/rest_example/src/Form/RestExampleClientDelete.php Returns the route to go to if the user cancels the action.
RestExampleClientDelete::getConfirmText function modules/rest_example/src/Form/RestExampleClientDelete.php Returns a caption for the button that confirms the action.
RestExampleClientDelete::getFormId function modules/rest_example/src/Form/RestExampleClientDelete.php Returns a unique string identifying the form.
RestExampleClientDelete::getQuestion function modules/rest_example/src/Form/RestExampleClientDelete.php Returns the question to ask the user.
RestExampleClientDelete::submitForm function modules/rest_example/src/Form/RestExampleClientDelete.php
RestExampleClientDelete::validateForm function modules/rest_example/src/Form/RestExampleClientDelete.php Form validation handler.
RestExampleClientDelete::__construct function modules/rest_example/src/Form/RestExampleClientDelete.php RestExampleClientController constructor.
RobotDeleteForm class modules/config_entity_example/src/Form/RobotDeleteForm.php Class RobotDeleteForm.
RobotDeleteForm.php file modules/config_entity_example/src/Form/RobotDeleteForm.php
RobotDeleteForm::getCancelUrl function modules/config_entity_example/src/Form/RobotDeleteForm.php Gets the cancel URL.
RobotDeleteForm::getConfirmText function modules/config_entity_example/src/Form/RobotDeleteForm.php Gather the confirmation text.
RobotDeleteForm::getQuestion function modules/config_entity_example/src/Form/RobotDeleteForm.php Gathers a confirmation question.
RobotDeleteForm::submitForm function modules/config_entity_example/src/Form/RobotDeleteForm.php The submit handler for the confirm form.