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