Neos\ContentRepository\Domain\Service\PublishingService::emitNodePublished PHP Method

emitNodePublished() public method

The signal emits the source node and target workspace, i.e. the node contains its source workspace.
public emitNodePublished ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Workspace $targetWorkspace = null ) : void
$node Neos\ContentRepository\Domain\Model\NodeInterface
$targetWorkspace Neos\ContentRepository\Domain\Model\Workspace
return void
    public function emitNodePublished(NodeInterface $node, Workspace $targetWorkspace = null)
    {
    }