PHP Class Neos\Neos\Service\Controller\DataSourceController

Inheritance: extends AbstractServiceController
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$viewFormatToObjectNameMap array

Méthodes publiques

Méthode 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 méthode

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

indexAction() public méthode

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

Property Details

$viewFormatToObjectNameMap protected_oe property

protected array $viewFormatToObjectNameMap
Résultat array