module_handler_test_multiple_child.install

Same filename and directory 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
  2. 8.9.x core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install
  3. 10 core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install

Utility functions for the module_handler_test_multiple_child module.

Install, update and uninstall functions for the module_handler_test_multiple_child module.

File

core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install

View source
<?php


/**
 * @file
 * Utility functions for the module_handler_test_multiple_child module.
 *
 * Install, update and uninstall functions for the
 * module_handler_test_multiple_child module.
 */

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

Functions

Title Deprecated Summary
module_handler_test_multiple_child_install Implements hook_install().

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