You are here

public function FlagListItemInterface::setCreatedTime in Flag Lists 4.0.x

Same name and namespace in other branches
  1. 8 src/Entity/FlagListItemInterface.php \Drupal\flag_lists\Entity\FlagListItemInterface::setCreatedTime()

Sets the Flag list item creation timestamp.

Parameters

int $timestamp: The Flag list item creation timestamp.

Return value

\Drupal\flag_lists\Entity\FlagListItemInterface The called Flag list item entity.

1 method overrides FlagListItemInterface::setCreatedTime()
FlagListItem::setCreatedTime in src/Entity/FlagListItem.php
Sets the Flag list item creation timestamp.

File

src/Entity/FlagListItemInterface.php, line 54

Class

FlagListItemInterface
Provides an interface for defining Flag list item entities.

Namespace

Drupal\flag_lists\Entity

Code

public function setCreatedTime($timestamp);