<?php namespace App\Controller; class SuggestionController { private function handlePlugin(Request $request) { { $form = $this->createForm(ArticleFormType::class, $article); return $this->render('Article/edit.html.twig', [ 'media' => $media, 'form' => $form->createView(), 'headline' => $headline, 'article' => $article ]); $form = $this->createForm(HeadlineType::class, $headline); return $this->render('headline/new.html.twig', [ 'headline' => $headline, 'media' => $media, 'form' => $form->createView(), ]); } } }
You have javascript disabled. You will not be able to edit any code.