// ... $form = $this->createForm(ArticleType::class, $article, [ 'action' => $this->generateUrl('target_route'), 'method' => 'GET' ]); // ...