public function MultiformExampleController::__construct in Multiple forms 8
File
- multiform_example/
src/ Controller/ MultiformExampleController.php, line 20 - Contains \Drupal\multiform_example\Controller\MainController.
Class
- MultiformExampleController
- Controller routines for contact routes.
Namespace
Drupal\multiform_example\ControllerCode
public function __construct(MultiFormBuilder $formBuilder) {
$this->multiFormBuilder = $formBuilder;
}