protected property SalesforcePushOpEvent::$op 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::op
- 8.3 modules/salesforce_mapping/src/Event/SalesforcePushOpEvent.php \Drupal\salesforce_mapping\Event\SalesforcePushOpEvent::op
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.
Type: string
File
- modules/
salesforce_mapping/ src/ Event/ SalesforcePushOpEvent.php, line 22
Class
- SalesforcePushOpEvent
- Push op event.
Namespace
Drupal\salesforce_mapping\EventCode
protected $op;