You are here

public function OperationsForm::drasticTasksAjax in Advanced CSS/JS Aggregation 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::drasticTasksAjax()
  2. 8.2 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.

Return value

array The wrapper element.

File

src/Form/OperationsForm.php, line 319

Class

OperationsForm
Configure advagg settings for this site.

Namespace

Drupal\advagg\Form

Code

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