Neos\Neos\Ui\Domain\Service\NodeTreeBuilder::setRoot PHP Méthode

setRoot() public méthode

Set the root node
public setRoot ( string $rootContextPath ) : void
$rootContextPath string
Résultat void
    public function setRoot($rootContextPath)
    {
        $this->root = $this->nodeService->getNodeFromContextPath($rootContextPath);
    }