You are here

entityreference_feeds.install in Entity reference feeds 7

This is the .install file for entity reference feeds.

File

entityreference_feeds.install
View source
<?php

/**
 * @file
 * This is the .install file for entity reference feeds.
 */

/**
 * Implements hook_uninstall().
 */
function entityreference_feeds_uninstall() {
  variable_del('entityreference_feeds_entity_default_values');
}

Functions