You are here

public function ExifSettingsForm::__construct in Exif 8

Same name and namespace in other branches
  1. 8.2 src/Controller/ExifSettingsForm.php \Drupal\exif\Controller\ExifSettingsForm::__construct()

Constructs the ExifSettingsForm object.

Parameters

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

Overrides ConfigFormBase::__construct

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;
}