public function GatsbyLogEntityInterface::getCreatedTime in Gatsby Live Preview & Incremental Builds 8
Same name and namespace in other branches
- 2.0.x modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntityInterface.php \Drupal\gatsby_fastbuilds\Entity\GatsbyLogEntityInterface::getCreatedTime()
Gets the Gatsby log entity creation timestamp.
Return value
int Creation timestamp of the Gatsby log entity.
1 method overrides GatsbyLogEntityInterface::getCreatedTime()
- GatsbyLogEntity::getCreatedTime in modules/
gatsby_fastbuilds/ src/ Entity/ GatsbyLogEntity.php - Gets the Gatsby log entity creation timestamp.
File
- modules/
gatsby_fastbuilds/ src/ Entity/ GatsbyLogEntityInterface.php, line 43
Class
- GatsbyLogEntityInterface
- Provides an interface for defining Gatsby log entity entities.
Namespace
Drupal\gatsby_fastbuilds\EntityCode
public function getCreatedTime();