You are here

public function ParagraphSetInterface::getCreatedTime in Paragraphs frontend ui 8

Gets the Paragraph set creation timestamp.

Return value

int Creation timestamp of the Paragraph set.

1 method overrides ParagraphSetInterface::getCreatedTime()
ParagraphSet::getCreatedTime in src/Entity/ParagraphSet.php
Gets the Paragraph set creation timestamp.

File

src/Entity/ParagraphSetInterface.php, line 41

Class

ParagraphSetInterface
Provides an interface for defining Paragraph set entities.

Namespace

Drupal\paragraphs_frontend_ui\Entity

Code

public function getCreatedTime();