PHP 클래스 Neos\Neos\Service\Controller\DataSourceController

상속: extends AbstractServiceController
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$viewFormatToObjectNameMap array

공개 메소드들

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

메소드 상세

getDataSources() 공개 정적인 메소드

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

indexAction() 공개 메소드

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

프로퍼티 상세

$viewFormatToObjectNameMap 보호되어 있는 프로퍼티

protected array $viewFormatToObjectNameMap
리턴 array