aggregator.install

Same filename and directory in other branches
  1. 7.x modules/aggregator/aggregator.install
  2. 8.9.x core/modules/aggregator/aggregator.install

Install, update and uninstall functions for the aggregator module.

File

core/modules/aggregator/aggregator.install

View 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

Title Deprecated Summary
aggregator_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.