Sets the library item creation timestamp.
Parameters
int $timestamp:
The library item creation timestamp.
Return value
$this
The called library item entity.
File
- paragraphs/modules/paragraphs_library/src/LibraryItemInterface.php, line 48
Class
- LibraryItemInterface
- Provides an interface defining a paragraphs entity.
Namespace
Drupal\paragraphs_library
Code
public function setCreatedTime($timestamp);