function update_test_last_removed_update_8003

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install \update_test_last_removed_update_8003()
  2. 8.9.x core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install \update_test_last_removed_update_8003()
  3. 10 core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install \update_test_last_removed_update_8003()

Dummy update function to run during the tests.

File

core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install, line 18

Code

function update_test_last_removed_update_8003() {
    return 'The update_test_last_removed_update_8003() update was executed successfully.';
}

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