You are here

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

The interface or class that this Normalizer supports.

Type: string|array

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/NodeEntityNormalizer.php, line 22

Class

NodeEntityNormalizer
Defines a class for normalizing nodes.

Namespace

Drupal\default_content_extra\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\node\\NodeInterface';