public function WatchdogEntity::getUid in Better Watchdog UI 7.3
Same name and namespace in other branches
- 8 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getUid()
- 7 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getUid()
- 7.2 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getUid()
Get watchdog entry type.
File
- better_watchdog_ui_entity/
better_watchdog_ui_entity.module, line 247 - Provides a basic wrapper to database log entries, so they can be accessed as entities.
Class
- WatchdogEntity
- Watchdog class.
Code
public function getUid() {
return $this->uid;
}