Property | Type | Description | |
---|---|---|---|
$backendRedirectionService | |||
$currentSession | Neos\Flow\Session\SessionInterface | ||
$linkingService | |||
$loginTokenCache | |||
$xliffService |
Method | Description | |
---|---|---|
indexAction ( ) : void | Default action of the backend controller. | |
switchSiteAction ( |
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 |
public indexAction ( ) : void | ||
return | void |
public switchSiteAction ( |
||
$site | ||
return | void |
public xliffAsJsonAction ( string $locale ) : string | ||
$locale | string | |
return | string |
protected BackendRedirectionService,Neos\Neos\Service $backendRedirectionService | ||
return |
protected SessionInterface,Neos\Flow\Session $currentSession | ||
return | Neos\Flow\Session\SessionInterface |
protected LinkingService,Neos\Neos\Service $linkingService | ||
return |
protected StringFrontend,Neos\Cache\Frontend $loginTokenCache | ||
return |