interface LinkCheckerResponseCodesInterface in Link checker 8
Class LinkcheckerResponseCodes.
@package Drupal\linkchecker
Hierarchy
- interface \Drupal\linkchecker\LinkCheckerResponseCodesInterface
Expanded class hierarchy of LinkCheckerResponseCodesInterface
All classes that implement LinkCheckerResponseCodesInterface
1 file declares its use of LinkCheckerResponseCodesInterface
File
- src/
LinkCheckerResponseCodesInterface.php, line 10
Namespace
Drupal\linkcheckerView source
interface LinkCheckerResponseCodesInterface {
/**
* Check if the given HTTP response code is valid.
*
* @param int $code
* An numeric response code.
*
* @return bool
* TRUE if the status code is valid, otherwise FALSE.
*/
public function isValid(int $code);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LinkCheckerResponseCodesInterface:: |
public | function | Check if the given HTTP response code is valid. | 1 |