protected function FeedsExTestUi::executeContext in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 tests/FeedsExTestUi.inc \FeedsExTestUi::executeContext()
Returns rows to be parsed.
Parameters
FeedsSource $source: Source information.
FeedsFetcherResult $fetcher_result: The result returned by the fetcher.
Return value
array|Traversable Some iterable that returns rows.
Overrides FeedsExBase::executeContext
File
- tests/
FeedsExTestUi.inc, line 16 - Contains FeedsExTestUi.
Class
- FeedsExTestUi
- A minimal implementation of a parser for UI testing.
Code
protected function executeContext(FeedsSource $source, FeedsFetcherResult $fetcher_result) {
return array();
}