function module_handler_test_multiple_child_install

Same name in other branches
  1. 9 core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install \module_handler_test_multiple_child_install()
  2. 10 core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install \module_handler_test_multiple_child_install()
  3. 11.x core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install \module_handler_test_multiple_child_install()

Implements hook_install().

File

core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install, line 14

Code

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

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