Mercurial > hg > rr-repo
view modules/translation/tests/translation_test.module @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
line wrap: on
line source
<?php /** * @file * Mock module for content translation tests. */ /** * Implements hook_node_insert(). */ function translation_test_node_insert($node) { drupal_write_record('node', $node, 'nid'); }