You are here

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

Returns label of the mapping field plugin.

Return value

string The label of the mapping field plugin.

1 method overrides SalesforceMappingFieldPluginInterface::label()
SalesforceMappingFieldPluginBase::label in modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
Returns label of the mapping field plugin.

File

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

Class

SalesforceMappingFieldPluginInterface
Defines an interface for salesforce mapping plugins.

Namespace

Drupal\salesforce_mapping

Code

public function label();