You are here

public function HttpFetcherResultInterface::getHeaders in Feeds 8.3

Returns the headers.

Return value

array The headers array.

1 method overrides HttpFetcherResultInterface::getHeaders()
HttpFetcherResult::getHeaders in src/Result/HttpFetcherResult.php
Returns the headers.

File

src/Result/HttpFetcherResultInterface.php, line 16

Class

HttpFetcherResultInterface
Defines the interface for result objects returned by HTTP fetchers.

Namespace

Drupal\feeds\Result

Code

public function getHeaders();