You are here

function hook_data_delete_query_alter in Data 6

Invoked before a delete. Add to/remove from a delete query before deleting.

1 function implements hook_data_delete_query_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

data_taxonomy_data_delete_query_alter in data_taxonomy/data_taxonomy.module
Implementation of hook_data_delete_query_alter().
1 invocation of hook_data_delete_query_alter()
DataHandler::delete in includes/DataHandler.inc
Delete one or more records from the table.

File

./data.api.php, line 23
Documentation of hooks.

Code

function hook_data_delete_query_alter(&$query, $table_name) {
}