You are here

public function MappedObjectInterface::getSalesforceUrl in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getSalesforceUrl()
  2. 5.0.x modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getSalesforceUrl()

Get a salesforce url for the linked record.

Return value

string The salesforce url for the linked SF record.

1 method overrides MappedObjectInterface::getSalesforceUrl()
MappedObject::getSalesforceUrl in modules/salesforce_mapping/src/Entity/MappedObject.php
Get a salesforce url for the linked record.

File

modules/salesforce_mapping/src/Entity/MappedObjectInterface.php, line 76

Class

MappedObjectInterface
Mapped Object interface.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getSalesforceUrl();