interface RestIncidentStorageInterface in Radioactivity 8.3
Same name and namespace in other branches
- 4.0.x src/RestIncidentStorageInterface.php \Drupal\radioactivity\RestIncidentStorageInterface
Defines the incident storage interface.
Hierarchy
- interface \Drupal\radioactivity\IncidentStorageInterface
- interface \Drupal\radioactivity\RestIncidentStorageInterface
Expanded class hierarchy of RestIncidentStorageInterface
All classes that implement RestIncidentStorageInterface
File
- src/
RestIncidentStorageInterface.php, line 8
Namespace
Drupal\radioactivityView source
interface RestIncidentStorageInterface extends IncidentStorageInterface {
/**
* Sets the REST endpoint URL.
*
* @param string|null $endpoint
* The endpoint URL to override the default. Null to return to the default.
*/
public function setEndpoint($endpoint = NULL);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
IncidentStorageInterface:: |
public | function | Adds an incident to the storage. | 2 |
IncidentStorageInterface:: |
public | function | Clears the incident storage. | 2 |
IncidentStorageInterface:: |
public | function | Gets all incidents from the storage. | 2 |
IncidentStorageInterface:: |
public | function | Gets all incidents from the storage per entity type. | 2 |
IncidentStorageInterface:: |
public | function | Add endpoint settings to the page. | 2 |
IncidentStorageInterface:: |
constant | The key to identify the radioactivity incident storage. | ||
RestIncidentStorageInterface:: |
public | function | Sets the REST endpoint URL. | 1 |