public function JsonLogData::getMethod in JSONlog 8
Same name and namespace in other branches
- 8.2 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::getMethod()
- 3.x src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::getMethod()
Return value
string
File
- src/
Logger/ JsonLogData.php, line 267
Class
Namespace
Drupal\jsonlog\LoggerCode
public function getMethod() {
return $this->method;
}