config_enum_test.schema.yml

Same filename and directory in other branches
  1. 11.x core/modules/config/tests/config_enum_test/config/schema/config_enum_test.schema.yml
core/modules/config/tests/config_enum_test/config/schema/config_enum_test.schema.yml

File

core/modules/config/tests/config_enum_test/config/schema/config_enum_test.schema.yml

View source
  1. # Schema for the configuration files of the 'Configuration test for backed enums' module.
  2. config_enum_test.settings:
  3. type: config_object
  4. label: 'Configuration system'
  5. mapping:
  6. foo:
  7. type: enum
  8. enum_class: '\Drupal\config_enum_test\EnumValue'
  9. label: 'Foo'

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