public function WSConnectorBase::getSupportedLanguagePlugins in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Plugin/WSConnectorBase.php \Drupal\wsdata\Plugin\WSConnectorBase::getSupportedLanguagePlugins()
Return the list of supported language handling plugins.
File
- src/
Plugin/ WSConnectorBase.php, line 129
Class
- WSConnectorBase
- Base class for Wsconnector plugin plugins.
Namespace
Drupal\wsdata\PluginCode
public function getSupportedLanguagePlugins() {
return $this->languagePlugins;
}