Beispiel #1
0
 /**
  * Returns all direct child node data of this node data without reducing the result (multiple variants can be returned)
  *
  * @return array<\TYPO3\TYPO3CR\Domain\Model\NodeData>
  */
 protected function getChildNodeData()
 {
     return $this->nodeDataRepository->findByParentWithoutReduce($this->path, $this->workspace);
 }