public DbLogController::formatMessage($row)
Formats a database log message.
Parameters
object $row: The record from the watchdog table. The object properties are: wid, uid, severity, type, timestamp, message, variables, link, name.
Return value
string|\Drupal\Core\StringTranslation\TranslatableMarkup|false The formatted log message or FALSE if the message or variables properties are not set.
File
core/modules/dblog/src/Controller/DbLogController.php, line 344
Class
DbLogController Return