Same name in other branches
- 5.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create()
- 6.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create()
- 8.x-2.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create()
- 8.x-4.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create()
1 call to OperationsForm::create()
- advagg_uninstall in ./
advagg.install - Implements hook_uninstall().
File
-
src/
Form/ OperationsForm.php, line 96
Class
- OperationsForm
- Configure advagg settings for this site.
Namespace
Drupal\advagg\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('config.factory'), $container->get('private_key'), $container->get('date.formatter'), $container->get('datetime.time'), $container->get('cache.advagg'), $container->get('file_system'), $container->get('messenger'));
}