You are here

update_test_with_7x.install in Drupal 9

Install, update and uninstall functions for the update_test_with_7x module.

File

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

/**
 * @file
 * Install, update and uninstall functions for the update_test_with_7x module.
 */

/**
 * Dummy update_test_with_7x update 7200.
 */
function update_test_with_7x_update_7200() {
}

/**
 * Dummy update_test_with_7x update 7201.
 */
function update_test_with_7x_update_7201() {
}

/**
 * Implements hook_update_last_removed().
 */
function update_test_with_7x_update_last_removed() {
  return 7110;
}

Functions

Namesort descending Description
update_test_with_7x_update_7200 Dummy update_test_with_7x update 7200.
update_test_with_7x_update_7201 Dummy update_test_with_7x update 7201.
update_test_with_7x_update_last_removed Implements hook_update_last_removed().