function FormAjaxResponseBuilder::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php \Drupal\Core\Form\FormAjaxResponseBuilder::__construct()
- 10 core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php \Drupal\Core\Form\FormAjaxResponseBuilder::__construct()
- 11.x core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php \Drupal\Core\Form\FormAjaxResponseBuilder::__construct()
Constructs a new FormAjaxResponseBuilder.
Parameters
\Drupal\Core\Render\MainContent\MainContentRendererInterface $ajax_renderer: The ajax renderer.
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
File
-
core/
lib/ Drupal/ Core/ Form/ FormAjaxResponseBuilder.php, line 42
Class
- FormAjaxResponseBuilder
- Builds an AJAX form response.
Namespace
Drupal\Core\FormCode
public function __construct(MainContentRendererInterface $ajax_renderer, RouteMatchInterface $route_match) {
$this->ajaxRenderer = $ajax_renderer;
$this->routeMatch = $route_match;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.