You are here

protected property ConfigTranslationOverviewTest::$langcodes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php \Drupal\config_translation\Tests\ConfigTranslationOverviewTest::langcodes

Languages to enable.

Type: array

File

core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php, line 43
Contains \Drupal\config_translation\Tests\ConfigTranslationOverviewTest.

Class

ConfigTranslationOverviewTest
Translate settings and entities to various languages.

Namespace

Drupal\config_translation\Tests

Code

protected $langcodes = array(
  'fr',
  'ta',
);