You are here

public function RealEstateInterface::setPublished in Styled Google Map 8.2

Sets the published status of a Real estate.

Parameters

bool $published: TRUE to set this Real estate to published, FALSE to set it to unpublished.

Return value

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

1 method overrides RealEstateInterface::setPublished()
RealEstate::setPublished in modules/demo/src/Entity/RealEstate.php
Sets the published status of a Real estate.

File

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

Class

RealEstateInterface
Provides an interface for defining Real estate entities.

Namespace

Drupal\styled_google_map_demo\Entity

Code

public function setPublished($published);