Learner\Services\Forms\AbstractFormService::getMessages PHP Method

getMessages() protected method

Get the custom validation messages.
protected getMessages ( ) : array
return array
    protected function getMessages()
    {
        return $this->messages;
    }