You are here

public function OperationsForm::cronTasksAjax 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::cronTasksAjax()
  2. 8.2 src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::cronTasksAjax()

Report results from the cron 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 332

Class

OperationsForm
Configure advagg settings for this site.

Namespace

Drupal\advagg\Form

Code

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