Skip to content

Kirby 4.2.0

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 = null): string|null

Parameters

Name Type Default
$validatorName * string
... $params mixed null

Return type

string|null

Parent class

Kirby\Toolkit\V