You are here

config_schema_test.plugin_types.yml in Drupal 9

core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml

File

core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml
View source
  1. tests:
  2. -
  3. plugin_id: boolean
  4. value: TRUE
  5. -
  6. plugin_id: boolean:derivative
  7. value: TRUE
  8. -
  9. plugin_id: string
  10. value: 'Foo'
  11. -
  12. plugin_id: string:derivative
  13. value: 'Foo'
  14. test_with_parents:
  15. -
  16. plugin_id: boolean
  17. settings:
  18. value: TRUE
  19. -
  20. plugin_id: boolean:derivative
  21. settings:
  22. value: TRUE
  23. -
  24. plugin_id: string
  25. settings:
  26. value: 'Foo'
  27. -
  28. plugin_id: string:derivative
  29. settings:
  30. value: 'Foo'