Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26ca438

Browse filesBrowse files
committed
minor #5579 [3.0] Remove mentions of Symfony1 (WouterJ)
This PR was merged into the master branch. Discussion ---------- [3.0] Remove mentions of Symfony1 I think with Symfony 3, we should no longer document how Symfony >1 differs from Symfony 1. | Q | A | --- | --- | Doc fix? | no | New docs? | no | Applies to | 3.0+ | Fixed tickets | - Commits ------- feb2ab1 Remove mentions of Symfony1
2 parents a991ea1 + feb2ab1 commit 26ca438
Copy full SHA for 26ca438

File tree

Expand file treeCollapse file tree

4 files changed

+4
-378
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-378
lines changed

‎cookbook/event_dispatcher/before_after_filters.rst

Copy file name to clipboardExpand all lines: cookbook/event_dispatcher/before_after_filters.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ It is quite common in web application development to need some logic to be
88
executed just before or just after your controller actions acting as filters
99
or 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

1616
Token Validation Example
1717
------------------------

‎cookbook/index.rst

Copy file name to clipboardExpand all lines: cookbook/index.rst
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

‎cookbook/map.rst.inc

Copy file name to clipboardExpand all lines: cookbook/map.rst.inc
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@
211211

212212
* :doc:`/cookbook/psr7`
213213

214-
* **symfony1**
215-
216-
* :doc:`/cookbook/symfony1`
217-
218214
* :doc:`/cookbook/templating/index`
219215

220216
* :doc:`/cookbook/templating/global_variables`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.