page_cache_form_test.install in Drupal 9
Same filename and directory in other branches
Install hooks for page_cache_form_test.
File
core/modules/page_cache/tests/modules/page_cache_form_test.installView source
<?php
/**
* @file
* Install hooks for page_cache_form_test.
*/
/**
* Implements hook_install().
*/
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);
}
Functions
Name | Description |
---|---|
page_cache_form_test_install | Implements hook_install(). |