You are here

public function MapType::getLabel in farmOS 2.x

File

modules/core/map/src/Entity/MapType.php, line 71

Class

MapType
Defines the MapType config entity.

Namespace

Drupal\farm_map\Entity

Code

public function getLabel() {
  return $this->label;
}