function hook_data_update in Data 6
Same name and namespace in other branches
- 8 data.api.php \hook_data_update()
- 7 data.api.php \hook_data_update()
Invoked after a data record has been updated.
1 function implements hook_data_update()
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_update in data_taxonomy/
data_taxonomy.module - Implementation of hook_data_update().
1 invocation of hook_data_update()
- DataHandler::update in includes/
DataHandler.inc - Update a record.
File
- ./
data.api.php, line 17 - Documentation of hooks.
Code
function hook_data_update($record, $table_name) {
}