public function LinkedFieldManagerInterface::buildDestinationUrl in Linked Field 8
Build the final destination URL.
Parameters
string $destination: The destination.
Return value
false|string Either FALSE or the destination URL.
1 method overrides LinkedFieldManagerInterface::buildDestinationUrl()
- LinkedFieldManager::buildDestinationUrl in src/
LinkedFieldManager.php - Build the final destination URL.
File
- src/
LinkedFieldManagerInterface.php, line 99
Class
- LinkedFieldManagerInterface
- Interface LinkedFieldManagerInterface.
Namespace
Drupal\linked_fieldCode
public function buildDestinationUrl($destination);