@@ -24,7 +24,7 @@ Out of the box, this bundle supports the following PHPCR implementations:
24
24
25
25
.. tip ::
26
26
27
- This reference only explains the Symfony2 integration of PHPCR and
27
+ This reference only explains the Symfony integration of PHPCR and
28
28
PHPCR-ODM. To learn how to use PHPCR, refer to `the PHPCR website `_ and
29
29
for Doctrine PHPCR-ODM to the `PHPCR-ODM documentation `_.
30
30
@@ -96,7 +96,7 @@ DBAL. The full documentation is in the :doc:`configuration reference <configurat
96
96
97
97
To use Jackalope Doctrine DBAL, you need to configure a database connection
98
98
with the DoctrineBundle. For detailed information, see the
99
- `Symfony2 Doctrine documentation `_. A simple example is:
99
+ `Symfony Doctrine documentation `_. A simple example is:
100
100
101
101
.. code-block :: yaml
102
102
@@ -346,7 +346,7 @@ Profiling and Performance of Jackalope
346
346
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
347
347
348
348
When using any of the Jackalope PHPCR implementations, you can activate logging
349
- to log to the symfony log, or profiling to show information in the Symfony2
349
+ to log to the symfony log, or profiling to show information in the Symfony
350
350
debug toolbar:
351
351
352
352
.. configuration-block ::
@@ -526,25 +526,14 @@ Read On
526
526
527
527
.. _`Doctrine PHPCR-ODM` : http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/index.html
528
528
.. _`DoctrinePHPCRBundle` : https://github.com/doctrine/DoctrinePHPCRBundle
529
- .. _`Symfony2 Doctrine documentation` : https://symfony.com/doc/current/book /doctrine.html
529
+ .. _`Symfony Doctrine documentation` : https://symfony.com/doc/current/doctrine.html
530
530
.. _`Jackalope` : http://jackalope.github.io/
531
531
.. _`the PHPCR website` : http://phpcr.github.io/
532
532
.. _`PHPCR-ODM documentation` : http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/
533
533
.. _`bug in libxml` : https://bugs.php.net/bug.php?id=36501
534
534
.. _`with composer` : https://getcomposer.org
535
535
.. _`doctrine/phpcr-bundle` : https://packagist.org/packages/doctrine/phpcr-bundle
536
- .. _`metadata caching` : https://symfony.com/doc/master/reference/configuration/doctrine.html
537
- .. _`PHPCR-ODM documentation on Multilanguage` : http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/multilang.html
538
536
.. _`custom node type` : https://github.com/doctrine/phpcr-odm/wiki/Custom-node-type-phpcr%3Amanaged
539
- .. _`the PHPCR-ODM documentation` : http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/events.html
540
- .. _`Symfony event subscriber` : https://symfony.com/doc/master/components/event_dispatcher/introduction.html#using-event-subscribers
541
- .. _`Symfony cookbook entry` : https://symfony.com/doc/current/cookbook/doctrine/event_listeners_subscribers.html
542
- .. _`Symfony documentation on the entity form type` : https://symfony.com/doc/current/reference/forms/types/entity.html
543
- .. _SonataDoctrinePHPCRAdminBundle : https://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html
544
- .. _`currently broken` : https://github.com/sonata-project/SonataDoctrineORMAdminBundle/issues/145
545
537
.. _`DoctrineMigrationsBundle` : https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html
546
538
.. _`DoctrineFixturesBundle` : https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
547
- .. _`Doctrine data-fixtures` : https://github.com/doctrine/data-fixtures
548
- .. _`documentation of the DoctrineFixturesBundle` : https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
549
539
.. _`SQL2 queries` : http://www.h2database.com/jcr/grammar.html
550
- .. _`BurgovKeyValueFormBundle` : https://github.com/Burgov/KeyValueFormBundle
0 commit comments