public function HttpHeaderBag::current in RESTful 7.2
File
- src/
Http/ HttpHeaderBag.php, line 120 - Contains \Drupal\restful\Http\HttpHeaderBag.
Class
Namespace
Drupal\restful\HttpCode
public function current() {
return current($this->values);
}