array getCustomAttributes() Get the custom attributes used by the validator. Return Value array
bool fails() Determine if the data fails the validation rules. Return Value bool
array failed() Get the failed validation rules. Return Value array
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
MessageBag errors() An alternative more semantic shortcut to the message container. Return Value MessageBag
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
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
Page 30 of 996