You are here

public function WatchdogEntity::getLocation in Better Watchdog UI 8

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

Get watchdog entry location.

File

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

Class

WatchdogEntity
Watchdog class.

Code

public function getLocation() {
  return $this->location;
}