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