public function SalesforceMappingInterface::__get in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::__get()
- 8.3 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::__get()
Magic getter method for mapping properties.
Parameters
string $key: The property to get.
Return value
mixed The value.
1 method overrides SalesforceMappingInterface::__get()
- SalesforceMapping::__get in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Magic getter method for mapping properties.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 23
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function __get($key);