AdamWathan\Form\ErrorStore\IlluminateErrorStore::getErrors PHP Méthode

getErrors() protected méthode

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