function FormAjaxResponseBuilder::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php \Drupal\Core\Form\FormAjaxResponseBuilder::__construct()
  2. 10 core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php \Drupal\Core\Form\FormAjaxResponseBuilder::__construct()
  3. 9 core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php \Drupal\Core\Form\FormAjaxResponseBuilder::__construct()
  4. 8.9.x core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php \Drupal\Core\Form\FormAjaxResponseBuilder::__construct()

File

core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php, line 21

Class

FormAjaxResponseBuilder
Builds an AJAX form response.

Namespace

Drupal\Core\Form

Code

public function __construct(protected MainContentRendererInterface $ajaxRenderer, protected RouteMatchInterface $routeMatch, protected CallableResolver $callableResolver) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.