You are here

protected property ContentEntityNormalizer::$fieldDenyList in Tome 8

Field names 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 21

Class

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

Namespace

Drupal\tome_sync\Normalizer

Code

protected $fieldDenyList = [
  'metatag',
];