You are here

public function WSConnectorBase::setEndpoint in Web Service Data 8

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

Setter for the endpoint.

File

src/Plugin/WSConnectorBase.php, line 94

Class

WSConnectorBase
Base class for Wsconnector plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public function setEndpoint($endpoint) {
  $this->endpoint = trim($endpoint);
}