hal.install in Drupal 9
Same filename and directory in other branches
Update functions for the HAL module.
File
core/modules/hal/hal.installView source
<?php
/**
* @file
* Update functions for the HAL module.
*/
/**
* Implements hook_update_last_removed().
*/
function hal_update_last_removed() {
return 8501;
}
Functions
Name | Description |
---|---|
hal_update_last_removed | Implements hook_update_last_removed(). |