You are here

public function WSCall::getConnector in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/WSCall.php \Drupal\wsdata\Entity\WSCall::getConnector()
1 call to WSCall::getConnector()
WSCall::call in src/Entity/WSCall.php
Make the web service call.

File

src/Entity/WSCall.php, line 316

Class

WSCall
Defines the Web Service Call entity.

Namespace

Drupal\wsdata\Entity

Code

public function getConnector() {
  return $this->wsserverInst ? $this->wsserverInst
    ->getConnector() : FALSE;
}