protected property TwigTransTest::$languages in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Theme/TwigTransTest.php \Drupal\system\Tests\Theme\TwigTransTest::languages
Custom languages.
Type: array
File
- core/
modules/ system/ src/ Tests/ Theme/ TwigTransTest.php, line 44 - Contains \Drupal\system\Tests\Theme\TwigTransTest.
Class
- TwigTransTest
- Tests Twig "trans" tags.
Namespace
Drupal\system\Tests\ThemeCode
protected $languages = array(
'xx' => 'Lolspeak',
'zz' => 'Lolspeak2',
);