You are here

public function HttpHeaderInterface::getName in RESTful 7.2

Gets the header name.

Return value

string

2 methods override HttpHeaderInterface::getName()
HttpHeader::getName in src/Http/HttpHeader.php
Gets the header name.
HttpHeaderNull::getName in src/Http/HttpHeaderNull.php
Gets the header name.

File

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

Class

HttpHeaderInterface

Namespace

Drupal\restful\Http

Code

public function getName();