function variable_flush_caches in Variable 7
Same name and namespace in other branches
- 6 variable.module \variable_flush_caches()
- 7.2 variable.module \variable_flush_caches()
Implementation of hook_flush_caches()
File
- ./
variable.module, line 355 - Variable API module
Code
function variable_flush_caches() {
return array(
'cache_variable',
);
}