You are here

public function SmartlingApiWrapper::setSettings in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 src/Smartling/SmartlingApiWrapper.php \Drupal\tmgmt_smartling\Smartling\SmartlingApiWrapper::setSettings()

Parameters

array $settings:

File

src/Smartling/SmartlingApiWrapper.php, line 447
SmartlingApiWrapper.php.

Class

SmartlingApiWrapper
Class SmartlingApiWrapper @package Drupal\tmgmt_smartling\Smartling

Namespace

Drupal\tmgmt_smartling\Smartling

Code

public function setSettings($settings) {
  $this->settings = $settings;
}