public function Paragraph::getCreatedTime in Paragraphs 8
File
- src/
Entity/ Paragraph.php, line 248
Class
- Paragraph
- Defines the Paragraph entity.
Namespace
Drupal\paragraphs\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}