You are here

public function FilebrowserMetadataEntityInterface::setCreatedTime in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/FilebrowserMetadataEntityInterface.php \Drupal\filebrowser\Entity\FilebrowserMetadataEntityInterface::setCreatedTime()

Sets the Metadata entity creation timestamp.

Parameters

int $timestamp: The Metadata entity creation timestamp.

Return value

\Drupal\filebrowser\Entity\FilebrowserMetadataEntityInterface The called Metadata entity entity.

1 method overrides FilebrowserMetadataEntityInterface::setCreatedTime()
FilebrowserMetadataEntity::setCreatedTime in src/Entity/FilebrowserMetadataEntity.php
Sets the Metadata entity creation timestamp.

File

src/Entity/FilebrowserMetadataEntityInterface.php, line 53

Class

FilebrowserMetadataEntityInterface
Provides an interface for defining Filebrowser metadata entity entities.

Namespace

Drupal\filebrowser\Entity

Code

public function setCreatedTime($timestamp);