public function LibraryItemInterface::setCreatedTime in Paragraphs 8
Sets the library item creation timestamp.
Parameters
int $timestamp: The library item creation timestamp.
Return value
\Drupal\paragraphs_library\LibraryItemInterface The called library item entity.
1 method overrides LibraryItemInterface::setCreatedTime()
- LibraryItem::setCreatedTime in modules/
paragraphs_library/ src/ Entity/ LibraryItem.php - Sets the library item creation timestamp.
File
- modules/
paragraphs_library/ src/ LibraryItemInterface.php, line 48
Class
- LibraryItemInterface
- Provides an interface defining a paragraphs entity.
Namespace
Drupal\paragraphs_libraryCode
public function setCreatedTime($timestamp);