public TranslatorInterface::reset()
Resets translation cache.
Since most translation systems implement some form of caching, this provides a way to delete that cache.
File
- core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php, line 31
Class
- TranslatorInterface
- Interface for objects capable of string translation.
Namespace
Drupal\Core\StringTranslation\Translator
Code
public function reset();
Please login to continue.