You are here

public function RealEstateInterface::getCreatedTime in Styled Google Map 8.2

Gets the Real estate creation timestamp.

Return value

int Creation timestamp of the Real estate.

1 method overrides RealEstateInterface::getCreatedTime()
RealEstate::getCreatedTime in modules/demo/src/Entity/RealEstate.php
Gets the Real estate creation timestamp.

File

modules/demo/src/Entity/RealEstateInterface.php, line 100

Class

RealEstateInterface
Provides an interface for defining Real estate entities.

Namespace

Drupal\styled_google_map_demo\Entity

Code

public function getCreatedTime();