Sets the library item creation timestamp.
int $timestamp: The library item creation timestamp.
\Drupal\paragraphs_library\LibraryItemInterface The called library item entity.
Overrides LibraryItemInterface::setCreatedTime
public function setCreatedTime($timestamp) {
$this
->set('created', $timestamp);
return $this;
}