public function WebformEntityElements::getDependencies in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_webform/src/Plugin/SalesforceMappingField/WebformEntityElements.php \Drupal\salesforce_webform\Plugin\SalesforceMappingField\WebformEntityElements::getDependencies()
File
- modules/
salesforce_webform/ src/ Plugin/ SalesforceMappingField/ WebformEntityElements.php, line 24
Class
- WebformEntityElements
- Adapter for Webform elements.
Namespace
Drupal\salesforce_webform\Plugin\SalesforceMappingFieldCode
public function getDependencies(SalesforceMappingInterface $mapping) {
return [
'module' => [
'webform',
],
];
}