You are here

public function HttpHeaderNull::getName in RESTful 7.2

Gets the header name.

Return value

string

Overrides HttpHeaderInterface::getName

File

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

Class

HttpHeaderNull

Namespace

Drupal\restful\Http

Code

public function getName() {
  return NULL;
}