Same name and namespace in other branches
  1. 5.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax() 1 comment
  2. 8.x-2.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax() 1 comment
  3. 8.x-3.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax() 1 comment
  4. 8.x-4.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::tasksAjax() 1 comment

Report results via Ajax.

Parameters

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

Return value

array The wrapper element.

File

src/Form/OperationsForm.php, line 176

Class

OperationsForm
Configure advagg settings for this site.

Namespace

Drupal\advagg\Form

Code

public function tasksAjax(array &$form) {
    return $form['wrapper'];
}