You are here

public function SalesforceMappingFieldPluginInterface::config in Salesforce Suite 8.3

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

Get/set a key-value config pair for this plugin.

Parameters

string $key: The key.

mixed $value: The value.

1 method overrides SalesforceMappingFieldPluginInterface::config()
SalesforceMappingFieldPluginBase::config in modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
In order to set a config value to null, use setConfiguration()

File

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

Class

SalesforceMappingFieldPluginInterface
Defines an interface for salesforce mapping plugins.

Namespace

Drupal\salesforce_mapping

Code

public function config($key = NULL, $value = NULL);