add child element ordering
This commit is contained in:
parent
7323925319
commit
62dc119b11
12 changed files with 554 additions and 11 deletions
|
|
@ -25,4 +25,13 @@ interface ElementRepository
|
|||
* @return Element[]
|
||||
*/
|
||||
public function findByParentElement(Element $parentElement): array;
|
||||
|
||||
/**
|
||||
* @param int[] $childElementIds
|
||||
* @return Element[]
|
||||
*/
|
||||
public function reorderChildren(
|
||||
Element $parentElement,
|
||||
array $childElementIds,
|
||||
): array;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue