You are here

update_test_postupdate.install in Drupal 9

Install hooks for test module.

File

core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
View source
<?php

/**
 * @file
 * Install hooks for test module.
 */

/**
 * Normal update_N() function.
 */
function update_test_postupdate_update_8001() {
}

Functions

Namesort descending Description
update_test_postupdate_update_8001 Normal update_N() function.