config_schema_test.plugin_types.yml
Same filename in other branches
File
-
core/
modules/ config/ tests/ config_schema_test/ config/ install/ config_schema_test.plugin_types.yml
View source
- tests:
- -
- plugin_id: boolean
- value: TRUE
- -
- plugin_id: boolean:derivative
- value: TRUE
- -
- plugin_id: string
- value: 'Foo'
- -
- plugin_id: string:derivative
- value: 'Foo'
- test_with_parents:
- -
- plugin_id: boolean
- settings:
- value: TRUE
- -
- plugin_id: boolean:derivative
- settings:
- value: TRUE
- -
- plugin_id: string
- settings:
- value: 'Foo'
- -
- plugin_id: string:derivative
- settings:
- value: 'Foo'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.