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