Same name in other branches
- 5.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax()
- 6.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax()
- 8.x-2.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax()
- 8.x-4.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax()
Report results via Ajax.
Paramètres
array $form: An associative array containing the structure of the form.
Return value
array The wrapper element.
Fichier
-
src/
Form/ OperationsForm.php, line 248
Classe
- OperationsForm
- Configure advagg settings for this site.
Namespace
Drupal\advagg\FormCode
public function tasksAjax(array &$form) {
return $form['wrapper'];
}