You are here

function page_cache_form_test_install in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/page_cache/tests/modules/page_cache_form_test.install \page_cache_form_test_install()

@file

Install hooks for page_cache_form_test.

File

core/modules/page_cache/tests/modules/page_cache_form_test.install, line 9
Install hooks for page_cache_form_test.

Code

function page_cache_form_test_install() {

  // Set an explicit module weight, to ensure that the form alter hook is
  // always called after page_cache_form_alter().
  module_set_weight('page_cache_form_test', 10);
}