update_test_with_7x.install

Same filename in other branches
  1. 9 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
  2. 8.9.x core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
  3. 10 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install

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.
 */
declare (strict_types=1);

/**
 * 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

Title Deprecated Summary
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().

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