PHP Class Contao\CoreBundle\Controller\BackendController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Mostrar archivo Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
alertsAction ( ) : Response Renders the alerts content.
confirmAction ( ) : Response Renders the "invalid request token" screen.
fileAction ( ) : Response Renders the file picker.
helpAction ( ) : Response Renders the help content.
loginAction ( ) : Response Renders the back end login form.
mainAction ( ) : Response Runs the main back end controller.
pageAction ( ) : Response Renders the page picker.
passwordAction ( ) : Response Renders the "set new password" form.
popupAction ( ) : Response Renders the pop-up content.
previewAction ( ) : Response Renders the front end preview.
switchAction ( ) : Response Renders the front end preview switcher.

Method Details

alertsAction() public method

Renders the alerts content.
public alertsAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

confirmAction() public method

Renders the "invalid request token" screen.
public confirmAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

fileAction() public method

Renders the file picker.
public fileAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

helpAction() public method

Renders the help content.
public helpAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

loginAction() public method

Renders the back end login form.
public loginAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

mainAction() public method

Runs the main back end controller.
public mainAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

pageAction() public method

Renders the page picker.
public pageAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

passwordAction() public method

Renders the "set new password" form.
public passwordAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

popupAction() public method

Renders the pop-up content.
public popupAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

previewAction() public method

Renders the front end preview.
public previewAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

switchAction() public method

Renders the front end preview switcher.
public switchAction ( ) : Response
return Symfony\Component\HttpFoundation\Response