You are here

public function InfoForm::getFileInfoAjax in Advanced CSS/JS Aggregation 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/InfoForm.php \Drupal\advagg\Form\InfoForm::getFileInfoAjax()
  2. 8.2 src/Form/InfoForm.php \Drupal\advagg\Form\InfoForm::getFileInfoAjax()

Display file info via ajax callback.

Parameters

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

Return value

array The file info element.

File

src/Form/InfoForm.php, line 241

Class

InfoForm
View AdvAgg information for this site.

Namespace

Drupal\advagg\Form

Code

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