Same name in other branches
- 8.x-1.x src/Controller/ExifSettingsController.php \Drupal\exif\Controller\ExifSettingsController::create()
File
-
src/
Controller/ ExifSettingsController.php, line 86
Class
- ExifSettingsController
- Class ExifSettingsController manage action of settings pages.
Namespace
Drupal\exif\ControllerCode
public static function create(ContainerInterface $container) {
return new static($container->get('entity_display.repository'), $container->get('entity_type.manager'), $container->get('entity_type.repository'), $container->get('extension.list.module'));
}