Neos\ContentRepository\Tests\Behavior\Features\Bootstrap\NodeOperationsTrait::getPublishingService PHP Method

getPublishingService() private method

private getPublishingService ( ) : Neos\ContentRepository\Domain\Service\PublishingServiceInterface
return Neos\ContentRepository\Domain\Service\PublishingServiceInterface
    private function getPublishingService()
    {
        return $this->getObjectManager()->get(PublishingServiceInterface::class);
    }