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
Namespace
Drupal\restful\HttpCode
public static function generateId($name) {
return NULL;
}