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