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
1 2 3 | function locale_cache_flush() { \Drupal::state()-> delete ( 'system.javascript_parsed' ); } |
Please login to continue.