You are here

public function RestIncidentStorageInterface::setEndpoint in Radioactivity 4.0.x

Same name and namespace in other branches
  1. 8.3 src/RestIncidentStorageInterface.php \Drupal\radioactivity\RestIncidentStorageInterface::setEndpoint()

Sets the REST endpoint URL.

Parameters

string|null $endpoint: The endpoint URL to override the default. Null to return to the default.

1 method overrides RestIncidentStorageInterface::setEndpoint()
RestIncidentStorage::setEndpoint in src/RestIncidentStorage.php
Sets the REST endpoint URL.

File

src/RestIncidentStorageInterface.php, line 16

Class

RestIncidentStorageInterface
Defines the incident storage interface.

Namespace

Drupal\radioactivity

Code

public function setEndpoint($endpoint = NULL);