You are here

ContentEntityNormalizer.php in JSON:API 8

File

src/Normalizer/ContentEntityNormalizer.php
View source
<?php

namespace Drupal\jsonapi\Normalizer;


/**
 * Converts the Drupal content entity object to a JSON API array structure.
 *
 * @internal
 */
class ContentEntityNormalizer extends EntityNormalizer {

}

Classes

Namesort descending Description
ContentEntityNormalizer Converts the Drupal content entity object to a JSON API array structure.