translation_test_node_insert

7 translation_test.module translation_test_node_insert($node)
8 translation_test.module translation_test_node_insert(Node $node)

Implements hook_node_insert().

File

modules/translation/tests/translation_test.module, line 11
Mock module for content translation tests.

Code

function translation_test_node_insert($node) {
  drupal_write_record('node', $node, 'nid');
}
Login or register to post comments