Property | Type | Description | |
---|---|---|---|
$entityKey | string | ||
$entityName | string |
Method | Description | |
---|---|---|
cgetAction ( |
lists all collections. | |
deleteAction ( $id ) : |
Delete a collection with the given id. | |
getAction ( $id, |
Shows a single collection with the given id. | |
getFieldsAction ( ) : mixed | returns all fields that can be used by list. | |
getSecuredClass ( ) | ||
getSecuredObjectId ( |
||
getSecurityContext ( ) : string | ||
postAction ( |
Creates a new collection. | |
postTriggerAction ( integer $id, |
Trigger an action for given media. Action is specified over get-action parameter. | |
putAction ( integer $id, |
Edits the existing collection with the given id. | |
putFieldsAction ( ) | persists a setting. |
Method | Description | |
---|---|---|
getCollectionManager ( ) : Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManagerInterface | ||
getData ( |
||
moveEntity ( integer $id, |
Moves an entity into another one. | |
saveEntity ( $id, |
Method | Description | |
---|---|---|
getOffset ( |
public cgetAction ( |
||
$request | ||
return |
public deleteAction ( $id ) : |
||
$id | ||
return |
public getAction ( $id, |
||
$id | ||
$request | ||
return |
protected getCollectionManager ( ) : Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManagerInterface | ||
return | Sulu\Bundle\MediaBundle\Collection\Manager\CollectionManagerInterface |
protected getData ( |
||
$request | ||
return |
public getFieldsAction ( ) : mixed | ||
return | mixed |
public getSecuredObjectId ( |
||
$request |
protected moveEntity ( integer $id, |
||
$id | integer | |
$request | ||
return |
public postAction ( |
||
$request | ||
return |
public postTriggerAction ( integer $id, |
||
$id | integer | |
$request | ||
return |
protected saveEntity ( $id, |
||
$id | ||
$request | ||
return |