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