function LocaleExportTest::getUntranslatedString
Same name in other branches
- 9 core/modules/locale/tests/src/Functional/LocaleExportTest.php \Drupal\Tests\locale\Functional\LocaleExportTest::getUntranslatedString()
- 10 core/modules/locale/tests/src/Functional/LocaleExportTest.php \Drupal\Tests\locale\Functional\LocaleExportTest::getUntranslatedString()
- 11.x core/modules/locale/tests/src/Functional/LocaleExportTest.php \Drupal\Tests\locale\Functional\LocaleExportTest::getUntranslatedString()
Returns a .po file fragment with an untranslated string.
Return value
string A .po file fragment with an untranslated string.
1 call to LocaleExportTest::getUntranslatedString()
- LocaleExportTest::testExportTranslation in core/
modules/ locale/ tests/ src/ Functional/ LocaleExportTest.php - Test exportation of translations.
File
-
core/
modules/ locale/ tests/ src/ Functional/ LocaleExportTest.php, line 180
Class
- LocaleExportTest
- Tests the exportation of locale files.
Namespace
Drupal\Tests\locale\FunctionalCode
public function getUntranslatedString() {
return <<<EOF
msgid "February"
msgstr ""
EOF;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.