Overtrue\Validation\Validator::getCustomMessages PHP Method

getCustomMessages() public method

Get the custom messages for the validator.
public getCustomMessages ( ) : array
return array
    public function getCustomMessages()
    {
        return $this->customMessages;
    }
Validator