PHP Class Neos\Neos\Service\Controller\DataSourceController

Inheritance: extends AbstractServiceController
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$viewFormatToObjectNameMap array

Public Methods

Method Description
getDataSources ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : array Get available data source implementations
indexAction ( string $dataSourceIdentifier, Neos\ContentRepository\Domain\Model\NodeInterface $node = null ) : string

Method Details

getDataSources() public static method

Get available data source implementations
public static getDataSources ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : array
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
return array Data source class names indexed by identifier

indexAction() public method

public indexAction ( string $dataSourceIdentifier, Neos\ContentRepository\Domain\Model\NodeInterface $node = null ) : string
$dataSourceIdentifier string
$node Neos\ContentRepository\Domain\Model\NodeInterface
return string

Property Details

$viewFormatToObjectNameMap protected property

protected array $viewFormatToObjectNameMap
return array