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
Namespace
Drupal\restful\HttpCode
public function getId() {
return $this->id;
}