Defines a common interface for resource responses.
Hierarchy
- interface \Drupal\rest\ResourceResponseInterface
File
- core/modules/rest/src/ResourceResponseInterface.php, line 8
Namespace
Drupal\rest
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ResourceResponseInterface::getResponseData | public | function | Returns response data that should be serialized. |
Please login to continue.