public static function Request::getHttpMethodParameterOverride

Checks whether support for the _method request parameter is enabled.

Return value

Boolean True when the _method request parameter is enabled, false otherwise

1 call to Request::getHttpMethodParameterOverride()

File

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

Class

Request
Request represents an HTTP request.

Namespace

Symfony\Component\HttpFoundation

Code

public static function getHttpMethodParameterOverride() {
  return self::$httpMethodParameterOverride;
}