Neos\Neos\EventLog\Integrations\ContentRepositoryIntegrationService::beforeNodePublishing PHP Method

beforeNodePublishing() public method

public beforeNodePublishing ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Workspace $targetWorkspace ) : void
$node Neos\ContentRepository\Domain\Model\NodeInterface
$targetWorkspace Neos\ContentRepository\Domain\Model\Workspace
return void
    public function beforeNodePublishing(NodeInterface $node, Workspace $targetWorkspace)
    {
    }