public function ApiDocInterface::getCreatedTime in Apigee API Catalog 8
Same name and namespace in other branches
- 8.2 src/Entity/ApiDocInterface.php \Drupal\apigee_api_catalog\Entity\ApiDocInterface::getCreatedTime()
Gets the API Doc creation timestamp.
Return value
int Creation timestamp of the API Doc.
1 method overrides ApiDocInterface::getCreatedTime()
- ApiDoc::getCreatedTime in src/
Entity/ ApiDoc.php - Gets the API Doc creation timestamp.
File
- src/
Entity/ ApiDocInterface.php, line 90
Class
- ApiDocInterface
- Provides an interface for defining API Doc entities.
Namespace
Drupal\apigee_api_catalog\EntityCode
public function getCreatedTime() : int;