You are here

public function PushParams::getParams in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/PushParams.php \Drupal\salesforce_mapping\PushParams::getParams()
  2. 8.3 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 85

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;
}