public function TranslationManagerWrapper::getUntranslated in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getUntranslated()
- 8.2 webprofiler/src/StringTranslation/TranslationManagerWrapper.php \Drupal\webprofiler\StringTranslation\TranslationManagerWrapper::getUntranslated()
- 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\StringTranslationCode
public function getUntranslated() {
return $this->untranslated;
}