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