array getData() Get the data under validation. Return Value array
bool fails() Determine if the data fails the validation rules. Return Value bool
MessageBag errors() An alternative more semantic shortcut to the message container. Return Value MessageBag
array failed() Get the failed validation rules. Return Value array
void each(string $attribute, string|array $rules) Define a set of rules that apply to each element in an array attribute. Parameters string $attribute string|array $rules Return Value void Exceptions InvalidArgumentException
array extractValuesForWildcards(array $data, string $attribute) Get all of the exact attribute values for a given wildcard attribute. Parameters array $data string $attribute Return Value array
$this after(callable|string $callback) After an after validation callback. Parameters callable|string $callback Return Value $this
Page 30 of 996