public function MediaGalleryInterface::getCreatedTime in Media Gallery 8
Gets the media gallery creation timestamp.
Return value
int Creation timestamp of the media gallery.
1 method overrides MediaGalleryInterface::getCreatedTime()
- MediaGallery::getCreatedTime in src/
Entity/ MediaGallery.php - Gets the media gallery creation timestamp.
File
- src/
MediaGalleryInterface.php, line 39
Class
- MediaGalleryInterface
- Provides an interface defining a media gallery entity type.
Namespace
Drupal\media_galleryCode
public function getCreatedTime();