Same name in other branches
- 5.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::drasticTasksAjax()
- 6.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::drasticTasksAjax()
- 8.x-3.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::drasticTasksAjax()
- 8.x-4.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::drasticTasksAjax()
Report results from the drastic measure tasks via Ajax.
Parameters
array $form: An associative array containing the structure of the form.
File
-
src/
Form/ OperationsForm.php, line 388
Class
- OperationsForm
- Configure advagg settings for this site.
Namespace
Drupal\advagg\FormCode
public function drasticTasksAjax(array &$form) {
return $form['drastic_measures']['wrapper'];
}