locale_translation_clear_cache_projects()
Clears the projects cache.
File
- core/modules/locale/locale.translation.inc, line 85
- Common API for interface translation.
Code
function locale_translation_clear_cache_projects() { drupal_static_reset('locale_translation_get_projects'); }
Please login to continue.