You are here

public function HttpHeaderInterface::getId in RESTful 7.2

Gets the header id.

Return value

string The header ID.

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

File

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

Class

HttpHeaderInterface

Namespace

Drupal\restful\Http

Code

public function getId();