update_test_postupdate.install
Same filename and directory in other branches
- 11.x core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
- 10 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
- 9 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
- 8.9.x core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
File
-
core/
modules/ system/ tests/ modules/ update_test_postupdate/ update_test_postupdate.install
View source
<?php
/**
* @file
* Install hooks for test module.
*/
declare (strict_types=1);
// cspell:ignore postupdate
/**
* Normal update_N() function.
*/
function update_test_postupdate_update_8001() : void {
}
Functions
| Title | Deprecated | Summary |
|---|---|---|
| update_test_postupdate_update_8001 | Normal update_N() function. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.