BeforeRecordIsAnalyzedEvent¶
Event that is fired to modify results (= add results) or modify the record before the linkanalyzer analyzes the record.
API¶
- getTableName()
| ReturnType: string |
- getRecord()
| ReturnType: array |
Returns the current record array.
- setRecord(array $record)
| ReturnType: void |
- getFields()
| ReturnType: array |
Returns the current fields.
- getResults()
| ReturnType: array |
- setResults(array $results)
| ReturnType: void |
Set results of current analysis.
- getLinkAnalyzer()
| ReturnType:
\TYPO3\CMS\Linkvalidator\LinkAnalyzer
|