public static function Request::getTrustedProxies

Gets the list of trusted proxies.

Return value

array An array of trusted proxies.

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php, line 484

Class

Request
Request represents an HTTP request.

Namespace

Symfony\Component\HttpFoundation

Code

public static function getTrustedProxies() {
  return self::$trustedProxies;
}