You are here

public function PathFileEntityInterface::setCreatedTime in Path File 8

Sets the Path file entity creation timestamp.

Parameters

int $timestamp: The Path file entity creation timestamp.

Return value

\Drupal\path_file\Entity\PathFileEntityInterface The called Path file entity entity.

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

File

src/Entity/PathFileEntityInterface.php, line 52

Class

PathFileEntityInterface
Provides an interface for defining Path file entity entities.

Namespace

Drupal\path_file\Entity

Code

public function setCreatedTime($timestamp);