Same name and namespace in other branches
  1. 5.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create() 1 commentaire
  2. 6.0.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create() 1 commentaire
  3. 8.x-2.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create() 1 commentaire
  4. 8.x-4.x src/Form/OperationsForm.php \Drupal\advagg\Form\OperationsForm::create() 1 commentaire
1 call to OperationsForm::create()
advagg_uninstall dans ./advagg.install
Implements hook_uninstall().

Fichier

src/Form/OperationsForm.php, line 96

Classe

OperationsForm
Configure advagg settings for this site.

Namespace

Drupal\advagg\Form

Code

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'));
}