Inputfield::error()
Record an error for this Inputfield
The error message will be placed in the context of this Inputfield. See the Wire::error()
method for full details on arguments and options.
Usage
// basic usage
$inputfield->error(string $text);
// usage with all arguments
$inputfield->error(string $text, int $flags = 0);
Arguments
Name | Type(s) | Description |
---|---|---|
$text | string | Text of error message |
$flags (optional) | int | Optional flags |
Return value
$this
Object instance it was called from (method supports fluent interface).
Inputfield methods and properties
API reference based on ProcessWire core version 3.0.251