You are here

public function FlaggingCollectionInterface::setCreatedTime in Flag Lists 8

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

Sets the Flagging collection creation timestamp.

Parameters

int $timestamp: The Flagging collection creation timestamp.

Return value

\Drupal\flag_lists\Entity\FlaggingCollectionInterface The called Flagging collection entity.

1 method overrides FlaggingCollectionInterface::setCreatedTime()
FlaggingCollection::setCreatedTime in src/Entity/FlaggingCollection.php
Sets the Flagging collection creation timestamp.

File

src/Entity/FlaggingCollectionInterface.php, line 55

Class

FlaggingCollectionInterface
Provides an interface for defining Flagging collection entities.

Namespace

Drupal\flag_lists\Entity

Code

public function setCreatedTime($timestamp);