hal.install

Same filename in other branches
  1. 8.9.x 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

Title Deprecated Summary
hal_update_last_removed Implements hook_update_last_removed().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.