Property | Type | Description | |
---|---|---|---|
$entityKey | |||
$fieldDescriptors | Contains the field descriptors used by the list response. |
Method | Description | |
---|---|---|
cgetAction ( |
Returns a user with a specific contact id or all users optional parameter 'flat' calls listAction. | |
deleteAction ( integer $id ) : |
Deletes the user with the given id. | |
getAction ( integer $id ) : |
Returns the user with the given id. | |
getLocale ( |
||
getSecurityContext ( ) | ||
patchAction ( |
Partly updates a user entity for a given id. | |
postAction ( |
Creates a new user in the system. | |
postEnableUserAction ( integer $id, |
||
putAction ( |
Updates the given user with the given data. |
Method | Description | |
---|---|---|
getFieldDescriptors ( ) | TODO: move field descriptors to a manager |
Method | Description | |
---|---|---|
addSerializationGroups ( $view ) | Adds the necessary serialization groups to the given view. | |
checkArguments ( |
https://github.com/sulu-io/sulu/issues/1136 | |
getUserManager ( ) : |
Returns the UserManager. | |
initFieldDescriptors ( ) |
public cgetAction ( |
||
$request | ||
return |
public deleteAction ( integer $id ) : |
||
$id | integer | |
return |
protected getFieldDescriptors ( ) |
public getLocale ( |
||
$request |
public patchAction ( |
||
$request | ||
$id | integer | |
return |
public postAction ( |
||
$request | ||
return |
public postEnableUserAction ( integer $id, |
||
$id | integer | |
$request | ||
return |