public static function ConnectorInfo::getLibName in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.3 src/Smartling/ConnectorInfo.php \Drupal\tmgmt_smartling\Smartling\ConnectorInfo::getLibName()
Returns module name.
Return value
string
3 calls to ConnectorInfo::getLibName()
- BufferLogger::flush in src/
Logger/ BufferLogger.php - Log messages into needed destination.
- ConnectorInfo::setUpCurrentClientInfo in src/
Smartling/ ConnectorInfo.php - Set up current client id and version.
- ConnectorInfoTest::testGetLibName in tests/
src/ Kernel/ ConnectorInfoTest.php
File
- src/
Smartling/ ConnectorInfo.php, line 24 - SmartlingApiFactory.php.
Class
- ConnectorInfo
- Class ConnectorInfo @package Drupal\tmgmt_smartling\Smartling
Namespace
Drupal\tmgmt_smartling\SmartlingCode
public static function getLibName() {
return 'drupal-tmgmt-connector';
}