You are here

public function JsonLogData::getType in JSONlog 8

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

Return value

string

File

src/Logger/JsonLogData.php, line 281

Class

JsonLogData

Namespace

Drupal\jsonlog\Logger

Code

public function getType() {
  return $this->type;
}