public function FlaggingCollectionInterface::getCreatedTime in Flag Lists 8
Same name and namespace in other branches
- 4.0.x src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::getCreatedTime()
Gets the Flagging collection creation timestamp.
Return value
int Creation timestamp of the Flagging collection.
1 method overrides FlaggingCollectionInterface::getCreatedTime()
- FlaggingCollection::getCreatedTime in src/
Entity/ FlaggingCollection.php - Gets the Flagging collection creation timestamp.
File
- src/
Entity/ FlaggingCollectionInterface.php, line 44
Class
- FlaggingCollectionInterface
- Provides an interface for defining Flagging collection entities.
Namespace
Drupal\flag_lists\EntityCode
public function getCreatedTime();