public function MediaInterface::getCreatedTime in Media entity 8
Returns the media creation timestamp.
Return value
int Creation timestamp of the media.
1 method overrides MediaInterface::getCreatedTime()
- Media::getCreatedTime in src/
Entity/ Media.php - Returns the media creation timestamp.
File
- src/
MediaInterface.php, line 20
Class
- MediaInterface
- Provides an interface defining a media entity.
Namespace
Drupal\media_entityCode
public function getCreatedTime();