FormAjaxResponseBuilderInterface::buildResponse

public FormAjaxResponseBuilderInterface::buildResponse(Request $request, array $form, FormStateInterface $form_state, array $commands)

Builds a response for an AJAX form.

Parameters

\Symfony\Component\HttpFoundation\Request $request: The current request.

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

array $commands: An array of AJAX commands to apply to the form.

Return value

\Drupal\Core\Ajax\AjaxResponse An AJAX response representing the form and its AJAX commands.

Throws

\Symfony\Component\HttpKernel\Exception\HttpException Thrown if the AJAX callback is not a callable.

File

core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php, line 30

Class

FormAjaxResponseBuilderInterface
Provides an interface for building AJAX form responses.

Namespace

Drupal\Core\Form

Code

public function buildResponse(Request $request, array $form, FormStateInterface $form_state, array $commands);
doc_Drupal
2016-10-29 09:15:04
Comments
Leave a Comment

Please login to continue.