field_collection_tabs_widget.install in Field collection tabs widget 7
Update functions for field_collection_tabs_widget.module.
File
field_collection_tabs_widget.installView source
<?php
/**
* @file
* Update functions for field_collection_tabs_widget.module.
*/
/**
* Clear the cache to enable the tab hover field setting.
*/
function field_collection_tabs_widget_update_7000() {
drupal_flush_all_caches();
}
Functions
Name![]() |
Description |
---|---|
field_collection_tabs_widget_update_7000 | Clear the cache to enable the tab hover field setting. |