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

File

src/Controller/ExifSettingsController.php, line 47

Class

ExifSettingsController
Class ExifSettingsController manage action of settings pages.

Namespace

Drupal\exif\Controller

Code

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