You are here

public function TranslationManagerWrapper::getUntranslated in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getUntranslated()
  2. 8 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getUntranslated()
  3. 4.x webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\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;
}