GITLAB

Oscar Velasquez / portalWebUBV

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • portalwebubv
  • modules
  • translation
  • tests
  • translation_test.module
  • 99416e6e3   sitio completo Browse Code ยป
    Oscar Velasquez
    2015-05-06 15:09:01 -0400  
translation_test.module 207 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php

/**
 * @file
 * Mock module for content translation tests.
 */

/**
 * Implements hook_node_insert().
 */
function translation_test_node_insert($node) {
  drupal_write_record('node', $node, 'nid');
}