function translation_test_node_insert

Implements hook_node_insert().

Archivo

drupal-7.x/modules/translation/tests/translation_test.module, line 11
Mock module for content translation tests.

Código

function translation_test_node_insert($node) {
  drupal_write_record('node', $node, 'nid');
}