PHP Класс Neos\Neos\Ui\Controller\BackendController

Наследование: extends TYPO3\Flow\Mvc\Controller\ActionController
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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