public function RoleWatchdogInterface::getCreatedTime in Role Watchdog 8
Gets the Role Watchdog creation timestamp.
Return value
int Creation timestamp of the Role Watchdog.
1 method overrides RoleWatchdogInterface::getCreatedTime()
- RoleWatchdog::getCreatedTime in src/
Entity/ RoleWatchdog.php - Gets the Role Watchdog creation timestamp.
File
- src/
Entity/ RoleWatchdogInterface.php, line 41
Class
- RoleWatchdogInterface
- Provides an interface for defining Role Watchdog entities.
Namespace
Drupal\role_watchdog\EntityCode
public function getCreatedTime();