public function WSCall::getConnector in Web Service Data 8
Same name and namespace in other branches
- 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\EntityCode
public function getConnector() {
return $this->wsserverInst ? $this->wsserverInst
->getConnector() : FALSE;
}