interface ExchangerProviderInterface in Commerce Exchanger 8
Defines an interface for Commerce exchange rates provider plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Core\Plugin\PluginFormInterface; interface \Drupal\Component\Plugin\DerivativeInspectionInterface
- interface \Drupal\commerce_exchanger\Plugin\Commerce\ExchangerProvider\ExchangerProviderInterface
Expanded class hierarchy of ExchangerProviderInterface
All classes that implement ExchangerProviderInterface
1 file declares its use of ExchangerProviderInterface
File
- src/
Plugin/ Commerce/ ExchangerProvider/ ExchangerProviderInterface.php, line 12
Namespace
Drupal\commerce_exchanger\Plugin\Commerce\ExchangerProviderView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DerivativeInspectionInterface:: |
public | function | Gets the base_plugin_id of the plugin instance. | 1 |
DerivativeInspectionInterface:: |
public | function | Gets the derivative_id of the plugin instance. | 1 |
ExchangerProviderInterface:: |
public | function | Return config object name where exchange rates are saved. | 1 |
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |