You are here

public function MapLinkBase::getName in Address Map (& Directions) Link 8

Return the name of the map link plugin.

Return value

string The name of the MapLink plugin.

Overrides MapLinkInterface::getName

File

src/MapLinkBase.php, line 17

Class

MapLinkBase
Base class for Map link plugins.

Namespace

Drupal\address_map_link

Code

public function getName() {
  return $this->pluginDefinition['name'];
}