You are here

function update_script_test_update_last_removed 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_last_removed()
  2. 10 core/modules/system/tests/modules/update_script_test/update_script_test.install \update_script_test_update_last_removed()

Implements hook_update_last_removed().

File

core/modules/system/tests/modules/update_script_test/update_script_test.install, line 44
Install, update and uninstall functions for the update_script_test module.

Code

function update_script_test_update_last_removed() {
  return 7110;
}