config_translation_test.content.yml

Same filename and directory in other branches
  1. 9 core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml
  2. 10 core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml
  3. 11.x core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml
core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml
2 string references to 'config_translation_test.content'
ConfigMapperTest::testAddingConfigNames in core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php
Tests adding config names to mapper.
ConfigTranslationTestSubscriber::addConfigNames in core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php
Reacts to the populating of a configuration mapper.

File

core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml

View source
  1. id: test
  2. label: 'Test'
  3. langcode: en
  4. content:
  5. value: "<p><strong>Hello World</strong></p>"
  6. format: plain_text
  7. animals:
  8. - kitten
  9. - llama
  10. - elephant

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