Neos\Neos\Service\Controller\NodeController::updateAndRenderAction PHP Метод

updateAndRenderAction() публичный Метод

Updates the specified node and renders it's content collection.
public updateAndRenderAction ( Node $node, string $typoScriptPath ) : void
$node Neos\ContentRepository\Domain\Model\Node The node to be updated
$typoScriptPath string The TypoScript path of the collection
Результат void
    public function updateAndRenderAction(Node $node, $typoScriptPath)
    {
        $this->redirectToRenderNode($node, $typoScriptPath);
    }