public function MapLinkInterface::getAddressUrl in Address Map (& Directions) Link 8
Gets the map link url from an address.
Parameters
\Drupal\address\AddressInterface $address: The address.
Return value
\Drupal\Core\Url The Url.
1 method overrides MapLinkInterface::getAddressUrl()
- MapLinkBase::getAddressUrl in src/
MapLinkBase.php - Gets the map link url from an address.
File
- src/
MapLinkInterface.php, line 30
Class
- MapLinkInterface
- Defines an interface for Map link plugins.
Namespace
Drupal\address_map_linkCode
public function getAddressUrl(AddressInterface $address);