You are here

namespace Drupal\hal\Normalizer in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\hal\Normalizer
Classsort descending Location Description
ContentEntityNormalizer core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure.
EntityReferenceItemNormalizer core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php Converts the Drupal entity reference item object to HAL array structure.
FieldItemNormalizer core/modules/hal/src/Normalizer/FieldItemNormalizer.php Converts the Drupal field item object structure to HAL array structure.
FieldNormalizer core/modules/hal/src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to HAL array structure.
FileEntityNormalizer core/modules/hal/src/Normalizer/FileEntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure.
NormalizerBase core/modules/hal/src/Normalizer/NormalizerBase.php Base class for Normalizers.