public function FirebaseConfigManager::setSmartlingApiWrapper in TMGMT Translator Smartling 8.3
Same name and namespace in other branches
- 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\ConfigManagerCode
public function setSmartlingApiWrapper(SmartlingApiWrapper $apiWrapper) {
$this->apiWrapper = $apiWrapper;
}