public function SmartlingConfigManager::__construct in TMGMT Translator Smartling 8.3
Same name and namespace in other branches
- 8.4 src/Smartling/ConfigManager/SmartlingConfigManager.php \Drupal\tmgmt_smartling\Smartling\ConfigManager\SmartlingConfigManager::__construct()
SmartlingConfigManager constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $configFactory:
File
- src/
Smartling/ ConfigManager/ SmartlingConfigManager.php, line 28 - FirebaseConfigManager.
Class
- SmartlingConfigManager
- Class SmartlingConfigManager.
Namespace
Drupal\tmgmt_smartling\Smartling\ConfigManagerCode
public function __construct(ConfigFactoryInterface $configFactory) {
$this->configFactory = $configFactory;
}