You are here

public function RestUIForm::processAjaxForm in REST UI 8

Return the settings part of the form when rebuilding through ajax.

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

Return value

array

File

src/Form/RestUIForm.php, line 494

Class

RestUIForm
Provides a REST resource configuration form.

Namespace

Drupal\restui\Form

Code

public function processAjaxForm(array $form, FormStateInterface &$form_state) {
  return $form['wrapper'];
}