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

emitBeforeNodeCopy() protected method

protected emitBeforeNodeCopy ( Neos\ContentRepository\Domain\Model\NodeInterface $sourceNode, Neos\ContentRepository\Domain\Model\NodeInterface $targetParentNode ) : void
$sourceNode Neos\ContentRepository\Domain\Model\NodeInterface
$targetParentNode Neos\ContentRepository\Domain\Model\NodeInterface
return void
    protected function emitBeforeNodeCopy(NodeInterface $sourceNode, NodeInterface $targetParentNode)
    {
    }
Node