Search for delete
- Search 9.5.x for delete
- Search 8.9.x for delete
- Search 10.3.x for delete
- Search 11.x for delete
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalQueueInterface::deleteItem | function | modules/ |
Delete a finished item from the queue. |
DrupalQueueInterface::deleteQueue | function | modules/ |
Delete a queue and every item in the queue. |
DrupalTestCase::deleteAssert | function | modules/ |
Delete an assertion record by message ID. |
drupal_delete_file_if_stale | function | includes/ |
Callback to delete files modified more than a set time ago. |
EntityFieldQuery::$deleted | property | includes/ |
Query behavior for deleted data. |
EntityFieldQuery::deleted | function | includes/ |
Filters on the data being deleted. |
entity_crud_hook_test_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
entity_crud_hook_test_entity_delete | function | modules/ |
Implements hook_entity_delete(). |
entity_crud_hook_test_file_delete | function | modules/ |
Implements hook_file_delete(). |
entity_crud_hook_test_node_delete | function | modules/ |
Implements hook_node_delete(). |
entity_crud_hook_test_taxonomy_term_delete | function | modules/ |
Implements hook_taxonomy_term_delete(). |
entity_crud_hook_test_taxonomy_vocabulary_delete | function | modules/ |
Implements hook_taxonomy_vocabulary_delete(). |
entity_crud_hook_test_user_delete | function | modules/ |
Implements hook_user_delete(). |
FieldAttachStorageTestCase::testFieldAttachDelete | function | modules/ |
Test field_attach_delete(). |
FieldAttachStorageTestCase::testFieldAttachDeleteBundle | function | modules/ |
Test field_attach_delete_bundle(). |
FieldBulkDeleteTestCase | class | modules/ |
Unit test class for field bulk delete and batch purge functionality. |
FieldBulkDeleteTestCase::$bundles | property | modules/ |
|
FieldBulkDeleteTestCase::$entities | property | modules/ |
|
FieldBulkDeleteTestCase::$entities_by_bundles | property | modules/ |
|
FieldBulkDeleteTestCase::$entity_type | property | modules/ |
|
FieldBulkDeleteTestCase::$field | property | modules/ |
|
FieldBulkDeleteTestCase::$fields | property | modules/ |
|
FieldBulkDeleteTestCase::$instances | property | modules/ |
|
FieldBulkDeleteTestCase::checkHooksInvocations | function | modules/ |
Tests that the expected hooks have been invoked on the expected entities. |
FieldBulkDeleteTestCase::getInfo | function | modules/ |
|
FieldBulkDeleteTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
FieldBulkDeleteTestCase::testDeleteFieldInstance | function | modules/ |
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/ |
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged. |
FieldBulkDeleteTestCase::testPurgeInstance | function | modules/ |
Verify that field data items and instances are purged when an instance is deleted. |
FieldBulkDeleteTestCase::_generateStubEntities | function | modules/ |
Convenience function for Field API tests. |
FieldCrudTestCase::testDeleteField | function | modules/ |
Test the deletion of a field. |
FieldInstanceCrudTestCase::testDeleteFieldInstance | function | modules/ |
Test the deletion of a field instance. |
FieldUIManageFieldsTestCase::testDeleteField | function | modules/ |
Tests that deletion removes fields and instances as expected. |
FieldUITestCase::fieldUIDeleteField | function | modules/ |
Deletes a field instance through the Field UI. |
field_attach_delete | function | modules/ |
Delete field data for an existing entity. This deletes all revisions of field data for the entity. |
field_attach_delete_bundle | function | modules/ |
Notify field.module the a bundle was deleted. |
field_attach_delete_revision | function | modules/ |
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/ |
Marks a field and its instances and data for deletion. |
field_delete_instance | function | modules/ |
Marks a field instance and its data for deletion. |
field_sql_storage_field_storage_delete | function | modules/ |
Implements hook_field_storage_delete(). |
field_sql_storage_field_storage_delete_field | function | modules/ |
Implements hook_field_storage_delete_field(). |
field_sql_storage_field_storage_delete_instance | function | modules/ |
Implements hook_field_storage_delete_instance(). |
field_sql_storage_field_storage_delete_revision | function | modules/ |
Implements hook_field_storage_delete_revision(). |
field_test_delete_bundle | function | modules/ |
Deletes a bundle for test_entity objects. |
field_test_field_attach_delete_bundle | function | modules/ |
Implements hook_field_attach_delete_bundle(). |
field_test_field_delete | function | modules/ |
Implements hook_field_delete(). |
field_test_field_storage_delete | function | modules/ |
Implements hook_field_storage_delete(). |
field_test_field_storage_delete_field | function | modules/ |
Implements hook_field_storage_delete_field(). |
field_test_field_storage_delete_instance | function | modules/ |
Implements hook_field_storage_delete_instance(). |
field_test_field_storage_delete_revision | function | modules/ |
Implements hook_field_storage_delete_revision(). |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.