We need a replacement for "Node::findChildNodes()"
- $node->findChildNodes()
+ $subgraph = $this->contentRepositoryRegistry->subgraphForNode($node);
+ iterator_to_array($subgraph->findChildNodes($node->aggregateId, FindChildNodesFilter::create()))
See also #60
We need a replacement for "Node::findChildNodes()"
See also #60