public function TranslationManagerWrapper::getTranslated in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getTranslated()
- 8 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getTranslated()
- 4.x webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getTranslated()
Return value
array
File
- webprofiler/
src/ StringTranslation/ TranslationManagerWrapper.php, line 59
Class
- TranslationManagerWrapper
- Class TranslationManagerWrapper
Namespace
Drupal\webprofiler\StringTranslationCode
public function getTranslated() {
return $this->translated;
}