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
Namespace
Drupal\restful\HttpCode
public function getValues();