public function FlaggingCollectionInterface::setCreatedTime in Flag Lists 4.0.x
Same name and namespace in other branches
- 8 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\EntityCode
public function setCreatedTime($timestamp);