Skip to content

Validity Criterion

The Validity URL Criterion matches URLs based on a validity flag.

Arguments

  • isValid - bool representing whether the matcher selects only valid URLs

Example

1
$query->filter = new Criterion\Validity(true);