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' ); } |
Please login to continue.