public function HttpHeaderInterface::getValueString in RESTful 7.2
Gets the contents of the header.
Return value
string The header value as a string.
2 methods override HttpHeaderInterface::getValueString()
- HttpHeader::getValueString in src/
Http/ HttpHeader.php - Gets the contents of the header.
- HttpHeaderNull::getValueString in src/
Http/ HttpHeaderNull.php - Gets the contents of the header.
File
- src/
Http/ HttpHeaderInterface.php, line 39 - Contains \Drupal\restful\Http\HttpHeaderInterface
Class
Namespace
Drupal\restful\HttpCode
public function getValueString();