public function RequestInterface::getMethod in RESTful 7.2
Get the HTTP method.
Return value
string
1 method overrides RequestInterface::getMethod()
- Request::getMethod in src/
Http/ Request.php - Get the HTTP method.
File
- src/
Http/ RequestInterface.php, line 179 - Contains \Drupal\restful\Http\RequestInterface.
Class
Namespace
Drupal\restful\HttpCode
public function getMethod();