Property | Type | Description | |
---|---|---|---|
$entityKey | |||
$entityName | |||
$groupConditionEntityName |
Method | Description | |
---|---|---|
cdeleteAction ( |
Delete an filter with the given id. | |
cgetAction ( |
Returns a list of filters. | |
deleteAction ( integer $id ) : |
Delete an filter with the given id. | |
fieldsAction ( |
returns all fields that can be used by list. | |
getAction ( |
Retrieves a filter by id. | |
postAction ( |
Creates and stores a new filter. | |
putAction ( |
Change a filter by the given id. |
Method | Description | |
---|---|---|
getManager ( ) : Sulu\Bundle\ResourceBundle\Resource\FilterManagerInterface | Returns the manager for filters. |
Method | Description | |
---|---|---|
getListRepresentation ( |
Returns a list representation. |
public cdeleteAction ( |
||
$request | ||
return |
public cgetAction ( |
||
$request | ||
return |
public deleteAction ( integer $id ) : |
||
$id | integer | the attribute id |
return |
public fieldsAction ( |
||
$request | ||
return | mixed |
public getAction ( |
||
$request | ||
$id | ||
return |
protected getManager ( ) : Sulu\Bundle\ResourceBundle\Resource\FilterManagerInterface | ||
return | Sulu\Bundle\ResourceBundle\Resource\FilterManagerInterface |
public postAction ( |
||
$request | ||
return |