protected property JsonEncoder::$format

Same name in this branch

The formats that this Encoder supports.

Type: string

File

drupal/core/modules/hal/lib/Drupal/hal/Encoder/JsonEncoder.php, line 24
Contains \Drupal\hal\JsonEncoder.

Class

JsonEncoder
Encodes HAL data in JSON.

Namespace

Drupal\hal\Encoder

Code

protected $format = 'hal_json';