You are here

protected function FeedsExTestUi::executeContext in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 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();
}