Same name in other branches
- 8.x-3.x src/Form/QuickTabsInstanceEditForm.php \Drupal\quicktabs\Form\QuickTabsInstanceEditForm::ajaxFormCallback()
Ajax callback for the add tab and remove tab buttons.
Returns the table rows.
Fichier
-
src/
Form/ QuickTabsInstanceEditForm.php, line 236
Classe
- QuickTabsInstanceEditForm
- Class QuickTabsInstanceEditForm.
Namespace
Drupal\quicktabs\FormCode
public function ajaxFormCallback(array &$form, FormStateInterface $form_state) {
// Instantiate an AjaxResponse Object to return.
$ajax_response = new AjaxResponse();
$ajax_response->addCommand(new HtmlCommand('#configuration-data-wrapper', $form['configuration_data_wrapper']['configuration_data']));
return $ajax_response;
}