@@ -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
@@ -242,8 +242,8 @@ default_locale
242
242
243
243
**type **: ``string `` **default **: ``'en' ``
244
244
245
- If the locale can't be determined from the Request or session , the default
246
- locale will be used. It becomes the service container parameter called
245
+ If the locale can't be determined from the Request, the default locale will be
246
+ used. It becomes the service container parameter called
247
247
``kernel.default_locale ``.
248
248
249
249
.. seealso ::
@@ -295,7 +295,7 @@ subdomains).
295
295
296
296
.. seealso ::
297
297
298
- Read more about this in the `Security Advisory Blog post `_.
298
+ Read more about this in the `Security Advisory Blog post `_.
299
299
300
300
.. _reference-framework-form :
301
301
@@ -311,16 +311,16 @@ enabled
311
311
312
312
Whether to enable the form services or not in the service container.
313
313
314
- This option will be set to ``true `` automatically when one of the child
315
- settings are configured.
314
+ This option will automatically be set to ``true `` when one of the child
315
+ settings is configured.
316
316
317
317
.. note ::
318
318
319
- This will automatically enable the validation.
319
+ This will automatically enable the validation.
320
320
321
321
.. seealso ::
322
322
323
- For more details, see :doc: `/book/forms `.
323
+ For more details, see :doc: `/book/forms `.
324
324
325
325
csrf_protection
326
326
~~~~~~~~~~~~~~~
@@ -337,11 +337,11 @@ enabled
337
337
**type **: ``boolean `` **default **: ``false ``
338
338
339
339
Whether to enable the CSRF support in forms or not. Setting this option to
340
- ``true `` requires the `secret `_ to be set and the `session `_ to be enabled. It
340
+ ``true `` requires the `secret `_ to be set and `session `_ to be enabled. It
341
341
becomes the service container parameter named ``form.type_extension.csrf.enabled ``.
342
342
343
- This option will be set to ``true `` automatically when one of the child
344
- settings are configured.
343
+ This option will automatically be set to ``true `` when one of the child
344
+ settings is configured.
345
345
346
346
field_name
347
347
..........
@@ -403,7 +403,7 @@ enabled
403
403
**type **: ``boolean `` **default **: ``false ``
404
404
405
405
Whether to enable the fragment listener or not. The fragment listener is used
406
- to render ESI fragments independently of the rst of the page.
406
+ to render ESI fragments independently of the rest of the page.
407
407
408
408
This setting is automatically set to ``true `` when one of the child settings is
409
409
configured.
415
415
416
416
**type **: ``string `` **default **: ``'/_fragment' ``
417
417
418
- The paths prefix for fragments. The fragment listener will only be executed
419
- when the requests starts with this path. It becomes the service container
418
+ The path prefix for fragments. The fragment listener will only be executed
419
+ when the request starts with this path. It becomes the service container
420
420
parameter called ``fragment.path ``.
421
421
422
422
profiler
@@ -434,12 +434,13 @@ enabled
434
434
435
435
**type **: ``boolean `` **default **: ``true `` in the ``dev `` and ``test `` environments
436
436
437
- The profiler can be disabled by setting this setting to ``false ``.
437
+ The profiler can be disabled by setting this option to ``false ``.
438
438
439
439
.. note ::
440
440
441
441
The profiler works independently from the Web Developer Toolbar, see the
442
- :doc: `WebProfilerBundle configuration <web_profiler >` on how to disable/enable it.
442
+ :doc: `WebProfilerBundle configuration
443
+ </reference/configuration/web_profiler>` on how to disable/enable it.
443
444
444
445
collect
445
446
.......
@@ -455,7 +456,7 @@ collect
455
456
This option configures the way the profiler behaves when it is enabled. If set
456
457
to ``true ``, the profiler collects data for all requests. If you want to only
457
458
collect information on-demand, you can set the ``collect `` flag to ``false ``
458
- and activate the data collectors by hand ::
459
+ and activate the data collectors manually ::
459
460
460
461
$profiler->enable();
461
462
534
535
535
536
**type **: ``string ``
536
537
537
- If set, the profiler will only be enabled when the current IP adres matches.
538
+ If set, the profiler will only be enabled when the current IP address matches.
539
+
540
+ .. _profiler.matcher.path :
538
541
539
542
path
540
543
""""
0 commit comments