You are here

protected property SalesforcePushOpEvent::$op in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/salesforce_mapping/src/Event/SalesforcePushOpEvent.php \Drupal\salesforce_mapping\Event\SalesforcePushOpEvent::op
  2. 5.0.x 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\Event

Code

protected $op;