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

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

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

Свойство Тип Описание
$backendRedirectionService Neos\Neos\Service\BackendRedirectionService
$currentSession Neos\Flow\Session\SessionInterface
$linkingService Neos\Neos\Service\LinkingService
$loginTokenCache Neos\Cache\Frontend\StringFrontend
$xliffService Neos\Neos\Service\XliffService

Открытые методы

Метод Описание
indexAction ( ) : void Default action of the backend controller.
switchSiteAction ( Site $site ) : void Redirects to the Neos backend on the given site, passing a one-time login token
xliffAsJsonAction ( string $locale ) : string Returns the cached json array with the xliff labels

Описание методов

indexAction() публичный Метод

Default action of the backend controller.
public indexAction ( ) : void
Результат void

switchSiteAction() публичный Метод

Redirects to the Neos backend on the given site, passing a one-time login token
public switchSiteAction ( Site $site ) : void
$site Neos\Neos\Domain\Model\Site
Результат void

xliffAsJsonAction() публичный Метод

Returns the cached json array with the xliff labels
public xliffAsJsonAction ( string $locale ) : string
$locale string
Результат string

Описание свойств

$backendRedirectionService защищенное свойство

protected BackendRedirectionService,Neos\Neos\Service $backendRedirectionService
Результат Neos\Neos\Service\BackendRedirectionService

$currentSession защищенное свойство

protected SessionInterface,Neos\Flow\Session $currentSession
Результат Neos\Flow\Session\SessionInterface

$linkingService защищенное свойство

protected LinkingService,Neos\Neos\Service $linkingService
Результат Neos\Neos\Service\LinkingService

$loginTokenCache защищенное свойство

protected StringFrontend,Neos\Cache\Frontend $loginTokenCache
Результат Neos\Cache\Frontend\StringFrontend

$xliffService защищенное свойство

protected XliffService,Neos\Neos\Service $xliffService
Результат Neos\Neos\Service\XliffService