language.types.yml

Same filename in this branch
  1. 11.x core/profiles/test_language_negotiation/config/install/language.types.yml
  2. 11.x core/modules/language/config/install/language.types.yml
  3. 11.x core/profiles/demo_umami/config/install/language.types.yml
  4. 11.x core/tests/fixtures/config_install/multilingual/language.types.yml
Same filename in other branches
  1. 9 core/modules/language/config/install/language.types.yml
  2. 8.9.x core/modules/language/config/install/language.types.yml
  3. 10 core/profiles/test_language_negotiation/config/install/language.types.yml
  4. 10 core/modules/language/config/install/language.types.yml
  5. 10 core/profiles/demo_umami/config/install/language.types.yml
core/tests/fixtures/config_install/testing_config_install/language.types.yml
21 string references to 'language.types'
BlockUiTest::testBlockPlacementIndicator in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests the block placement indicator.
BookMultilingualTest::setUp in core/modules/book/tests/src/Kernel/BookMultilingualTest.php
ConfigSubscriber::onConfigSave in core/modules/language/src/EventSubscriber/ConfigSubscriber.php
Causes the container to be rebuilt on the next request.
ConfigurableLanguageManager::saveLanguageTypesConfiguration in core/modules/language/src/ConfigurableLanguageManager.php
Stores language types configuration.
EntityUrlLanguageTest::testEntityUrlLanguageWithLanguageContentEnabled in core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php
Ensures correct entity URLs with the method language-content-entity enabled.

... See full list

File

core/tests/fixtures/config_install/testing_config_install/language.types.yml

View source
  1. _core:
  2. default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8
  3. langcode: fr
  4. all:
  5. - language_interface
  6. - language_content
  7. - language_url
  8. configurable:
  9. - language_interface
  10. negotiation:
  11. language_content:
  12. enabled:
  13. language-interface: 0
  14. language_url:
  15. enabled:
  16. language-url: 0
  17. language-url-fallback: 1
  18. language_interface:
  19. enabled:
  20. language-url: 0

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