Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / page_cache / tests / modules / page_cache_form_test.install
1 <?php
2
3 /**
4  * @file
5  * Install hooks for page_cache_form_test.
6  */
7
8 /**
9  * Implements hook_install().
10  */
11 function page_cache_form_test_install() {
12   // Set an explicit module weight, to ensure that the form alter hook is
13   // always called after page_cache_form_alter().
14   module_set_weight('page_cache_form_test', 10);
15 }