You are here

public function WSServer::getConnector in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/WSServer.php \Drupal\wsdata\Entity\WSServer::getConnector()

File

src/Entity/WSServer.php, line 204

Class

WSServer
Defines the Web Service Server entity.

Namespace

Drupal\wsdata\Entity

Code

public function getConnector() {
  return $this->wsconnectorInst;
}