You are here

public function HttpServiceApiPreviewForm::filterCommandsAjaxCallback in HTTP Client Manager 8.2

Same name and namespace in other branches
  1. 8 src/Form/HttpServiceApiPreviewForm.php \Drupal\http_client_manager\Form\HttpServiceApiPreviewForm::filterCommandsAjaxCallback()

Filter commands Ajax Callback.

Parameters

array $form: The form array.

Return value

array The form element to be processed.

File

src/Form/HttpServiceApiPreviewForm.php, line 212

Class

HttpServiceApiPreviewForm
Class HttpServiceApiPreviewForm.

Namespace

Drupal\http_client_manager\Form

Code

public function filterCommandsAjaxCallback(array $form) {
  return $form['service_commands'];
}