Свойство | Тип | Описание | |
---|---|---|---|
$defaultLanguageIdentifier | string | ||
$userDomainService | |||
$workspaceRepository |
Метод | Описание | |
---|---|---|
getBackendUser ( ) : |
Returns the current backend user | |
getInterfaceLanguage ( ) : string | Returns the interface language the user selected. Will fall back to the default language defined in settings | |
getPersonalWorkspace ( ) : |
Returns the current user's personal workspace or null if no user is logged in | |
getPersonalWorkspaceName ( ) : string | Returns the name of the currently logged in user's personal workspace (even if that might not exist at that time). | |
getUserPreference ( string $preference ) : mixed | Returns the stored preferences of a user | |
getUserWorkspace ( ) : |
Returns the current user's personal workspace or null if no user is logged in. | |
getUserWorkspaceName ( ) : string | Returns the name of the currently logged in user's personal workspace (even if that might not exist at that time). |
public getBackendUser ( ) : |
||
Результат |
public getInterfaceLanguage ( ) : string | ||
Результат | string |
public getPersonalWorkspace ( ) : |
||
Результат |
public getPersonalWorkspaceName ( ) : string | ||
Результат | string |
public getUserPreference ( string $preference ) : mixed | ||
$preference | string | |
Результат | mixed |
public getUserWorkspace ( ) : |
||
Результат |
public getUserWorkspaceName ( ) : string | ||
Результат | string |
protected string $defaultLanguageIdentifier | ||
Результат | string |
protected UserService,Neos\Neos\Domain\Service $userDomainService | ||
Результат |