public function Paragraph::getCreatedTime

File

paragraphs/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;
}