You are here

public function ApiDocInterface::setCreatedTime in Apigee API Catalog 8

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

Sets the API Doc creation timestamp.

Parameters

int $timestamp: The API Doc creation timestamp.

Return value

\Drupal\apigee_api_catalog\Entity\ApiDocInterface The called API Doc entity.

1 method overrides ApiDocInterface::setCreatedTime()
ApiDoc::setCreatedTime in src/Entity/ApiDoc.php
Sets the API Doc creation timestamp.

File

src/Entity/ApiDocInterface.php, line 101

Class

ApiDocInterface
Provides an interface for defining API Doc entities.

Namespace

Drupal\apigee_api_catalog\Entity

Code

public function setCreatedTime(int $timestamp) : self;