Skip to content

Commit 927579e

Browse files
committed
Finished config tree
1 parent 6643204 commit 927579e

File tree

1 file changed

+55
-11
lines changed

1 file changed

+55
-11
lines changed

reference/configuration/framework.rst

Lines changed: 55 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,61 @@
44
FrameworkBundle Configuration ("framework")
55
===========================================
66

7-
This reference document is a work in progress. It should be accurate, but
8-
all options are not yet fully covered.
9-
107
The FrameworkBundle contains most of the "base" framework functionality
11-
and can be configured under the ``framework`` key in your application configuration.
8+
and can be configured under the ``framework`` key in your application
9+
configuration. When using XML, you can use the
10+
``http://symfony.com/schema/dic/symfony`` namespace.
11+
1212
This includes settings related to sessions, translation, forms, validation,
1313
routing and more.
1414

15+
.. tip::
16+
17+
The XSD schema is available at
18+
``http://symfony.com/schema/dic/symfony/symfony-1.0.xsd``.
19+
1520
Configuration
1621
-------------
1722

1823
* `secret`_
1924
* `http_method_override`_
25+
* `trusted_proxies`_
2026
* `ide`_
2127
* `test`_
22-
* `trusted_proxies`_
28+
* default_locale
29+
* trusted_hosts
2330
* `form`_
2431
* enabled
2532
* `csrf_protection`_
2633
* enabled
2734
* field_name
35+
* esi
36+
* enabled
37+
* fragments
38+
* enabled
39+
* path
40+
* `profiler`_
41+
* :ref:`enabled <profiler.enabled>`
42+
* `collect`_
43+
* only_exceptions
44+
* only_master_requests
45+
* dsn
46+
* username
47+
* password
48+
* lifetime
49+
* matcher
50+
* ip
51+
* path
52+
* service
53+
* router
54+
* resource
55+
* type
56+
* http_port
57+
* https_port
58+
* strict_requirements
2859
* `session`_
60+
* storage_id
61+
* handler_id
2962
* `name`_
3063
* `cookie_lifetime`_
3164
* `cookie_path`_
@@ -36,22 +69,33 @@ Configuration
3669
* `gc_probability`_
3770
* `gc_maxlifetime`_
3871
* `save_path`_
39-
* `serializer`_
40-
* :ref:`enabled<serializer.enabled>`
4172
* `templating`_
42-
* `assets_base_urls`_
4373
* `assets_version`_
4474
* `assets_version_format`_
45-
* `profiler`_
46-
* `collect`_
47-
* :ref:`enabled <profiler.enabled>`
75+
* hinclude_default_template
76+
* form
77+
* resources
78+
* `assets_base_urls`_
79+
* http
80+
* ssl
81+
* cache
82+
* engines
83+
* loaders
84+
* packages
4885
* `translator`_
4986
* :ref:`enabled <translator.enabled>`
5087
* `fallback`_
5188
* `validation`_
89+
* enabled
5290
* `cache`_
5391
* `enable_annotations`_
5492
* `translation_domain`_
93+
* annotations
94+
* cache
95+
* file_cache_dir
96+
* debug
97+
* `serializer`_
98+
* :ref:`enabled <serializer.enabled>`
5599

56100
secret
57101
~~~~~~

0 commit comments

Comments
 (0)