You are here

public function SalesforceMappingFieldPluginBase::getDependencies in Salesforce Suite 8.3

Return an array of dependencies.

Compatible with DependentPluginInterface::calculateDependencies().

Return value

array Depdencies.

Overrides SalesforceMappingFieldPluginInterface::getDependencies

See also

\Drupal\Component\Plugin\DependentPluginInterface::calculateDependencies

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

File

modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php, line 523

Class

SalesforceMappingFieldPluginBase
Defines a base Salesforce Mapping Field Plugin implementation.

Namespace

Drupal\salesforce_mapping

Code

public function getDependencies(SalesforceMappingInterface $mapping) {
  return [];
}