Skip to content

Kirby 3.9.8

Handler::validate()

Validates file contents

Handler::validate(string $string): void

Parameters

Name Type Default
$string * string

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException If the file didn't pass validation
Kirby\Exception\Exception On other errors

Parent class

Kirby\Sane\Handler