You are here

public function SettingsForm::__construct in Build Hooks 8

Same name and namespace in other branches
  1. 8.2 src/Form/SettingsForm.php \Drupal\build_hooks\Form\SettingsForm::__construct()
  2. 3.x src/Form/SettingsForm.php \Drupal\build_hooks\Form\SettingsForm::__construct()

Class constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 25

Class

SettingsForm
Class SettingsForm.

Namespace

Drupal\build_hooks\Form

Code

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