Skip to content

Commit

Permalink
docs: add reference to new function
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berkman <[email protected]>
  • Loading branch information
christianberkman committed Jun 12, 2024
1 parent 13b8a54 commit 4fab1da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/changelogs/v4.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Model
Libraries
=========

- Added `retainMultiplePatterns()` to `FileCollection` class.
- Added `retainMultiplePatterns()` to `FileCollection` class. See :ref:`FileCollection::retainMultiplePatterns() <file-collections-retain-multiple-patterns>`

Check warning on line 111 in user_guide_src/source/changelogs/v4.6.0.rst

View workflow job for this annotation

GitHub Actions / Check User Guide syntax

undefined label: 'file-collections-retain-multiple-patterns'

Helpers and Functions
=====================
Expand Down
3 changes: 3 additions & 0 deletions user_guide_src/source/libraries/file_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ Examples:

.. literalinclude:: files/015.php


.. _file-collections-retain-multiple-patterns

Check warning on line 122 in user_guide_src/source/libraries/file_collections.rst

View workflow job for this annotation

GitHub Actions / Check User Guide syntax

malformed hyperlink target.
retainMultiplePatterns(array $pattern, string $scope = null)
============================================================

Expand Down

0 comments on commit 4fab1da

Please sign in to comment.