You are here

public function GatsbyLogEntityInterface::setCreatedTime in Gatsby Live Preview & Incremental Builds 8

Same name and namespace in other branches
  1. 2.0.x modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntityInterface.php \Drupal\gatsby_fastbuilds\Entity\GatsbyLogEntityInterface::setCreatedTime()

Sets the Gatsby log entity creation timestamp.

Parameters

int $timestamp: The Gatsby log entity creation timestamp.

Return value

\Drupal\gatsby\Entity\GatsbyLogEntityInterface The called Gatsby log entity entity.

1 method overrides GatsbyLogEntityInterface::setCreatedTime()
GatsbyLogEntity::setCreatedTime in modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntity.php
Sets the Gatsby log entity creation timestamp.

File

modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntityInterface.php, line 54

Class

GatsbyLogEntityInterface
Provides an interface for defining Gatsby log entity entities.

Namespace

Drupal\gatsby_fastbuilds\Entity

Code

public function setCreatedTime($timestamp);