Home
last modified time | relevance | path

Searched refs:isTag (Results 1 – 3 of 3) sorted by relevance

/webtrees/tests/app/
H A DValidatorTest.php311 self::assertSame('BIRT', Validator::queryParams($request)->isTag()->string('valid'));
315 Validator::queryParams($request)->isTag()->string('invalid');
/webtrees/app/Http/RequestHandlers/
H A DAddNewFact.php62 $subtag = Validator::attributes($request)->isTag()->string('fact');
/webtrees/app/
H A DValidator.php205 public function isTag(): self function in Fisharebest\\Webtrees\\Validator