-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathmap.rst.inc
39 lines (31 loc) · 1.47 KB
/
map.rst.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Configuration Options
---------------------
Ever wondered what configuration options you have available to you in
``config/packages/*.yaml`` files? In this section, all the available
configuration is broken down by the key (e.g. ``framework``) that defines
each possible section of your Symfony configuration.
* :doc:`framework </reference/configuration/framework>`
* :doc:`doctrine </reference/configuration/doctrine>`
* :doc:`security </reference/configuration/security>`
* :doc:`twig </reference/configuration/twig>`
* :doc:`monolog </reference/configuration/monolog>`
* :doc:`web_profiler </reference/configuration/web_profiler>`
* :doc:`debug </reference/configuration/debug>`
Forms and Validation
--------------------
* :doc:`Form Field Type Reference </reference/forms/types>`
* :doc:`Validation Constraints Reference </reference/constraints>`
* :ref:`Twig Template Function and Variable Reference <reference-form-twig-functions-variables>`
Format Specifications
---------------------
* :doc:`YAML </reference/formats/yaml>`
* :doc:`XLIFF </reference/formats/xliff>`
* :doc:`ICU MessageFormat </reference/formats/message_format>`
* :doc:`Expression Language </reference/formats/expression_language>`
Others
------
* :doc:`Configuring the Kernel </reference/configuration/kernel>`
* :doc:`Twig Extensions (forms, filters, tags, etc) Reference </reference/twig_reference>`
* :doc:`/reference/dic_tags`
* :doc:`Symfony Attributes Overview </reference/attributes>`
* :doc:`/reference/events`