update_test_last_removed.install

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

File

core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install

View source
<?php


/**
 * @file
 * Update functions for the update_test_last_removed module.
 */
declare (strict_types=1);

/**
 * Implements hook_update_last_removed().
 */
function update_test_last_removed_update_last_removed() {
    return 8002;
}

/**
 * Dummy update function to run during the tests.
 */
function update_test_last_removed_update_8003() {
    return 'The update_test_last_removed_update_8003() update was executed successfully.';
}

Functions

Title Deprecated Summary
update_test_last_removed_update_8003 Dummy update function to run during the tests.
update_test_last_removed_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.