You are here

protected property FieldItemListNormalizer::$supportedInterfaceOrClass in Facebook Instant Articles 3.x

Same name and namespace in other branches
  1. 8.2 src/Normalizer/FieldItemListNormalizer.php \Drupal\fb_instant_articles\Normalizer\FieldItemListNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/FieldItemListNormalizer.php, line 22

Class

FieldItemListNormalizer
Normalize FieldItemList object into an Instant Article object.

Namespace

Drupal\fb_instant_articles\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\Core\\Field\\FieldItemListInterface';