You are here

public function WatchdogEntity::getHostname in Better Watchdog UI 7.3

Same name and namespace in other branches
  1. 8 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getHostname()
  2. 7 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getHostname()
  3. 7.2 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getHostname()

Get watchdog entry hostname.

File

better_watchdog_ui_entity/better_watchdog_ui_entity.module, line 282
Provides a basic wrapper to database log entries, so they can be accessed as entities.

Class

WatchdogEntity
Watchdog class.

Code

public function getHostname() {
  return $this->hostname;
}