You are here

protected property ContentEntityNormalizer::$entityTypeDenyList in Tome 8

Entity type properties that should be excluded from normalization.

Should only be used when more generic logic cannot be used.

Type: array

File

modules/tome_sync/src/Normalizer/ContentEntityNormalizer.php, line 32

Class

ContentEntityNormalizer
Normalizes/denormalizes Drupal content entities into an array structure.

Namespace

Drupal\tome_sync\Normalizer

Code

protected $entityTypeDenyList = [
  'entity_revision_parent_type_field',
  'entity_revision_parent_id_field',
  'entity_revision_parent_field_name_field',
];