public function WSCall::getReplacements in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 src/Entity/WSCall.php \Drupal\wsdata\Entity\WSCall::getReplacements()
Get the available replacement tokens.
Overrides WSCallInterface::getReplacements
File
- src/
Entity/ WSCall.php, line 269
Class
- WSCall
- Defines the Web Service Call entity.
Namespace
Drupal\wsdata\EntityCode
public function getReplacements() {
return $this->wsserverInst ? $this->wsserverInst->wsconnectorInst
->getReplacements($this
->getOptions()) : FALSE;
}