interface HttpFetcherResultInterface in Feeds 8.3
Defines the interface for result objects returned by HTTP fetchers.
Hierarchy
- interface \Drupal\feeds\Result\FetcherResultInterface
- interface \Drupal\feeds\Result\HttpFetcherResultInterface
Expanded class hierarchy of HttpFetcherResultInterface
All classes that implement HttpFetcherResultInterface
1 file declares its use of HttpFetcherResultInterface
- PubSubHubbub.php in src/
EventSubscriber/ PubSubHubbub.php
File
- src/
Result/ HttpFetcherResultInterface.php, line 8
Namespace
Drupal\feeds\ResultView source
interface HttpFetcherResultInterface extends FetcherResultInterface {
/**
* Returns the headers.
*
* @return array
* The headers array.
*/
public function getHeaders();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FetcherResultInterface:: |
public | function | Returns the path to the file containing the file provided by the fetcher. | 1 |
FetcherResultInterface:: |
public | function | Returns the file provided by the fetcher as a string. | 1 |
HttpFetcherResultInterface:: |
public | function | Returns the headers. | 1 |