public LocaleConfigManager::reset()
Reset static cache of configuration string translations.
Return value
$this
File
- core/modules/locale/src/LocaleConfigManager.php, line 420
Class
- LocaleConfigManager
- Manages configuration supported in part by interface translation.
Namespace
Drupal\locale
Code
1 2 3 4 | public function reset() { $this ->translations = array (); return $this ; } |
Please login to continue.