You are here

public function WSCallInterface::getEndpoint in Web Service Data 2.0.x

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

Return the endpoint from the active wsserver.

1 method overrides WSCallInterface::getEndpoint()
WSCall::getEndpoint in src/Entity/WSCall.php
Return the endpoint from the active wsserver.

File

src/Entity/WSCallInterface.php, line 20

Class

WSCallInterface
Provides an interface for defining Web Service Call entities.

Namespace

Drupal\wsdata\Entity

Code

public function getEndpoint();