You are here

function update_test_with_7x_update_last_removed in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install \update_test_with_7x_update_last_removed()
  2. 10 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install \update_test_with_7x_update_last_removed()

Implements hook_update_last_removed().

File

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

Code

function update_test_with_7x_update_last_removed() {
  return 7110;
}