protected property FieldItemListNormalizer::$supportedInterfaceOrClass in Facebook Instant Articles 3.x
Same name and namespace in other branches
- 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\NormalizerCode
protected $supportedInterfaceOrClass = 'Drupal\\Core\\Field\\FieldItemListInterface';