PHP Class Contao\CoreBundle\Controller\FrontendController

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

Public Methods

Method Description
cronAction ( ) : Response Runs the command scheduler.
indexAction ( ) : Response Runs the main front end controller.
shareAction ( ) : RedirectResponse Renders the content syndication dialog.

Method Details

cronAction() public method

Runs the command scheduler.
public cronAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

indexAction() public method

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

shareAction() public method

Renders the content syndication dialog.
public shareAction ( ) : RedirectResponse
return Symfony\Component\HttpFoundation\RedirectResponse