Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Request.php
function Request::getServer
Gets the request server parameters.
File
vendor/
symfony/
browser-kit/
Request.php
, line 87
Class
Request
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Symfony\Component\BrowserKit
Code
public
function
getServer
() : array {
return
$this
->
server
; }
RSS feed