protected function FeedsExTestUi::getErrors in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 tests/FeedsExTestUi.inc \FeedsExTestUi::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.
Overrides FeedsExBase::getErrors
See also
watchdog()
File
- tests/
FeedsExTestUi.inc, line 35 - Contains FeedsExTestUi.
Class
- FeedsExTestUi
- A minimal implementation of a parser for UI testing.
Code
protected function getErrors() {
return array();
}