Method | Description | |
---|---|---|
createAction ( |
Creates a new Publisher entity. | |
deleteAction ( |
||
editAction ( $id ) : |
Displays a form to edit an existing Publisher entity. | |
indexAction ( |
Lists all Publisher entities. | |
newAction ( ) | Displays a form to create a new Publisher entity. | |
showAction ( $id ) : |
Finds and displays a Publisher entity. | |
updateAction ( |
Edits an existing Publisher entity. |
Method | Description | |
---|---|---|
createCreateForm ( |
Creates a form to create a Publisher entity. | |
createEditForm ( |
Creates a form to edit a Publisher entity. |
public createAction ( |
||
$request | ||
return |
public deleteAction ( |
||
$request | ||
$id | ||
return |
public editAction ( $id ) : |
||
$id | ||
return |
public indexAction ( |
||
$request | ||
return |
public showAction ( $id ) : |
||
$id | ||
return |
public updateAction ( |
||
$request | ||
$id | ||
return |