You are here

public function SmartlingConfigManager::__construct in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8.3 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\ConfigManager

Code

public function __construct(ConfigFactoryInterface $configFactory) {
  $this->configFactory = $configFactory;
}