You are here

public function RealEstateInterface::getCategory in Styled Google Map 8.2

Gets the Real estate name.

Return value

\Drupal\taxonomy\TermInterface Category of the Real estate.

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

File

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

Class

RealEstateInterface
Provides an interface for defining Real estate entities.

Namespace

Drupal\styled_google_map_demo\Entity

Code

public function getCategory();