You are here

public function RealEstate::getCreatedTime in Styled Google Map 8.2

Gets the Real estate creation timestamp.

Return value

int Creation timestamp of the Real estate.

Overrides RealEstateInterface::getCreatedTime

File

modules/demo/src/Entity/RealEstate.php, line 142

Class

RealEstate
Defines the Real estate entity.

Namespace

Drupal\styled_google_map_demo\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}