public function RestIncidentStorageInterface::setEndpoint in Radioactivity 8.3
Same name and namespace in other branches
- 4.0.x 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\radioactivityCode
public function setEndpoint($endpoint = NULL);