You are here

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

HttpHeader

Namespace

Drupal\restful\Http

Code

public function getName() {
  return $this->name;
}