‪TYPO3CMS  10.4
LinktypeInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
22 {
31  public function ‪checkLink($url, $softRefEntry, $reference);
32 
39  public function ‪setAdditionalConfig(array $config): void;
40 
49  public function ‪fetchType($value, $type, $key);
50 
56  public function ‪getErrorParams();
57 
64  public function ‪getBrokenUrl($row);
65 
72  public function ‪getErrorMessage($errorParams);
73 }
‪TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\setAdditionalConfig
‪setAdditionalConfig(array $config)
‪TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\getErrorParams
‪array getErrorParams()
‪TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\getBrokenUrl
‪string getBrokenUrl($row)
‪TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface
Definition: LinktypeInterface.php:22
‪TYPO3\CMS\Linkvalidator\Linktype
Definition: AbstractLinktype.php:16
‪TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\getErrorMessage
‪string getErrorMessage($errorParams)
‪TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\fetchType
‪string fetchType($value, $type, $key)
‪TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\checkLink
‪string checkLink($url, $softRefEntry, $reference)