You are here

public function JsonLogData::getCode in JSONlog 8.2

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

Return value

integer

File

src/Logger/JsonLogData.php, line 360

Class

JsonLogData

Namespace

Drupal\jsonlog\Logger

Code

public function getCode() {
  return $this->code;
}