You are here

public function SalesforceMappingFieldPluginInterface::getDependencies in Salesforce Suite 8.3

Return an array of dependencies.

Compatible with DependentPluginInterface::calculateDependencies().

Return value

array Depdencies.

See also

\Drupal\Component\Plugin\DependentPluginInterface::calculateDependencies

1 method overrides SalesforceMappingFieldPluginInterface::getDependencies()
SalesforceMappingFieldPluginBase::getDependencies in modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
Return an array of dependencies.

File

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

Class

SalesforceMappingFieldPluginInterface
Defines an interface for salesforce mapping plugins.

Namespace

Drupal\salesforce_mapping

Code

public function getDependencies(SalesforceMappingInterface $mapping);