public function HttpHeader::get in RESTful 7.2
Gets the values of the header.
Return value
array The values for this header.
Overrides HttpHeaderInterface::get
File
- src/
Http/ HttpHeader.php, line 61 - Contains \Drupal\restful\Http\HttpHeader
Class
Namespace
Drupal\restful\HttpCode
public function get() {
return $this->values;
}