Wie kann ich ein Formular an die Zweigvorlage in Drupal 8 übergeben?
Zum Beispiel bekomme ich folgendes:
ein Formular: mymodule / src / Form / MyForm.php
Dann auf meinem Controller:
public function myController() {
??????
return [
'#theme' => 'mytemplate',
??????
];
}
mytemplate.html.twig
{{ ????? }}