You are here

public function WSEncoderString::encode in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSEncoder/WSEncoderString.php \Drupal\wsdata\Plugin\WSEncoder\WSEncoderString::encode()

Doesn't do anything.

Overrides WSEncoderBase::encode

File

src/Plugin/WSEncoder/WSEncoderString.php, line 20

Class

WSEncoderString
String Encoder.

Namespace

Drupal\wsdata\Plugin\WSEncoder

Code

public function encode(&$data, &$replacements, &$url) {
}