You are here

public function RealEstateInterface::setCreatedTime in Styled Google Map 8.2

Sets the Real estate creation timestamp.

Parameters

int $timestamp: The Real estate creation timestamp.

Return value

\Drupal\styled_google_map_demo\Entity\RealEstateInterface The called Real estate entity.

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

File

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

Class

RealEstateInterface
Provides an interface for defining Real estate entities.

Namespace

Drupal\styled_google_map_demo\Entity

Code

public function setCreatedTime($timestamp);