PHP 클래스 Neos\Neos\Ui\Controller\BackendController

상속: extends TYPO3\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/neos-ui

보호된 프로퍼티들

프로퍼티 타입 설명
$asyncModuleMapping array
$contentCache TYPO3\TypoScript\Core\Cache\ContentCache
$contextFactory TYPO3\TYPO3CR\Domain\Service\ContextFactoryInterface
$defaultViewObjectName string
$domainRepository TYPO3\Neos\Domain\Repository\DomainRepository
$legacyModuleMapping array
$persistenceManager TYPO3\Flow\Persistence\PersistenceManagerInterface
$resourceManager TYPO3\Flow\Resource\ResourceManager
$resourceManager TYPO3\Flow\ResourceManagement\ResourceManager
$session TYPO3\Flow\Session\SessionInterface
$siteRepository TYPO3\Neos\Domain\Repository\SiteRepository
$userService TYPO3\Neos\Service\UserService
$view TYPO3\TypoScript\View\TypoScriptView
$xliffService TYPO3\Neos\Service\XliffService

공개 메소드들

메소드 설명
indexAction ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node = null ) : void Displays the backend interface
initializeView ( TYPO3\Flow\Mvc\View\ViewInterface $view )

보호된 메소드들

메소드 설명
createContext ( string $workspaceName ) : TYPO3\Neos\Domain\Service\ContentContext Create a ContentContext to be used for the backend redirects.
transformAsyncModuleMapping ( ) : array Creates a key-value list of JS modules and their sources files out of the given configuration
transformLegacyModuleMapping ( ) : array Creates a key-value list of JS modules and their sources files out of the given configuration

메소드 상세

createContext() 보호된 메소드

Create a ContentContext to be used for the backend redirects.
protected createContext ( string $workspaceName ) : TYPO3\Neos\Domain\Service\ContentContext
$workspaceName string
리턴 TYPO3\Neos\Domain\Service\ContentContext

indexAction() 공개 메소드

Displays the backend interface
public indexAction ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node = null ) : void
$node TYPO3\TYPO3CR\Domain\Model\NodeInterface The node that will be displayed on the first tab
리턴 void

initializeView() 공개 메소드

public initializeView ( TYPO3\Flow\Mvc\View\ViewInterface $view )
$view TYPO3\Flow\Mvc\View\ViewInterface

transformAsyncModuleMapping() 보호된 메소드

Creates a key-value list of JS modules and their sources files out of the given configuration
protected transformAsyncModuleMapping ( ) : array
리턴 array

transformLegacyModuleMapping() 보호된 메소드

Creates a key-value list of JS modules and their sources files out of the given configuration
protected transformLegacyModuleMapping ( ) : array
리턴 array

프로퍼티 상세

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

protected array $asyncModuleMapping
리턴 array

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

protected ContentCache,TYPO3\TypoScript\Core\Cache $contentCache
리턴 TYPO3\TypoScript\Core\Cache\ContentCache

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

protected ContextFactoryInterface,TYPO3\TYPO3CR\Domain\Service $contextFactory
리턴 TYPO3\TYPO3CR\Domain\Service\ContextFactoryInterface

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

protected string $defaultViewObjectName
리턴 string

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

protected DomainRepository,TYPO3\Neos\Domain\Repository $domainRepository
리턴 TYPO3\Neos\Domain\Repository\DomainRepository

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

protected array $legacyModuleMapping
리턴 array

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

protected PersistenceManagerInterface,TYPO3\Flow\Persistence $persistenceManager
리턴 TYPO3\Flow\Persistence\PersistenceManagerInterface

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

protected ResourceManager,TYPO3\Flow\Resource $resourceManager
리턴 TYPO3\Flow\Resource\ResourceManager

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

protected ResourceManager,TYPO3\Flow\ResourceManagement $resourceManager
리턴 TYPO3\Flow\ResourceManagement\ResourceManager

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

protected SessionInterface,TYPO3\Flow\Session $session
리턴 TYPO3\Flow\Session\SessionInterface

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

protected SiteRepository,TYPO3\Neos\Domain\Repository $siteRepository
리턴 TYPO3\Neos\Domain\Repository\SiteRepository

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

protected UserService,TYPO3\Neos\Service $userService
리턴 TYPO3\Neos\Service\UserService

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

protected TypoScriptView,TYPO3\TypoScript\View $view
리턴 TYPO3\TypoScript\View\TypoScriptView

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

protected XliffService,TYPO3\Neos\Service $xliffService
리턴 TYPO3\Neos\Service\XliffService