You are here

public function MapTypeInterface::getMapBehaviors in farmOS 2.x

Returns behaviors to add to the map.

Return value

string[] The list of map behaviors.

1 method overrides MapTypeInterface::getMapBehaviors()
MapType::getMapBehaviors in modules/core/map/src/Entity/MapType.php
Returns behaviors to add to the map.

File

modules/core/map/src/Entity/MapTypeInterface.php, line 19

Class

MapTypeInterface
Provides an interface for defining MapType config entities.

Namespace

Drupal\farm_map\Entity

Code

public function getMapBehaviors();