public function LibraryItemInterface::getCreatedTime in Paragraphs 8
Gets the library item creation timestamp.
Return value
int Creation timestamp of the library item.
1 method overrides LibraryItemInterface::getCreatedTime()
- LibraryItem::getCreatedTime in modules/
paragraphs_library/ src/ Entity/ LibraryItem.php - Gets the library item creation timestamp.
File
- modules/
paragraphs_library/ src/ LibraryItemInterface.php, line 37
Class
- LibraryItemInterface
- Provides an interface defining a paragraphs entity.
Namespace
Drupal\paragraphs_libraryCode
public function getCreatedTime();