You are here

public function InviteInterface::getCreatedTime in Invite 8

Gets the Invite creation timestamp.

Return value

int Creation timestamp of the Invite.

1 method overrides InviteInterface::getCreatedTime()
Invite::getCreatedTime in src/Entity/Invite.php
Gets the Invite creation timestamp.

File

src/InviteInterface.php, line 22

Class

InviteInterface
Provides an interface for defining Invite entities.

Namespace

Drupal\invite

Code

public function getCreatedTime();