function JsonEncoder::__construct
File
-
core/
modules/ serialization/ src/ Encoder/ JsonEncoder.php, line 30
Class
- JsonEncoder
- Adds 'ajax to the supported content types of the JSON encoder'
Namespace
Drupal\serialization\EncoderCode
public function __construct(JsonEncode $encodingImpl = NULL, JsonDecode $decodingImpl = NULL) {
$this->encodingImpl = $encodingImpl ?: $this->getJsonEncode();
$this->decodingImpl = $decodingImpl ?: $this->getJsonDecode();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.