AdamWathan\Form\ErrorStore\IlluminateErrorStore::getErrors PHP Method

getErrors() protected method

protected getErrors ( )
    protected function getErrors()
    {
        return $this->hasErrors() ? $this->session->get('errors') : null;
    }