You are here

public function HttpHeaderNull::getId in RESTful 7.2

Gets the header id.

Return value

string The header ID.

Overrides HttpHeaderInterface::getId

File

src/Http/HttpHeaderNull.php, line 95
Contains \Drupal\restful\Http\HttpHeaderNull

Class

HttpHeaderNull

Namespace

Drupal\restful\Http

Code

public function getId() {
  return NULL;
}