public function ParagraphSetInterface::setCreatedTime in Paragraphs frontend ui 8
Sets the Paragraph set creation timestamp.
Parameters
int $timestamp: The Paragraph set creation timestamp.
Return value
\Drupal\paragraphs_frontend_ui\Entity\ParagraphSetInterface The called Paragraph set entity.
1 method overrides ParagraphSetInterface::setCreatedTime()
- ParagraphSet::setCreatedTime in src/
Entity/ ParagraphSet.php - Sets the Paragraph set creation timestamp.
File
- src/
Entity/ ParagraphSetInterface.php, line 52
Class
- ParagraphSetInterface
- Provides an interface for defining Paragraph set entities.
Namespace
Drupal\paragraphs_frontend_ui\EntityCode
public function setCreatedTime($timestamp);