Skip to content

Commit 9330ec2

Browse files
committed
Merge branch '2.0' into 2.1
Conflicts: reference/dic_tags.rst
2 parents fb84612 + 84e7808 commit 9330ec2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ from the user data storage, hash the password the user has just provided
119119
the given password is valid.
120120

121121
This functionality is offered by the :class:`Symfony\\Component\\Security\\Core\\Authentication\\Provider\\DaoAuthenticationProvider`.
122-
It fetches the user's data from a :class:`Symfony\\Component\\Security\\Core\\User\\UserProviderInterface``,
122+
It fetches the user's data from a :class:`Symfony\\Component\\Security\\Core\\User\\UserProviderInterface`,
123123
uses a :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`
124124
to create a hash of the password and returns an authenticated token if the
125125
password was valid::

reference/dic_tags.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ may also be tags in other bundles you use that aren't listed here.
3131
+-----------------------------------+---------------------------------------------------------------------------+
3232
| `data_collector`_ | Create a class that collects custom data for the profiler |
3333
+-----------------------------------+---------------------------------------------------------------------------+
34+
| `doctrine.event_listener`_ | Add a Doctrine event listener |
35+
+-----------------------------------+---------------------------------------------------------------------------+
36+
| `doctrine.event_subscriber`_ | Add a Doctrine event subscriber |
37+
+-----------------------------------+---------------------------------------------------------------------------+
3438
| `form.type`_ | Create a custom form field type |
3539
+-----------------------------------+---------------------------------------------------------------------------+
3640
| `form.type_extension`_ | Create a custom "form extension" |
@@ -231,6 +235,22 @@ data_collector
231235
For details on creating your own custom data collection, read the cookbook
232236
article: :doc:`/cookbook/profiler/data_collector`.
233237
238+
doctrine.event_listener
239+
--------------
240+
241+
**Purpose**: Add a Doctrine event listener
242+
243+
For details on creating Doctrine event listeners, read the cookbook article:
244+
:doc:`/cookbook/doctrine/event_listeners_subscribers`.
245+
246+
doctrine.event_subscriber
247+
--------------
248+
249+
**Purpose**: Add a Doctrine event subscriber
250+
251+
For details on creating Doctrine event subscribers, read the cookbook article:
252+
:doc:`/cookbook/doctrine/event_listeners_subscribers`.
253+
234254
.. _dic-tags-form-type:
235255
236256
form.type

0 commit comments

Comments
 (0)