Skip to content

Commit

Permalink
minor symfony#5579 [3.0] Remove mentions of Symfony1 (WouterJ)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Aug 22, 2015
2 parents a991ea1 + feb2ab1 commit 26ca438
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 378 deletions.
8 changes: 4 additions & 4 deletions cookbook/event_dispatcher/before_after_filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ It is quite common in web application development to need some logic to be
executed just before or just after your controller actions acting as filters
or hooks.

In symfony1, this was achieved with the preExecute and postExecute methods.
Most major frameworks have similar methods but there is no such thing in Symfony.
The good news is that there is a much better way to interfere with the
Request -> Response process using the :doc:`EventDispatcher component </components/event_dispatcher/introduction>`.
Some web frameworks define methods like ``preExecute()`` and ``postExecute()``,
but there is no such thing in Symfony. The good news is that there is a much
better way to interfere with the Request -> Response process using the
:doc:`EventDispatcher component </components/event_dispatcher/introduction>`.

Token Validation Example
------------------------
Expand Down
1 change: 0 additions & 1 deletion cookbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ The Cookbook
service_container/index
session/index
psr7
symfony1
templating/index
testing/index
upgrade/index
Expand Down
4 changes: 0 additions & 4 deletions cookbook/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@

* :doc:`/cookbook/psr7`

* **symfony1**

* :doc:`/cookbook/symfony1`

* :doc:`/cookbook/templating/index`

* :doc:`/cookbook/templating/global_variables`
Expand Down
Loading

0 comments on commit 26ca438

Please sign in to comment.