You are here

namespace Drupal\feeds\Result in Feeds 8.3

Classsort descending Location Description
FetcherResult src/Result/FetcherResult.php The default fetcher result object.
FetcherResultInterface src/Result/FetcherResultInterface.php Defines the interface for result objects returned by fetcher plugins.
HttpFetcherResult src/Result/HttpFetcherResult.php The default fetcher result object.
HttpFetcherResultInterface src/Result/HttpFetcherResultInterface.php Defines the interface for result objects returned by HTTP fetchers.
ParserResult src/Result/ParserResult.php The result of a parsing stage.
ParserResultInterface src/Result/ParserResultInterface.php The result of a parsing stage.
RawFetcherResult src/Result/RawFetcherResult.php A fetcher result object that accepts a raw string.