function module_handler_test_multiple_install

Implements hook_install().

File

core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.install, line 11

Code

function module_handler_test_multiple_install() {
  // Set weight of module.
  module_set_weight('module_handler_test_multiple', 1);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.