You are here

public function DrupalConstant::push in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 5.0.x modules/salesforce_mapping/src/Plugin/SalesforceMappingField/DrupalConstant.php \Drupal\salesforce_mapping\Plugin\SalesforceMappingField\DrupalConstant::push()

Whether this plugin supports "push" operations.

Return value

bool TRUE if this plugin supports push.

Overrides SalesforceMappingFieldPluginBase::push

File

modules/salesforce_mapping/src/Plugin/SalesforceMappingField/DrupalConstant.php, line 105

Class

DrupalConstant
Adapter for entity Constant and fields.

Namespace

Drupal\salesforce_mapping\Plugin\SalesforceMappingField

Code

public function push() {
  return FALSE;
}