workflow_type_test.schema.yml

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

File

core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml

View source
  1. workflow_type_test.ignore_schema:
  2. type: mapping
  3. label: 'Ignore schema workflow type'
  4. mapping:
  5. states:
  6. type: sequence
  7. sequence:
  8. type: ignore
  9. transitions:
  10. type: sequence
  11. sequence:
  12. type: ignore
  13. workflow.type_settings.workflow_type_test:
  14. type: workflow_type_test.ignore_schema
  15. label: 'Workflow test type settings'
  16. workflow.type_settings.workflow_type_required_state_test:
  17. type: workflow_type_test.ignore_schema
  18. label: 'Workflow test type required state'
  19. workflow.type_settings.workflow_custom_access_type:
  20. type: workflow_type_test.ignore_schema
  21. label: 'Workflow custom access type'
  22. # @todo, inline this straight into "workflow.type_settings.workflow_type_complex_test"
  23. # after https://www.drupal.org/node/2871746 is resolved.
  24. workflows.state.complex_test_state:
  25. type: workflows.state
  26. mapping:
  27. extra:
  28. type: string
  29. label: 'Extra information'
  30. workflows.state.complex_test_transition:
  31. type: workflows.transition
  32. mapping:
  33. extra:
  34. type: string
  35. label: 'Extra information'
  36. workflow.type_settings.workflow_type_complex_test:
  37. type: mapping
  38. label: 'Workflow complex test type settings'
  39. mapping:
  40. example_setting:
  41. type: string
  42. label: 'Example setting'
  43. states:
  44. type: sequence
  45. label: 'States'
  46. sequence:
  47. type: workflows.state.complex_test_state
  48. label: 'States'
  49. transitions:
  50. type: sequence
  51. label: 'Transitions'
  52. sequence:
  53. label: 'Transitions'
  54. type: workflows.state.complex_test_transition
  55. workflow.type_settings.predefined_states_workflow_test_type:
  56. type: mapping
  57. label: 'Predefined states workflow test type'
  58. mapping:
  59. transitions:
  60. type: sequence
  61. label: 'Transitions'
  62. sequence:
  63. label: 'Transitions'
  64. type: workflows.transition

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