MessageBag messages() Get the message container for the validator. Return Value MessageBag
array invalid() Returns the data which was invalid. Return Value array
$this mergeRules(string $attribute, string|array $rules = array()) Merge additional rules into a given attribute(s). Parameters string $attribute string|array $rules Return Value $this
string guessColumnForQuery(string $attribute) Guess the database column from the given attribute name. Parameters string $attribute Return Value string
array getRules() Get the validation rules. Return Value array
bool hasRule(string $attribute, string|array $rules) Determine if the given attribute has a rule in the given set. Parameters string $attribute string|array $rules Return Value bool
bool hasAttribute(string $attribute) Checks if an attribute exists. Parameters string $attribute Return Value bool
TranslatorInterface getTranslator() Get the Translator implementation. Return Value TranslatorInterface
MessageBag getMessageBag() Get the messages for the instance. Return Value MessageBag
Page 28 of 996