Property | Type | Description | |
---|---|---|---|
$entityNameUserSetting |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Doctrine\Common\Persistence\ObjectManager $objectManager, FOS\RestBundle\View\ViewHandlerInterface $viewHandler, Sulu\Component\Security\Authentication\UserSettingRepositoryInterface $userSettingRepository ) | ||
deleteSettingsAction ( |
Deletes a user setting by a given key. | |
putLanguageAction ( |
Sets the given language on the current user. | |
putSettingsAction ( |
Takes a key, value pair and stores it as settings for the user. |
public __construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Doctrine\Common\Persistence\ObjectManager $objectManager, FOS\RestBundle\View\ViewHandlerInterface $viewHandler, Sulu\Component\Security\Authentication\UserSettingRepositoryInterface $userSettingRepository ) | ||
$tokenStorage | Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface | |
$objectManager | Doctrine\Common\Persistence\ObjectManager | |
$viewHandler | FOS\RestBundle\View\ViewHandlerInterface | |
$userSettingRepository | Sulu\Component\Security\Authentication\UserSettingRepositoryInterface |
public deleteSettingsAction ( |
||
$request | ||
return |
public putLanguageAction ( |
||
$request | ||
return |
public putSettingsAction ( |
||
$request | ||
return |