locale_test.translation_multiple.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
  2. 10 core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
  3. 11.x core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
2 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.

File

core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml

View source
  1. test: English test
  2. test_multiple:
  3. string: 'A string'
  4. another_string: 'Another string'
  5. test_after_multiple: false
  6. test_after_multiple:
  7. string: 'After a string'
  8. another_string: 'After another string'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.