You are here

function hal_update_last_removed in Drupal 9

Implements hook_update_last_removed().

File

core/modules/hal/hal.install, line 11
Update functions for the HAL module.

Code

function hal_update_last_removed() {
  return 8501;
}