You are here

public function PhotosImageInterface::getCreatedTime in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 src/PhotosImageInterface.php \Drupal\photos\PhotosImageInterface::getCreatedTime()

Gets the image creation timestamp.

Return value

int Creation timestamp of the image.

1 method overrides PhotosImageInterface::getCreatedTime()
PhotosImage::getCreatedTime in src/Entity/PhotosImage.php
Gets the image creation timestamp.

File

src/PhotosImageInterface.php, line 143

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function getCreatedTime();