function InstallTranslationFilePatternTest::providerValidTranslationFiles
Return value
array
File
- 
              core/modules/ system/ tests/ src/ Kernel/ Installer/ InstallTranslationFilePatternTest.php, line 53 
Class
- InstallTranslationFilePatternTest
- Tests for installer language support.
Namespace
Drupal\Tests\system\Kernel\InstallerCode
public static function providerValidTranslationFiles() {
  return [
    [
      'hu',
      'drupal-8.0.0-alpha1.hu.po',
    ],
    [
      'ta',
      'drupal-8.10.10-beta12.ta.po',
    ],
    [
      'hi',
      'drupal-8.0.0.hi.po',
    ],
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
