locale_test.translation_multiple.yml
Same filename in other branches
- 9 core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
- 8.9.x core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
- 11.x core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
3 string references to 'locale_test.translation_multiple'
- LocaleConfigSubscriberTest::setUpLocale in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberTest.php - Sets up the locale storage strings to be in line with configuration.
- LocaleConfigSubscriberTest::testCreateTranslationMultiValue in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberTest.php - Tests creating translations configuration with multi value settings.
- LocaleDefaultConfigStorageTest::testGetComponentNames in core/
modules/ locale/ tests/ src/ Kernel/ LocaleDefaultConfigStorageTest.php
File
-
core/
modules/ locale/ tests/ modules/ locale_test/ config/ install/ locale_test.translation_multiple.yml
View source
- langcode: en
- test: English test
- test_multiple:
- string: 'A string'
- another_string: 'Another string'
- test_after_multiple: false
- test_after_multiple:
- string: 'After a string'
- another_string: 'After another string'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.