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