function TranslationManagerWrapper::getUntranslated

Return value

array

File

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

Class

TranslationManagerWrapper
Class TranslationManagerWrapper

Namespace

Drupal\webprofiler\StringTranslation

Code

public function getUntranslated() {
    return $this->untranslated;
}