You are here

interface HttpFetcherResultInterface in Feeds 8.3

Defines the interface for result objects returned by HTTP fetchers.

Hierarchy

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\Result
View source
interface HttpFetcherResultInterface extends FetcherResultInterface {

  /**
   * Returns the headers.
   *
   * @return array
   *   The headers array.
   */
  public function getHeaders();

}

Members

Namesort descending Modifiers Type Description Overrides
FetcherResultInterface::getFilePath public function Returns the path to the file containing the file provided by the fetcher. 1
FetcherResultInterface::getRaw public function Returns the file provided by the fetcher as a string. 1
HttpFetcherResultInterface::getHeaders public function Returns the headers. 1