locale_cache_flush()
Implements hook_cache_flush().
File
- core/modules/locale/locale.module, line 480
- Enables the translation of the user interface to languages other than English.
Code
function locale_cache_flush() {
\Drupal::state()->delete('system.javascript_parsed');
}
Please login to continue.