Neos\Neos\Domain\Service\DefaultPrototypeGeneratorInterface::generate PHP Method

generate() public method

A node will be rendered by Neos.Neos:Content by default with a template in resource://PACKAGE_KEY/Private/Templates/NodeTypes/NAME.html and forwards all public node properties to the template TypoScript object.
public generate ( NodeType $nodeType ) : string
$nodeType Neos\ContentRepository\Domain\Model\NodeType
return string
    public function generate(NodeType $nodeType);
DefaultPrototypeGeneratorInterface