You are here

public function ExternalLinkPopupForm::__construct in External Link Pop-up 8

Constructs an ExampleForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entityTypeManager.

File

src/Form/ExternalLinkPopupForm.php, line 21

Class

ExternalLinkPopupForm
Form handler for the External Link Pop-up add and edit forms.

Namespace

Drupal\external_link_popup\Form

Code

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