You are here

public static function HttpHeaderNull::generateId in RESTful 7.2

Generates the header ID based on the header name.

Parameters

string $name: The header name.

Return value

string The ID.

Overrides HttpHeaderInterface::generateId

File

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

Class

HttpHeaderNull

Namespace

Drupal\restful\Http

Code

public static function generateId($name) {
  return NULL;
}