You are here

public function JsonLogData::setMethod in JSONlog 3.x

Same name and namespace in other branches
  1. 8.2 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::setMethod()
  2. 8 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::setMethod()

Parameters

string $realMethod:

File

src/Logger/JsonLogData.php, line 142

Class

JsonLogData

Namespace

Drupal\jsonlog\Logger

Code

public function setMethod($realMethod) {
  $this->method = $realMethod;
}