You are here

function hook_data_insert in Data 6

Same name and namespace in other branches
  1. 8 data.api.php \hook_data_insert()
  2. 7 data.api.php \hook_data_insert()

Invoked after a data record has been inserted.

1 function implements hook_data_insert()

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_insert in data_taxonomy/data_taxonomy.module
Implementation of hook_data_insert().
1 invocation of hook_data_insert()
DataHandler::insert in includes/DataHandler.inc
Insert a record.

File

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

Code

function hook_data_insert($record, $table_name) {
}