You are here

feeds_ui.install in Feeds 7.2

Same filename and directory in other branches
  1. 8.2 feeds_ui/feeds_ui.install

Install, uninstall, and update functions for the feeds_ui module.

File

feeds_ui/feeds_ui.install
View source
<?php

/**
 * @file
 * Install, uninstall, and update functions for the feeds_ui module.
 */

/**
 * Empty update function to trigger a menu rebuild.
 */
function feeds_ui_update_7000() {

  // Do nothing.
}

Functions

Namesort descending Description
feeds_ui_update_7000 Empty update function to trigger a menu rebuild.