public function HttpHeader::getName in RESTful 7.2
Gets the header name.
Return value
string
Overrides HttpHeaderInterface::getName
File
- src/
Http/ HttpHeader.php, line 78 - Contains \Drupal\restful\Http\HttpHeader
Class
Namespace
Drupal\restful\HttpCode
public function getName() {
return $this->name;
}