Search for delete

  1. Search 9.5.x for delete
  2. Search 8.9.x for delete
  3. Search 10.3.x for delete
  4. Search 11.x for delete
  5. Other projects
Title Object type File name Summary
DrupalQueueInterface::deleteItem function modules/system/system.queue.inc Delete a finished item from the queue.
DrupalQueueInterface::deleteQueue function modules/system/system.queue.inc Delete a queue and every item in the queue.
DrupalTestCase::deleteAssert function modules/simpletest/drupal_web_test_case.php Delete an assertion record by message ID.
drupal_delete_file_if_stale function includes/common.inc Callback to delete files modified more than a set time ago.
EntityFieldQuery::$deleted property includes/entity.inc Query behavior for deleted data.
EntityFieldQuery::deleted function includes/entity.inc Filters on the data being deleted.
entity_crud_hook_test_comment_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_delete().
entity_crud_hook_test_entity_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_entity_delete().
entity_crud_hook_test_file_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_file_delete().
entity_crud_hook_test_node_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_node_delete().
entity_crud_hook_test_taxonomy_term_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_delete().
entity_crud_hook_test_taxonomy_vocabulary_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_delete().
entity_crud_hook_test_user_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_delete().
FieldAttachStorageTestCase::testFieldAttachDelete function modules/field/tests/field.test Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle function modules/field/tests/field.test Test field_attach_delete_bundle().
FieldBulkDeleteTestCase class modules/field/tests/field.test Unit test class for field bulk delete and batch purge functionality.
FieldBulkDeleteTestCase::$bundles property modules/field/tests/field.test
FieldBulkDeleteTestCase::$entities property modules/field/tests/field.test
FieldBulkDeleteTestCase::$entities_by_bundles property modules/field/tests/field.test
FieldBulkDeleteTestCase::$entity_type property modules/field/tests/field.test
FieldBulkDeleteTestCase::$field property modules/field/tests/field.test
FieldBulkDeleteTestCase::$fields property modules/field/tests/field.test
FieldBulkDeleteTestCase::$instances property modules/field/tests/field.test
FieldBulkDeleteTestCase::checkHooksInvocations function modules/field/tests/field.test Tests that the expected hooks have been invoked on the expected entities.
FieldBulkDeleteTestCase::getInfo function modules/field/tests/field.test
FieldBulkDeleteTestCase::setUp function modules/field/tests/field.test Set the default field storage backend for fields created during tests.
FieldBulkDeleteTestCase::testDeleteFieldInstance function modules/field/tests/field.test Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance.
FieldBulkDeleteTestCase::testPurgeField function modules/field/tests/field.test Verify that fields are preserved and purged correctly as multiple
instances are deleted and purged.
FieldBulkDeleteTestCase::testPurgeInstance function modules/field/tests/field.test Verify that field data items and instances are purged when an
instance is deleted.
FieldBulkDeleteTestCase::_generateStubEntities function modules/field/tests/field.test Convenience function for Field API tests.
FieldCrudTestCase::testDeleteField function modules/field/tests/field.test Test the deletion of a field.
FieldInstanceCrudTestCase::testDeleteFieldInstance function modules/field/tests/field.test Test the deletion of a field instance.
FieldUIManageFieldsTestCase::testDeleteField function modules/field_ui/field_ui.test Tests that deletion removes fields and instances as expected.
FieldUITestCase::fieldUIDeleteField function modules/field_ui/field_ui.test Deletes a field instance through the Field UI.
field_attach_delete function modules/field/field.attach.inc Delete field data for an existing entity. This deletes all
revisions of field data for the entity.
field_attach_delete_bundle function modules/field/field.attach.inc Notify field.module the a bundle was deleted.
field_attach_delete_revision function modules/field/field.attach.inc Delete field data for a single revision of an existing entity. The
passed entity must have a revision id attribute.
field_delete_field function modules/field/field.crud.inc Marks a field and its instances and data for deletion.
field_delete_instance function modules/field/field.crud.inc Marks a field instance and its data for deletion.
field_sql_storage_field_storage_delete function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete().
field_sql_storage_field_storage_delete_field function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_field().
field_sql_storage_field_storage_delete_instance function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_instance().
field_sql_storage_field_storage_delete_revision function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_revision().
field_test_delete_bundle function modules/field/tests/field_test.entity.inc Deletes a bundle for test_entity objects.
field_test_field_attach_delete_bundle function modules/field/tests/field_test.storage.inc Implements hook_field_attach_delete_bundle().
field_test_field_delete function modules/field/tests/field_test.field.inc Implements hook_field_delete().
field_test_field_storage_delete function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete().
field_test_field_storage_delete_field function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete_field().
field_test_field_storage_delete_instance function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete_instance().
field_test_field_storage_delete_revision function modules/field/tests/field_test.storage.inc Implements hook_field_storage_delete_revision().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.