You are here

interface ExchangerProviderInterface in Commerce Exchanger 8

Defines an interface for Commerce exchange rates provider plugins.

Hierarchy

Expanded class hierarchy of ExchangerProviderInterface

All classes that implement ExchangerProviderInterface

1 file declares its use of ExchangerProviderInterface
ExchangerProviderManager.php in src/ExchangerProviderManager.php

File

src/Plugin/Commerce/ExchangerProvider/ExchangerProviderInterface.php, line 12

Namespace

Drupal\commerce_exchanger\Plugin\Commerce\ExchangerProvider
View source
interface ExchangerProviderInterface extends PluginInspectionInterface, PluginFormInterface, DerivativeInspectionInterface {

  /**
   * Return config object name where exchange rates are saved.
   *
   * @return string
   *   Return drupal config file name where exchange rates are imported.
   */
  public function getConfigName();

}

Members

Namesort descending Modifiers Type Description Overrides
DerivativeInspectionInterface::getBaseId public function Gets the base_plugin_id of the plugin instance. 1
DerivativeInspectionInterface::getDerivativeId public function Gets the derivative_id of the plugin instance. 1
ExchangerProviderInterface::getConfigName public function Return config object name where exchange rates are saved. 1
PluginFormInterface::buildConfigurationForm public function Form constructor. 36
PluginFormInterface::submitConfigurationForm public function Form submission handler. 32
PluginFormInterface::validateConfigurationForm public function Form validation handler. 18
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2