You are here

public function WSCallInterface::call in Web Service Data 8

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

Make the web service call.

1 method overrides WSCallInterface::call()
WSCall::call in src/Entity/WSCall.php
Make the web service call.

File

src/Entity/WSCallInterface.php, line 25

Class

WSCallInterface
Provides an interface for defining Web Service Call entities.

Namespace

Drupal\wsdata\Entity

Code

public function call($method = NULL, $replacements = [], $data = NULL, $options = [], $key = NULL, $tokens = []);