public function WatchdogEntity::getLocation in Better Watchdog UI 7.3
Same name and namespace in other branches
- 8 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getLocation()
- 7 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getLocation()
- 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 268 - 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;
}