You are here

public function SalesforceMappingFieldPluginInterface::get 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::get()
  2. 5.0.x modules/salesforce_mapping/src/SalesforceMappingFieldPluginInterface.php \Drupal\salesforce_mapping\SalesforceMappingFieldPluginInterface::get()

Used for returning values by key.

Key of the value.

Return value

string Value of the key.

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

File

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

Class

SalesforceMappingFieldPluginInterface
Defines an interface for salesforce mapping plugins.

Namespace

Drupal\salesforce_mapping

Code

public function get($key);