Error
class Error extends AbstractError (View source)
Properties
protected FieldInterface|null | $field | The field associated to the error. |
from AbstractError |
private bool
Since: concrete5 8.5.0a3
|
$messageContainsHtml | Does the message contain an HTML-formatted string? |
from AbstractError |
protected string | $message | The error message. |
Methods
$this
setMessageContainsHtml(bool $value)
Does the message contain an HTML-formatted string?
from
AbstractError
string
getMessage()
Get the error message.
setMessage(string|mixed $message)
Set the error message.
Details
string
__toString()
Get the error message.
FieldInterface|null
getField()
Get the field associated to the error.
setField(FieldInterface $field)
Set the field associated to the error.
bool
messageContainsHtml()
Since: concrete5 8.5.0a3
Does the message contain an HTML-formatted string?
$this
setMessageContainsHtml(bool $value)
Since: concrete5 8.5.0a3
Does the message contain an HTML-formatted string?
jsonSerialize()
{@inheritdoc}
__construct(string|mixed $message, FieldInterface $field = null)
Class constructor.
string
getMessage()
Get the error message.
setMessage(string|mixed $message)
Set the error message.