You are here

protected property TaxonomyTermNormalizer::$supportedInterfaceOrClass in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Normalizer/TaxonomyTermNormalizer.php \Drupal\replication\Normalizer\TaxonomyTermNormalizer::supportedInterfaceOrClass

Type: string[]

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/TaxonomyTermNormalizer.php, line 12

Class

TaxonomyTermNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  '\\Drupal\\taxonomy\\Entity\\Term',
];