Method |
Description |
|
createAction ( Request $request ) : RedirectResponse | Response |
Creates a new Index entity. |
|
deleteAction ( Request $request, JournalApplicationFile $entity ) : RedirectResponse |
Deletes a Index entity. |
|
editAction ( JournalApplicationFile $entity ) : Response |
Displays a form to edit an existing Index entity. |
|
indexAction ( ) |
Lists all Index entities. |
|
newAction ( ) |
Displays a form to create a new Index entity. |
|
showAction ( JournalApplicationFile $entity ) : Response |
Finds and displays a Index entity. |
|
updateAction ( Request $request, JournalApplicationFile $entity ) : RedirectResponse | Response |
Edits an existing Index entity. |
|