You are here

function locale_cache_flush in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/locale/locale.module \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');
}