Skip to content

Commit

Permalink
Mention the new setting in the configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed May 24, 2023
1 parent 51be3e2 commit 299c32a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ Configuration Reference
class_metadata_factory_name: Doctrine\ORM\Mapping\ClassMetadataFactory
default_repository_class: Doctrine\ORM\EntityRepository
auto_mapping: false
# Opt-in to new mapping driver mode as of Doctrine ORM 2.16, https://github.com/doctrine/orm/pull/10455
report_fields_where_declared: false
naming_strategy: doctrine.orm.naming_strategy.default
quote_strategy: doctrine.orm.quote_strategy.default
entity_listener_resolver: ~
Expand Down Expand Up @@ -496,6 +498,7 @@ Configuration Reference
class-metadata-factory-name="Doctrine\ORM\Mapping\ClassMetadataFactory"
default-repository-class="Doctrine\ORM\EntityRepository"
auto-mapping="false"
report-fields-where-declared="false"
naming-strategy="doctrine.orm.naming_strategy.default"
quote-strategy="doctrine.orm.quote_strategy.default"
entity-listener-resolver="null"
Expand Down Expand Up @@ -652,6 +655,7 @@ the ORM resolves to:
metadata_cache_driver: ~
query_cache_driver: ~
result_cache_driver: ~
report_fields_where_declared: false
There are lots of other configuration options that you can use to overwrite
certain classes, but those are for very advanced use-cases only.
Expand Down

0 comments on commit 299c32a

Please sign in to comment.