Same name and namespace in other branches
  1. 8.x-2.x src/Form/ExifSettingsForm.php \Drupal\exif\Form\ExifSettingsForm::create() 1 comment

File

src/Controller/ExifSettingsForm.php, line 42

Class

ExifSettingsForm
Manage Settings forms.

Namespace

Drupal\exif\Controller

Code

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