You are here

function hook_data_update in Data 7

Same name and namespace in other branches
  1. 8 data.api.php \hook_data_update()
  2. 6 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) {
}