![]() |
TYPO3
7.6
|
Public Member Functions | |
fetchType ($value, $type, $key) | |
checkLink ($url, $softRefEntry, $reference) | |
getErrorMessage ($errorParams) | |
getBrokenUrl ($row) | |
![]() | |
fetchType ($value, $type, $key) | |
getErrorParams () | |
getBrokenUrl ($row) | |
Additional Inherited Members | |
![]() | |
setErrorParams ($value) | |
getLanguageService () | |
getDatabaseConnection () | |
![]() | |
$errorParams = array() | |
This class provides Check File Links plugin implementation
Definition at line 25 of file FileLinktype.php.
checkLink | ( | $url, | |
$softRefEntry, | |||
$reference | |||
) |
Checks a given URL + /path/filename.ext for validity
string | $url | Url to check |
array | $softRefEntry | The soft reference entry which builds the context of the url |
\TYPO3\CMS\Linkvalidator\LinkAnalyzer | $reference | Parent instance |
Implements LinktypeInterface.
Definition at line 50 of file FileLinktype.php.
References $url, and GeneralUtility\makeInstance().
fetchType | ( | $value, | |
$type, | |||
$key | |||
) |
Type fetching method, based on the type that softRefParserObj returns
array | $value | Reference properties |
string | $type | Current type |
string | $key | Validator hook name |
Implements LinktypeInterface.
Definition at line 35 of file FileLinktype.php.
getBrokenUrl | ( | $row | ) |
Construct a valid Url for browser output
array | $row | Broken link record |
Implements LinktypeInterface.
Definition at line 78 of file FileLinktype.php.
References GeneralUtility\getIndpEnv().
getErrorMessage | ( | $errorParams | ) |
Generate the localized error message from the error params saved from the parsing
array | $errorParams | All parameters needed for the rendering of the error message |
Implements LinktypeInterface.
Definition at line 67 of file FileLinktype.php.
References AbstractLinktype\getLanguageService().