Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / system / tests / modules / url_alter_test / url_alter_test.install
1 <?php
2
3 /**
4  * @file
5  * Install hooks for test module.
6  */
7
8 /**
9  * Implements hook_install().
10  */
11 function url_alter_test_install() {
12   // Set the weight of this module to one higher than forum.module.
13   module_set_weight('url_alter_test', 2);
14 }