File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
.. _doctrine-event-config :
5
5
6
- Registering Event Listeners and Subscribers
7
- ===========================================
6
+ How to Register Event Listeners and Subscribers
7
+ ===============================================
8
8
9
9
Doctrine packages a rich event system that fires events when almost anything
10
10
happens inside the system. For you, this means that you can create arbitrary
@@ -114,4 +114,4 @@ specific type of entity (e.g. a ``Product`` entity but not a ``BlogPost``
114
114
entity), you should check for the class name of the entity in your method
115
115
(as shown above).
116
116
117
- .. _`The Event System` : http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/events.html
117
+ .. _`The Event System` : http://docs.doctrine-project.org/projects/doctrine-orm/en/2.1/reference/events.html
Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Routing; _method
3
3
4
- Using HTTP Methods beyond GET and POST in Routes
5
- ================================================
4
+ How to use HTTP Methods beyond GET and POST in Routes
5
+ =====================================================
6
6
7
7
The HTTP method of a request is one of the requirements that can be checked
8
8
when seeing if it matches a route. This is introduced in the routing chapter
@@ -111,4 +111,4 @@ Likewise the delete form could be changed to look like this:
111
111
<input type="submit" value="Delete" />
112
112
</form>
113
113
114
- It will then match the ``blog_delete `` route.
114
+ It will then match the ``blog_delete `` route.
You can’t perform that action at this time.
0 commit comments