public function LinkExtractorInterface::extract in Link checker 8
Extracts links from field list.
Parameters
array $value: The field value.
Return value
array List of URLs.
1 method overrides LinkExtractorInterface::extract()
- LinkExtractorBase::extract in src/
Plugin/ LinkExtractorBase.php - Extracts links from field list.
File
- src/
Plugin/ LinkExtractorInterface.php, line 21
Class
- LinkExtractorInterface
- Defines an interface for Link extractor plugin plugins.
Namespace
Drupal\linkchecker\PluginCode
public function extract(array $value);