Skip to content

Moved the Doctrine Extensions to the main Doctrine article #12332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@
/testing/doctrine /testing/database
/doctrine/lifecycle_callbacks /doctrine/events
/doctrine/event_listeners_subscribers /doctrine/events
/doctrine/common_extensions /doctrine
/best_practices/index /best_practices
/best_practices/introduction /best_practices
/best_practices/creating-the-project /best_practices
Expand Down
11 changes: 10 additions & 1 deletion doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -804,14 +804,21 @@ Database Testing

Read the article about :doc:`testing code that interacts with the database </testing/database>`.

Doctrine Extensions (Timestampable, Translatable, etc.)
-------------------------------------------------------

Doctrine community has created some extensions to implement common needs such as
*"set the value of the createdAt property automatically when creating an entity"*.
Read more about the `available Doctrine extensions`_ and use the
`StofDoctrineExtensionsBundle`_ to integrate them in your application.

Learn more
----------

.. toctree::
:maxdepth: 1

doctrine/associations
doctrine/common_extensions
doctrine/events
doctrine/registration_form
doctrine/custom_dql_functions
Expand Down Expand Up @@ -839,3 +846,5 @@ Learn more
.. _`Doctrine screencast series`: https://symfonycasts.com/screencast/symfony-doctrine
.. _`API Platform`: https://api-platform.com/docs/core/validation/
.. _`PDO`: https://php.net/pdo
.. _`available Doctrine extensions`: https://github.com/Atlantic18/DoctrineExtensions
.. _`StofDoctrineExtensionsBundle`: https://github.com/antishov/StofDoctrineExtensionsBundle
32 changes: 0 additions & 32 deletions doctrine/common_extensions.rst

This file was deleted.