Same name in other branches
- 5.0.x src/Form/InfoForm.php \Drupal\advagg\Form\InfoForm::create()
- 6.0.x src/Form/InfoForm.php \Drupal\advagg\Form\InfoForm::create()
- 8.x-2.x src/Form/InfoForm.php \Drupal\advagg\Form\InfoForm::create()
- 8.x-4.x src/Form/InfoForm.php \Drupal\advagg\Form\InfoForm::create()
Fichier
-
src/
Form/ InfoForm.php, line 94
Classe
- InfoForm
- View AdvAgg information for this site.
Namespace
Drupal\advagg\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('config.factory'), $container->get('theme.registry'), $container->get('request_stack'), $container->get('date.formatter'), $container->get('string_translation'), $container->get('cache.advagg'), $container->get('messenger'));
}