PHP Class Sulu\Bundle\MediaBundle\Controller\TemplateController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Show file Open project: sulu/sulu

Public Methods

Method Description
collectionNewAction ( ) : Response renders template for the new-collection-form.
collectionSettingsAction ( ) : Response renders template for the collection settings-view.
multipleEditAction ( ) : Response renders template for a media in the multiple-edit form.

Method Details

collectionNewAction() public method

renders template for the new-collection-form.
public collectionNewAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

collectionSettingsAction() public method

renders template for the collection settings-view.
public collectionSettingsAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

multipleEditAction() public method

renders template for a media in the multiple-edit form.
public multipleEditAction ( ) : Response
return Symfony\Component\HttpFoundation\Response