Skip to content

Kirby 5.0.4

V::message()

Creates a useful error message for the given validator and the arguments. This is used mainly internally to create error messages

V::message(string $validatorName, ...$params): string|null

Parameters

Name Type Default
$validatorNamerequired string no default value
...$params mixed no default value

Return types

stringornull

Parent class

Kirby\Toolkit\V