public function GlExchangeAdapter::getGlExchange in GlobalLink Connect for Drupal 8
Same name and namespace in other branches
- 8.2 src/GlExchangeAdapter.php \Drupal\globallink\GlExchangeAdapter::getGlExchange()
Get the GLExchange object.
Parameters
\PDConfig $pd_config: The PDConfig object.
Return value
\GLExchange The initiated object.
File
- src/
GlExchangeAdapter.php, line 107
Class
- GlExchangeAdapter
- Provides an interface to the provided library.
Namespace
Drupal\globallinkCode
public function getGlExchange(\PDConfig $pd_config) {
return new \GLExchange($pd_config);
}