Property | Type | Description | |
---|---|---|---|
$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 |
Method | Description | |
---|---|---|
indexAction ( TYPO3\TYPO3CR\Domain\Model\NodeInterface $node = null ) : void | Displays the backend interface | |
initializeView ( TYPO3\Flow\Mvc\View\ViewInterface $view ) |
Method | Description | |
---|---|---|
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 |
protected createContext ( string $workspaceName ) : TYPO3\Neos\Domain\Service\ContentContext | ||
$workspaceName | string | |
return | TYPO3\Neos\Domain\Service\ContentContext |
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 |
return | void |
public initializeView ( TYPO3\Flow\Mvc\View\ViewInterface $view ) | ||
$view | TYPO3\Flow\Mvc\View\ViewInterface |
protected transformAsyncModuleMapping ( ) : array | ||
return | array |
protected transformLegacyModuleMapping ( ) : array | ||
return | array |
protected ContentCache,TYPO3\TypoScript\Core\Cache $contentCache | ||
return | TYPO3\TypoScript\Core\Cache\ContentCache |
protected ContextFactoryInterface,TYPO3\TYPO3CR\Domain\Service $contextFactory | ||
return | TYPO3\TYPO3CR\Domain\Service\ContextFactoryInterface |
protected DomainRepository,TYPO3\Neos\Domain\Repository $domainRepository | ||
return | TYPO3\Neos\Domain\Repository\DomainRepository |
protected PersistenceManagerInterface,TYPO3\Flow\Persistence $persistenceManager | ||
return | TYPO3\Flow\Persistence\PersistenceManagerInterface |
protected ResourceManager,TYPO3\Flow\Resource $resourceManager | ||
return | TYPO3\Flow\Resource\ResourceManager |
protected ResourceManager,TYPO3\Flow\ResourceManagement $resourceManager | ||
return | TYPO3\Flow\ResourceManagement\ResourceManager |
protected SessionInterface,TYPO3\Flow\Session $session | ||
return | TYPO3\Flow\Session\SessionInterface |
protected SiteRepository,TYPO3\Neos\Domain\Repository $siteRepository | ||
return | TYPO3\Neos\Domain\Repository\SiteRepository |
protected UserService,TYPO3\Neos\Service $userService | ||
return | TYPO3\Neos\Service\UserService |
protected TypoScriptView,TYPO3\TypoScript\View $view | ||
return | TYPO3\TypoScript\View\TypoScriptView |