You are here

function update_script_test_update_last_removed in Zircon Profile 8

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

Code

function update_script_test_update_last_removed() {
  return 7110;
}