You are here

public function SalesforceMappingFieldPluginInterface::set in Salesforce Suite 5.0.x

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

Used for returning values by key.

Key of the value.

Value of the key.

1 method overrides SalesforceMappingFieldPluginInterface::set()
SalesforceMappingFieldPluginBase::set in modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
Used for returning values by key.

File

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

Class

SalesforceMappingFieldPluginInterface
Defines an interface for salesforce mapping plugins.

Namespace

Drupal\salesforce_mapping

Code

public function set($key, $value);