function locale_cache_flush

Same name and namespace in other branches
  1. 9 core/modules/locale/locale.module \locale_cache_flush()
  2. 8.9.x core/modules/locale/locale.module \locale_cache_flush()
  3. 10 core/modules/locale/locale.module \locale_cache_flush()

Implements hook_cache_flush().

File

core/modules/locale/locale.module, line 463

Code

function locale_cache_flush() {
    \Drupal::state()->delete('system.javascript_parsed');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.