You are here

namespace Drupal\serialization\Normalizer in Zircon Profile 8.0

Same name in other branches
  1. 8 Drupal\serialization\Normalizer
Classsort descending Location Description
ComplexDataNormalizer core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php Converts the Drupal entity object structures to a normalized array.
ConfigEntityNormalizer core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php Normalizes/denormalizes Drupal config entity objects into an array structure.
ContentEntityNormalizer core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php Normalizes/denormalizes Drupal content entities into an array structure.
EntityNormalizer core/modules/serialization/src/Normalizer/EntityNormalizer.php Normalizes/denormalizes Drupal entity objects into an array structure.
EntityReferenceFieldItemNormalizer core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php Adds the file URI to embedded file entities.
ListNormalizer core/modules/serialization/src/Normalizer/ListNormalizer.php Converts list objects to arrays.
MarkupNormalizer core/modules/serialization/src/Normalizer/MarkupNormalizer.php Normalizes MarkupInterface objects into a string.
NormalizerBase core/modules/serialization/src/Normalizer/NormalizerBase.php Base class for Normalizers.
NullNormalizer core/modules/serialization/src/Normalizer/NullNormalizer.php Null normalizer.
TypedDataNormalizer core/modules/serialization/src/Normalizer/TypedDataNormalizer.php Converts typed data objects to arrays.