You are here

public function FeedbackMessageInterface::setCreatedTime in Feedback 3.x

Sets the Feedback message creation timestamp.

Parameters

int $timestamp: The Feedback message creation timestamp.

Return value

\Drupal\feedback\FeedbackMessageInterface The called Feedback message entity.

1 method overrides FeedbackMessageInterface::setCreatedTime()
FeedbackMessage::setCreatedTime in src/Entity/FeedbackMessage.php
Sets the Feedback message creation timestamp.

File

src/FeedbackMessageInterface.php, line 49

Class

FeedbackMessageInterface
Provides an interface for defining Feedback message entities.

Namespace

Drupal\feedback

Code

public function setCreatedTime($timestamp);