‪TYPO3CMS  ‪main
TYPO3\CMS\Linkvalidator\EventListener\CheckBrokenRteLinkEventListener Class Reference

Public Member Functions

 __construct (private readonly BrokenLinkRepository $brokenLinkRepository)
 
 checkExternalLink (BrokenLinkAnalysisEvent $event)
 
 checkPageLink (BrokenLinkAnalysisEvent $event)
 
 checkFileLink (BrokenLinkAnalysisEvent $event)
 

Detailed Description

Event listeners to identify if a link is broken. For external URLs, the linkvalidator is used (not in real-time but from the database), for pages this is handled via a check to the database record.

Definition at line 32 of file CheckBrokenRteLinkEventListener.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Linkvalidator\EventListener\CheckBrokenRteLinkEventListener::__construct ( private readonly BrokenLinkRepository  $brokenLinkRepository)

Definition at line 34 of file CheckBrokenRteLinkEventListener.php.

Member Function Documentation

◆ checkExternalLink()

◆ checkFileLink()

◆ checkPageLink()