You are here

public function UrlRedirectForm::__construct in Url Redirect 8.2

Same name and namespace in other branches
  1. 8 src/Form/UrlRedirectForm.php \Drupal\url_redirect\Form\UrlRedirectForm::__construct()

Constructs an UrlRedirectForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManagerInterface: Entity type manager service.

File

src/Form/UrlRedirectForm.php, line 30

Class

UrlRedirectForm
Form handler for the Example add and edit forms.

Namespace

Drupal\url_redirect\Form

Code

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