PHP Class Neos\Neos\Ui\TYPO3CR\Service\WorkspaceService

Show file Open project: neos/neos-ui Class Usage Examples

Protected Properties

Property Type Description
$nodeService NodeService
$publishingService TYPO3\Neos\Service\PublishingService

Public Methods

Method Description
getPublishableNodeInfo ( TYPO3\TYPO3CR\Domain\Model\Workspace $workspace ) : array Get all publishable node context paths for a workspace

Method Details

getPublishableNodeInfo() public method

Get all publishable node context paths for a workspace
public getPublishableNodeInfo ( TYPO3\TYPO3CR\Domain\Model\Workspace $workspace ) : array
$workspace TYPO3\TYPO3CR\Domain\Model\Workspace
return array

Property Details

$nodeService protected property

protected NodeService,Neos\Neos\Ui\TYPO3CR\Service $nodeService
return NodeService

$publishingService protected property

protected PublishingService,TYPO3\Neos\Service $publishingService
return TYPO3\Neos\Service\PublishingService