Skip to content

Commit 87a66f8

Browse files
authored
Remove doubled backslashes in FQCNs in links (#5421)
1 parent 8eda88f commit 87a66f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/ApiOverview/Events/Events/Frontend/FilterMenuItemsEvent.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ FilterMenuItemsEvent
88

99
The PSR-14 event :php:`\TYPO3\CMS\Frontend\Event\FilterMenuItemsEvent` has
1010
a variety of properties and getters, along with
11-
:php:func:`TYPO3\\CMS\\Frontend\\Event\\FilterMenuItemsEvent::getFilteredMenuItems()`
11+
:php:func:`TYPO3\CMS\Frontend\Event\FilterMenuItemsEvent::getFilteredMenuItems()`
1212
and
13-
:php:func:`TYPO3\\CMS\\Frontend\\Event\\FilterMenuItemsEvent::setFilteredMenuItems()`.
13+
:php:func:`TYPO3\CMS\Frontend\Event\FilterMenuItemsEvent::setFilteredMenuItems()`.
1414
Those methods can be used to change the items of a menu, which has been generated
1515
with :ref:`a TypoScript HMENU <t3tsref:cobj-hmenu>` or
1616
a :ref:`MenuProcessor <t3tsref:MenuProcessor>`.

0 commit comments

Comments
 (0)