You are here

hal.install in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/hal/hal.install

Update functions for the HAL module.

File

core/modules/hal/hal.install
View source
<?php

/**
 * @file
 * Update functions for the HAL module.
 */

/**
 * Implements hook_update_last_removed().
 */
function hal_update_last_removed() {
  return 8501;
}

Functions