This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ use this configuration:
87
87
subscriber with the names of the subscribed events, just as when using an
88
88
event listener.
89
89
90
- More information with PHP code examples for the doctrine event system
91
- integration is in the ` Symfony cookbook entry on ORM events `_ .
90
+ You can find more information and examples of the doctrine event system
91
+ in "` How to Register Event Listeners and Subscribers `_" of the core documentation .
92
92
93
93
.. _`Doctrine PHPCR-ODM event system documentation` : http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/events.html
94
94
.. _`Symfony event subscriber` : http://symfony.com/doc/master/components/event_dispatcher/introduction.html#using-event-subscribers
95
95
.. _`Doctrine ORM events` : http://symfony.com/doc/current/cookbook/doctrine/event_listeners_subscribers.html
96
- .. _`Symfony cookbook entry on ORM events ` : http://symfony.com/doc/current/cookbook/doctrine/event_listeners_subscribers.html
96
+ .. _`How to Register Event Listeners and Subscribers ` : http://symfony.com/doc/current/cookbook/doctrine/event_listeners_subscribers.html
Original file line number Diff line number Diff line change @@ -617,7 +617,9 @@ not configure anything here, the ODM services will not be loaded.
617
617
configuration_id
618
618
""""""""""""""""
619
619
620
- @lsmith77 ?
620
+ **type **: ``string ``, **default **: ``doctrine_phpcr.odm.configuration ``
621
+
622
+ The service to use as base for building the PHPCR-ODM configuration.
621
623
622
624
auto_mapping
623
625
""""""""""""
@@ -661,7 +663,7 @@ names without any actual configuration.
661
663
metadata_cache_driver
662
664
"""""""""""""""""""""
663
665
664
- @lsmith77 ?
666
+ Configure a cache driver for the Doctrine metadata. This is the same as for ` Doctrine ORM `_.
665
667
666
668
General Settings
667
669
~~~~~~~~~~~~~~~~
@@ -716,3 +718,4 @@ For tuning the output of the ``doctrine:phpcr:dump`` command.
716
718
.. _`the midgard/phpcr package` : http://packagist.org/packages/midgard/phpcr
717
719
.. _`the getting started document` : http://midgard-project.org/phpcr/#getting_started
718
720
.. _`official Midgard PHPCR documentation` : http://midgard-project.org/phpcr/
721
+ .. _`Doctrine ORM` : http://symfony.com/doc/current/reference/configuration/doctrine.html#caching-drivers
You can’t perform that action at this time.
0 commit comments