You are here

public function FirebaseConfigManager::setSmartlingApiWrapper in TMGMT Translator Smartling 8.3

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

Parameters

\Drupal\tmgmt_smartling\Smartling\SmartlingApiWrapper $apiWrapper:

File

src/Smartling/ConfigManager/FirebaseConfigManager.php, line 31
FirebaseConfigManager.

Class

FirebaseConfigManager
Class FirebaseConfigManager.

Namespace

Drupal\tmgmt_smartling\Smartling\ConfigManager

Code

public function setSmartlingApiWrapper(SmartlingApiWrapper $apiWrapper) {
  $this->apiWrapper = $apiWrapper;
}