You are here

aggregator.install in Drupal 9

Same filename and directory in other branches
  1. 8 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