public function LibraryItemInterface::getCreatedTime

Gets the library item creation timestamp.

Return value

int Creation timestamp of the library item.

1 method overrides LibraryItemInterface::getCreatedTime()
LibraryItem::getCreatedTime in paragraphs/modules/paragraphs_library/src/Entity/LibraryItem.php
Gets the library item creation timestamp.

File

paragraphs/modules/paragraphs_library/src/LibraryItemInterface.php, line 37

Class

LibraryItemInterface
Provides an interface defining a paragraphs entity.

Namespace

Drupal\paragraphs_library

Code

public function getCreatedTime();