Crud\Core\ProxyTrait::_validationErrors PHP Méthode

_validationErrors() protected méthode

Primarily here to ease unit testing
protected _validationErrors ( ) : array
Résultat array
    protected function _validationErrors()
    {
        return $this->_crud()->validationErrors();
    }