You are here

public function VoteInterface::getCreatedTime in Voting API 8.3

Gets the vote creation timestamp.

Return value

int Creation timestamp of the vote.

1 method overrides VoteInterface::getCreatedTime()
Vote::getCreatedTime in src/Entity/Vote.php
Gets the vote creation timestamp.

File

src/VoteInterface.php, line 91

Class

VoteInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function getCreatedTime();