@@ -22,78 +22,78 @@ fapi_example.simple_form:
22
22
path : ' examples/fapi-example/simple-form'
23
23
defaults :
24
24
_form : ' \Drupal\fapi_example\Form\SimpleForm'
25
- _title : ' Simple Form '
25
+ _title : ' Simple form '
26
26
requirements :
27
27
_permission : ' access content'
28
28
29
29
fapi_example.input_demo :
30
30
path : ' examples/fapi-example/input-demo'
31
31
defaults :
32
32
_form : ' \Drupal\fapi_example\Form\InputDemo'
33
- _title : ' Common Input Elements '
33
+ _title : ' Common input elements '
34
34
requirements :
35
35
_permission : ' access content'
36
36
37
37
fapi_example.state_demo :
38
38
path : ' examples/fapi-example/state-demo'
39
39
defaults :
40
40
_form : ' \Drupal\fapi_example\Form\StateDemo'
41
- _title : ' Form State Binding '
41
+ _title : ' Form state binding '
42
42
requirements :
43
43
_permission : ' access content'
44
44
45
45
fapi_example.container_demo :
46
46
path : ' examples/fapi-example/container-demo'
47
47
defaults :
48
48
_form : ' \Drupal\fapi_example\Form\ContainerDemo'
49
- _title : ' Container Elements '
49
+ _title : ' Container elements '
50
50
requirements :
51
51
_permission : ' access content'
52
52
53
53
fapi_example.vertical_tabs_demo :
54
54
path : ' examples/fapi-example/vertical-tabs-demo'
55
55
defaults :
56
56
_form : ' \Drupal\fapi_example\Form\VerticalTabsDemo'
57
- _title : ' Vertical Tab Elements '
57
+ _title : ' Vertical tab elements '
58
58
requirements :
59
59
_permission : ' access content'
60
60
61
61
fapi_example.modal_form :
62
62
path : ' examples/fapi-example/modal-form'
63
63
defaults :
64
64
_form : ' \Drupal\fapi_example\Form\ModalForm'
65
- _title : ' Modal Form '
65
+ _title : ' Modal form '
66
66
requirements :
67
67
_permission : ' access content'
68
68
69
69
fapi_example.ajax_demo :
70
70
path : ' examples/fapi-example/ajax-demo'
71
71
defaults :
72
72
_form : ' \Drupal\fapi_example\Form\AjaxDemo'
73
- _title : ' Ajax Form '
73
+ _title : ' Ajax form '
74
74
requirements :
75
75
_permission : ' access content'
76
76
77
77
fapi_example.build_demo :
78
78
path : ' examples/fapi-example/build-demo'
79
79
defaults :
80
80
_form : ' \Drupal\fapi_example\Form\BuildDemo'
81
- _title : ' Build Form Demo '
81
+ _title : ' Build form demo '
82
82
requirements :
83
83
_permission : ' access content'
84
84
85
85
fapi_example.ajax_addmore :
86
86
path : ' examples/fapi-example/ajax-addmore'
87
87
defaults :
88
88
_form : ' \Drupal\fapi_example\Form\AjaxAddMore'
89
- _title : ' Add-more Button '
89
+ _title : ' Add-more button '
90
90
requirements :
91
91
_permission : ' access content'
92
92
93
93
fapi_example.multistep_form :
94
94
path : ' examples/fapi-example/multistep-form'
95
95
defaults :
96
96
_form : ' \Drupal\fapi_example\Form\MultistepForm'
97
- _title : ' Multistep Form '
97
+ _title : ' Multistep form '
98
98
requirements :
99
99
_permission : ' access content'
0 commit comments