You are here

abstract protected function LinkExtractorBase::extractUrlFromField in Link checker 8

Extracts a URLs from field.

Return value

array Array of URLs.

1 call to LinkExtractorBase::extractUrlFromField()
LinkExtractorBase::extract in src/Plugin/LinkExtractorBase.php
Extracts links from field list.
2 methods override LinkExtractorBase::extractUrlFromField()
HtmlLinkExtractor::extractUrlFromField in src/Plugin/LinkExtractor/HtmlLinkExtractor.php
Extracts a URLs from field.
LinkLinkExtractor::extractUrlFromField in src/Plugin/LinkExtractor/LinkLinkExtractor.php
Extracts a URLs from field.

File

src/Plugin/LinkExtractorBase.php, line 48

Class

LinkExtractorBase
Base class for Link extractor plugins.

Namespace

Drupal\linkchecker\Plugin

Code

protected abstract function extractUrlFromField(array $value);