PHP Class Neos\Neos\ViewHelpers\Rendering\AbstractRenderingStateViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/neos-development-collection

Protected Methods

Method Description
getContextNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface | null Get a node from the current TypoScript context if available.
getNodeContext ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null ) : ContentContext

Method Details

getContextNode() protected method

Get a node from the current TypoScript context if available.
protected getContextNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface | null
return Neos\ContentRepository\Domain\Model\NodeInterface | null

getNodeContext() protected method

protected getNodeContext ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null ) : ContentContext
$node Neos\ContentRepository\Domain\Model\NodeInterface
return Neos\Neos\Domain\Service\ContentContext