JsonEncoder::$format
The formats that this Encoder supports.
Type: array
File
-
core/
modules/ serialization/ src/ Encoder/ JsonEncoder.php, line 23
Class
- JsonEncoder
- Adds 'ajax' to the supported content types of the JSON encoder.
Namespace
Drupal\serialization\EncoderCode
protected static $format = [
'json',
'ajax',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.