search_extra_type.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml
  2. 10 core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml
  3. 11.x core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml
core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml

File

core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml

View source
  1. # Schema for the configuration files of the Search Extra Type module.
  2. search_extra_type.settings:
  3. type: mapping
  4. label: 'Test search type settings'
  5. mapping:
  6. boost:
  7. type: string
  8. label: 'String'
  9. # Plugin \Drupal\search_extra_type\Plugin\Search\SearchExtraTypeSearch
  10. search.plugin.search_extra_type_search:
  11. type: mapping
  12. label: 'Extra type settings'
  13. mapping:
  14. boost:
  15. type: string
  16. label: 'Boost method'

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