locale_test.translation_multiple.yml

Same filename and directory in other branches
  1. 9 core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation_multiple.yml
  2. 8.9.x 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
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
  1. langcode: en
  2. test: English test
  3. test_multiple:
  4. string: 'A string'
  5. another_string: 'Another string'
  6. test_after_multiple: false
  7. test_after_multiple:
  8. string: 'After a string'
  9. another_string: 'After another string'

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