File tree Expand file tree Collapse file tree 4 files changed +4
-378
lines changed Expand file tree Collapse file tree 4 files changed +4
-378
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ It is quite common in web application development to need some logic to be
88executed just before or just after your controller actions acting as filters
99or hooks.
1010
11- In symfony1, this was achieved with the preExecute and postExecute methods.
12- Most major frameworks have similar methods but there is no such thing in Symfony.
13- The good news is that there is a much better way to interfere with the
14- Request -> Response process using the :doc: `EventDispatcher component </components/event_dispatcher/introduction >`.
11+ Some web frameworks define methods like `` preExecute() `` and `` postExecute() ``,
12+ but there is no such thing in Symfony. The good news is that there is a much
13+ better way to interfere with the Request -> Response process using the
14+ :doc: `EventDispatcher component </components/event_dispatcher/introduction >`.
1515
1616Token Validation Example
1717------------------------
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ The Cookbook
2929 service_container/index
3030 session/index
3131 psr7
32- symfony1
3332 templating/index
3433 testing/index
3534 upgrade/index
Original file line number Diff line number Diff line change 209209
210210 * :doc:` /cookbook/psr7`
211211
212- * ** symfony1**
213-
214- * :doc:` /cookbook/symfony1`
215-
216212* :doc:` /cookbook/templating/index`
217213
218214 * :doc:` /cookbook/templating/global_variables`
You can’t perform that action at this time.
0 commit comments