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

Fichier

src/Form/InfoForm.php, line 96

Classe

InfoForm
View AdvAgg information for this site.

Namespace

Drupal\advagg\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('config.factory'), $container->get('theme.registry'), $container->get('state.advagg.files'), $container->get('state.advagg.aggregates'), $container->get('request_stack'), $container->get('date.formatter'), $container->get('string_translation'));
}