function hook_data_update in Data 8
Same name and namespace in other branches
- 6 data.api.php \hook_data_update()
- 7 data.api.php \hook_data_update()
Invoked after a data record has been updated.
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) {
}