You are here

public function Paragraph::getCreatedTime in Paragraphs 8

File

src/Entity/Paragraph.php, line 248

Class

Paragraph
Defines the Paragraph entity.

Namespace

Drupal\paragraphs\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}