| Drupal | PHP Cross Reference | Content Management Systems |
1 <?php 2 3 /** 4 * @file 5 * Install, update and uninstall functions for the update_test_3 module. 6 */ 7 8 /** 9 * Implements hook_update_dependencies(). 10 * 11 * @see update_test_2_update_dependencies() 12 */ 13 function update_test_3_update_dependencies() { 14 $dependencies['update_test_3'][7000] = array( 15 'update_test_2' => 7000, 16 ); 17 return $dependencies; 18 } 19 20 /** 21 * Dummy update_test_3 update 7000. 22 */ 23 function update_test_3_update_7000() { 24 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
title