locale_translation_clear_cache_projects

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');
}
doc_Drupal
2016-10-29 09:24:24
Comments
Leave a Comment

Please login to continue.