You are here

protected property BlockContentNormalizer::$supportedInterfaceOrClass in Fixed Block Content 8

The interface or class that this Normalizer supports.

Type: string

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/BlockContentNormalizer.php, line 17

Class

BlockContentNormalizer
Block content normalizer to store as fixed content block default value.

Namespace

Drupal\fixed_block_content\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\block_content\\Entity\\BlockContent';