materio-base-legacy/modules/translation/tests/translation_test.module
Bachir Soussi Chiadmi f1c9615e4a changed permission
2013-09-06 16:15:44 +02:00

14 lines
207 B
Plaintext
Executable File

<?php
/**
* @file
* Mock module for content translation tests.
*/
/**
* Implements hook_node_insert().
*/
function translation_test_node_insert($node) {
drupal_write_record('node', $node, 'nid');
}