namespace Drupal\hal\Normalizer

Classsort descending Location Description
EntityNormalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure.
EntityReferenceItemNormalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php Converts the Drupal entity reference item object to HAL array structure.
FieldItemNormalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php Converts the Drupal field item object structure to HAL array structure.
FieldNormalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldNormalizer.php Converts the Drupal field structure to HAL array structure.
NormalizerBase drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php Base class for Normalizers.