function DistributionProfileTranslationQueryTest::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 DistributionProfileTranslationQueryTest::getPo()
- DistributionProfileTranslationQueryTest::prepareEnvironment in core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileTranslationQueryTest.php  - Prepares the current environment for running the test.
 
File
- 
              core/
tests/ Drupal/ FunctionalTests/ Installer/ DistributionProfileTranslationQueryTest.php, line 134  
Class
- DistributionProfileTranslationQueryTest
 - Tests distribution profile support with a 'langcode' query string.
 
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.