function TranslationManagerWrapper::getTranslated

Return value

array

File

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

Class

TranslationManagerWrapper
Class TranslationManagerWrapper

Namespace

Drupal\webprofiler\StringTranslation

Code

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