You are here

function url_alter_test_install in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/url_alter_test/url_alter_test.install \url_alter_test_install()

Implements hook_install().

File

core/modules/system/tests/modules/url_alter_test/url_alter_test.install, line 6

Code

function url_alter_test_install() {

  // Set the weight of this module to one higher than forum.module.
  module_set_weight('url_alter_test', 2);
}