public function LinkedFieldManagerInterface::getDestination in Linked Field 8
Get the destination for a set field or custom text.
Parameters
string $type: The type of the destination, either 'field' or 'custom'.
string $value: The value of the destination.
array $context: An array of context information.
Return value
string Getting the destination.
1 method overrides LinkedFieldManagerInterface::getDestination()
- LinkedFieldManager::getDestination in src/
LinkedFieldManager.php - Get the destination for a set field or custom text.
File
- src/
LinkedFieldManagerInterface.php, line 88
Class
- LinkedFieldManagerInterface
- Interface LinkedFieldManagerInterface.
Namespace
Drupal\linked_fieldCode
public function getDestination($type, $value, array $context);