You are here

public function SalesforceMappingFieldPluginInterface::pull in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/salesforce_mapping/src/SalesforceMappingFieldPluginInterface.php \Drupal\salesforce_mapping\SalesforceMappingFieldPluginInterface::pull()
  2. 5.0.x modules/salesforce_mapping/src/SalesforceMappingFieldPluginInterface.php \Drupal\salesforce_mapping\SalesforceMappingFieldPluginInterface::pull()

Whether this plugin supports "pull" operations.

Return value

bool TRUE if this plugin supports pull.

1 method overrides SalesforceMappingFieldPluginInterface::pull()
SalesforceMappingFieldPluginBase::pull in modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
Whether this plugin supports "pull" operations.

File

modules/salesforce_mapping/src/SalesforceMappingFieldPluginInterface.php, line 143

Class

SalesforceMappingFieldPluginInterface
Defines an interface for salesforce mapping plugins.

Namespace

Drupal\salesforce_mapping

Code

public function pull();