PHP Class Neos\Neos\Controller\Backend\BackendController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
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

Method Details

indexAction() public méthode

Default action of the backend controller.
public indexAction ( ) : void
Résultat void

switchSiteAction() public méthode

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
Résultat void

xliffAsJsonAction() public méthode

Returns the cached json array with the xliff labels
public xliffAsJsonAction ( string $locale ) : string
$locale string
Résultat string

Property Details

$backendRedirectionService protected_oe property

protected BackendRedirectionService,Neos\Neos\Service $backendRedirectionService
Résultat Neos\Neos\Service\BackendRedirectionService

$currentSession protected_oe property

protected SessionInterface,Neos\Flow\Session $currentSession
Résultat Neos\Flow\Session\SessionInterface

$linkingService protected_oe property

protected LinkingService,Neos\Neos\Service $linkingService
Résultat Neos\Neos\Service\LinkingService

$loginTokenCache protected_oe property

protected StringFrontend,Neos\Cache\Frontend $loginTokenCache
Résultat Neos\Cache\Frontend\StringFrontend

$xliffService protected_oe property

protected XliffService,Neos\Neos\Service $xliffService
Résultat Neos\Neos\Service\XliffService