You are here

public function HttpHeaderBag::getValues in RESTful 7.2

Returns all the headers set on the bag.

Return value

array

Overrides HttpHeaderBagInterface::getValues

File

src/Http/HttpHeaderBag.php, line 75
Contains \Drupal\restful\Http\HttpHeaderBag.

Class

HttpHeaderBag

Namespace

Drupal\restful\Http

Code

public function getValues() {
  return $this->values;
}