We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent13edbcc commitc95a68dCopy full SHA for c95a68d
book/doctrine.rst
@@ -1344,17 +1344,6 @@ general, see Doctrine's `Lifecycle Events documentation`_.
1344
or subscriber and give it access to whatever resources you need. For
1345
more information, see:doc:`/cookbook/doctrine/event_listeners_subscribers`.
1346
1347
-Doctrine Extensions: Timestampable, Sluggable, etc.
1348
----------------------------------------------------
1349
-
1350
-Doctrine is quite flexible, and a number of third-party extensions are available
1351
-that allow you to easily perform repeated and common tasks on your entities.
1352
-These include thing such as *Sluggable*, *Timestampable*, *Loggable*, *Translatable*,
1353
-and *Tree*.
1354
1355
-For more information on how to find and use these extensions, see the cookbook
1356
-article about:doc:`using common Doctrine extensions</cookbook/doctrine/common_extensions>`.
1357
1358
.. _book-doctrine-field-types:
1359
1360
Doctrine Field Types Reference