Neos\Neos\Ui\Domain\Service\NodeTreeBuilder::setActive PHP Method

setActive() public method

Set the active node
public setActive ( string $activeContextPath ) : void
$activeContextPath string
return void
    public function setActive($activeContextPath)
    {
        $this->active = $this->nodeService->getNodeFromContextPath($activeContextPath);
    }