You are here

public function WatchdogEntity::getUid in Better Watchdog UI 7.2

Same name and namespace in other branches
  1. 8 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getUid()
  2. 7.3 better_watchdog_ui_entity/better_watchdog_ui_entity.module \WatchdogEntity::getUid()
  3. 7 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 229
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;
}