You are here

public function PathFileEntityInterface::getCreatedTime in Path File 8

Gets the Path file entity creation timestamp.

Return value

int Creation timestamp of the Path file entity.

1 method overrides PathFileEntityInterface::getCreatedTime()
PathFileEntity::getCreatedTime in src/Entity/PathFileEntity.php
Gets the Path file entity creation timestamp.

File

src/Entity/PathFileEntityInterface.php, line 41

Class

PathFileEntityInterface
Provides an interface for defining Path file entity entities.

Namespace

Drupal\path_file\Entity

Code

public function getCreatedTime();