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

Constructs the ExifSettingsForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity manager.

File

src/Controller/ExifSettingsForm.php, line 35

Class

ExifSettingsForm
Manage Settings forms.

Namespace

Drupal\exif\Controller

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
    $this->entityTypeManager = $entity_type_manager;
}