public function HttpHeaderNull::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/ HttpHeaderNull.php, line 55 - Contains \Drupal\restful\Http\HttpHeaderNull
Class
Namespace
Drupal\restful\HttpCode
public function get() {
return $this->values;
}