You are here

media_feeds.install in Media Feeds 7

Same filename and directory in other branches
  1. 7.2 media_feeds.install

Installing and updating media_feeds.

File

media_feeds.install
View source
<?php

/**
 * @file
 * Installing and updating media_feeds.
 */

/**
 * Rebuild the class registry.
 *
 * Implements hook_update_n().
 */
function media_feeds_update_7100() {
  registry_rebuild();
}

Functions

Namesort descending Description
media_feeds_update_7100 Rebuild the class registry.