LocaleConfigManager::reset

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

public function reset() {
  $this->translations = array();
  return $this;
}
doc_Drupal
2016-10-29 09:23:55
Comments
Leave a Comment

Please login to continue.