public function InviteInterface::setCreatedTime in Invite 8
Sets the Invite creation timestamp.
Parameters
int $timestamp: The Invite creation timestamp.
Return value
\Drupal\invite\InviteInterface The called Invite entity.
1 method overrides InviteInterface::setCreatedTime()
- Invite::setCreatedTime in src/
Entity/ Invite.php - Sets the Invite creation timestamp.
File
- src/
InviteInterface.php, line 33
Class
- InviteInterface
- Provides an interface for defining Invite entities.
Namespace
Drupal\inviteCode
public function setCreatedTime($timestamp);