PHP Class Ojs\AdminBundle\Controller\AdminIndexController

Inheritance: extends Ojs\CoreBundle\Controller\OjsController
Show file Open project: ojs/ojs

Public Methods

Method Description
createAction ( Request $request ) : RedirectResponse | Response Creates a new Index entity.
deleteAction ( Request $request, Ojs\JournalBundle\Entity\Index $entity ) : RedirectResponse Deletes a Index entity.
editAction ( Ojs\JournalBundle\Entity\Index $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 ( Ojs\JournalBundle\Entity\Index $entity ) : Response Finds and displays a Index entity.
updateAction ( Request $request, Ojs\JournalBundle\Entity\Index $entity ) : RedirectResponse | Response Edits an existing Index entity.

Private Methods

Method Description
createCreateForm ( Ojs\JournalBundle\Entity\Index $entity ) : Form Creates a form to create a Index entity.
createEditForm ( Ojs\JournalBundle\Entity\Index $entity ) : Form Creates a form to edit a Index entity.

Method Details

createAction() public method

Creates a new Index entity.
public createAction ( Request $request ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response

deleteAction() public method

Deletes a Index entity.
public deleteAction ( Request $request, Ojs\JournalBundle\Entity\Index $entity ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request
$entity Ojs\JournalBundle\Entity\Index
return Symfony\Component\HttpFoundation\RedirectResponse

editAction() public method

Displays a form to edit an existing Index entity.
public editAction ( Ojs\JournalBundle\Entity\Index $entity ) : Response
$entity Ojs\JournalBundle\Entity\Index
return Symfony\Component\HttpFoundation\Response

indexAction() public method

Lists all Index entities.
public indexAction ( )

newAction() public method

Displays a form to create a new Index entity.
public newAction ( )

showAction() public method

Finds and displays a Index entity.
public showAction ( Ojs\JournalBundle\Entity\Index $entity ) : Response
$entity Ojs\JournalBundle\Entity\Index
return Symfony\Component\HttpFoundation\Response

updateAction() public method

Edits an existing Index entity.
public updateAction ( Request $request, Ojs\JournalBundle\Entity\Index $entity ) : RedirectResponse | Response
$request Symfony\Component\HttpFoundation\Request
$entity Ojs\JournalBundle\Entity\Index
return Symfony\Component\HttpFoundation\RedirectResponse | Symfony\Component\HttpFoundation\Response