1
0
mirror of synced 2025-02-10 01:09:26 +03:00

Added link

Sorry, I don't know how to link to the exact section 8.8
This commit is contained in:
Thomas Landauer 2017-01-12 14:23:55 +01:00 committed by GitHub
parent 38636e7db4
commit 4fccf84c82

View File

@ -743,8 +743,7 @@ The Repository implement the ``Doctrine\Common\Collections\Selectable``
interface. That means you can build ``Doctrine\Common\Collections\Criteria``
and pass them to the ``matching($criteria)`` method.
See the :ref:`Working with Associations: Filtering collections
<filtering-collections>`.
See section `Filtering collections` of chapter :doc:`Working with Associations <working-with-associations>`
By Eager Loading
~~~~~~~~~~~~~~~~