You are here

field_collection_tabs_widget.install in Field collection tabs widget 7

Update functions for field_collection_tabs_widget.module.

File

field_collection_tabs_widget.install
View 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

Namesort descending Description
field_collection_tabs_widget_update_7000 Clear the cache to enable the tab hover field setting.