public function RoleWatchdogInterface::setCreatedTime in Role Watchdog 8
Sets the Role Watchdog creation timestamp.
Parameters
int $timestamp: The Role Watchdog creation timestamp.
Return value
\Drupal\role_watchdog\Entity\RoleWatchdogInterface The called Role Watchdog entity.
1 method overrides RoleWatchdogInterface::setCreatedTime()
- RoleWatchdog::setCreatedTime in src/
Entity/ RoleWatchdog.php - Sets the Role Watchdog creation timestamp.
File
- src/
Entity/ RoleWatchdogInterface.php, line 52
Class
- RoleWatchdogInterface
- Provides an interface for defining Role Watchdog entities.
Namespace
Drupal\role_watchdog\EntityCode
public function setCreatedTime($timestamp);