You are here

public function TranslationManagerWrapper::getTranslated in Devel 4.x

Same name and namespace in other branches
  1. 8.3 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getTranslated()
  2. 8 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getTranslated()
  3. 8.2 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getTranslated()

Return value

array

File

webprofiler/src/StringTranslation/TranslationManagerWrapper.php, line 60

Class

TranslationManagerWrapper
Class TranslationManagerWrapper.

Namespace

Drupal\webprofiler\StringTranslation

Code

public function getTranslated() {
  return $this->translated;
}