You are here

public function HttpHeaderBagInterface::getValues in RESTful 7.2

Returns all the headers set on the bag.

Return value

array

1 method overrides HttpHeaderBagInterface::getValues()
HttpHeaderBag::getValues in src/Http/HttpHeaderBag.php
Returns all the headers set on the bag.

File

src/Http/HttpHeaderBagInterface.php, line 41
Contains \Drupal\restful\Http\HttpHeaderBagInterface.

Class

HttpHeaderBagInterface

Namespace

Drupal\restful\Http

Code

public function getValues();