You are here

public function HttpHeader::getId in RESTful 7.2

Gets the header id.

Return value

string The header ID.

Overrides HttpHeaderInterface::getId

File

src/Http/HttpHeader.php, line 112
Contains \Drupal\restful\Http\HttpHeader

Class

HttpHeader

Namespace

Drupal\restful\Http

Code

public function getId() {
  return $this->id;
}