You are here

public function HttpHeaderInterface::get in RESTful 7.2

Gets the values of the header.

Return value

array The values for this header.

2 methods override HttpHeaderInterface::get()
HttpHeader::get in src/Http/HttpHeader.php
Gets the values of the header.
HttpHeaderNull::get in src/Http/HttpHeaderNull.php
Gets the values of the header.

File

src/Http/HttpHeaderInterface.php, line 31
Contains \Drupal\restful\Http\HttpHeaderInterface

Class

HttpHeaderInterface

Namespace

Drupal\restful\Http

Code

public function get();