File tree 4 files changed +4
-378
lines changed
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
8
8
executed just before or just after your controller actions acting as filters
9
9
or hooks.
10
10
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 >`.
15
15
16
16
Token Validation Example
17
17
------------------------
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ The Cookbook
29
29
service_container/index
30
30
session/index
31
31
psr7
32
- symfony1
33
32
templating/index
34
33
testing/index
35
34
upgrade/index
Original file line number Diff line number Diff line change 209
209
210
210
* :doc:` /cookbook/psr7`
211
211
212
- * ** symfony1**
213
-
214
- * :doc:` /cookbook/symfony1`
215
-
216
212
* :doc:` /cookbook/templating/index`
217
213
218
214
* :doc:` /cookbook/templating/global_variables`
You can’t perform that action at this time.
0 commit comments