function update_script_test_update_8001

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/update_script_test/update_script_test.install \update_script_test_update_8001()
  2. 10 core/modules/system/tests/modules/update_script_test/update_script_test.install \update_script_test_update_8001()
  3. 11.x core/modules/system/tests/modules/update_script_test/update_script_test.install \update_script_test_update_8001()

Dummy update function to run during the tests.

File

core/modules/system/tests/modules/update_script_test/update_script_test.install, line 65

Code

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

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