update_test_invalid_hook.install

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install
  2. 8.9.x core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install
  3. 11.x core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install

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

Title Deprecated Summary
update_test_invalid_hook_update_8000 Hook implementation using the reserved schema version 8000.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.