You are here

protected property NormalizerBase::$formats in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/hal/src/Normalizer/NormalizerBase.php \Drupal\hal\Normalizer\NormalizerBase::formats

The formats that the Normalizer can handle.

Type: array

File

core/modules/hal/src/Normalizer/NormalizerBase.php, line 23
Contains \Drupal\hal\Normalizer\NormalizerBase.

Class

NormalizerBase
Base class for Normalizers.

Namespace

Drupal\hal\Normalizer

Code

protected $formats = array(
  'hal_json',
);