array getMessages() Get the raw messages in the container. Return Value array
MessageBag getMessageBag() Get the messages for the instance. Return Value MessageBag
string getFormat() Get the default message format. Return Value string
array get(string $key, string $format = null) Get all of the messages from the bag for a given key. Parameters string $key string $format Return Value array
string first(string $key = null, string $format = null) Get the first message from the bag for a given key. Parameters string $key string $format Return Value string
int count() Get the number of messages in the container. Return Value int
Page 484 of 996