update_test_invalid_hook.install in Zircon Profile 8
Same filename and directory in other branches
Install, update and uninstall functions for the update_test_invalid_hook module.
File
core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the update_test_invalid_hook module.
*/
/**
* Hook implementation using the reserved schema version 8000.
*/
function update_test_invalid_hook_update_8000() {
}
Functions
Name | Description |
---|---|
update_test_invalid_hook_update_8000 | Hook implementation using the reserved schema version 8000. |