public function Profile::getMethod

Returns the request method.

Return value

string The request method

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 114

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function getMethod() {
  return $this->method;
}