@@ -48,7 +48,7 @@ Configuration
48
48
* `lifetime `_
49
49
* `matcher `_
50
50
* `ip `_
51
- * `path `_
51
+ * :ref: `path < profiler.matcher.path >`
52
52
* `service `_
53
53
* router
54
54
* resource
@@ -237,8 +237,8 @@ default_locale
237
237
238
238
**type **: ``string `` **default **: ``'en' ``
239
239
240
- If the locale can't be determined from the Request or session , the default
241
- locale will be used. It becomes the service container parameter called
240
+ If the locale can't be determined from the Request, the default locale will be
241
+ used. It becomes the service container parameter called
242
242
``kernel.default_locale ``.
243
243
244
244
.. seealso ::
@@ -279,7 +279,7 @@ subdomains).
279
279
280
280
.. seealso ::
281
281
282
- Read more about this in the `Security Advisory Blog post `_.
282
+ Read more about this in the `Security Advisory Blog post `_.
283
283
284
284
.. _reference-framework-form :
285
285
@@ -295,16 +295,16 @@ enabled
295
295
296
296
Whether to enable the form services or not in the service container.
297
297
298
- This option will be set to ``true `` automatically when one of the child
299
- settings are configured.
298
+ This option will automatically be set to ``true `` when one of the child
299
+ settings is configured.
300
300
301
301
.. note ::
302
302
303
- This will automatically enable the validation.
303
+ This will automatically enable the validation.
304
304
305
305
.. seealso ::
306
306
307
- For more details, see :doc: `/book/forms `.
307
+ For more details, see :doc: `/book/forms `.
308
308
309
309
csrf_protection
310
310
~~~~~~~~~~~~~~~
@@ -321,11 +321,11 @@ enabled
321
321
**type **: ``boolean `` **default **: ``false ``
322
322
323
323
Whether to enable the CSRF support in forms or not. Setting this option to
324
- ``true `` requires the `secret `_ to be set and the `session `_ to be enabled. It
324
+ ``true `` requires the `secret `_ to be set and `session `_ to be enabled. It
325
325
becomes the service container parameter named ``form.type_extension.csrf.enabled ``.
326
326
327
- This option will be set to ``true `` automatically when one of the child
328
- settings are configured.
327
+ This option will automatically be set to ``true `` when one of the child
328
+ settings is configured.
329
329
330
330
field_name
331
331
..........
@@ -387,7 +387,7 @@ enabled
387
387
**type **: ``boolean `` **default **: ``false ``
388
388
389
389
Whether to enable the fragment listener or not. The fragment listener is used
390
- to render ESI fragments independently of the rst of the page.
390
+ to render ESI fragments independently of the rest of the page.
391
391
392
392
This setting is automatically set to ``true `` when one of the child settings is
393
393
configured.
399
399
400
400
**type **: ``string `` **default **: ``'/_fragment' ``
401
401
402
- The paths prefix for fragments. The fragment listener will only be executed
403
- when the requests starts with this path. It becomes the service container
402
+ The path prefix for fragments. The fragment listener will only be executed
403
+ when the request starts with this path. It becomes the service container
404
404
parameter called ``fragment.path ``.
405
405
406
406
profiler
@@ -418,12 +418,13 @@ enabled
418
418
419
419
**type **: ``boolean `` **default **: ``true `` in the ``dev `` and ``test `` environments
420
420
421
- The profiler can be disabled by setting this setting to ``false ``.
421
+ The profiler can be disabled by setting this option to ``false ``.
422
422
423
423
.. note ::
424
424
425
425
The profiler works independently from the Web Developer Toolbar, see the
426
- :doc: `WebProfilerBundle configuration <web_profiler >` on how to disable/enable it.
426
+ :doc: `WebProfilerBundle configuration
427
+ </reference/configuration/web_profiler>` on how to disable/enable it.
427
428
428
429
collect
429
430
.......
@@ -439,7 +440,7 @@ collect
439
440
This option configures the way the profiler behaves when it is enabled. If set
440
441
to ``true ``, the profiler collects data for all requests. If you want to only
441
442
collect information on-demand, you can set the ``collect `` flag to ``false ``
442
- and activate the data collectors by hand ::
443
+ and activate the data collectors manually ::
443
444
444
445
$profiler->enable();
445
446
518
519
519
520
**type **: ``string ``
520
521
521
- If set, the profiler will only be enabled when the current IP adres matches.
522
+ If set, the profiler will only be enabled when the current IP address matches.
523
+
524
+ .. _profiler.matcher.path :
522
525
523
526
path
524
527
""""
0 commit comments