public function LinkStatusHandlerInterface::queueItems in Link checker 8
Creates a queue for handling.
Parameters
\Drupal\linkchecker\LinkCheckerLinkInterface $link: The link.
\Psr\Http\Message\ResponseInterface $response: The response of link checking.
1 method overrides LinkStatusHandlerInterface::queueItems()
- LinkStatusHandlerBase::queueItems in src/
Plugin/ LinkStatusHandlerBase.php - Creates a queue for handling.
File
- src/
Plugin/ LinkStatusHandlerInterface.php, line 32
Class
- LinkStatusHandlerInterface
- Defines an interface for Link status handler plugins.
Namespace
Drupal\linkchecker\PluginCode
public function queueItems(LinkCheckerLinkInterface $link, ResponseInterface $response);