You are here

public function LinkExtractorBatch::__construct in Link checker 8

LinkExtractorBatch constructor.

File

src/LinkExtractorBatch.php, line 46

Class

LinkExtractorBatch
Helper service to handle extraction index.

Namespace

Drupal\linkchecker

Code

public function __construct(LinkExtractorService $extractor, EntityTypeManagerInterface $entityTypeManager, Connection $dbConnection) {
  $this->extractor = $extractor;
  $this->entityTypeManager = $entityTypeManager;
  $this->database = $dbConnection;
}