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

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

Classe

OperationsForm
Configure advagg settings for this site.

Namespace

Drupal\advagg\Form

Code

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