entityreference_feeds.install in Entity reference feeds 7
This is the .install file for entity reference feeds.
File
entityreference_feeds.installView 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
Name![]() |
Description |
---|---|
entityreference_feeds_uninstall | Implements hook_uninstall(). |