Same name in other branches
  1. 8.x-1.x src/Controller/ExifSettingsForm.php \Drupal\exif\Controller\ExifSettingsForm::create()

Fichier

src/Form/ExifSettingsForm.php, line 60

Classe

ExifSettingsForm
Manage Settings forms.

Namespace

Drupal\exif\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('config.factory'), $container->get('entity_type.manager'), $container->get('module_handler'), $container->get('entity_type.repository'));
}