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