public function SalesforcePushOpEvent::getOp in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Event/SalesforcePushOpEvent.php \Drupal\salesforce_mapping\Event\SalesforcePushOpEvent::getOp()
- 8.3 modules/salesforce_mapping/src/Event/SalesforcePushOpEvent.php \Drupal\salesforce_mapping\Event\SalesforcePushOpEvent::getOp()
Getter for the pull operation.
One of: \Drupal\salesforce_mapping\MappingConstants::SALESFORCE_MAPPING_SYNC_SF_CREATE \Drupal\salesforce_mapping\MappingConstants::SALESFORCE_MAPPING_SYNC_SF_UPDATE \Drupal\salesforce_mapping\MappingConstants::SALESFORCE_MAPPING_SYNC_SF_DELETE.
Return value
string The op.
File
- modules/
salesforce_mapping/ src/ Event/ SalesforcePushOpEvent.php, line 52
Class
- SalesforcePushOpEvent
- Push op event.
Namespace
Drupal\salesforce_mapping\EventCode
public function getOp() {
return $this->op;
}