Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9cdb38b

Browse filesBrowse files
committed
[#8643] Removing default values
These aren't the defaults: they're the values that you get in your config file from the recipe.
1 parent fef815b commit 9cdb38b
Copy full SHA for 9cdb38b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed

‎reference/configuration/doctrine.rst

Copy file name to clipboardExpand all lines: reference/configuration/doctrine.rst
+3-5Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,22 +498,20 @@ One of ``annotation`` (the default value), ``xml``, ``yml``, ``php`` or
498498
dir
499499
...
500500

501-
Absolute path to the mapping or entity files (depending on the driver). The
502-
default value is ``%kernel.project_dir%/src/Entity/``.
501+
Absolute path to the mapping or entity files (depending on the driver.
503502

504503
prefix
505504
......
506505

507506
A common namespace prefix that all entities of this mapping share. This prefix
508507
should never conflict with prefixes of other defined mappings otherwise some of
509-
your entities cannot be found by Doctrine. This option defaults to
510-
``App\Entity`` because it's recommended to store the entities in ``src/Entity/``.
508+
your entities cannot be found by Doctrine.
511509

512510
alias
513511
.....
514512

515513
Doctrine offers a way to alias entity namespaces to simpler, shorter names
516-
to be used in DQL queries or for Repository access. It's default value is ``App``.
514+
to be used in DQL queries or for Repository access.
517515

518516
is_bundle
519517
.........

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.