You are here

abstract protected function FeedsExBase::executeContext in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 src/FeedsExBase.inc \FeedsExBase::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.

1 call to FeedsExBase::executeContext()
FeedsExBase::delegateParsing in src/FeedsExBase.inc
Delegates parsing to the subclass.
4 methods override FeedsExBase::executeContext()
FeedsExJmesPath::executeContext in src/FeedsExJmesPath.inc
Returns rows to be parsed.
FeedsExJsonPath::executeContext in src/FeedsExJsonPath.inc
Returns rows to be parsed.
FeedsExTestUi::executeContext in tests/FeedsExTestUi.inc
Returns rows to be parsed.
FeedsExXml::executeContext in src/FeedsExXml.inc
Returns rows to be parsed.

File

src/FeedsExBase.inc, line 38
Contains FeedsExBase.

Class

FeedsExBase
The Feeds extensible parser.

Code

protected abstract function executeContext(FeedsSource $source, FeedsFetcherResult $fetcher_result);