Neos\ContentRepository\Domain\Model\Node::emitAfterNodeCreate PHP Method

emitAfterNodeCreate() protected method

Signals that a node was created.
protected emitAfterNodeCreate ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeInterface
return void
    protected function emitAfterNodeCreate(NodeInterface $node)
    {
    }
Node