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

setActive() public méthode

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