c373c654d5483de5be79f2514a138bf60943f71d
[yaffs-website] / web / core / modules / system / tests / modules / module_handler_test_multiple / module_handler_test_multiple_child / module_handler_test_multiple_child.install
1 <?php
2
3 /**
4  * @file
5  * Utility functions for the module_handler_test_multiple_child module.
6  *
7  * Install, update and uninstall functions for the
8  * module_handler_test_multiple_child module.
9  */
10
11 /**
12  * Implements hook_install().
13  */
14 function module_handler_test_multiple_child_install() {
15   // Set weight of module.
16   module_set_weight('module_handler_test_multiple_child', 1);
17 }