You are here

public function PetInterface::getCreatedTime in Previewable email templates 8.3

Gets the Pet creation timestamp.

Return value

int Creation timestamp of the Pet.

1 method overrides PetInterface::getCreatedTime()
Pet::getCreatedTime in src/Entity/Pet.php
Gets the Pet creation timestamp.

File

src/Entity/PetInterface.php, line 71

Class

PetInterface
Provides an interface for defining Pet entities.

Namespace

Drupal\pet\Entity

Code

public function getCreatedTime();