update_test_postupdate.install in Drupal 8
Same filename and directory in other branches
Install hooks for test module.
File
core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.installView source
<?php
/**
* @file
* Install hooks for test module.
*/
/**
* Normal update_N() function.
*/
function update_test_postupdate_update_8001() {
}
Functions
Name | Description |
---|---|
update_test_postupdate_update_8001 | Normal update_N() function. |