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

1
2
3
function locale_translation_clear_cache_projects() {
  drupal_static_reset('locale_translation_get_projects');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.