You are here

public function VoteResultInterface::getCreatedTime in Voting API 8.3

Gets the vote creation timestamp.

Return value

int Creation timestamp of the vote.

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

File

src/VoteResultInterface.php, line 91

Class

VoteResultInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function getCreatedTime();