function 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');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!locale!locale.translation.inc/function/locale_translation_clear_cache_projects/8.1.x