File tree 1 file changed +9
-45
lines changed
1 file changed +9
-45
lines changed Original file line number Diff line number Diff line change @@ -424,59 +424,23 @@ for each entity manager can be placed directly under doctrine.orm config level.
424
424
orm :
425
425
# ...
426
426
query_cache_driver :
427
- type : array # Required
428
- host : ~
429
- port : ~
430
- instance_class : ~
431
- class : ~
427
+ # ...
432
428
metadata_cache_driver :
433
- type : array # Required
434
- host : ~
435
- port : ~
436
- instance_class : ~
437
- class : ~
429
+ # ...
438
430
result_cache_driver :
439
- type : array # Required
440
- host : ~
441
- port : ~
442
- instance_class : ~
443
- class : ~
444
- connection : ~
431
+ # ...
432
+ connection : ~
445
433
class_metadata_factory_name : Doctrine\ORM\Mapping\ClassMetadataFactory
446
434
default_repository_class : Doctrine\ORM\EntityRepository
447
- auto_mapping : false
435
+ auto_mapping : false
448
436
hydrators :
449
- # An array of hydrator names
450
- hydrator_name : []
437
+ # ...
451
438
mappings :
452
- # An array of mappings, which may be a bundle name or something else
453
- mapping_name :
454
- mapping : true
455
- type : ~
456
- dir : ~
457
- alias : ~
458
- prefix : ~
459
- is_bundle : ~
439
+ # ...
460
440
dql :
461
- # a collection of string functions
462
- string_functions :
463
- # example
464
- # test_string: Acme\HelloBundle\DQL\StringFunction
465
-
466
- # a collection of numeric functions
467
- numeric_functions :
468
- # example
469
- # test_numeric: Acme\HelloBundle\DQL\NumericFunction
470
-
471
- # a collection of datetime functions
472
- datetime_functions :
473
- # example
474
- # test_datetime: Acme\HelloBundle\DQL\DatetimeFunction
441
+ # ...
475
442
filters :
476
- # An array of filters
477
- some_filter :
478
- class : ~ # Required
479
- enabled : false
443
+ # ...
480
444
481
445
This shorten version is commonly used in other documentation sections. Keep in mind that you can't use both syntax at same time.
482
446
You can’t perform that action at this time.
0 commit comments