From ad387fd313c1084a9f15bf726f046c03a2e8bf58 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 11 Apr 2024 09:12:28 +0000 Subject: [PATCH] TASK: Update references [skip ci] --- .../References/EelHelpersReference.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Neos.Neos/Documentation/References/EelHelpersReference.rst b/Neos.Neos/Documentation/References/EelHelpersReference.rst index bb17fd8e787..902f9180b5d 100644 --- a/Neos.Neos/Documentation/References/EelHelpersReference.rst +++ b/Neos.Neos/Documentation/References/EelHelpersReference.rst @@ -1215,14 +1215,9 @@ The input is assumed to be an array or Collection of objects. Groups this input **Return** (array) Neos.Array.sortByPropertyPath(set, positionPropertyPath) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The input is assumed to be an array. Sorts this input by the $positionPropertyPath property of each element. - -* ``set`` (array) -* ``positionPropertyPath`` (string) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -**Return** (array) +Sorts the input array by the $positionProperty of each element. @@ -2477,3 +2472,8 @@ Get the variable type * ``variable`` (mixed) **Return** (string) + + + + +