You are here

public function InterfaceTranslationRecorder::reset in Localization client 8

@inheritdoc

Overrides TranslatorInterface::reset

File

l10n_client_ui/src/InterfaceTranslationRecorder.php, line 32

Class

InterfaceTranslationRecorder
String translation listener to collect data.

Namespace

Drupal\l10n_client_ui

Code

public function reset() {
  $this->strings = array();
}