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

Display file info in a drupal message.

Paramètres

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

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Fichier

src/Form/InfoForm.php, line 178

Classe

InfoForm
View AdvAgg information for this site.

Namespace

Drupal\advagg\Form

Code

public function getFileInfoSubmit(array &$form, FormStateInterface $form_state) {
    $this->messenger()
        ->addMessage($this->getFileInfo($form_state->getValue('filename')));
}