You are here

protected property TermEntityNormalizer::$supportedInterfaceOrClass in Default Content Extras 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/TermEntityNormalizer.php, line 22

Class

TermEntityNormalizer
Defines a class for normalizing terms.

Namespace

Drupal\default_content_extra\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\taxonomy\\TermInterface';