You are here

update_test_invalid_hook.install in Drupal 9

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.install
View 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

Namesort descending Description
update_test_invalid_hook_update_8000 Hook implementation using the reserved schema version 8000.