You are here

public function SalesforcePullEntityValueEvent::getEntityValue in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Event/SalesforcePullEntityValueEvent.php \Drupal\salesforce_mapping\Event\SalesforcePullEntityValueEvent::getEntityValue()
  2. 5.0.x modules/salesforce_mapping/src/Event/SalesforcePullEntityValueEvent.php \Drupal\salesforce_mapping\Event\SalesforcePullEntityValueEvent::getEntityValue()

Getter.

Return value

mixed The value to be pulled and assigned to the Drupal entity.

File

modules/salesforce_mapping/src/Event/SalesforcePullEntityValueEvent.php, line 73

Class

SalesforcePullEntityValueEvent
Pull entity event.

Namespace

Drupal\salesforce_mapping\Event

Code

public function getEntityValue() {
  return $this->entityValue;
}