Projet

Général

Profil

Paste
Télécharger (207 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / translation / tests / translation_test.module @ db2d93dd

1
<?php
2

    
3
/**
4
 * @file
5
 * Mock module for content translation tests.
6
 */
7

    
8
/**
9
 * Implements hook_node_insert().
10
 */
11
function translation_test_node_insert($node) {
12
  drupal_write_record('node', $node, 'nid');
13
}