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
Namespace
Drupal\restful\HttpCode
public function getValues() {
return $this->values;
}