Skip to content

Node::findChildNodes() has been replaced #150

@dlubitz

Description

@dlubitz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions