feeds_excel.install in Feeds Excel 7.2
Same filename and directory in other branches
Install, update and uninstall functions for the feeds_excel module.
File
feeds_excel.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the feeds_excel module.
*/
/**
* Implements hook_enable().
*/
function feeds_excel_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}
/**
* Implements hook_requirements().
*/
function feeds_excel_requirements($phase) {
}
Functions
Name | Description |
---|---|
feeds_excel_enable | Implements hook_enable(). |
feeds_excel_requirements | Implements hook_requirements(). |