interface LinkExtractorInterface in Link checker 8
Defines an interface for Link extractor plugin plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\linkchecker\Plugin\LinkExtractorInterface
Expanded class hierarchy of LinkExtractorInterface
All classes that implement LinkExtractorInterface
File
- src/
Plugin/ LinkExtractorInterface.php, line 10
Namespace
Drupal\linkchecker\PluginView source
interface LinkExtractorInterface extends PluginInspectionInterface {
/**
* Extracts links from field list.
*
* @param array $value
* The field value.
*
* @return array
* List of URLs.
*/
public function extract(array $value);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LinkExtractorInterface:: |
public | function | Extracts links from field list. | 1 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |