function formatter_suite_update_8002 in Formatter Suite 8
Update field formatters.
This mandatory update flushes all caches in order to pick up the removal of deprecated formatters. Note that some formatters have been deprecated, though they will still work.
File
- ./
formatter_suite.install, line 38 - Handles module installation, uninstallation, and version updates.
Code
function formatter_suite_update_8002() {
// This update is intentionally empty. Its effect is to cause all
// caches to be flushed.
return t('Update complete.');
}