function InstallerTranslationQueryTest::getPo
Returns the string for the test .po file.
Parameters
string $langcode: The language code.
Return value
string Contents for the test .po file.
1 call to InstallerTranslationQueryTest::getPo()
- InstallerTranslationQueryTest::visitInstaller in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationQueryTest.php  - Visits the interactive installer.
 
File
- 
              core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationQueryTest.php, line 77  
Class
- InstallerTranslationQueryTest
 - Installs Drupal in German and checks resulting site.
 
Namespace
Drupal\FunctionalTests\InstallerCode
protected function getPo($langcode) {
  return <<<ENDPO
  msgid ""
  msgstr ""
  
  msgid "Save and continue"
  msgstr "Save and continue {<span class="php-variable">$langcode</span>}"
  ENDPO;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.