interface WSEncoderInterface in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/WSEncoderInterface.php \Drupal\wsdata\Plugin\WSEncoderInterface
Defines an interface for Web Service Encoder plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\wsdata\Plugin\WSEncoderInterface
Expanded class hierarchy of WSEncoderInterface
All classes that implement WSEncoderInterface
File
- src/
Plugin/ WSEncoderInterface.php, line 10
Namespace
Drupal\wsdata\PluginView source
interface WSEncoderInterface extends PluginInspectionInterface {
/**
* Modify the given data before the call.
*/
public function encode(&$data, &$replacement, &$url);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
WSEncoderInterface:: |
public | function | Modify the given data before the call. | 1 |