You are here

public function WSCallInterface::setEndpoint in Web Service Data 8

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

Override the endpoint in the active wsserver.

1 method overrides WSCallInterface::setEndpoint()
WSCall::setEndpoint in src/Entity/WSCall.php
Override the endpoint in the active wsserver.

File

src/Entity/WSCallInterface.php, line 15

Class

WSCallInterface
Provides an interface for defining Web Service Call entities.

Namespace

Drupal\wsdata\Entity

Code

public function setEndpoint($endpoint);