abstract protected function FeedsExBase::getErrors in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 src/FeedsExBase.inc \FeedsExBase::getErrors()
Returns the errors after parsing.
Return value
array A structured array array with keys:
- message: The error message.
- variables: The variables for the message.
- severity: The severity of the message.
See also
watchdog()
1 call to FeedsExBase::getErrors()
4 methods override FeedsExBase::getErrors()
- FeedsExJmesPath::getErrors in src/FeedsExJmesPath.inc 
- Returns the errors after parsing.
- FeedsExJsonPath::getErrors in src/FeedsExJsonPath.inc 
- Returns the errors after parsing.
- FeedsExTestUi::getErrors in tests/FeedsExTestUi.inc 
- Returns the errors after parsing.
- FeedsExXml::getErrors in src/FeedsExXml.inc 
- Returns the errors after parsing.
File
- src/FeedsExBase.inc, line 85 
- Contains FeedsExBase.
Class
- FeedsExBase
- The Feeds extensible parser.
Code
protected abstract function getErrors();