public function WsConnector::getSupportedLanguagePlugins in Web Service Data 7
Return the list of supported language handling plugins
File
- ./
wsdata.module, line 340 - Main module for wsconfig
Class
- WsConnector
- Class definition for Web Service Connector
Code
public function getSupportedLanguagePlugins() {
return $this->languagePlugins;
}