public function MapLinkInterface::getName in Address Map (& Directions) Link 8
Return the name of the map link plugin.
Return value
string The name of the MapLink plugin.
1 method overrides MapLinkInterface::getName()
- MapLinkBase::getName in src/
MapLinkBase.php - Return the name of the map link plugin.
File
- src/
MapLinkInterface.php, line 19
Class
- MapLinkInterface
- Defines an interface for Map link plugins.
Namespace
Drupal\address_map_linkCode
public function getName();