You are here

protected property PullBase::$mappedObjectStorage in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php \Drupal\salesforce_pull\Plugin\QueueWorker\PullBase::mappedObjectStorage
  2. 5.0.x modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php \Drupal\salesforce_pull\Plugin\QueueWorker\PullBase::mappedObjectStorage

Storage handler for Mapped Objects.

Type: \Drupal\salesforce_mapping\Entity\MappedObjectStorage

File

modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php, line 55

Class

PullBase
Provides base functionality for the Salesforce Pull Queue Workers.

Namespace

Drupal\salesforce_pull\Plugin\QueueWorker

Code

protected $mappedObjectStorage;