Sulu\Bundle\MediaBundle\Controller\TemplateController::collectionNewAction PHP Метод

collectionNewAction() публичный Метод

renders template for the new-collection-form.
public collectionNewAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response
    public function collectionNewAction()
    {
        return $this->render('SuluMediaBundle:Template:collection-new.html.twig');
    }