protected static property JsonEncoder::$format

Same name in this branch

The formats that this Encoder supports.

Type: array

File

drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/JsonEncoder.php, line 23
Contains \Drupal\serialization\Encoder\JsonEncoder.

Class

JsonEncoder
Adds 'ajax to the supported content types of the JSON encoder'

Namespace

Drupal\serialization\Encoder

Code

protected static $format = array(
  'json',
  'ajax',
);