You are here

public function InterfaceTranslationRecorder::getRecordedData in Localization client 8

@inheritdoc

Return value

array Array of strings keyed by language code and context.

File

l10n_client_ui/src/InterfaceTranslationRecorder.php, line 42

Class

InterfaceTranslationRecorder
String translation listener to collect data.

Namespace

Drupal\l10n_client_ui

Code

public function getRecordedData() {
  return $this->strings;
}