You are here

public function PushParams::getParams in Salesforce Suite 8.3

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

Get the raw push data.

Return value

array The push data.

File

modules/salesforce_mapping/src/PushParams.php, line 68

Class

PushParams
Wrapper for the array of values which will be pushed to Salesforce.

Namespace

Drupal\salesforce_mapping

Code

public function getParams() {
  return $this->params;
}