url_alter_test.install in Drupal 8
Same filename and directory in other branches
Install hooks for test module.
File
core/modules/system/tests/modules/url_alter_test/url_alter_test.installView source
<?php
/**
* @file
* Install hooks for test module.
*/
/**
* Implements hook_install().
*/
function url_alter_test_install() {
// Set the weight of this module to one higher than forum.module.
module_set_weight('url_alter_test', 2);
}
Functions
Name | Description |
---|---|
url_alter_test_install | Implements hook_install(). |