You are here

public function Request::getServer in RESTful 7.2

Get the server information.

Return value

array

Overrides RequestInterface::getServer

File

src/Http/Request.php, line 504
Contains \Drupal\restful\Http\Request

Class

Request
Deals with everything coming from the consumer.

Namespace

Drupal\restful\Http

Code

public function getServer() {
  return $this->server;
}