You are here

public function VoteResultInterface::setCreatedTime in Voting API 8.3

Sets the vote creation timestamp.

Parameters

int $timestamp: The vote creation timestamp.

Return value

$this

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

File

src/VoteResultInterface.php, line 101

Class

VoteResultInterface
Provides an interface defining a vote entity.

Namespace

Drupal\votingapi

Code

public function setCreatedTime($timestamp);