function StaticTranslation::reset
Resets translation cache.
Since most translation systems implement some form of caching, this provides a way to delete that cache.
Overrides TranslatorInterface::reset
File
- 
              core/
lib/ Drupal/ Core/ StringTranslation/ Translator/ StaticTranslation.php, line 48  
Class
- StaticTranslation
 - String translator with a static cache for translations.
 
Namespace
Drupal\Core\StringTranslation\TranslatorCode
public function reset() {
  $this->translations = [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.