You are here

public function LinkCheckerLinkForm::__construct in Link checker 8

LinkCheckerLinkEditForm constructor.

Overrides ContentEntityForm::__construct

File

src/Form/LinkCheckerLinkForm.php, line 29

Class

LinkCheckerLinkForm
Form handler for the linkchecker link edit forms.

Namespace

Drupal\linkchecker\Form

Code

public function __construct(EntityRepositoryInterface $entity_repository, EntityTypeBundleInfoInterface $entity_type_bundle_info, TimeInterface $time, DateFormatterInterface $dateFormatter) {
  parent::__construct($entity_repository, $entity_type_bundle_info, $time);
  $this->dateFormatter = $dateFormatter;
}