You are here

function update_script_test_update_8001 in Drupal 9

Same name and namespace in other branches
  1. 8 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
Install, update and uninstall functions for the update_script_test module.

Code

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