public function LinkCheckerLink::isLinkCheckStatus in Link checker 8
Returns whether or not the link checking is enabled.
Return value
bool TRUE if link checking is enabled, FALSE otherwise.
Overrides LinkCheckerLinkInterface::isLinkCheckStatus
File
- src/
Entity/ LinkCheckerLink.php, line 225
Class
- LinkCheckerLink
- Defines the linkcheckerlink type entity.
Namespace
Drupal\linkchecker\EntityCode
public function isLinkCheckStatus() {
return $this
->isPublished();
}