Skip to content

Commit 0ae7a23

Browse files
committed
minor #20255 [Doctrine] Delete the article about reverse engineering (javiereguiluz)
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [Doctrine] Delete the article about reverse engineering We soft-deleted this short article a few years ago, so we can fully delete it in 7.x branch. Commits ------- eacc9c3 [Doctrine] Delete the article about reverse engineering
2 parents 54456d0 + eacc9c3 commit 0ae7a23

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,3 +571,4 @@
571571
/testing/http_authentication /testing#testing_logging_in_users
572572
/doctrine/registration_form /security#security-make-registration-form
573573
/form/form_dependencies /form/create_custom_field_type
574+
/doctrine/reverse_engineering /doctrine#doctrine-adding-mapping

doctrine.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ affect how Doctrine functions.
8484
There are many other Doctrine commands. Run ``php bin/console list doctrine``
8585
to see a full list.
8686

87+
.. _doctrine-adding-mapping:
88+
8789
Creating an Entity Class
8890
------------------------
8991

9092
Suppose you're building an application where products need to be displayed.
9193
Without even thinking about Doctrine or databases, you already know that
9294
you need a ``Product`` object to represent those products.
9395

94-
.. _doctrine-adding-mapping:
95-
9696
You can use the ``make:entity`` command to create this class and any fields you
9797
need. The command will ask you some questions - answer them like done below:
9898

@@ -1107,7 +1107,6 @@ Learn more
11071107
doctrine/dbal
11081108
doctrine/multiple_entity_managers
11091109
doctrine/resolve_target_entity
1110-
doctrine/reverse_engineering
11111110
testing/database
11121111

11131112
.. _`Doctrine`: https://www.doctrine-project.org/

doctrine/reverse_engineering.rst

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)