You are here

public function MapThemerInterface::getName in Geofield Map 8.2

Get the MapThemer name property.

Return value

string The MapThemer name.

1 method overrides MapThemerInterface::getName()
MapThemerBase::getName in src/MapThemerBase.php
Get the MapThemer name property.

File

src/MapThemerInterface.php, line 24

Class

MapThemerInterface
Provides an interface for Geofield Map Themers plugins.

Namespace

Drupal\geofield_map

Code

public function getName();