public function LinkCheckerLinkInterface::isExists in Link checker 8
Checks if link was not removed from content.
If link becomes blacklisted this method should return false.
Return value
bool TRUE if link exists in a content.
1 method overrides LinkCheckerLinkInterface::isExists()
- LinkCheckerLink::isExists in src/
Entity/ LinkCheckerLink.php - Checks if link was not removed from content.
File
- src/
LinkCheckerLinkInterface.php, line 243
Class
- LinkCheckerLinkInterface
- Provides an interface defining a LinkCheckerLink type entity.
Namespace
Drupal\linkcheckerCode
public function isExists();