@@ -27,273 +27,6 @@ configured under the ``framework`` key in your application configuration.
27
27
Configuration
28
28
-------------
29
29
30
- .. rst-class :: list-config-options list-config-options--complex
31
-
32
- * `annotations `_
33
-
34
- * :ref: `cache <reference-annotations-cache >`
35
- * `debug `_
36
- * `file_cache_dir `_
37
-
38
- * `assets `_
39
-
40
- * `base_path `_
41
- * `base_urls `_
42
- * `json_manifest_path `_
43
- * `packages `_
44
- * `version_format `_
45
- * `version_strategy `_
46
- * `version `_
47
-
48
- * :ref: `cache <reference-cache >`
49
-
50
- * :ref: `app <reference-cache-app >`
51
- * `default_doctrine_provider `_
52
- * `default_memcached_provider `_
53
- * `default_pdo_provider `_
54
- * `default_psr6_provider `_
55
- * `default_redis_provider `_
56
- * `directory `_
57
- * `pools `_
58
-
59
- * :ref: `name <reference-cache-pools-name >`
60
-
61
- * `adapter `_
62
- * `clearer `_
63
- * `default_lifetime `_
64
- * `provider `_
65
- * `public `_
66
- * `tags `_
67
-
68
- * `prefix_seed `_
69
- * `system `_
70
-
71
- * `csrf_protection `_
72
-
73
- * :ref: `enabled <reference-csrf_protection-enabled >`
74
-
75
- * `default_locale `_
76
- * `disallow_search_engine_index `_
77
- * `error_controller `_
78
- * `esi `_
79
-
80
- * :ref: `enabled <reference-esi-enabled >`
81
-
82
- * :ref: `form <reference-framework-form >`
83
-
84
- * :ref: `enabled <reference-form-enabled >`
85
-
86
- * `fragments `_
87
-
88
- * :ref: `enabled <reference-fragments-enabled >`
89
- * `hinclude_default_template `_
90
- * :ref: `path <reference-fragments-path >`
91
-
92
- * `http_client `_
93
-
94
- * :ref: `default_options <reference-http-client-default-options >`
95
-
96
- * `bindto `_
97
- * `buffer `_
98
- * `cafile `_
99
- * `capath `_
100
- * `ciphers `_
101
- * :ref: `headers <http-headers >`
102
- * `http_version `_
103
- * `local_cert `_
104
- * `local_pk `_
105
- * `max_redirects `_
106
- * `no_proxy `_
107
- * `passphrase `_
108
- * `peer_fingerprint `_
109
- * `proxy `_
110
- * `resolve `_
111
- * `timeout `_
112
- * `max_duration `_
113
- * `verify_host `_
114
- * `verify_peer `_
115
-
116
- * `max_host_connections `_
117
- * :ref: `scoped_clients <reference-http-client-scoped-clients >`
118
-
119
- * `scope `_
120
- * `auth_basic `_
121
- * `auth_bearer `_
122
- * `auth_ntlm `_
123
- * `base_uri `_
124
- * `bindto `_
125
- * `buffer `_
126
- * `cafile `_
127
- * `capath `_
128
- * `ciphers `_
129
- * :ref: `headers <http-headers >`
130
- * `http_version `_
131
- * `local_cert `_
132
- * `local_pk `_
133
- * `max_redirects `_
134
- * `no_proxy `_
135
- * `passphrase `_
136
- * `peer_fingerprint `_
137
- * `proxy `_
138
- * `query `_
139
- * `resolve `_
140
- * `timeout `_
141
- * `max_duration `_
142
- * `verify_host `_
143
- * `verify_peer `_
144
-
145
- * `http_method_override `_
146
- * `ide `_
147
- * :ref: `lock <reference-lock >`
148
-
149
- * :ref: `enabled <reference-lock-enabled >`
150
- * :ref: `resources <reference-lock-resources >`
151
-
152
- * :ref: `name <reference-lock-resources-name >`
153
-
154
- * `mailer `_
155
-
156
- * :ref: `dsn <mailer-dsn >`
157
- * `transports `_
158
- * `envelope `_
159
-
160
- * `sender `_
161
- * `recipients `_
162
-
163
- * `php_errors `_
164
-
165
- * `log `_
166
- * `throw `_
167
-
168
- * `profiler `_
169
-
170
- * `collect `_
171
- * :ref: `dsn <profiler-dsn >`
172
- * :ref: `enabled <reference-profiler-enabled >`
173
- * `only_exceptions `_
174
- * `only_master_requests `_
175
-
176
- * `property_access `_
177
-
178
- * `magic_call `_
179
- * `throw_exception_on_invalid_index `_
180
- * `throw_exception_on_invalid_property_path `_
181
-
182
- * `property_info `_
183
-
184
- * :ref: `enabled <reference-property-info-enabled >`
185
-
186
- * `request `_:
187
-
188
- * `formats `_
189
-
190
- * `router `_
191
-
192
- * `http_port `_
193
- * `https_port `_
194
- * `resource `_
195
- * `strict_requirements `_
196
- * :ref: `type <reference-router-type >`
197
- * `utf8 `_
198
-
199
- * `secret `_
200
- * `secrets `_
201
-
202
- * `decryption_env_var `_
203
- * `local_dotenv_file `_
204
- * `vault_directory `_
205
-
206
- * `serializer `_
207
-
208
- * :ref: `circular_reference_handler <reference-serializer-circular_reference_handler >`
209
- * :ref: `enable_annotations <reference-serializer-enable_annotations >`
210
- * :ref: `enabled <reference-serializer-enabled >`
211
- * :ref: `mapping <reference-serializer-mapping >`
212
-
213
- * :ref: `paths <reference-serializer-mapping-paths >`
214
-
215
- * :ref: `name_converter <reference-serializer-name_converter >`
216
-
217
- * `session `_
218
-
219
- * `cache_limiter `_
220
- * `cookie_domain `_
221
- * `cookie_httponly `_
222
- * `cookie_lifetime `_
223
- * `cookie_path `_
224
- * `cookie_samesite `_
225
- * `cookie_secure `_
226
- * :ref: `enabled <reference-session-enabled >`
227
- * `gc_divisor `_
228
- * `gc_maxlifetime `_
229
- * `gc_probability `_
230
- * `handler_id `_
231
- * `metadata_update_threshold `_
232
- * `name `_
233
- * `save_path `_
234
- * `sid_length `_
235
- * `sid_bits_per_character `_
236
- * `storage_id `_
237
- * `use_cookies `_
238
-
239
- * `templating `_
240
-
241
- * :ref: `cache <reference-templating-cache >`
242
- * `engines `_
243
- * :ref: `form <reference-templating-form >`
244
-
245
- * :ref: `resources <reference-templating-form-resources >`
246
-
247
- * `loaders `_
248
-
249
- * `test `_
250
- * `translator `_
251
-
252
- * `cache_dir `_
253
- * :ref: `default_path <reference-translator-default_path >`
254
- * :ref: `enabled <reference-translator-enabled >`
255
- * `fallbacks `_
256
- * `formatter `_
257
- * `logging `_
258
- * :ref: `paths <reference-translator-paths >`
259
-
260
- * `trusted_hosts `_
261
- * `trusted_proxies `_
262
- * `validation `_
263
-
264
- * :ref: `cache <reference-validation-cache >`
265
- * `email_validation_mode `_
266
- * :ref: `enable_annotations <reference-validation-enable_annotations >`
267
- * :ref: `enabled <reference-validation-enabled >`
268
- * :ref: `mapping <reference-validation-mapping >`
269
-
270
- * :ref: `paths <reference-validation-mapping-paths >`
271
-
272
- * :ref: `not_compromised_password <reference-validation-not-compromised-password >`
273
-
274
- * :ref: `enabled <reference-validation-not-compromised-password-enabled >`
275
- * `endpoint `_
276
-
277
- * `static_method `_
278
- * `strict_email `_
279
- * `translation_domain `_
280
-
281
- * `web_link `_
282
- * `workflows `_
283
-
284
- * :ref: `enabled <reference-workflows-enabled >`
285
- * :ref: `name <reference-workflows-name >`
286
-
287
- * `audit_trail `_
288
- * `initial_marking `_
289
- * `marking_store `_
290
- * `metadata `_
291
- * `places `_
292
- * `supports `_
293
- * `support_strategy `_
294
- * `transitions `_
295
- * :ref: `type <reference-workflows-type >`
296
-
297
30
secret
298
31
~~~~~~
299
32
0 commit comments