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