|
| 1 | +/book/index /index |
| 2 | +/cookbook/index /index |
1 | 3 | /book/stable_api /contributing/code/bc |
2 | 4 | /book/internals /reference/events |
3 | 5 | /cookbook/console/sending_emails /cookbook/console/request_context |
|
73 | 75 | /book/from_flat_php_to_symfony2 /introduction/from_flat_php_to_symfony2 |
74 | 76 | /book/configuration /configuration |
75 | 77 | /book/propel /propel/propel |
76 | | -/book/performance /performance/performance |
| 78 | +/book/performance /performance |
77 | 79 | /cookbook/assetic/apply_to_option /assetic/apply_to_option |
78 | 80 | /cookbook/assetic/asset_management /assetic/asset_management |
| 81 | +/cookbook/assetic/index /assetic |
79 | 82 | /cookbook/assetic/jpeg_optimize /assetic/jpeg_optimize |
80 | 83 | /cookbook/assetic/php /assetic/php |
81 | 84 | /cookbook/assetic/uglifyjs /assetic/uglifyjs |
82 | 85 | /cookbook/assetic/yuicompressor /assetic/yuicompressor |
83 | 86 | /cookbook/bundles/best_practices /bundles/best_practices |
84 | 87 | /cookbook/bundles/configuration /bundles/configuration |
85 | 88 | /cookbook/bundles/extension /bundles/extension |
| 89 | +/cookbook/bundles/index /bundles |
86 | 90 | /cookbook/bundles/inheritance /bundles/inheritance |
87 | 91 | /cookbook/bundles/installation /bundles/installation |
88 | 92 | /cookbook/bundles/override /bundles/override |
89 | 93 | /cookbook/bundles/prepend_extension /bundles/prepend_extension |
90 | 94 | /cookbook/bundles/remove /bundles/remove |
91 | | -/cookbook/cache/form_csrf_caching /cache/form_csrf_caching |
92 | | -/cookbook/cache/varnish /cache/varnish |
| 95 | +/cookbook/cache/form_csrf_caching /http_cache/form_csrf_caching |
| 96 | +/cookbook/cache/varnish /http_cache/varnish |
93 | 97 | /cookbook/composer /setup/composer |
94 | 98 | /cookbook/configuration/apache_router /configuration/apache_router |
95 | 99 | /cookbook/configuration/configuration_organization /configuration/configuration_organization |
96 | 100 | /cookbook/configuration/environments /configuration/environments |
97 | 101 | /cookbook/configuration/external_parameters /configuration/external_parameters |
98 | 102 | /cookbook/configuration/front_controllers_and_kernel /configuration/front_controllers_and_kernel |
99 | 103 | /cookbook/configuration/micro-kernel-trait /configuration/micro_kernel_trait |
| 104 | +/cookbook/configuration/index /configuration |
100 | 105 | /cookbook/configuration/override_dir_structure /configuration/override_dir_structure |
101 | 106 | /cookbook/configuration/using_parameters_in_dic /configuration/using_parameters_in_dic |
102 | 107 | /cookbook/configuration/web_server_configuration /setup/web_server_configuration |
103 | 108 | /cookbook/console/command_in_controller /console/command_in_controller |
104 | 109 | /cookbook/console/commands_as_services /console/commands_as_services |
105 | | -/cookbook/console/console_command /console/console_command |
| 110 | +/cookbook/console/console_command /console |
| 111 | +/cookbook/console/index /console |
106 | 112 | /cookbook/console/logging /console/logging |
107 | 113 | /cookbook/console/request_context /console/request_context |
108 | 114 | /cookbook/console/style /console/style |
109 | 115 | /cookbook/console/usage /console/usage |
110 | 116 | /cookbook/controller/csrf_token_validation /controller/csrf_token_validation |
111 | 117 | /cookbook/controller/error_pages /controller/error_pages |
112 | 118 | /cookbook/controller/forwarding /controller/forwarding |
| 119 | +/cookbook/controller/index /controller |
113 | 120 | /cookbook/controller/service /controller/service |
114 | 121 | /cookbook/controller/upload_file /controller/upload_file |
115 | 122 | /cookbook/debugging /debug/debugging |
116 | 123 | /cookbook/deployment/azure-website /cookbook/azure-website |
117 | 124 | /cookbook/deployment/fortrabbit /deployment/fortrabbit |
118 | 125 | /cookbook/deployment/heroku /deployment/heroku |
| 126 | +/cookbook/deployment/index /deployment |
119 | 127 | /cookbook/deployment/platformsh /deployment/platformsh |
120 | 128 | /cookbook/deployment/tools /deployment/tools |
121 | 129 | /cookbook/doctrine/common_extensions /doctrine/common_extensions |
122 | 130 | /cookbook/doctrine/console /doctrine/console |
123 | 131 | /cookbook/doctrine/custom_dql_functions /doctrine/custom_dql_functions |
124 | 132 | /cookbook/doctrine/dbal /doctrine/dbal |
125 | 133 | /cookbook/doctrine/event_listeners_subscribers /doctrine/event_listeners_subscribers |
| 134 | +/cookbook/doctrine/index /doctrine |
126 | 135 | /cookbook/doctrine/mapping_model_classes /doctrine/mapping_model_classes |
127 | 136 | /cookbook/doctrine/mongodb_session_storage /doctrine/mongodb_session_storage |
128 | 137 | /cookbook/doctrine/multiple_entity_managers /doctrine/multiple_entity_managers |
|
134 | 143 | /cookbook/email/dev_environment /email/dev_environment |
135 | 144 | /cookbook/email/email /email |
136 | 145 | /cookbook/email/gmail /email/gmail |
| 146 | +/cookbook/email/index /email |
137 | 147 | /cookbook/email/spool /email/spool |
138 | 148 | /cookbook/email/testing /email/testing |
139 | 149 | /cookbook/event_dispatcher/before_after_filters /event_dispatcher/before_after_filters |
140 | 150 | /cookbook/event_dispatcher/class_extension /event_dispatcher/class_extension |
141 | 151 | /cookbook/event_dispatcher/event_listener /event_dispatcher |
| 152 | +/cookbook/event_dispatcher/index /event_dispatcher |
142 | 153 | /cookbook/event_dispatcher/method_behavior /event_dispatcher/method_behavior |
143 | 154 | /cookbook/expressions /expressions/expressions |
144 | 155 | /cookbook/form/create_custom_field_type /form/create_custom_field_type |
|
148 | 159 | /cookbook/form/dynamic_form_modification /form/dynamic_form_modification |
149 | 160 | /cookbook/form/form_collections /form/form_collections |
150 | 161 | /cookbook/form/form_customization /form/form_customization |
| 162 | +/cookbook/form/index /forms |
151 | 163 | /cookbook/form/inherit_data_option /form/inherit_data_option |
152 | 164 | /cookbook/form/unit_testing /form/unit_testing |
153 | 165 | /cookbook/form/use_empty_data /form/use_empty_data |
154 | 166 | /cookbook/frontend/bower /frontend/bower |
| 167 | +/cookbook/frontend/index /frontend |
155 | 168 | /cookbook/install/unstable_versions /setup/unstable_versions |
156 | 169 | /cookbook/install/bundles /setup/bundles |
| 170 | +/cookbook/install/index /setup |
157 | 171 | /cookbook/install/upgrade_major /setup/upgrade_major |
158 | 172 | /cookbook/install/upgrade_minor /setup/upgrade_minor |
159 | 173 | /cookbook/install/upgrade_patch /setup/upgrade_patch |
160 | 174 | /cookbook/logging/channels_handlers /logging/channels_handlers |
| 175 | +/cookbook/logging/index /logging |
161 | 176 | /cookbook/logging/monolog /logging |
162 | 177 | /cookbook/logging/monolog_console /logging/monolog_console |
163 | 178 | /cookbook/logging/monolog_email /logging/monolog_email |
164 | 179 | /cookbook/logging/monolog_regex_based_excludes /logging/monolog_regex_based_excludes |
165 | 180 | /cookbook/profiler/data_collector /profiler/data_collector |
| 181 | +/cookbook/profiler/index /profiler |
166 | 182 | /cookbook/profiler/matchers /profiler/matchers |
167 | 183 | /cookbook/profiler/profiling_data /profiler/profiling_data |
168 | 184 | /cookbook/profiler/storage /profiler/storage |
169 | | -/cookbook/psr7 /psr/psr7 |
| 185 | +/cookbook/psr7 /request/psr7 |
| 186 | +/cookbook/request/index /request |
170 | 187 | /cookbook/request/load_balancer_reverse_proxy /request/load_balancer_reverse_proxy |
171 | 188 | /cookbook/request/mime_type /request/mime_type |
172 | 189 | /cookbook/routing/conditions /routing/conditions |
173 | 190 | /cookbook/routing/custom_route_loader /routing/custom_route_loader |
174 | 191 | /cookbook/routing/debug /routing/debug |
175 | 192 | /cookbook/routing/external_resources /routing/external_resources |
176 | 193 | /cookbook/routing/extra_information /routing/extra_information |
| 194 | +/cookbook/routing/index /routing |
177 | 195 | /cookbook/routing/method_parameters /routing/requirements |
178 | 196 | /cookbook/routing/optional_placeholders /routing/optional_placeholders |
179 | 197 | /cookbook/routing/redirect_in_config /routing/redirect_in_config |
|
201 | 219 | /cookbook/security/impersonating_user /security/impersonating_user |
202 | 220 | /cookbook/security/ldap /security/ldap |
203 | 221 | /cookbook/security/multiple_guard_authenticators /security/multiple_guard_authenticators |
| 222 | +/cookbook/security/index /security |
204 | 223 | /cookbook/security/multiple_user_providers /security/multiple_user_providers |
205 | 224 | /cookbook/security/named_encoders /security/named_encoders |
206 | 225 | /cookbook/security/pre_authenticated /security/pre_authenticated |
|
211 | 230 | /cookbook/security/voters /security/voters |
212 | 231 | /cookbook/serializer /serializer |
213 | 232 | /cookbook/service_container/compiler_passes /service_container/compiler_passes |
| 233 | +/cookbook/service_container/index /service_container |
214 | 234 | /cookbook/service_container/scopes /service_container/scopes |
215 | 235 | /cookbook/service_container/shared /service_container/shared |
216 | 236 | /cookbook/session/avoid_session_start /session/avoid_session_start |
| 237 | +/cookbook/session/index /session |
217 | 238 | /cookbook/session/limit_metadata_writes /session/limit_metadata_writes |
218 | 239 | /cookbook/session/locale_sticky_session /session/locale_sticky_session |
219 | 240 | /cookbook/session/php_bridge /session/php_bridge |
220 | 241 | /cookbook/session/proxy_examples /session/proxy_examples |
221 | 242 | /cookbook/session/sessions_directory /session/sessions_directory |
222 | 243 | /cookbook/symfony1 /introduction/symfony1 |
223 | 244 | /cookbook/templating/global_variables /templating/global_variables |
| 245 | +/cookbook/templating/index /templating |
224 | 246 | /cookbook/templating/namespaced_paths /templating/namespaced_paths |
225 | 247 | /cookbook/templating/PHP /templating/PHP |
226 | 248 | /cookbook/templating/render_without_controller /templating/render_without_controller |
|
229 | 251 | /cookbook/testing/database /testing/database |
230 | 252 | /cookbook/testing/doctrine /testing/doctrine |
231 | 253 | /cookbook/testing/http_authentication /testing/http_authentication |
| 254 | +/cookbook/testing/index /testing |
232 | 255 | /cookbook/testing/insulating_clients /testing/insulating_clients |
233 | 256 | /cookbook/testing/profiling /testing/profiling |
234 | 257 | /cookbook/testing/simulating_authentication /testing/simulating_authentication |
235 | 258 | /cookbook/upgrade/bundles /upgrade/patch_version |
236 | | -/cookbook/upgrade/major_version /upgrade/minor_version |
237 | | -/cookbook/upgrade/minor_version /upgrade/major_version |
| 259 | +/cookbook/upgrade/index /setup/upgrade_major |
| 260 | +/cookbook/upgrade/major_version /setup/upgrade_minor |
| 261 | +/cookbook/upgrade/minor_version /setup/upgrade_major |
238 | 262 | /cookbook/upgrade/patch_version /upgrade/bundles |
239 | 263 | /cookbook/validation/custom_constraint /validation/custom_constraint |
240 | 264 | /cookbook/validation/group_service_resolver /validation/group_service_resolver |
| 265 | +/cookbook/validation/index /validation |
241 | 266 | /cookbook/validation/severity /validation/severity |
242 | 267 | /cookbook/web_server/built_in /setup/built_in_web_server |
243 | | -/cookbook/web_services/php_soap_extension /web_services/php_soap_extension |
| 268 | +/cookbook/web_server/index /setup/built_in_web_server |
| 269 | +/cookbook/web_services/index /controller/soap_web_service |
| 270 | +/cookbook/web_services/php_soap_extension /controller/soap_web_service |
244 | 271 | /cookbook/workflow/homestead /setup/homestead |
| 272 | +/cookbook/workflow/index /setup |
245 | 273 | /cookbook/workflow/new_project_git /setup/new_project_git |
246 | 274 | /cookbook/workflow/new_project_svn /setup/new_project_svn |
247 | 275 | /components/asset/index /components/asset |
|
264 | 292 | /components/dependency_injection/factories /service_container/factories |
265 | 293 | /components/dependency_injection/lazy_services /service_container/lazy_services |
266 | 294 | /components/dependency_injection/parameters /service_container/parameters |
| 295 | +/components/dependency_injection/parentservices /service_container/parent_services |
267 | 296 | /components/dependency_injection/parent_services /service_container/parent_services |
268 | 297 | /components/dependency_injection/synthetic_services /service_container/synthetic_services |
269 | 298 | /components/dependency_injection/tags /service_container/tags |
270 | 299 | /components/dependency_injection/types /service_container/injection_types |
| 300 | +/components/event_dispatcher/index /components/event_dispatcher |
271 | 301 | /components/event_dispatcher/introduction /components/event_dispatcher |
272 | 302 | /components/expression_language/introduction /components/expression_language |
273 | 303 | /components/expression_language/index /components/expression_language |
|
277 | 307 | /components/form/introduction /components/form |
278 | 308 | /components/form/index /components/form |
279 | 309 | /components/form/type_guesser /form/type_guesser |
| 310 | +/components/http_foundation/index /components/http_foundation |
280 | 311 | /components/http_foundation/introduction /components/http_foundation |
281 | 312 | /components/http_kernel/introduction /components/http_kernel |
282 | 313 | /components/http_kernel/index /components/http_kernel |
|