MediaWiki 1.42.0
|
Service to check if text (either content or a summary) qualifies as spam. More...
Public Member Functions | |
__construct ( $spamRegex, $summaryRegex) | |
checkContent (string $text) | |
Check whether content text is considered spam. | |
checkSummary (string $summary) | |
Check whether summary text is considered spam. | |
Service to check if text (either content or a summary) qualifies as spam.
Text qualifies as spam if it matches the global $wgSpamRegex Summaries qualify as spam if they match the global $wgSummarySpamRegex
Definition at line 14 of file SpamChecker.php.
MediaWiki\EditPage\SpamChecker::__construct | ( | $spamRegex, | |
$summaryRegex ) |
string[] | $spamRegex | |
string[] | $summaryRegex |
Definition at line 26 of file SpamChecker.php.
MediaWiki\EditPage\SpamChecker::checkContent | ( | string | $text | ) |
Check whether content text is considered spam.
string | $text |
Definition at line 37 of file SpamChecker.php.
MediaWiki\EditPage\SpamChecker::checkSummary | ( | string | $summary | ) |
Check whether summary text is considered spam.
string | $summary |
Definition at line 47 of file SpamChecker.php.