You are here

public property CurrencyExchangeRateProvider::$operations_provider in Currency 8.3

The name of the class that provides plugin operations.

The class must implement \Drupal\plugin\PluginOperationsProviderInterface.

Type: string

File

src/Annotation/CurrencyExchangeRateProvider.php, line 47

Class

CurrencyExchangeRateProvider
Defines a currency exchange rate provider plugin definition.

Namespace

Drupal\currency\Annotation

Code

public $operations_provider;