You are here

protected property PathItemNormalizer::$supportedInterfaceOrClass in Tome 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

modules/tome_sync/src/Normalizer/PathItemNormalizer.php, line 17

Class

PathItemNormalizer
Normalizer for Path fields.

Namespace

Drupal\tome_sync\Normalizer

Code

protected $supportedInterfaceOrClass = '\\Drupal\\path\\Plugin\\Field\\FieldType\\PathItem';