You are here

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

HttpHeaderInterface

Namespace

Drupal\restful\Http

Code

public function getValueString();