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